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

Attributes

Die laufenden Arbeiten im Zusammenhang mit dem Postulat 19.3299 (Béglé) werden relevante Ergebnisse liefern, die auch für die Entwicklung von Lösungsmöglichkeiten im vorliegenden Zusammenhang hilfreich sein werden. Der Postulatsbericht zum Postulat 19.3299 (Béglé) wird deshalb abgewartet.
I lavori in corso per adempiere il postulato 19.3299 (Béglé) forniranno risultati interessanti, che saranno utili anche per lo sviluppo di possibili soluzioni in relazione al presente postulato. Si attende quindi il rapporto in adempimento del postulato 19.3299 (Béglé).
Les travaux en cours en rapport avec le po. 19.3299 fourniront des résultats qui seront également utiles pour développer des solutions applicables dans ce contexte. Il convient donc pour l’instant d’attendre le rapport en exécution du po. 19.3299.
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.