0.1:Rights leaf node


URI

http://purl.org/LiMo/0.1#Rights

Label

Diritti concessi dai termini legali

Superclasses (1)

Usage

Instances of 0.1:Rights can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class 0.1:Rights
0.1:createCondition owl:DatatypeProperty xsd:boolean
0.1:remixCondition owl:DatatypeProperty xsd:boolean
0.1:shareCondition owl:DatatypeProperty xsd:boolean
0.1:areGuaranteedBy owl:ObjectProperty 0.1:LicenseModel
From class owl:Thing
dc:creator owl:AnnotationProperty owl:Thing
dc:description owl:AnnotationProperty owl:Thing
dc:title owl:AnnotationProperty owl:Thing
dcterms:conformsTo owl:AnnotationProperty owl:Thing
dcterms:isReferencedBy owl:AnnotationProperty owl:Thing

Implementation

@prefix : <http://purl.org/LiMo/0.1#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

:Rights a owl:Class ;
    rdfs:label "Diritti concessi dai termini legali"@it ;
    rdfs:subClassOf :LegalTerms .