Skip to content

Commit

Permalink
add rightsHolder osfmap shorthand
Browse files Browse the repository at this point in the history
  • Loading branch information
aaxelb committed Sep 11, 2023
1 parent 48a95b8 commit d5e572f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions trove/vocab/osfmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,15 @@
primitive_rdf.text('rights', language_tag='en'),
},
},
DCTERMS.rightsHolder: {
RDF.type: {RDF.Property},
RDFS.label: {
primitive_rdf.text('License holder', language_tag='en'),
},
JSONAPI_MEMBERNAME: {
primitive_rdf.text('rightsHolder', language_tag='en'),
},
},
DCTERMS.description: {
RDF.type: {RDF.Property},
RDFS.label: {
Expand Down

0 comments on commit d5e572f

Please sign in to comment.