Versions Compared

Key

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

...

Code Block
languagexml
themeConfluence
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>
	<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"<rdf:type>
		<dc:title xml:lang="de">Bürogebäude Lyoner Straße - Modell des Gesamtgebäudes mit Umgebung</dc:title>
		<dc:dcterms:alternative xml:lang="de">Bürogebäude Lyoner Straße - Modell des Gesamtgebäudes mit Umgebung</dcterms:alternative> 
		<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
			<edm:WebResource rdf:about="http://hdl.handle.net/11153/495-001-008">
				<dc:format>text/html</dc:format>
				<dcterms:license rdf:resource="http://rightsstatements.org/vocab/InC/1.0/"/>
			</edm:WebResource>
<edm:isShownAt 		</edm:isShownAt>
		<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 Metallumrandung</dcterms:medium> 
		<edm:currentLocation xml:lang="de">Deutsches Architekturmuseum</edm:currentLocation> 
		<dcterms:isPartOf>Modellsammlung/Architekturmodelle</dcterms:isPartOf> 
	</rdf:Description> 
</rdf:RDF>




Code Block
titleBeispiel für einen Maximal-Datensatz
linenumberstrue
collapsetrue

...