Hello,
related to my last question to this list, I would like to know: Is there
is an euivalent to the Bibframe v1 property "relator" in Bibframe 2? We
would like to indicate the type a contribution by using MARC relator
URIs, like this:
@prefix bf2: <http://id.loc.gov/ontologies/bibframe/> .
@prefix bf1: <http://bibframe.org/vocab/> .
<http://lobid.org/resources/HT012822405#!>
bf2:contribution [ a bf:Contribution ;
bf2:agent <http://d-nb.info/gnd/118580604> ;
bf1:relator <http://id.loc.gov/vocabulary/relators/cre>
] .
As you can see, we use the Bibframe 1.0 property "relator" here because
I could not find an equivalent in Bibframe 2.0. bf:role seems the best
fit but it has rdfs:Literal as range which is not what we need.
In other words, my question is: How would you model the example above
solely using Bibframe 2.0?
All the best
Adrian
|