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

Attributes

genetisch veränderte Pflanze
BAFU, Biosicherheit im Bereich der ausserhumanen Gentechnologie, Ergebnisse des BAFU-Forschungsprogramms 2004-2008, 2009, S. 28 ([Internet, 2020-01-15](https://www.google.ch/search?ei=yrweXuWkEIWZkgWwtrXAAw&q=%22genetisch+ver%C3%A4nderte+Pflanze%22+site%3Aadmin.ch&oq=%22genetisch+ver%C3%A4nderte+Pflanze%22+site%3Aadmin.ch&gs_l=psy-ab.3...2740.5146..5661...0.2..0.117.1200.10j4......0....1..gws-wiz.......0i71j0i22i10i30j0i22i30j33i22i29i30j33i160.loAHriH2OTI&ved=0ahUKEwjlsdWhiIXnAhWFjKQKHTBbDTgQ4dUDCAo&uact=5#spf=1579072721041))
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 genetically modified crops
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.