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

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

<http://w3id.org/write/ontology/visual-element>
  rdfs:domain wd:Q17514, <http://w3id.org/write/ontology/DecorativeAndAppliedArt> ;
  a owl:ObjectProperty, skos:Concept ;
  rdfs:comment "Elemento visuale (motivo) non cinese che appare nell'opera d'arte."@it, "Non-Chinese visual element (motif) that appears in the artwork."@en ;
  skos:inScheme <http://w3id.org/write/ontology/> ;
  skos:prefLabel "other visual element"@en, "altro elemento visuale"@it ;
  rdfs:range owl:Thing ;
  rdfs:label "other visual element"@en, "altro elemento visuale"@it .

wd:Q17514
  rdfs:label "Graffiti"@it, "Graffiti"@en ;
  skos:prefLabel "Graffiti"@it, "Graffiti"@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 .

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

owl:ObjectProperty
  rdfs:label "Proprieta di oggeto"@it, "ObjectProperty"@en ;
  a rdfs:Class .

