Skip to content
New issue

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

Recommendation for links to human-readable representation for statements with additional metadata #33

Open
anarchivist opened this issue Mar 30, 2016 · 2 comments

Comments

@anarchivist
Copy link
Member

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)

@aisaac
Copy link
Contributor

aisaac commented Sep 20, 2016

The _:representation property could also be foaf:homepage (http://xmlns.com/foaf/spec/#term_homepage), simply.

@aisaac
Copy link
Contributor

aisaac commented Jun 24, 2020

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants