Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.
Kommentar: Fehlendes dc: Präfix in komplexes Beispiel eingefügt

...

Kein Format
@prefix madsrdf: <http://www.loc.gov/mads/rdf/v1#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix gnd: <http://d-nb.info/gnd/> .

<http://d-nb.info/964946211> a bibo:Document ;
	dcterms:subject <http://d-nb.info/gnd/4023996-2> ,
		<http://d-nb.info/gnd/4192517-8> ,
		<http://d-nb.info/gnd/4183259-0> ,
		<http://d-nb.info/gnd/4681400-0> ,
		<http://d-nb.info/gnd/4023996-2> ,
		<http://d-nb.info/gnd/4192517-8> ,
		<http://d-nb.info/gnd/4178975-1> ,
		<http://d-nb.info/gnd/4681400-0> ;
	dc:subject "Online-publikation" , "Online-publikation" .

...

Kein Format
@prefix madsrdf: <http://www.loc.gov/mads/rdf/v1#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix gnd: <http://d-nb.info/gnd/> .
@prefix dc: http://purl.org/dc/elements/1.1/> .

<http <http://d-nb.info/964946211> a bibo:Document ;
	dcterms:title "Vertical profiles of NO_1tn2 and HONO in the boundary layer" ;
	dcterms:subject [
		a madsrdf:ComplexSubject ;
		madsrdf:componentList (
			<http://d-nb.info/gnd/4023996-2>
			<http://d-nb.info/gnd/4192517-8>
			<http://d-nb.info/gnd/4183259-0>
			<http://d-nb.info/gnd:4681400-0>
			"Online-publikation" 
			) ] , [
		a madsrdf:ComplexSubject ;		
		madsrdf:componentList (
			<http://d-nb.info/gnd/4023996-2>
			<http://d-nb.info/gnd/4192517-8>
			<http://d-nb.info/gnd/4178975-1>
			<http://d-nb.info/gnd/4681400-0>
			"Online-publikation" 
		) ] .