@base . @prefix rdf: . @prefix rdfs: . @prefix owl: . @prefix dc: . @prefix dcterms: . @prefix xsd: . @prefix vann: . @prefix cc: . @prefix skos: . @prefix foaf: . @prefix vs: . @prefix waiver: . @prefix omv: . @prefix premis: . @prefix voag: . @prefix nie: . @prefix gr: . @prefix meb: . @prefix odrl: . @prefix o: . @prefix limo: . a foaf:Organization . <> cc:license ; dc:description "A vocabulary to describe the licensing terms associated to linked open data."@en ; dc:issued "2013-05-10"^^xsd:date ; dc:publisher ; dc:title "Licences for Linked Open Data (L4LOD) Ontology"@en ; vann:preferredNamespacePrefix "" ; vann:preferredNamespaceUri "http://ns.inria.fr/l4lod/v2#" ; a owl:Ontology ; owl:versionInfo 0.2 ; foaf:page . <#Attribution> a owl:Class ; rdfs:comment "This class is used to express the obligation of attribution to author of the licensed data."@en ; rdfs:isDefinedBy <#> ; rdfs:label "Attribution"@en ; rdfs:subClassOf <#Obligation>, ; vs:term_status "stable" ; skos:related . <#Citation> a owl:Class ; rdfs:comment "This class is used to express the obligation of citation of the licensed data."@en ; rdfs:isDefinedBy <#> ; rdfs:label "Citation"@en ; rdfs:subClassOf <#Obligation>, ; vs:term_status "stable" . <#CommercialExpl> a owl:Class ; rdfs:comment "This class is used to express the permission to commercially exploit the licensed data."@en ; rdfs:isDefinedBy <#> ; rdfs:label "CommercialExpl"@en ; rdfs:subClassOf <#Permission>, ; vs:term_status "stable" . <#Derivative> a owl:Class ; rdfs:comment "This class is used to express the permission to distribute derivative works from the licensed data."@en ; rdfs:isDefinedBy <#> ; rdfs:label "Derivative"@en ; rdfs:subClassOf <#Permission>, ; vs:term_status "stable" ; skos:related . <#Distribution> a owl:Class ; rdfs:comment "This class is used to express the permission to distribute the licensed data."@en ; rdfs:isDefinedBy <#> ; rdfs:label "Distribution"@en ; rdfs:subClassOf <#Permission>, ; vs:term_status "stable" ; skos:related . <#License> a owl:Class ; rdfs:comment "A license is a set of prohibitions, permissions and obligations."@en ; rdfs:isDefinedBy <#> ; rdfs:label "License"@en ; owl:equivalentClass , ; vs:term_status "stable" ; skos:exactMatch ; skos:related , , , , . <#NoCommercial> a owl:Class ; rdfs:comment "The class is used to express the prohibition of commercial use of the licensed data."@en ; rdfs:isDefinedBy <#> ; rdfs:label "NoCommercial"@en ; rdfs:subClassOf <#Prohibition>, ; vs:term_status "stable" ; skos:related . <#NoDerivative> a owl:Class ; rdfs:comment "The class is used to express the prohibition of producing derivative work of the licensed data."@en ; rdfs:isDefinedBy <#> ; rdfs:label "NoDerivative"@en ; rdfs:subClassOf <#Prohibition>, ; vs:term_status "stable" . <#Obligation> a owl:Class ; rdfs:comment "The class is used to express the obligations associated to the licensed data."@en ; rdfs:isDefinedBy <#> ; rdfs:label "Obligation"@en ; rdfs:subClassOf ; vs:term_status "stable" ; skos:exactMatch , . <#Permission> a owl:Class ; rdfs:comment "The class is used to express the permissions associated to the licensed data."@en ; rdfs:isDefinedBy <#> ; rdfs:label "Permission"@en ; rdfs:subClassOf ; vs:term_status "stable" ; skos:exactMatch , . <#Prohibition> a owl:Class ; rdfs:comment "The class is used to express the prohibitions associated to the licensed data."@en ; rdfs:isDefinedBy <#> ; rdfs:label "Prohibition"@en ; rdfs:subClassOf ; vs:term_status "stable" ; skos:exactMatch , . <#Publishing> a owl:Class ; rdfs:comment "This class is used to express the permission to publish the licensed data."@en ; rdfs:isDefinedBy <#> ; rdfs:label "Publishing"@en ; rdfs:subClassOf <#Permission>, ; vs:term_status "stable" . <#Reproduction> a owl:Class ; rdfs:comment "This class is used to express the permission of making multiple copies of the licensed data."@en ; rdfs:isDefinedBy <#> ; rdfs:label "Reproduction"@en ; rdfs:subClassOf <#Permission>, ; vs:term_status "stable" ; skos:related . <#ShareAlike> a owl:Class ; rdfs:comment "This class is used to express the obligation of for the derivative works be licensed under the same terms of the licensed data."@en ; rdfs:isDefinedBy <#> ; rdfs:label "ShareAlike"@en ; rdfs:subClassOf <#Obligation>, ; vs:term_status "stable" ; skos:related . <#Sharing> a owl:Class ; rdfs:comment "This class is used to express the permission to copy, distribute and use the licensed data."@en ; rdfs:isDefinedBy <#> ; rdfs:label "Sharing"@en ; rdfs:subClassOf <#Permission>, ; vs:term_status "stable" ; skos:related . <#Using> a owl:Class ; rdfs:comment "This class is used to express the permission to use the licensed data."@en ; rdfs:isDefinedBy <#> ; rdfs:label "Using"@en ; rdfs:subClassOf <#Permission>, ; vs:term_status "stable" . <#licensingTerms> a owl:ObjectProperty ; rdfs:comment "This property associates the License to the URI of the human-readable text describing the license."@en ; rdfs:domain <#License> ; rdfs:isDefinedBy <#> ; rdfs:label "licensingTerms"@en ; rdfs:range ; vs:term_status "stable" ; skos:related , , , . <#licensor> a owl:ObjectProperty ; rdfs:comment "This property associates the License to issuer of the license."@en ; rdfs:domain <#License> ; rdfs:isDefinedBy <#> ; rdfs:label "licensor"@en ; rdfs:range rdfs:Literal ; vs:term_status "stable" ; skos:related , . <#obliges> a owl:ObjectProperty ; rdfs:comment "The property defines the obligations associated to the license."@en ; rdfs:domain <#License> ; rdfs:isDefinedBy <#> ; rdfs:label "obliges"@en ; rdfs:range <#Obligation> ; vs:term_status "stable" ; skos:exactMatch . <#permits> a owl:ObjectProperty ; rdfs:comment "The property defines the permissions associated to the license."@en ; rdfs:domain <#License> ; rdfs:isDefinedBy <#> ; rdfs:label "permits"@en ; rdfs:range <#Permission> ; vs:term_status "stable" ; skos:exactMatch . <#prohibits> a owl:ObjectProperty ; rdfs:comment "The property defines the prohibitions associated to the license."@en ; rdfs:domain <#License> ; rdfs:isDefinedBy <#> ; rdfs:label "prohibits"@en ; rdfs:range <#Prohibition> ; vs:term_status "stable" ; skos:exactMatch .