SELECT ?property ?value WHERE { BIND (?? AS ?s) ?s ?property ?value . FILTER (isLiteral(?value)) } LIMIT 1000

Attributes

undernutrition
An indicator of inadequate dietary energy intake (based on FAO’s definition of hunger, characterized as consuming less than a minimum level of kilocalories) that is assessed at the population level using national food balance sheets to determine the supply of dietary energy available to a given population and modeling of how that energy is distributed across the population. As of 2014, one in nine people in the world are undernourished.
UNICEF website, [What is undernutrition?](http://www.unicef.org/progressforchildren/2006n4/index_undernutrition.html) (14.7.2016).
The term undernutrition is defined as the outcome of insufficient food intake (hunger) and repeated infectious diseases. Undernutrition includes being underweight for one’s age, too short for one’s age (stunted), dangerously thin (wasted), and deficient in vitamins and minerals (micronutrient malnutrition). The term malnutrition refers to both undernutrition and overnutrition.
World Food Programme website, [Hungar Glossary ](https://www.wfp.org/hunger/glossary)(14.7.2016).
SELECT ?property ?object WHERE { BIND (?? AS ?s) ?s ?property ?object . FILTER (isIRI(?object)) FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000
Outgoing Relationships: No results found.
SELECT ?property ?subject WHERE { BIND (?? AS ?o) ?subject ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000

Incoming Relationships

property subject
has part undernourishment
SELECT ?instance ?description WHERE { BIND (?? AS ?class) ?instance (rdf:type|owl:type) ?class . OPTIONAL { ?instance schema:description ?description . } } LIMIT 5000
Instances of this Class: No results found.
SELECT ?superclass ?description WHERE { ?? rdfs:subClassOf ?superclass . OPTIONAL { ?superclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Superclasses of this Class: No results found.
SELECT ?subclass ?description WHERE { ?subclass rdfs:subClassOf ?? . OPTIONAL { ?subclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Subclasses of this Class: No results found.