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

Attributes

Das SECO hat bei der OECD eine Studie in Auftrag gegeben, die aufzeigen soll, ob sinnvolle Methoden zur Durchführung von Nachhaltigkeitsstudien bestehen. Auf Grundlage dieses Berichts wird derzeit der Postulatsbericht erarbeitet. 
La SECO ha commissionato all’OCSE uno studio che permetta di capire se esistono metodi pertinenti per svolgere studi sulla sostenibilità. Attualmente si sta procedendo alla stesura di un rapporto in risposta al postulato sulla base di tale studio. 
Le Secrétariat d’État à l’économie (SECO) a commandé une étude à l'OCDE afin de déterminer s'il existe des méthodes pertinentes pour réaliser des études de durabilité. Le rapport en exécution du postulat est en cours d'élaboration sur la base de cette étude.
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
used activity
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.