@prefix wd: <http://www.wikidata.org/entity/> .
@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#> .

wd:Q1400264
  rdfs:label "Collettivo Artistico"@it, "Artistic Collective"@en ;
  skos:prefLabel "Collettivo Artistico"@it, "Artistic Collective"@en ;
  a owl:Class, skos:Concept .

wd:Q43229
  rdfs:label "Organizzazione"@it, "Organisation"@en ;
  skos:prefLabel "Organizzazione"@it, "Organisation"@en ;
  a owl:Class, skos:Concept .

skos:Concept a owl:Class .
<http://www.wikidata.org/prop/P527>
  skos:prefLabel "è composto da"@it, "has member"@en ;
  rdfs:comment "Individual(s) who are members of an artistic collective or organisation."@en, "Individuo(i) che sono membri di un collettivo artistico o di un'organizzazione."@it ;
  rdfs:domain wd:Q43229, wd:Q1400264 ;
  rdfs:label "has member"@en, "è composto da"@it ;
  rdfs:isDefinedBy <http://www.wikidata.org/prop/> ;
  skos:inScheme <http://w3id.org/write/ontology/> ;
  rdfs:range wd:Q215627 ;
  a owl:ObjectProperty, 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:Q215627
  rdfs:label "Persona"@it, "Person"@en ;
  skos:prefLabel "Persona"@it, "Person"@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 .

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 .

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

