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

<http://w3id.org/write/ontology/calligraphic-training>
  skos:inScheme <http://w3id.org/write/ontology/> ;
  rdfs:range xsd:string ;
  rdfs:domain wd:Q215627 ;
  rdfs:label "calligraphic training"@en, "formazione calligrafica"@it ;
  a skos:Concept, owl:DatatypeProperty ;
  rdfs:comment "Indicates the type of calligraphic education the person has (allowed values: 'Familial', 'Self-Taught', 'Academic', 'School', 'Not present', 'Present (not specified)')."@en, "Indica il tipo di formazione calligrafica che la persona ha ricevuto (valori consentiti: 'Familial', 'Self-Taught', 'Academic', 'School', 'Not present', 'Present (not specified)')."@it ;
  skos:prefLabel "calligraphic training"@en, "formazione calligrafica"@it .

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 .

wd:Q215627
  rdfs:label "Persona"@it, "Person"@en ;
  skos:prefLabel "Persona"@it, "Person"@en ;
  a owl:Class, skos:Concept .

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 .

