@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 .
owl:DatatypeProperty
  rdfs:label "Proprieta datatype"@it, "DatatypeProperty"@en ;
  a rdfs:Class .

wd:Q4502142
  rdfs:label "Arti Visive"@it, "Visual Arts"@en ;
  skos:prefLabel "Arti Visive"@it, "Visual Arts"@en ;
  a owl:Class, skos:Concept .

<http://w3id.org/write/ontology/DecorativeAndAppliedArt>
  rdfs:label "Arti Decorative e Applicate"@it, "Decorative and Applied Arts"@en ;
  skos:prefLabel "Arti Decorative e Applicate"@it, "Decorative and Applied Arts"@en ;
  a owl:Class, skos:Concept .

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

wd:Q17514
  rdfs:label "Graffiti"@it, "Graffiti"@en ;
  skos:prefLabel "Graffiti"@it, "Graffiti"@en ;
  a owl:Class, skos:Concept .

<http://www.wikidata.org/prop/P8570>
  rdfs:domain wd:Q4502142, wd:Q17514, <http://w3id.org/write/ontology/CalliWritingUnit>, <http://w3id.org/write/ontology/DecorativeAndAppliedArt> ;
  skos:prefLabel "presenta un colofone"@it, "has colophon"@en ;
  rdfs:range xsd:string ;
  rdfs:comment "Indicates the presence or absence of a colophon, which typically includes the time or date when the artwork was completed, the name of the artist, and the location (allowed values: 'Yes', 'No')."@en, "Indica la presenza o l'assenza di un colofone, che tipicamente include il tempo o la data in cui l'opera è stata completata, il nome dell'artista e il luogo (valori consentiti: 'Yes', 'No')."@it ;
  a skos:Concept, owl:DatatypeProperty ;
  rdfs:isDefinedBy <http://www.wikidata.org/prop/> ;
  skos:inScheme <http://w3id.org/write/ontology/> ;
  rdfs:label "has colophon"@en, "presenta un colofone"@it .

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 .

