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

Attributes

is part of
fait partie de
ist Teil von
fa parte di
is part of
fait partie de
ist Teil von
fa parte di
Eine verwandte Ressource, in der die beschriebene Ressource physisch oder logisch enthalten ist.
A related resource in which the described resource is physically or logically included.
Une ressource connexe dans laquelle la ressource décrite est incluse physiquement ou logiquement.
Una risorsa correlata nella quale la risorsa descritta è inclusa fisicamente o logicamente.
Eine verwandte Ressource, in der die beschriebene Ressource physisch oder logisch enthalten ist.
A related resource in which the described resource is physically or logically included.
Une ressource connexe dans laquelle la ressource décrite est incluse physiquement ou logiquement.
Una risorsa correlata nella quale la risorsa descritta è inclusa fisicamente o logicamente.
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

property object
inverseOf has part
SELECT ?property ?subject WHERE { BIND (?? AS ?o) ?subject ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000

Incoming Relationships

property subject
inverseOf has part
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.