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

Attributes

Per attuare il postulato è stato commissionato un mandato esterno. Lo studio esterno sarà svolto presumibilmente nel primo semestre del 2024. Una parte teorica integrerà i risultati empirici dello studio esterno. Il rapporto sarà presumibilmente adottato nel 2025.
Un mandat externe a été attribué pour la mise en œuvre du postulat. Les résultats sont attendus pour le premier semestre 2024. Une partie théorique complétera les résultats empiriques de l’étude externe. L’adoption du rapport devrait avoir lieu en 2025 
Zur Umsetzung des Postulats wurde ein externes Mandat erteilt. Die externe Studie ist im Verlauf des ersten Halbjahres 2024 vorgesehen. Ein theoretischer Teil wird die empirischen Ergebnisse der externen Studie ergänzen. Ein theoretischer Teil wird die empirischen Ergebnisse der externen Studie ergänzen. Die Verabschiedung des Berichts wird voraussichtlich 2025 erfolgen.
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.