rightsstatements / data-model

rightsstatements.org data model
http://rightsstatements.org/vocab/1.0/
Creative Commons Zero v1.0 Universal
12 stars 3 forks source link

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

Open anarchivist opened 8 years ago

anarchivist commented 8 years ago

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 commented 7 years ago

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

aisaac commented 4 years ago

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>