@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://www.wikidata.org/prop/P2284>
  skos:prefLabel "prezzo"@it, "price"@en ;
  a skos:Concept, owl:DatatypeProperty ;
  rdfs:range xsd:string ;
  rdfs:domain <http://w3id.org/write/ontology/DecorativeAndAppliedArt> ;
  rdfs:label "prezzo"@it, "price"@en ;
  rdfs:comment "Published price listed or paid for the artwork, to be complemented with the currency (e.g., 100 EUR)."@en, "Prezzo pubblicato elencato o pagato per l'opera d'arte, da integrare con la valuta (ad esempio, 100 EUR)."@it ;
  skos:inScheme <http://w3id.org/write/ontology/> ;
  rdfs:isDefinedBy <http://www.wikidata.org/prop/> .

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

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 .

