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

Attributes

unmittelbar verstehbar
independently understandable
immédiatement compréhensible
Comprensibile in maniera autonoma
Merkmal von Information, die hinreichend vollständig ist, um von der vorgesehenen Zielgruppe interpretiert, verstanden und verwendet zu werden, ohne dass diese auf spezielle, nicht weit verbreitete, Hilfsmittel, einschließlich benannter Personen, zurückgreifen muss.
Characteristic of information that is sufficiently complete to allow it to be interpreted, understood and used by the Designated Community without having to resort to special resources not widely available, including named individuals.
Qualité propre à une information suffisamment documentée pour être comprise et utilisée par la Communauté d’utilisateurs cible sans recourir à des ressources particulières difficiles d’accès, comme par exemple des personnes physiques.
Qualità propria dell’informazione sufficientemente documentata per consentirne la comprensione e l’uso da parte di una Comunità di riferimento senza bisogno di fare ricorso a speciali risorse dalla disponibilità limitata, persone incluse.
2022-01-11T13:44:03.0030000Z
380633
https://www.termdat.bk.admin.ch/entry/380633
Referenzmodell für ein Offenes Archiv-Informations-System, Deutsche Übersetzung, nestor Materialien 16, 2012, S. 15
OAIS, Sistema informativo aperto per l'archiviazione, ICCU 2007, p. 12
Modèle de référence pour un Système ouvert d’archivage d’information (OAIS), Livre bleu, 2005, p. 1-10
Reference Model for an Open Archival Information System (OAIS), Magenta Book, 2012, p. 1-12
nach Referenzmodell für ein Offenes Archiv-Informations-System, Deutsche Übersetzung, nestor Materialien 16, 2012, S. 15
d'après Modèle de référence pour un Système ouvert d’archivage d’information (OAIS), Livre bleu, 2005, p. 1-15
secondo OAIS, Sistema informativo aperto per l'archiviazione, ICCU 2007, p. 12
after Reference Model for an Open Archival Information System (OAIS), Magenta Book, 2012, p. 1-12
SELECT ?source ?property WHERE { BIND (?? AS ?o) ?source ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) FILTER (?property NOT IN ( schema:rangeIncludes, schema:domainIncludes, rdfs:range, rdfs:domain, owl:equivalentClass, owl:disjointWith, owl:unionOf, owl:intersectionOf )) FILTER (!STRSTARTS(STR(?property), "http://www.w3.org/ns/shacl#")) } LIMIT 1000

Incoming Relationships - no results found

No results found.
SELECT ?property ?destination WHERE { BIND (?? AS ?s) ?s ?property ?destination . FILTER (isIRI(?destination)) FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000
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

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

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

No results found.
SELECT ?subject ?property ?object WHERE { BIND (?? AS ?o) ?s ?property ?o . FILTER (?property IN ( schema:rangeIncludes, schema:domainIncludes, rdfs:range, rdfs:domain, owl:equivalentClass, owl:disjointWith, owl:unionOf, owl:intersectionOf )) } LIMIT 1000

Schema information - no results found

No results found.
SELECT ?subject ?property ?object WHERE { BIND (?? AS ?object) ?subject ?property ?object . FILTER (STRSTARTS(STR(?property), "http://www.w3.org/ns/shacl#")) } LIMIT 1000

Shape information (SHACL) - no results found

No results found.