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

Attributes

informiert
informs
informe
informa
informiert
informs
informe
informa
Zeigt auf, dass Informationseinheit X durch eine andere Informationseinheit Y informiert wird; d.h. dass irgendwie Daten fliessen. Das kann über manuelles Abschreiben, E-Mail-Versandt von Tabellen, APIs etc. geschehen.
Indicates that information unit X is informed by another information unit Y, meaning that data flows in some way. This can happen through manual copying, emailing tables, APIs, etc.
Indique que l'unité d'information X est informée par une autre unité d'information Y, ce qui signifie que des données circulent d'une manière ou d'une autre. Cela peut se produire par copie manuelle, envoi de tableaux par e-mail, API, etc.
Indica che l'unità di informazione X è informata da un'altra unità di informazione Y, il che significa che i dati fluiscono in qualche modo. Ciò può avvenire tramite copia manuale, invio di tabelle via e-mail, API, ecc.
Zeigt auf, dass Informationseinheit X durch eine andere Informationseinheit Y informiert wird; d.h. dass irgendwie Daten fliessen. Das kann über manuelles Abschreiben, E-Mail-Versandt von Tabellen, APIs etc. geschehen.
Indicates that information unit X is informed by another information unit Y, meaning that data flows in some way. This can happen through manual copying, emailing tables, APIs, etc.
Indique que l'unité d'information X est informée par une autre unité d'information Y, ce qui signifie que des données circulent d'une manière ou d'une autre. Cela peut se produire par copie manuelle, envoi de tableaux par e-mail, API, etc.
Indica che l'unità di informazione X è informata da un'altra unità di informazione Y, il che significa che i dati fluiscono in qualche modo. Ciò può avvenire tramite copia manuale, invio di tabelle via e-mail, API, ecc.
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
range Dataset
domain Dataset
inverseOf was derived from
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 was derived from
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.