@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 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 .

<http://w3id.org/write/ontology/significance>
  rdfs:range xsd:string ;
  skos:prefLabel "significance"@en, "significato"@it ;
  skos:inScheme <http://w3id.org/write/ontology/> ;
  a owl:DatatypeProperty, skos:Concept ;
  rdfs:label "significato"@it, "significance"@en ;
  rdfs:comment "Indica se il contenuto di un'unità Calli-Writing è significativo, privo di significato o illeggibile (valori consentiti: 'Meaningful writing', 'Set of lines (meaningless)', 'Set of signs (illegible)')."@it, "Indicates whether the content of a Calli-Writing unit is meaningful, meaningless, or illegible (allowed values: 'Meaningful writing', 'Set of lines (meaningless)', 'Set of signs (illegible)')."@en ;
  rdfs:domain <http://w3id.org/write/ontology/CalliWritingUnit> .

skos:Concept a owl:Class .
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 .

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 .

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

