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

<http://w3id.org/write/ontology/has-chengyu>
  rdfs:comment "Indicates the presence or absence of the four-character traditional Chinese idiomatic expression (allowed values: 'Yes', 'No')."@en, "Indica la presenza o l'assenza dell'espressione idiomatica tradizionale cinese di quattro caratteri (valori consentiti: 'Yes', 'No')."@it ;
  rdfs:domain wd:Q17514 ;
  rdfs:label "has chengyu"@en, "contiene chengyu"@it ;
  a owl:DatatypeProperty, skos:Concept ;
  skos:inScheme <http://w3id.org/write/ontology/> ;
  skos:prefLabel "contiene chengyu"@it, "has chengyu"@en ;
  rdfs:range xsd:string .

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 .

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 .

