Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
titleBeispiel für einen Minimal-Datensatz
linenumberstrue
collapsetrue
<rdf:RDF xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3schools.com/RDF/rdf-schema.xml" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:dcat="http://www.w3.org/ns/dcat#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:edm="http://www.europeana.eu/schemas/edm/" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:ex="http://www.example.org/" xmlns:marcrel="http://id.loc.gov/vocabulary/relators/" xmlns:bf="http://id.loc.gov/ontologies/bibframe/#">
	<rdf:Description rdf:about="495-001-008">
		<dcterms:isReferencedBy>
			<dcat:CatalogRecord>
				<dc:identifier>495-001-008</dc:identifier>
				<dc:creator>00006280</dc:creator>
				<dcterms:license rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/"/> 
  			</dcat:CatalogRecord>
  		</dcterms:isReferencedBy>
  		<rdf:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> 
  		<dc:title xml:lang="gerde">Bürogebäude Lyoner Straße - Modell des Gesamtgebäudes mit Umgebung</dc:title> 
		<edm:isShownBy>
			<edm:WebResource rdf:about="http://archiv.dam-online.de/bitstream/11153/495-001-008/2/bitstream">
				<dc:creator>Foto: Uwe Dettmar</dc:creator> 
				<dc:format>image/jpeg</dc:format> 
				<dcterms:license rdf:resource="http://rightsstatements.org/vocab/InC/1.0/"/> 
  			</edm:WebResource>
  		</edm:isShownBy>
  		<edm:isShownAt rdf:resource="http://hdl.handle.net/11153/495-001-008"/>
  		<dcterms:rightsHolder>© DAM und Dieter Köhler</dcterms:rightsHolder> 
		<dc:type xml:lang="de">Architektur Modell</dc:type>
  		<dcterms:spatial>Frankfurt am Main</dcterms:spatial> 
  		<dc:creator>Köhler, Dieter</dc:creator> 
		<dc:publisher>Deutsches Architekturmuseum</dc:publisher>
  		<dcterms:created>1999</dcterms:created> 
  		<dcterms:extent>22 x 62 x 45 cm</dcterms:extent> 
  		<dcterms:medium xml:lang="deu">Kunststoff, Plexiglas, Holz auf Holzsockel mit Metallumrandun</dcterms:medium> 
  		<edm:currentLocation xml:lang="de">Deutsches Architekturmuseum</edm:currentLocation> 
  		<dcterms:isPartOf>Modellsammlung/Architekturmodelle</dcterms:isPartOf>
  	</rdf:Description>
  </rdf:RDF>

...