You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

Work in Progress

Dieser Bereich befindet sich noch im Aufbau.

Name

Description

Beschreibung

Wird in einem RDF/XML-Dokument zur Identifikation einer Ressource sowie zur Gruppierung multipler Aussagen über diese Ressource verwendet.

Wird verwendet

als Knoten-Element zur Identifikation des beschriebenen Kulturerbeobjekts sowie zur Gruppierung von Informationen zum Kulturerbeobjekt.

Verpflichtungsgrad / Wiederholbarkeit

1/1 pro Objektdatensatz

1/n unterhalb von <rdf:RDF>

Attribute

rdf:about (verpflichtend)

Unterelemente

<dc:title> (verpflichtend)

<dcterms:isReferencedBy> (verpflichtend)

<rdf:type> (verpflichtend)

<edm:isShownAt> (bedingt verpflichtend)

<edm:isShownBy> (bedingt verpflichtend)

<dc:contributor> (optional)

<dc:creator> (optional)

<dc:date> (optional)

<dc:description> (optional)

<dc:identifier> (optional)

<dc:language> (optional)

<dc:publisher> (optional)

<dc:relation> (optional)

<dc:rights> (optional)

<dc:source> (optional)

<dc:subject> (optional)

<dc:type> (optional)

<dcterms:abstract> (optional)

<dcterms:accessRights> (optional)

<dcterms:alternative> (optional)

<dcterms:created> (optional)

<dcterms:description> (optional)

<dcterms:extent> (optional)

<dcterms:isPartOf> (optional)

<dcterms:issued> (optional)

<dcterms:medium> (optional)

<dcterms:provenance> (optional)

<dcterms:rightsHolder> (optional)

<dcterms:spatial> (optional)

<dcterms:temporal> (optional)

<edm:currentLocation> (optional)

<edm:hasView> (optional)

<edm:object> (optional)

<marcrel:fnd> (optional)

<marcrel:pub> (optional)

Modellierungshinweis

Das <rdf:Description> Element umfasst den kompletten Datensatz zu einem DDB-Objekt. Der Identifikator des beschriebenen Kulturerbeobjekts wird im Attribut rdf:about von <rdf:Description> angegeben.

Beispiele

<rdf:Description rdf:about="oai:baw:663258bf-39ff-45bc-9a5e-46dcd4fe193f">
	<dcterms:isReferencedBy>
    	<dcat:CatalogRecord>
        ...
        </dcat:CatalogRecord>
    </dcterms:isReferencedBy>
    <dc:title>Schleuse Schwabenheim Unterwasser</dc:title>
	<rdf:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
    ...
</rdf:Description>

URI


Weitere Informationen


  • No labels