@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix edm: <http://www.europeana.eu/schemas/edm/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rs: <http://rightsstatements.org/vocab/> .
@prefix wd: <https://www.wikidata.org/entity/> .

rs: a owl:Ontology ;
    rdfs:label "RightsStatements" ;
    dc11:description "A simple ontology modelling the RightsStatements set"@en ;
    dc11:identifier "http://rightsstatements.org/" ;
    dc11:title "The RightsStatements ontology"@en ;
    dcterms:contributor "Ismael Olea" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    dcterms:rights "CC0 1.0 Universal" ;
    owl:versionInfo "2025-01-30" .

rs:CNE a rs:RightsStatements,
        owl:NamedIndividual ;
    rdfs:label "Copyright Not Evaluated"@en ;
    dc11:description "RightsStatements.org statement pertaining to works for which the copyright status is unknown and for which the organization that intends to make the work available has not undertaken an effort to determine its copyright status"@en ;
    dc11:identifier <http://rightsstatements.org/vocab/CNE/1.0/> ;
    owl:sameAs wd:Q47530926 ;
    foaf:depiction <http://commons.wikimedia.org/wiki/File:Other-NOTEVALUATED.white.svg> .

rs:InC a rs:RightsStatements,
        owl:NamedIndividual ;
    rdfs:label "In Copyright"@en ;
    dc11:description "RightsStatements.org statement pertaining to works which are in copyright"@en ;
    dc11:identifier <http://rightsstatements.org/vocab/InC/1.0/> ;
    owl:sameAs wd:Q47530729 ;
    foaf:depiction <http://commons.wikimedia.org/wiki/File:InC.white.svg> .

rs:InC-EDU a rs:RightsStatements,
        owl:NamedIndividual ;
    rdfs:label "In Copyright - Educational Use Permitted"@en ;
    dc11:description "RightsStatements.org statement pertaining to copyrighted works for which rights-holder allows third parties to use for educational purposes"@en ;
    dc11:identifier <http://rightsstatements.org/vocab/InC-EDU/1.0/> ;
    owl:sameAs wd:Q47530757 ;
    foaf:depiction <http://commons.wikimedia.org/wiki/File:InC-EDUCATIONAL.white.svg> .

rs:InC-NC a rs:RightsStatements,
        owl:NamedIndividual ;
    rdfs:label "In Copyright - Non-Commercial Use Permitted"@en ;
    dc11:description "RightsStatements.org statement pertaining to copyrighted works for which rights-holder allows third parties to use for non-commercial purposes"@en ;
    dc11:identifier <http://rightsstatements.org/vocab/InC-NC/1.0/> ;
    owl:sameAs wd:Q47530780 ;
    foaf:depiction <http://commons.wikimedia.org/wiki/File:InC-NONCOMMERCIAL.white.svg> .

rs:InC-OW-EU a rs:RightsStatements,
        owl:NamedIndividual ;
    rdfs:label "In Copyright - EU Orphan Work"@en ;
    dc11:description "RightsStatements.org statement for works in accordance with EU directive on certain permitted uses of Orphan Works"@en ;
    dc11:identifier <http://rightsstatements.org/vocab/InC-OW-EU/1.0/> ;
    owl:sameAs wd:Q47530688 ;
    foaf:depiction <http://commons.wikimedia.org/wiki/File:InC-EU-ORPHAN.white.svg> .

rs:InC-RUU a rs:RightsStatements,
        owl:NamedIndividual ;
    rdfs:label "In Copyright - Rights-holder(s) Unlocatable or Unidentifiable"@en ;
    dc11:description "RightsStatements.org statement pertaining to copyrighted works for which no rights-holder has been identified after investigation"@en ;
    dc11:identifier <http://rightsstatements.org/vocab/InC-RUU/1.0/> ;
    owl:sameAs wd:Q47530802 ;
    foaf:depiction <http://commons.wikimedia.org/wiki/File:InC-UNKNOWN.white.svg> .

rs:NKC a rs:RightsStatements,
        owl:NamedIndividual ;
    rdfs:label "No Known Copyright"@en ;
    dc11:description "RightsStatements.org statement pertaining to works for which the copyright status has not been determined conclusively, but for which the organization that intends to make the Item available has reasonable cause to believe that the underlying work is"@en ;
    dc11:identifier <http://rightsstatements.org/vocab/NKC/1.0/> ;
    owl:sameAs wd:Q47530955 ;
    foaf:depiction <http://commons.wikimedia.org/wiki/File:Other-UNKNOWN.white.svg> .

rs:NoC-CR a rs:RightsStatements,
        owl:NamedIndividual ;
    rdfs:label "No Copyright - Contractual Restrictions"@en ;
    dc11:description "RightsStatements.org statement pertaining to works that are in the Public Domain but for which the organization that intends to make the work available has entered into a contractual agreement that requires it to restrict third party use"@en ;
    dc11:identifier <http://rightsstatements.org/vocab/NoC-CR/1.0/> ;
    owl:sameAs wd:Q47530853 ;
    foaf:depiction <http://commons.wikimedia.org/wiki/File:NoC-CONTRACTUAL.white.svg> .

rs:NoC-NC a rs:RightsStatements,
        owl:NamedIndividual ;
    rdfs:label "No Copyright - Non-Commercial Use Only"@en ;
    dc11:description "Works that are in the Public Domain and have been digitized in a public-private partnership as part of which, the partners have agreed to limit commercial uses of this digital representation of the Work by third parties."@en ;
    dc11:identifier <http://rightsstatements.org/vocab/NoC-NC/1.0/> ;
    owl:sameAs wd:Q47530884 ;
    foaf:depiction <http://commons.wikimedia.org/wiki/File:NoC-NONCOMMERCIAL.white.svg> .

rs:NoC-OKLR a rs:RightsStatements,
        owl:NamedIndividual ;
    rdfs:label "No Copyright - Other Known Legal Restrictions"@en ;
    dc11:description "RightsStatements.org statement pertaining to works that are in the Public Domain but which cannot be freely re-used as the consequence of other known legal restrictions"@en ;
    dc11:identifier <http://rightsstatements.org/vocab/NoC-OKLR/1.0/> ;
    owl:sameAs wd:Q47530902 ;
    foaf:depiction <http://commons.wikimedia.org/wiki/File:NoC-OTHER.white.svg> .

rs:NoC-US a rs:RightsStatements,
        owl:NamedIndividual ;
    rdfs:label "No Copyright - United States"@en ;
    dc11:description "RightsStatement.org statement pertaining to works that are in the Public Domain in the jurisdiction of the United States of America"@en ;
    dc11:identifier <http://rightsstatements.org/vocab/NoC-US/1.0/> ;
    owl:sameAs wd:Q47530911 ;
    foaf:depiction <http://commons.wikimedia.org/wiki/File:NoC-US.white.svg> .

rs:UND a rs:RightsStatements,
        owl:NamedIndividual ;
    rdfs:label "Copyright Undetermined"@en ;
    dc11:description "RightsStatements.org statement pertaining to works for which the copyright status is unknown and for which the organization that has made the work available has undertaken an effort to determine the copyright status of the underlying work"@en ;
    dc11:identifier <http://rightsstatements.org/vocab/UND/1.0/> ;
    owl:sameAs wd:Q47530946 ;
    foaf:depiction <http://commons.wikimedia.org/wiki/File:Other-UNDETERMINED.white.svg> .

rs:rights a owl:ObjectProperty ;
    rdfs:label "IP rights statement"@en ;
    dc11:description "standardized RightsStatements.org rights statement that owning institution or similar authority has applied to this work"@en ;
    rdfs:domain owl:NamedIndividual ;
    rdfs:range rs:RightsStatements ;
    owl:equivalentProperty dc11:rights,
        edm:rights,
        wd:P6426 .

rs:RightsStatements a owl:Class ;
    rdfs:label "RightsStatements.org class"@en ;
    dc11:description "any one of the set of statements published by RightsStatements.org consortium to communicate the copyright and re-use status of digital objects"@en ;
    dc11:identifier rs:RightsStatements ;
    owl:equivalentClass wd:Q47530706 .

