@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix wd: <http://www.wikidata.org/entity/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://w3id.org/write/ontology/CalliWritingUnit>
  rdfs:label "Unità Calli-Writing"@it, "Calli-Writing Unit"@en ;
  skos:prefLabel "Unità Calli-Writing"@it, "Calli-Writing Unit"@en ;
  a owl:Class, skos:Concept .

skos:Concept a owl:Class .
<http://www.wikidata.org/prop/P1480>
  rdfs:domain <http://w3id.org/write/ontology/CalliWritingUnit>, wd:Q7725634 ;
  rdfs:isDefinedBy <http://www.wikidata.org/prop/> ;
  a owl:DatatypeProperty, skos:Concept ;
  rdfs:range xsd:string ;
  skos:prefLabel "accuracy"@en, "accuratezza"@it ;
  rdfs:label "accuracy"@en, "accuratezza"@it ;
  rdfs:comment "Accuracy indicator for character count in the Calli-Writing unit and date of creation of the literary work (allowed value: 'circa')."@en, "Indicatore di accuratezza per il conteggio dei caratteri nell'unità Calli-Writing e data di creazione dell'opera letteraria (valore consentito: 'circa')."@it ;
  skos:inScheme <http://w3id.org/write/ontology/> .

owl:DatatypeProperty
  rdfs:label "Proprieta datatype"@it, "DatatypeProperty"@en ;
  a rdfs:Class .

rdfs:comment
  rdfs:comment "Una descrizione della risorsa oggetto."@it, "A description of the subject resource."@en ;
  rdfs:label "commento"@it, "comment"@en .

wd:Q7725634
  rdfs:label "Opera Letteraria"@it, "Literary Work"@en ;
  skos:prefLabel "Opera Letteraria"@it, "Literary Work"@en ;
  a owl:Class, skos:Concept .

rdfs:range
  skos:definition "Il codominio della proprietà."@it, "A range of the subject property."@en ;
  rdfs:label "codominio"@it, "range"@en .

rdfs:domain
  skos:definition "Il dominio della proprietà."@it, "A domain of the subject property."@en ;
  rdfs:label "dominio"@it, "domain"@en .

rdfs:isDefinedBy
  skos:definition "La fonte della definizione dell'entità."@it, "The defininition of the subject resource."@en ;
  rdfs:label "eDefinitoDa"@it, "isDefinedBy"@en .

<http://w3id.org/write/ontology/>
  skos:prefLabel "Ontologia WRITE"@it, "WRITE Ontology"@en ;
  a owl:Ontology, skos:ConceptScheme .

