Versions Compared

Key

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

...

XML-Schema für DDB-DC_RDF/XML, Version 1.7 8 (extern)

2.3 Beispiele

Code Block
languagexml
themeConfluence
titleBeispiel für einen Minimal-Datensatz
linenumberstrue
collapsetrue
<rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:edm="http://www.europeana.eu/schemas/edm/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:bf="http://id.loc.gov/ontologies/bibframe/#" xmlns:marcrel="http://id.loc.gov/vocabulary/relators/" xmlns:dcat="http://www.w3.org/ns/dcat#" xmlns:xml="http://www.w3.org/XML/1998/namespace">
	<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>
		<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:isShownBy>
			<edm:WebResource rdf:about="http://archiv.dam-online.de/bitstream/11153/495-001-008/2/bitstream">
				<dc:format>image/jpeg</dc:format>
				<dcterms:license rdf:resource="http://rightsstatements.org/vocab/InC/1.0/"/>
			</edm:WebResource>
		</edm:isShownBy>
 		<dc:title>Bürogebäude Lyoner Straße</dc:title>
		<dc:type>Architekturmodell</dc:type>
 		<rdf:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"<rdf:type>
	</rdf:Description>
</rdf:RDF>

...