We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See #32. Example:
<http://ex.org/providedCHO1234> <edm:rights> [ odrl:inheritFrom <http://rightsstatements.org/vocab/InC-NC/1.0/> ; cc:deprecatedOn "2022-01-01" ; _:representation <http://rightsstatements.org/page/InC-NC/?date=2022-01-01> . ]
The _:representation property could be odrs:copyrightStatement or odrs:reuserGuidelines (though the name is not great the semantics is alright)
_:representation
odrs:copyrightStatement
odrs:reuserGuidelines
The text was updated successfully, but these errors were encountered:
The _:representation property could also be foaf:homepage (http://xmlns.com/foaf/spec/#term_homepage), simply.
Sorry, something went wrong.
For the record, another possible example in EDM (XML):
<ore:Aggregation rdf:about="[...]"> <edm:aggregatedCHO rdf:resource="[...]"/> <edm:provider>The European Library</edm:provider> <edm:dataProvider>BnF</edm:dataProvider> <edm:isShownAt rdf:resource="[...]"/> <edm:rights rdf:resource="#statement_3000095353971"/> </ore:Aggregation> <cc:License rdf:about="#statement_3000095353971"> <odrl:inheritFrom rdf:resource="https://rightsstatements.org/vocab/NoC-OKLR/1.0/"> <TBD:relatedNote rdf:resource="https://gallica.bnf.fr/edit/und/conditions-dutilisation-des-contenus-de-gallica"> </cc:License>
No branches or pull requests
See #32. Example:
The
_:representation
property could beodrs:copyrightStatement
orodrs:reuserGuidelines
(though the name is not great the semantics is alright)The text was updated successfully, but these errors were encountered: