Skip to content

Commit

Permalink
Add rights in metadata service
Browse files Browse the repository at this point in the history
  • Loading branch information
frmichel committed Oct 25, 2023
1 parent cc68881 commit a5063ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions queries/getArticleMetadata.sparql
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ WHERE {
OPTIONAL { <{id}> dct:issued ?date.}
OPTIONAL { <{id}> schema:publication ?pub.}
OPTIONAL { <{id}> dct:license ?license.}
OPTIONAL { <{id}> dct:rights ?rights.}
OPTIONAL { <{id}> bibo:doi ?doi.}
OPTIONAL { <{id}> bibo:pmid ?pmid.}
OPTIONAL { <{id}> fabio:hasPubMedId ?hasPubMedId.}
Expand Down

0 comments on commit a5063ae

Please sign in to comment.