0.1:LegalTerms


URI

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

Label

Termini legali di applicazione della licenza

Usage

Instances of 0.1:LegalTerms can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
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 cc: <http://creativecommons.org/ns#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

:LegalTerms a owl:Class ;
    rdfs:label "Termini legali di applicazione della licenza"@it ;
    dc:conformsTo "http://creativecommons.org/ns#" ;
    owl:equivalentClass cc:Jurisdiction .