Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.
Kommentar: Code blocks für RDF ergänzt und einheitlich turtle als Serialisierung. bnode-bsp ergänzt.

...

Modellierungsoptionen

Option 1 Bemerkung
Codeblock
_:x 
<
rdau:P60588
>

"The hound of the Baskervilles" .

"has preferred title for the resource"

Relates a resource to the title or form of title chosen to identify the resource.

  • RDA unconstrained  verwenden auch für  Werktitel als Literal
  • allgemeine  und unconstrained property „has related resource“ für Referenzierung Werk-URI (falls vorhanden) verwenden
  • Option: man verzichtet auf unconstrained Literal Werk property rdau:P60588, wenn GND-Link vorhanden
  • Nachteil: andere „Related Resources“  werden ebenfalls so referenziert und sind nicht mehr zu differenzieren
  • [rdau:P60313 ähnlich zu dcterms:relation]
Codeblock
_:x 
<
rdau:P60515
>

Der Hund der Baskervilles .

"has title proper"

Relates a resource to the chief name of a resource (i.e., the title normally used when citing the resource).<

Codeblock
_:x rdau:P60313
>
http

<http://d-nb.info/gnd/4286121-
4
4> .

 oder

oder

<schema:exampleOfWork>
Codeblock
_:x schema:exampleOfWork
<http
http
://d-nb.info/gnd/4286121-
4
4> .

 oder

oder

<dcterms:relation>
Codeblock
_:x dcterms:relation
http://d-nb.info/gnd/4286121-4 .

 

 

"has related resource"

Relates a resource to a resource, represented by an identifier, an authorized access point, or a description, that is related to the resource being described.

 

 

Option 2 Bemerkung
Codeblock
_:x 
<
rdam:P30156
>

"Der Hund der Baskervilles" .

 

 

"has title proper"

Relates a manifestation to the chief name of a resource (i.e., the title normally used when citing the resource).

  • RDA constrained
  • kommt nicht in Frage, um RDA Relation Work Manifested zu benutzen, müsste  domain = Manifestation sein, da URI eine zusammengesetzte Beschreibung identifiziert und keine Manifestation
  • Literal des Werktitels kann nicht abgebildet werden, sondern lediglich in der Beschreibung des Werks

--> Alternative: blank node?

Codeblock
_:x 
<
rdam:P30135
>
http

<http://d-nb.info/gnd/4286121-
4
4> .

oder<schema:exampleOfWork>
http

Codeblock
_:x schema:exampleOfWork
<http://d-nb.info/gnd/4286121-
4
4> .

oder

<bf:instanceOf>
http
Codeblock
_: bf:instanceOf
 <http://d-nb.info/gnd/4286121-
4
4> .

"has work manifested"

Relates a manifestation to a work embodied in a manifestation.

schema:exampleOfWork

A creative work that this work is an example/instance/realization/derivation of.

bf:instanceOf

Work this resource instantiates or manifests. For use to connect Instances to Works in the BIBFRAME structure.

Option 3 Bemerkung
Codeblock
_:x dc:title
"Der Hund der Baskervilles" .

<dc:title>

Der Hund der Baskervilles
 
  • in Anlehnung an die bisherige Umsetzung
  • unspezifisch: dcterms:alternative und mehrfach in der Empfehlung verwendet

<dcterms:alternative>

The hound of the Baskervilles

 
Codeblock
_:x dcterms:alternative
"The hound of the Baskervilles" .
 
Codeblock
_:x dcterms:relation
<http://d-nb.info/gnd/4286121-4> .
 
<dcterms:relation>
http
Option 4 (mit blank nodes) Bemerkung

 

 

Codeblock
_:x 
dc:title "Der Hund der Baskervilles" ;
schema:exampleOfWork [
  rdau:P60588 "The hound of the Baskervilles" ] .

 

 

 

schema:exampleOfWork

A creative work that this work is an example/instance/realization/derivation of.

  • RDA constrained
  • kommt nicht in Frage, um RDA Relation Work Manifested zu benutzen, müsste  domain = Manifestation sein, da URI eine zusammengesetzte Beschreibung identifiziert und keine Manifestation
  • Literal des Werktitels kann nicht abgebildet werden, sondern lediglich in der Beschreibung des Werks

--> Alternative: blank node?

Codeblock
_:x schema:exampleOfWork <http://d-nb.info/gnd/4286121-4> .
Codeblock
_:x bf:instanceOf <http
://d-nb.info/gnd/4286121-4> .
 

schema:exampleOfWork

A creative work that this work is an example/instance/realization/derivation of.

bf:instanceOf

Work this resource instantiates or manifests. For use to connect Instances to Works in the BIBFRAME structure.

Modellierung Werk

 

http://d-nb.info/gnd/4286121-4 Bemerkung

<rdaw:P10223> The hound of the Baskervilles

oder

<gndo:preferredNameForTheWork> The hound of the Baskervilles

oder

<bf:workTitle>The hound of the Baskervilles

oder

<schema:name> The hound of the Baskervilles

oder

<bne:hastitleofthework>The hound of the Baskervilles

RDA: "has preferred title for the work"http://d-nb.info/gnd/4286121-4

...