Skip to content

Commit

Permalink
update osfmap shorthands
Browse files Browse the repository at this point in the history
- add rightsHolder ("License holder"@en)
- update hasPapersResource ("Papers"@en)
  • Loading branch information
aaxelb committed Sep 12, 2023
1 parent 78c506f commit 2d431d2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion 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 Expand Up @@ -350,7 +359,7 @@
OSFMAP.hasPapersResource: {
RDF.type: {RDF.Property},
RDFS.label: {
primitive_rdf.text('Papers resource', language_tag='en'),
primitive_rdf.text('Papers', language_tag='en'),
},
JSONAPI_MEMBERNAME: {
primitive_rdf.text('hasPapersResource', language_tag='en'),
Expand Down

0 comments on commit 2d431d2

Please sign in to comment.