http://purl.org/LiMo/0.1#DistributionConditions
Instances of 0.1:DistributionConditions can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
From class 0.1:DistributionConditions | |||
0.1:attributionCondition | owl:DatatypeProperty | xsd:boolean | |
0.1:noCopyrightCondition | owl:DatatypeProperty | xsd:boolean | |
0.1:shareAlikeCondition | owl:DatatypeProperty | xsd:boolean | |
0.1:areDefinedBy | 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 |
@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#> .
:DistributionConditions a owl:Class ;
rdfs:label "Condizioni legali di distribuzione"@it ;
rdfs:subClassOf :LegalTerms .