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

Attributes

Repräsentationsinformation
Representation Information
Information de représentation
Informazioni sulla rappresentazione
Die Information, die ein Datenobjekt in für Menschen aussagekräftigere Konzepte übersetzt.
Information that maps a Data Object into more meaningful concepts.
Information qui traduit un Objet-données en des concepts plus explicites.
Informazioni che associano un Oggetto-dati a concetti più significativi.
2022-01-11T13:44:03.0030000Z
380665
https://www.termdat.bk.admin.ch/entry/380665
Modèle de référence pour un Système ouvert d’archivage d’information (OAIS), Livre bleu, 2005, p. 1-11
Referenzmodell für ein Offenes Archiv-Informations-System, Deutsche Übersetzung, nestor Materialien 16, 2012, S. 14
Reference Model for an Open Archival Information System (OAIS), Magenta Book, 2012, p. 1-14
OAIS, Sistema informativo aperto per l'archiviazione, ICCU 2007, p. 17
EXP: ein Beispiel von Repräsentationsinformation für eine Bitsequenz, die eine FITS-Datei ist, könnte sich aus einem FITS-Standard, der das Format definiert und einem Wörterbuch, das die Bedeutung von Schlüsselbegriffen definiert, die nicht Bestandteil des Standards sind, zusammensetzen.
EXP: an example of Representation Information for a bit sequence which is a FITS file might consist of the FITS standard which defines the format plus a dictionary which defines the meaning in the file of keywords which are not part of the standard. Another example is JPEG software, which is used to render a JPEG file; rendering the JPEG file as bits is not very meaningful to humans but the software, which embodies an understanding of the JPEG standard, maps the bits into pixels, which can then be rendered as an image for human viewing.
EXP: par exemple, la définition du code ASCII décrit comment une séquence de bits (un Objet-données) est convertie en caractères
EXP: p. es. la tabella ASCII che descrive come una sequenza di bit (cioè l’Oggetto-dati) corrisponda ad un simbolo
Modèle de référence pour un Système ouvert d’archivage d’information (OAIS), Livre bleu, 2005, p. 1-11
Referenzmodell für ein Offenes Archiv-Informations-System, Deutsche Übersetzung, nestor Materialien 16, 2012, S. 14
secondo OAIS, Sistema informativo aperto per l'archiviazione, ICCU 2007, p. 17
Reference Model for an Open Archival Information System (OAIS), Magenta Book, 2012, p. 1-14/15
Modèle de référence pour un Système ouvert d’archivage d’information (OAIS), Livre bleu, 2005, p. 1-11
Referenzmodell für ein Offenes Archiv-Informations-System, Deutsche Übersetzung, nestor Materialien 16, 2012, S. 14
Reference Model for an Open Archival Information System (OAIS), Magenta Book, 2012, p. 1-14
secondo OAIS, Sistema informativo aperto per l'archiviazione, ICCU 2007, p. 17
SELECT ?property ?object WHERE { BIND (?? AS ?s) ?s ?property ?object . FILTER (isIRI(?object)) FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000
SELECT ?property ?subject WHERE { BIND (?? AS ?o) ?subject ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000
Incoming Relationships: No results found.
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.