@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns0: <http://purl.org/vocommons/voaf#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix ns1: <http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#> .
@prefix ns2: <http://purl.org/vocab/vann/> .
@prefix cc: <http://creativecommons.org/ns#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

<http://purl.oclc.org/NET/ldr/ns#>
  a owl:Ontology ;
  rdfs:label "Linked Data Rights"@en ;
  ns0:propertyNumber "18"^^xsd:int ;
  dc:issued "2013-09-20"^^xsd:date, "2014-08-30"^^xsd:date ;
  ns0:classNumber "31"^^xsd:int ;
  ns1:scenarios "Declaring rights on both Linked Open Data and Linked Closed Data"@en ;
  dc:title "Linked Data Rights (LDR)"@en ;
  dc:contributor "Maria Poveda-Villalon", "Asuncion Gomez-Perez", "Victor Rodriguez-Doncel", "Mari Carmen Suarez" ;
  ns2:preferredNamespacePrefix "ldr" ;
  owl:versionInfo "2.0"@en ;
  dc:creator "Ontology Engineering Group - Universidad PolitÃƒÂ©cnica de Madrid" ;
  dc:description """The Linked Data Rights ontology provides the vocabulary for creating rights expressions for Linked Data resources by extending the ODRL ontology. 
                   Linked Data assets (RDF triples, graphs, datasets, mappings...) can be object of protection by the intellectual property law, the database law or its access or publication be restricted by other legal reasons (personal data pro- tection, security reasons, etc.). Publishing a rights expression along with the digital asset, allows the rightsholder waiving some or all of the IP and database rights (leaving the work in the public domain), permitting some operations if certain conditions are satisfied (like giving attribution to the author) or simply reminding the audience that some rights are reserved. Specific vocabulary is given for authorising specific uses of Linked Data."""@en ;
  ns2:preferredNamespaceUri "http://purl.oclc.org/NET/ldr/ns#" ;
  ns1:hasComponent "http://www.w3.org/TR/swbp-n-aryRelations/"@en ;
  cc:license <http://creativecommons.org/licenses/by/3.0/> ;
  ns0:hasEquivalencesWith cc:null, <http://www.w3.org/ns/odrl/2/null>, foaf:null ;
  ns0:specializes cc:null, <http://www.w3.org/ns/odrl/2/null> ;
  ns0:reliesOn cc:null, <http://www.w3.org/ns/odrl/2/>, <http://www.w3.org/ns/odrl/2/null> ;
  ns0:similar <http://data.opendataday.it/LiMo>, <http://ns.inria.fr/l4lod/v2/l4lod_v2.rdf>, <http://schema.theodi.org/odrs/>, <http://www.w3.org/ns/odrl/2/null> ;
  dc11:creator <http://delicias.dia.fi.upm.es/~vrodriguez/> ;
  ns1:hasIntent <http://oeg-dev.dia.fi.upm.es/licensius/static/ldr/pattern.html#int> ;
  ns1:coversRequirements <http://oeg-dev.dia.fi.upm.es/licensius/static/ldr/pattern.html#reqs> ;
  prov:wasDerivedFrom <http://oeg-dev.dia.fi.upm.es/licensius/static/lldr/lldr-2013.07.18.owl> .

<http://purl.oclc.org/NET/ldr/ns#issuedOn>
  a owl:AnnotationProperty, owl:DatatypeProperty ;
  rdfs:comment "Date on which the rights expression is issued, with legal consequences on the copyright or database right expiration."@en ;
  rdfs:domain <http://purl.oclc.org/NET/ldr/ns#Policy> ;
  rdfs:range xsd:dateTime .

skos:closeMatch a owl:AnnotationProperty .
skos:exactMatch a owl:AnnotationProperty .
skos:example a owl:AnnotationProperty .
skos:narrowMatch a owl:AnnotationProperty .
<http://purl.oclc.org/NET/ldr/ns#hasClaim>
  a owl:ObjectProperty ;
  rdfs:comment "Declares a claim asserted in the context of a rights expression"@en ;
  rdfs:range <http://purl.oclc.org/NET/ldr/ns#Proposition> .

<http://purl.oclc.org/NET/ldr/ns#hasExtendedRule>
  a owl:ObjectProperty ;
  rdfs:comment "Links a Policy to an ExtendedRule it contains"@en ;
  rdfs:range <http://purl.oclc.org/NET/ldr/ns#ExtendedRule> ;
  rdfs:domain <http://www.w3.org/ns/odrl/2/Policy> .

<http://purl.oclc.org/NET/ldr/ns#hasLegalStatus>
  a owl:ObjectProperty ;
  rdfs:comment "Declares the legal status of a resource" ;
  rdfs:domain <http://purl.oclc.org/NET/ldr/ns#LinkedDataResource> ;
  rdfs:range <http://purl.oclc.org/NET/ldr/ns#ResourceLegalStatus> .

<http://purl.oclc.org/NET/ldr/ns#hasRequirement>
  a owl:ObjectProperty ;
  rdfs:comment "Declares which requirements have to be fulfilled for the Rule to be valid"@en ;
  rdfs:range <http://purl.oclc.org/NET/ldr/ns#Proposition> ;
  rdfs:domain <http://www.w3.org/ns/odrl/2/Rule> .

<http://purl.oclc.org/NET/ldr/ns#dataFormat>
  a owl:DatatypeProperty ;
  rdfs:comment "Format of the data (\"text/html\", \"application/rdf+xml\", etc.)"@en ;
  rdfs:subPropertyOf <http://purl.oclc.org/NET/ldr/ns#hasclaim>, <http://www.w3.org/ns/odrl/2/rightOperand> .

<http://purl.oclc.org/NET/ldr/ns#hasAttributionText>
  a owl:DatatypeProperty ;
  rdfs:comment "Text that has to be included as requested by a condition"@en ;
  skos:closeMatch cc:attributionName, cc:attributionURL ;
  rdfs:domain <http://purl.oclc.org/NET/ldr/ns#Proposition> ;
  rdfs:subPropertyOf <http://purl.oclc.org/NET/ldr/ns#hasclaim>, <http://www.w3.org/ns/odrl/2/rightOperand> ;
  rdfs:range rdfs:Literal .

<http://purl.oclc.org/NET/ldr/ns#hasCopyrightNotice>
  a owl:DatatypeProperty ;
  rdfs:comment "Text that has to be attached imposed as a condition"@en ;
  rdfs:subPropertyOf <http://purl.oclc.org/NET/ldr/ns#hasclaim>, <http://www.w3.org/ns/odrl/2/rightOperand> ;
  rdfs:range rdfs:Literal .

<http://purl.oclc.org/NET/ldr/ns#hasDisclaimerText>
  a owl:DatatypeProperty ;
  rdfs:comment "Text discharging responsibilities on the use of the Linked Data resource"@en ;
  rdfs:subPropertyOf <http://purl.oclc.org/NET/ldr/ns#hasclaim>, <http://www.w3.org/ns/odrl/2/rightOperand> ;
  rdfs:domain <http://www.w3.org/ns/odrl/2/Policy> .

<http://purl.oclc.org/NET/ldr/ns#hasPersonalData>
  a owl:DatatypeProperty, <http://purl.oclc.org/NET/ldr/ns#ResourceLegalStatus>, owl:NamedIndividual ;
  rdfs:comment "Declares that the referred resource has personal data"@en ;
  rdfs:subPropertyOf <http://purl.oclc.org/NET/ldr/ns#hasclaim>, <http://www.w3.org/ns/odrl/2/rightOperand> .

<http://purl.oclc.org/NET/ldr/ns#hasPrivacyLevel>
  a owl:DatatypeProperty ;
  rdfs:comment "Declares the privacy level (e.g. personal data) for a Linked Data resource"@en ;
  rdfs:domain <http://purl.oclc.org/NET/ldr/ns#LinkedDataResource> ;
  rdfs:subPropertyOf <http://purl.oclc.org/NET/ldr/ns#hasclaim>, <http://www.w3.org/ns/odrl/2/rightOperand> .

<http://purl.oclc.org/NET/ldr/ns#hasclaim> a owl:DatatypeProperty .
<http://purl.oclc.org/NET/ldr/ns#operation>
  a owl:DatatypeProperty ;
  rdfs:comment "May be set with one of the mathematical values AND, OR and XOR. (OR is the default if not specified.)"@en ;
  rdfs:domain <http://purl.oclc.org/NET/ldr/ns#ExtendedRule> ;
  rdfs:range xsd:string .

<http://purl.oclc.org/NET/ldr/ns#protocol>
  a owl:DatatypeProperty ;
  rdfs:comment "Access protocol (e.g. \"SPARQL\", \"HTTPS\", etc.)"@en ;
  rdfs:subPropertyOf <http://purl.oclc.org/NET/ldr/ns#hasclaim>, <http://www.w3.org/ns/odrl/2/rightOperand> .

<http://purl.oclc.org/NET/ldr/ns#queriesPerDay>
  a owl:DatatypeProperty ;
  rdfs:comment "Number of queries per day"@en ;
  rdfs:subPropertyOf <http://purl.oclc.org/NET/ldr/ns#hasclaim>, <http://www.w3.org/ns/odrl/2/rightOperand> .

<http://purl.oclc.org/NET/ldr/ns#queriesPerMinute>
  a owl:DatatypeProperty ;
  rdfs:comment "Number of queries per minute"@en ;
  rdfs:subPropertyOf <http://purl.oclc.org/NET/ldr/ns#hasclaim>, <http://www.w3.org/ns/odrl/2/rightOperand> .

<http://purl.oclc.org/NET/ldr/ns#truthValue>
  a owl:DatatypeProperty ;
  rdfs:comment "Truth value"@en ;
  rdfs:domain <http://purl.oclc.org/NET/ldr/ns#Proposition> ;
  rdfs:range xsd:boolean .

<http://www.w3.org/ns/odrl/2/rightOperand> a owl:DatatypeProperty .
<http://purl.oclc.org/NET/ldr/ns#Access>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ldr/ns#LinkedDataRight> ;
  rdfs:comment "Right of access, which can be legally granted (e.g. public sector information) or expressely restricted (e.g. secrets compromising national security)"@en ;
  skos:exactMatch <http://www.w3.org/ns/auth/acl#Access> .

<http://purl.oclc.org/NET/ldr/ns#Action> a owl:Class .
<http://purl.oclc.org/NET/ldr/ns#CopyrightException>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ldr/ns#Proposition> ;
  rdfs:comment "Reason which can be invoked to make an exception to the intellectual property or database law "@en .

<http://purl.oclc.org/NET/ldr/ns#DatabaseRight>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ldr/ns#LinkedDataRight> ;
  rdfs:comment "Sui generis right for databases, recognized in European countries and others"@en .

<http://purl.oclc.org/NET/ldr/ns#Derivation>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ldr/ns#IPRight> ;
  rdfs:comment "Transformation of the work, including translation adaptation or any other form modification"@en ;
  skos:closeMatch cc:DerivativeWorks .

<http://purl.oclc.org/NET/ldr/ns#Distribution>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ldr/ns#IPRight> ;
  rdfs:comment "Make available the original work or its copies, in a physical medium"@en ;
  skos:exactMatch cc:Distribution .

<http://purl.oclc.org/NET/ldr/ns#ExtendedRule>
  a owl:Class ;
  rdfs:subClassOf <http://www.w3.org/ns/odrl/2/Rule> ;
  rdfs:comment "Extended Relations may tie Permission, Prohibition, Duty, and Constraint entities together with an AND, OR or XOR relationship. Only entities of the same type can be linked with this model. For example, a Permission and Prohibition cannot be linked together within this model. The Extended rule is composed of two or more rules" .

<http://purl.oclc.org/NET/ldr/ns#Extraction>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ldr/ns#DatabaseRight> ;
  rdfs:comment "Right to permanent or temporary transfer of all or a substantial part of the contents of a database to another medium by any means or in any form"@en .

<http://purl.oclc.org/NET/ldr/ns#FamousDataLicense>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ldr/ns#License> ;
  rdfs:comment "License publicly available and known to the public"@en .

<http://purl.oclc.org/NET/ldr/ns#IPRight>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ldr/ns#LinkedDataRight> ;
  rdfs:comment "Intellectual Property right"@en .

<http://purl.oclc.org/NET/ldr/ns#LDPAccess>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ldr/ns#Access> .

<http://purl.oclc.org/NET/ldr/ns#License>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ldr/ns#LinkedDataPolicy> ;
  rdfs:comment "Set of rights expressions offered to the public, which grant one or more rights, possibly conditioned to the fulfillment of one or more conditions (propositions)"@en .

<http://purl.oclc.org/NET/ldr/ns#LinkedDataPolicy>
  a owl:Class ;
  rdfs:subClassOf <http://www.w3.org/ns/odrl/2/Policy> ;
  rdfs:comment "A policy applied over a Linked Data resource"@en .

<http://purl.oclc.org/NET/ldr/ns#LinkedDataResource>
  a owl:Class ;
  rdfs:subClassOf <http://www.w3.org/ns/odrl/2/Asset> ;
  rdfs:comment "A Linked Data resource, object of some rights"@en .

<http://purl.oclc.org/NET/ldr/ns#LinkedDataRight>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ldr/ns#Action> ;
  rdfs:comment "Action legally granted as allowable to be exercised on a Linked Data resource"@en .

<http://purl.oclc.org/NET/ldr/ns#Proposition>
  a owl:Class ;
  rdfs:comment "A veritative statement"@en .

<http://purl.oclc.org/NET/ldr/ns#PublicCommunication>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ldr/ns#IPRight> ;
  rdfs:comment "Granting a number of people access to the work without existing distribution"@en .

<http://purl.oclc.org/NET/ldr/ns#Reproduction>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ldr/ns#IPRight> ;
  rdfs:comment "Direct or indirect fixation, allowing its communication and/or making copies of it"@en ;
  skos:exactMatch cc:Reproduction .

<http://purl.oclc.org/NET/ldr/ns#ResourceLegalStatus>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ldr/ns#Proposition> ;
  rdfs:comment "Attribute of a resource regarding its legal status"@en .

<http://purl.oclc.org/NET/ldr/ns#Reutilization>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ldr/ns#DatabaseRight> ;
  rdfs:comment "Right to make available to the public all or a substantial part of the contents of a database by the distribution of copies, by renting, by on-line or other forms of transmission"@en .

<http://purl.oclc.org/NET/ldr/ns#SPARQLAccess>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ldr/ns#Access> .

void:Dataset
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ldr/ns#LinkedDataResource> .

void:Linkset
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ldr/ns#LinkedDataResource> .

rdf:Statement
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ldr/ns#LinkedDataResource> .

owl:Ontology
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ldr/ns#LinkedDataResource> .

<http://www.w3.org/ns/ldp#Resource>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ldr/ns#LinkedDataResource> .

<http://www.w3.org/ns/odrl/2/Asset> a owl:Class .
<http://www.w3.org/ns/odrl/2/Constraint>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ldr/ns#Proposition> .

<http://www.w3.org/ns/odrl/2/Policy> a owl:Class .
<http://www.w3.org/ns/odrl/2/Rule> a owl:Class .
<urn:mpeg:mpeg21:mco:core:2012#Contract>
  a owl:Class ;
  rdfs:subClassOf <http://purl.oclc.org/NET/ldr/ns#LinkedDataPolicy> .

<http://purl.oclc.org/NET/ldr/ns#HTTPDELETE>
  a <http://purl.oclc.org/NET/ldr/ns#LDPAccess>, owl:NamedIndividual ;
  rdfs:comment "Accessing with the HTTP DELETE Method"@en .

<http://purl.oclc.org/NET/ldr/ns#HTTPGET>
  a <http://purl.oclc.org/NET/ldr/ns#LDPAccess>, owl:NamedIndividual ;
  rdfs:comment "Accessing with the HTTP GET Method"@en .

<http://purl.oclc.org/NET/ldr/ns#HTTPPATCH>
  a <http://purl.oclc.org/NET/ldr/ns#LDPAccess>, owl:NamedIndividual ;
  rdfs:comment "Accesing with the HTTP PATH Method"@en .

<http://purl.oclc.org/NET/ldr/ns#HTTPPOST>
  a <http://purl.oclc.org/NET/ldr/ns#LDPAccess>, owl:NamedIndividual ;
  rdfs:comment "Accessing with the HTTP POST Method"@en .

<http://purl.oclc.org/NET/ldr/ns#HTTPPUT>
  a <http://purl.oclc.org/NET/ldr/ns#LDPAccess>, owl:NamedIndividual ;
  rdfs:comment "Accessing with the HTTP PUT Method"@en .

<http://purl.oclc.org/NET/ldr/ns#LinkedDataAccess>
  a <http://purl.oclc.org/NET/ldr/ns#Access>, owl:NamedIndividual ;
  rdfs:label "Retrieval of Linked Data resources"@en .

<http://purl.oclc.org/NET/ldr/ns#SPARQLASK>
  a <http://purl.oclc.org/NET/ldr/ns#SPARQLAccess>, owl:NamedIndividual ;
  rdfs:comment "Access through the SPARQL ASK query form"@en .

<http://purl.oclc.org/NET/ldr/ns#SPARQLCONSTRUCT>
  a <http://purl.oclc.org/NET/ldr/ns#SPARQLAccess>, owl:NamedIndividual ;
  rdfs:comment "Access through the SPARQL CONSTRUCT query form"@en .

<http://purl.oclc.org/NET/ldr/ns#SPARQLDESCRIBE>
  a <http://purl.oclc.org/NET/ldr/ns#SPARQLAccess>, owl:NamedIndividual ;
  rdfs:comment "Access through the SPARQL DESCRIBE query form"@en .

<http://purl.oclc.org/NET/ldr/ns#SPARQLSELECT>
  a <http://purl.oclc.org/NET/ldr/ns#SPARQLAccess>, owl:NamedIndividual ;
  rdfs:comment "Access through the SPARQL SELECT query form"@en .

<http://purl.oclc.org/NET/ldr/ns#access>
  a <http://purl.oclc.org/NET/ldr/ns#Access>, owl:NamedIndividual ;
  rdfs:comment "Access in any manner or form" .

<http://purl.oclc.org/NET/ldr/ns#baseSoftwareUpon>
  a <http://purl.oclc.org/NET/ldr/ns#Distribution>, owl:NamedIndividual ;
  rdfs:comment "Distribute a pice of software whose well functioning depends on the related Linked Data resource"@en .

<http://purl.oclc.org/NET/ldr/ns#copyDatabase>
  a <http://purl.oclc.org/NET/ldr/ns#Extraction>, owl:NamedIndividual ;
  rdfs:comment "Coyping a dataset, for other purposes than private use"@en .

<http://purl.oclc.org/NET/ldr/ns#copyWork>
  a <http://purl.oclc.org/NET/ldr/ns#Reproduction>, owl:NamedIndividual ;
  rdfs:comment "copying the work for purposes other than private"@en .

<http://purl.oclc.org/NET/ldr/ns#derivation>
  a <http://purl.oclc.org/NET/ldr/ns#Derivation>, owl:NamedIndividual ;
  rdfs:comment "General transformation of the work"@en .

<http://purl.oclc.org/NET/ldr/ns#deriveClasses>
  a <http://purl.oclc.org/NET/ldr/ns#Derivation>, owl:NamedIndividual ;
  rdfs:comment "Subclassing"@en .

<http://purl.oclc.org/NET/ldr/ns#deriveProperties>
  a <http://purl.oclc.org/NET/ldr/ns#Derivation>, owl:NamedIndividual ;
  rdfs:comment "Subpropertying"@en .

<http://purl.oclc.org/NET/ldr/ns#distribution>
  a <http://purl.oclc.org/NET/ldr/ns#Distribution>, owl:NamedIndividual ;
  rdfs:comment "General act of making available the original work or its copies, in a physical medium"@en .

<http://purl.oclc.org/NET/ldr/ns#downloadDatabase>
  a <http://purl.oclc.org/NET/ldr/ns#Extraction>, owl:NamedIndividual ;
  rdfs:comment "Downloading a dataset, for other purposes than private use"@en .

<http://purl.oclc.org/NET/ldr/ns#downloadWork>
  a <http://purl.oclc.org/NET/ldr/ns#Reproduction>, owl:NamedIndividual ;
  rdfs:comment "downloading the work for purposes other than private"@en .

<http://purl.oclc.org/NET/ldr/ns#extract>
  a <http://purl.oclc.org/NET/ldr/ns#Extraction>, owl:NamedIndividual ;
  rdfs:comment "General right of extraction"@en .

<http://purl.oclc.org/NET/ldr/ns#hasAllRightsReserved>
  a <http://purl.oclc.org/NET/ldr/ns#ResourceLegalStatus>, owl:NamedIndividual ;
  rdfs:comment "Declares that the referred resource is protected under copyright or database rights, and none of them is waived"@en .

<http://purl.oclc.org/NET/ldr/ns#hasCopyrightExpired>
  a <http://purl.oclc.org/NET/ldr/ns#ResourceLegalStatus>, owl:NamedIndividual ;
  rdfs:comment "Declares that the referred resource has its copyright expired"@en .

<http://purl.oclc.org/NET/ldr/ns#hasDatabaseRightsExpired>
  a <http://purl.oclc.org/NET/ldr/ns#ResourceLegalStatus>, owl:NamedIndividual ;
  rdfs:comment "Declares that the referred resource has the database rights expired"@en .

<http://purl.oclc.org/NET/ldr/ns#hasIndustrialSecret>
  a <http://purl.oclc.org/NET/ldr/ns#ResourceLegalStatus>, owl:NamedIndividual ;
  rdfs:comment "The referred resource containts an Industrial Secret"@en .

<http://purl.oclc.org/NET/ldr/ns#hasNationalSecurityInfo>
  a <http://purl.oclc.org/NET/ldr/ns#ResourceLegalStatus>, owl:NamedIndividual ;
  rdfs:comment "Declares that the referred resource has information whose disclosure might harm the national security"@en .

<http://purl.oclc.org/NET/ldr/ns#hasTopSecret>
  a <http://purl.oclc.org/NET/ldr/ns#ResourceLegalStatus>, owl:NamedIndividual ;
  rdfs:comment "Declares that the referred resource contains top secret information of military nature or other"@en .

<http://purl.oclc.org/NET/ldr/ns#isInPublicDomain>
  a <http://purl.oclc.org/NET/ldr/ns#ResourceLegalStatus>, owl:NamedIndividual ;
  rdfs:comment "Declares that the declared resource is in the public domain"@en .

<http://purl.oclc.org/NET/ldr/ns#judicialProcess>
  a <http://purl.oclc.org/NET/ldr/ns#CopyrightException>, owl:NamedIndividual ;
  rdfs:comment "if the action is carried out for the purposes of an administrative or judicial procedure"@en .

<http://purl.oclc.org/NET/ldr/ns#mirror>
  a <http://purl.oclc.org/NET/ldr/ns#Distribution>, owl:NamedIndividual ;
  rdfs:comment "The action of mirroring any piece of Linked Data"@en .

<http://purl.oclc.org/NET/ldr/ns#nationalSecurity>
  a <http://purl.oclc.org/NET/ldr/ns#CopyrightException>, owl:NamedIndividual ;
  rdfs:comment "if the action is carried out in the interests of public security"@en .

<http://purl.oclc.org/NET/ldr/ns#publicCommunication>
  a <http://purl.oclc.org/NET/ldr/ns#PublicCommunication>, owl:NamedIndividual ;
  rdfs:comment "General right of public communication"@en .

<http://purl.oclc.org/NET/ldr/ns#publishDatabase>
  a <http://purl.oclc.org/NET/ldr/ns#Reutilization>, owl:NamedIndividual ;
  rdfs:comment "Make available a database in internet or by other means"@en .

<http://purl.oclc.org/NET/ldr/ns#reasonWith>
  a <http://purl.oclc.org/NET/ldr/ns#Access>, owl:NamedIndividual ;
  rdfs:comment "Accesing Linked Data with the purpose of reasoning, through an specialized protocol (e.g. OWLLink) or not"@en .

<http://purl.oclc.org/NET/ldr/ns#rebaseURIs>
  a <http://purl.oclc.org/NET/ldr/ns#Derivation>, owl:NamedIndividual ;
  rdfs:comment "Partially change the URI systematically rebasing the entities"@en .

<http://purl.oclc.org/NET/ldr/ns#reificate>
  a <http://purl.oclc.org/NET/ldr/ns#Derivation>, owl:NamedIndividual ;
  rdfs:comment "Reificate an RDF statement or a set thereof"@en .

<http://purl.oclc.org/NET/ldr/ns#rent>
  a <http://purl.oclc.org/NET/ldr/ns#Distribution>, owl:NamedIndividual ;
  rdfs:comment "Renting a copy of the work"@en .

<http://purl.oclc.org/NET/ldr/ns#reproduction>
  a <http://purl.oclc.org/NET/ldr/ns#Reproduction>, owl:NamedIndividual ;
  rdfs:comment "General right of public reproduction"@en .

<http://purl.oclc.org/NET/ldr/ns#research>
  a <http://purl.oclc.org/NET/ldr/ns#CopyrightException>, owl:NamedIndividual ;
  rdfs:comment "illustration for teaching or scientific research, provided the source, including the author's name, is acknowledged"@en .

<http://purl.oclc.org/NET/ldr/ns#reutilization>
  a <http://purl.oclc.org/NET/ldr/ns#Reutilization>, owl:NamedIndividual ;
  rdfs:comment "General right of re-utilization"@en .

<http://purl.oclc.org/NET/ldr/ns#sell>
  a <http://purl.oclc.org/NET/ldr/ns#Distribution>, owl:NamedIndividual ;
  rdfs:comment "Selling a copy of the work"@en .

<http://purl.oclc.org/NET/ldr/ns#sellAccess>
  a <http://purl.oclc.org/NET/ldr/ns#Distribution>, owl:NamedIndividual ;
  rdfs:comment "Offering for meny the access to a copy of the work"@en .

<http://purl.oclc.org/NET/ldr/ns#transcodeWork>
  a <http://purl.oclc.org/NET/ldr/ns#Derivation>, owl:NamedIndividual ;
  skos:example "Having permission to publish a dataset as NTRIPLES, does not entitle the grantee the act of publishing the dataset as Turtle"@en ;
  rdfs:comment "Transcoding the work"@en .

<http://purl.oclc.org/NET/ldr/ns#translateWork>
  a <http://purl.oclc.org/NET/ldr/ns#Derivation>, owl:NamedIndividual ;
  skos:example "Having permission to publish a dataset, does not entitle the grantee the act of publishing a tanslated version of it"@en ;
  rdfs:comment "Translating the work"@en .

<http://purl.org/NET/rdflicense/cc-zero1.0>
  a <http://purl.oclc.org/NET/ldr/ns#FamousDataLicense>, owl:NamedIndividual ;
  rdfs:label "CC0"@en ;
  rdfs:comment "Creative Commons public domain waiver"@en .

<http://purl.org/NET/rdflicense/odbc-by1.0>
  a <http://purl.oclc.org/NET/ldr/ns#FamousDataLicense>, owl:NamedIndividual ;
  rdfs:label "Open Data Commons Attribution"@en ;
  rdfs:comment "Attribution for data/databases"@en .

<http://purl.org/NET/rdflicense/odbc-pddl1.0>
  a <http://purl.oclc.org/NET/ldr/ns#FamousDataLicense>, owl:NamedIndividual ;
  rdfs:label "ODC Public Domain Dedication and Licence (PDDL)"@en ;
  rdfs:comment "Public Domain for data/databases"@en .

<http://purl.org/NET/rdflicense/odbl1.0>
  a <http://purl.oclc.org/NET/ldr/ns#FamousDataLicense>, owl:NamedIndividual ;
  rdfs:label "ODC Open Database License"@en ;
  rdfs:comment "Attribution Share-Alike for data/databases"@en .

<http://www.nationalarchives.gov.uk/doc/open-government-licence/version/2/>
  a <http://purl.oclc.org/NET/ldr/ns#FamousDataLicense>, owl:NamedIndividual ;
  rdfs:label "UK Open Government License"@en, "UK Open Government License for public sector information"@en .

owl:topObjectProperty rdfs:comment "hasIssuer"@en .
<http://purl.oclc.org/NET/ldr/ns#RightsObject>
  owl:deprecated true ;
  rdfs:comment "Deprecated in favour of ODRL"@en, "Object over which a right is execised"@en ;
  skos:exactMatch <http://www.w3.org/ns/odrl/2/Asset> .

<http://purl.oclc.org/NET/ldr/ns#Agent>
  owl:deprecated true ;
  rdfs:comment "Agent related to a Linked Data resource", "Deprecated in favour of the ODRL term"@en ;
  skos:exactMatch <http://www.w3.org/ns/odrl/2/Party>, foaf:Agent .
