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

Attributes

nutrition research
Agroscope / International Union of Nutritional Sciences (IUNS), Filling the gaps in Swiss nutritional research – a stakeholder perspective, 2019-09-12, Programme (2-6 pm): Nutrition research for the 21st century ([Internet, 2020-08-10](https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&ved=2ahUKEwjW5MyzypDrAhVupYsKHUyRC7MQFjACegQIBBAB&url=https%3A%2F%2Fwww.agroscope.admin.ch%2Fagroscope%2Fen%2Fhome%2Fnews%2Fevents%2Fdetails%2F2019%2Fnc-iuns-nugo-swiss-nutritional-research%2F_jcr_content%2Fpar%2Fexternalcontent.external.exturl.pdf%2FaHR0cHM6Ly9hZ3Jvc2NvcGUtZXZlbnRzLmFkbWluZXZlbnRzLm%2FNoL3Jlc291cmNlcy9zZWN1cmUvTnV0cml0aW9uV29ya3Nob3Bf%2FRTMucGRm.pdf&usg=AOvVaw3gnDD8gtb0uo28AOvi-evP))
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 nutritional research
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.