@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns0: <http://ontologydesignpatterns.org/opla/> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <https://w3id.org/arco/ontology/core/> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

<https://w3id.org/arco/ontology/core>
  a owl:Ontology ;
  ns0:reusesPatternAsTemplate <http://ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl>, <http://www.ontologydesignpatterns.org/cp/owl/componency.owl>, <http://www.ontologydesignpatterns.org/cp/owl/countingas.owl>, <http://www.ontologydesignpatterns.org/cp/owl/partof.owl>, <http://www.ontologydesignpatterns.org/cp/owl/situation.owl>, <http://www.ontologydesignpatterns.org/cp/owl/classification.owl#>, <http://www.ontologydesignpatterns.org/cp/owl/place.owl#> ;
  dc11:creator "Aldo Gangemi (ISTC-CNR, STLab)", "Andrea Nuzzolese (ISTC-CNR, STLab)", "Chiara Veninata (MiBAC, ICCD)", "Ludovica Marinucci (ISTC-CNR, STLab)", "Marialetizia Mancinelli (MiBAC, ICCD)", "Valentina Carriero (ISTC-CNR, STLab)", "Valentina Presutti (ISTC-CNR, STLab)" ;
  dc11:description "Questo modulo rappresenta concetti trasversali a tutta la network, che sono quindi importati da tutti gli altri moduli ontologici (es.: relazione parte-tutto, classificazione)."@it, "The Core module represents general-purpose concepts orthogonal to the whole network, which are imported by all other ontology modules (e.g. part-whole relation, classification)."@en ;
  dc11:language <http://publications.europa.eu/resource/authority/language/ENG>, <http://publications.europa.eu/resource/authority/language/ITA> ;
  dc11:title "Core Ontology (ArCo network)"@en, "Ontologia Core (ArCo network)"@it ;
  dc:issued "2018-03-07" ;
  dc:license <https://creativecommons.org/licenses/by-sa/4.0/>, <https://w3id.org/italia/controlled-vocabulary/licences/A31_CCBYSA40> ;
  dc:modified "2019-06-01" ;
  rdfs:comment "Questo modulo rappresenta concetti trasversali a tutta la network, che sono quindi importati da tutti gli altri moduli ontologici (es.: relazione parte-tutto, classificazione)."@it, "The Core module represents general-purpose concepts orthogonal to the whole network, which are imported by all other ontology modules (e.g. part-whole relation, classification)."@en ;
  rdfs:label "Core Ontology (ArCo network)"@en, "Ontologia Core (ArCo network)"@it ;
  owl:versionInfo "Version 1.0"@en, "Versione 1.0"@it .

ns0:isNativeTo a owl:AnnotationProperty .
ns0:reusesPatternAsTemplate a owl:AnnotationProperty .
dc11:creator a owl:AnnotationProperty .
dc11:description a owl:AnnotationProperty .
dc11:language a owl:AnnotationProperty .
dc11:title a owl:AnnotationProperty .
dc:issued a owl:AnnotationProperty .
dc:license a owl:AnnotationProperty .
dc:modified a owl:AnnotationProperty .
<https://w3id.org/arco/ontology/core/iccdNormTag> a owl:AnnotationProperty .
<https://w3id.org/arco/ontology/core/hasAgent>
  a owl:ObjectProperty ;
  owl:inverseOf <https://w3id.org/arco/ontology/core/isAgentOf> ;
  rdfs:domain <https://w3id.org/arco/ontology/core/AgentRole> ;
  rdfs:range <https://w3id.org/italia/onto/l0/Agent> ;
  rdfs:comment "Questa proprietà collega una situazione in cui un ruolo viene ricoperto da un agente all'agente che lo ricopre."@it, "This property relates a situation in which an agent holds a role to that agent."@en ;
  rdfs:isDefinedBy <https://w3id.org/arco/ontology/core> ;
  rdfs:label "ha agente"@it, "has agent"@en ;
  owl:versionInfo "stabile"@it, "stable"@en .

<https://w3id.org/arco/ontology/core/hasAgentRole>
  a owl:ObjectProperty ;
  rdfs:subPropertyOf <https://w3id.org/arco/ontology/core/hasSituation> ;
  owl:inverseOf <https://w3id.org/arco/ontology/core/isAgentRoleOf> ;
  rdfs:domain owl:Thing ;
  rdfs:range <https://w3id.org/arco/ontology/core/AgentRole> ;
  rdfs:comment "Questa proprietà collega un'entità a una situazione in cui un agente ricopre un ruolo."@it, "This property relates an entity to a situation in which an agent holds a role connected to that entity."@en ;
  rdfs:isDefinedBy <https://w3id.org/arco/ontology/core> ;
  rdfs:label "ha ruolo ricoperto da agente"@it, "has agent role"@en ;
  owl:versionInfo "stabile"@it, "stable"@en .

<https://w3id.org/arco/ontology/core/hasCategory>
  a owl:ObjectProperty ;
  rdfs:subPropertyOf <https://w3id.org/arco/ontology/core/hasConcept> ;
  owl:inverseOf <https://w3id.org/arco/ontology/core/isCategoryOf> ;
  rdfs:domain owl:Thing ;
  rdfs:range <https://w3id.org/arco/ontology/core/Category> ;
  rdfs:comment "La object property che associa un qualunque oggetto a una categoria."@it, "The object property that associates any object with a category."@en ;
  rdfs:isDefinedBy <https://w3id.org/arco/ontology/core> ;
  rdfs:label "ha categoria"@it, "has category"@en ;
  owl:versionInfo "stabile"@it, "stable"@en .

<https://w3id.org/arco/ontology/core/hasCharacteristic>
  a owl:ObjectProperty ;
  owl:inverseOf <https://w3id.org/arco/ontology/core/isCharacteristicOf> ;
  rdfs:domain owl:Thing ;
  rdfs:range <https://w3id.org/italia/onto/l0/Characteristic> ;
  rdfs:comment "La object property che collega un'entità a una sua caratteristica."@it, "The object property that links an entity to one of its characteristics."@en ;
  rdfs:isDefinedBy <https://w3id.org/arco/ontology/core> ;
  rdfs:label "ha caratteristica"@it, "has characteristic"@en ;
  owl:versionInfo "stabile"@it, "stable"@en .

<https://w3id.org/arco/ontology/core/hasClassification>
  a owl:ObjectProperty ;
  rdfs:subPropertyOf <https://w3id.org/arco/ontology/core/hasSituation> ;
  owl:inverseOf <https://w3id.org/arco/ontology/core/isClassificationOf> ;
  rdfs:domain owl:Thing ;
  rdfs:range <https://w3id.org/arco/ontology/core/Classification> ;
  ns0:isNativeTo <http://www.ontologydesignpatterns.org/cp/owl/countingas.owl> ;
  rdfs:comment "La object property che permette di aggiungere una classificazione a un qualsiasi oggetto."@it, "The object property that allows to add a classification to any object."@en ;
  rdfs:isDefinedBy <https://w3id.org/arco/ontology/core> ;
  rdfs:label "ha classificazione"@it, "has classification"@en .

<https://w3id.org/arco/ontology/core/hasComponent>
  a owl:ObjectProperty ;
  rdfs:subPropertyOf <https://w3id.org/arco/ontology/core/hasPart> ;
  owl:inverseOf <https://w3id.org/arco/ontology/core/isComponentOf> ;
  rdfs:domain owl:Thing ;
  rdfs:range owl:Thing ;
  ns0:isNativeTo <http://www.ontologydesignpatterns.org/cp/owl/componency.owl> ;
  rdfs:comment "Questa proprietà collega, in maniera non-transitiva, un'entità a un suo componente."@it, "This property relates, non-transitively, an entity to a component."@en ;
  rdfs:isDefinedBy <https://w3id.org/arco/ontology/core> ;
  rdfs:label "ha componente"@it, "has component"@en ;
  owl:versionInfo "stabile"@it, "stable"@en .

<https://w3id.org/arco/ontology/core/hasConcept>
  a owl:ObjectProperty ;
  owl:inverseOf <https://w3id.org/arco/ontology/core/isConceptOf> ;
  rdfs:domain owl:Thing ;
  rdfs:range <https://w3id.org/arco/ontology/core/Concept> ;
  ns0:isNativeTo <http://www.ontologydesignpatterns.org/cp/owl/classification.owl#> ;
  rdfs:comment "La object property che associa un qualunque oggetto a un concetto, che lo classifica."@it, "The object property that associates any object with a concept, classifying it."@en ;
  rdfs:isDefinedBy <https://w3id.org/arco/ontology/core> ;
  rdfs:label "ha concetto"@it, "has concept"@en ;
  owl:versionInfo "stabile"@it, "stable"@en .

<https://w3id.org/arco/ontology/core/hasCulturalEntityCharacteristic>
  a owl:ObjectProperty ;
  rdfs:subPropertyOf <https://w3id.org/arco/ontology/core/hasCharacteristic> ;
  owl:inverseOf <https://w3id.org/arco/ontology/core/isCulturalEntityCharacteristicOf> ;
  rdfs:domain <http://dati.beniculturali.it/cis/CulturalEntity> ;
  rdfs:range <https://w3id.org/arco/ontology/core/CulturalEntityCharacteristic> ;
  rdfs:comment "La object property che collega una cultural entity a una sua caratteristica."@it, "The object property that links a cultural entity to one of its characteristics."@en ;
  rdfs:isDefinedBy <https://w3id.org/arco/ontology/core> ;
  rdfs:label "ha caratteristica di entità culturale"@it, "has cultural entity characteristic"@en ;
  owl:versionInfo "stabile"@it, "stable"@en .

<https://w3id.org/arco/ontology/core/hasLocation>
  a owl:ObjectProperty ;
  owl:inverseOf <https://w3id.org/arco/ontology/core/isLocationOf> ;
  rdfs:domain owl:Thing ;
  rdfs:range <https://w3id.org/italia/onto/l0/Location> ;
  ns0:isNativeTo <http://www.ontologydesignpatterns.org/cp/owl/place.owl#> ;
  rdfs:comment "La object property che collega un'entità a un luogo in cui si trova."@it, "The object property that associates an entity to a location."@en ;
  rdfs:isDefinedBy <https://w3id.org/arco/ontology/core> ;
  rdfs:label "ha luogo"@it, "has location"@en ;
  owl:versionInfo "stabile"@it, "stable"@en .

<https://w3id.org/arco/ontology/core/hasMethod>
  a owl:ObjectProperty ;
  rdfs:subPropertyOf <https://w3id.org/italia/onto/l0/hasDescription> ;
  owl:inverseOf <https://w3id.org/arco/ontology/core/isMethodOf> ;
  rdfs:domain owl:Thing ;
  rdfs:range <https://w3id.org/arco/ontology/core/Method> ;
  rdfs:comment "L'object property che collega un'entità a un metodo."@it, "The object property that links an entity to a method."@en ;
  rdfs:isDefinedBy <https://w3id.org/arco/ontology/core> ;
  rdfs:label "ha metodo"@it, "has method"@en ;
  owl:versionInfo "stabile"@it, "stable"@en .

<https://w3id.org/arco/ontology/core/hasPart>
  a owl:ObjectProperty, owl:TransitiveProperty ;
  owl:inverseOf <https://w3id.org/arco/ontology/core/isPartOf> ;
  rdfs:domain owl:Thing ;
  rdfs:range owl:Thing ;
  ns0:isNativeTo <http://www.ontologydesignpatterns.org/cp/owl/partof.owl> ;
  rdfs:comment "Questa proprietà collega un'entità a una sua parte."@it, "This property relates an entity to its part."@en ;
  rdfs:isDefinedBy <https://w3id.org/arco/ontology/core> ;
  rdfs:label "ha parte"@it, "has part"@en ;
  owl:versionInfo "stabile"@it, "stable"@en ;
  ns1:iccdNormTag "\"Riferimento alla parte\", presente in molti campi strutturati delle normative ICCD"@it .

ns1:hasRole
  a owl:ObjectProperty ;
  owl:inverseOf ns1:isRoleOf ;
  rdfs:domain ns1:AgentRole ;
  rdfs:range <https://w3id.org/italia/onto/RO/Role> ;
  rdfs:comment "Questa proprietà collega una situazione in cui un ruolo viene ricoperto da un agente al ruolo stesso."@it, "This property relates a situation in which an agent holds a role to that role."@en ;
  rdfs:isDefinedBy <https://w3id.org/arco/ontology/core> ;
  rdfs:label "ha ruolo"@it, "has role"@en ;
  owl:versionInfo "stabile"@it, "stable"@en .

ns1:hasSituation
  a owl:ObjectProperty ;
  owl:inverseOf ns1:isSituationOf ;
  rdfs:domain owl:Thing ;
  rdfs:range ns1:Situation ;
  ns0:isNativeTo <http://www.ontologydesignpatterns.org/cp/owl/situation.owl> ;
  rdfs:comment "La proprietà che collega un qualsiasi oggetto a una situazione."@it, "The property that links any object to a situation."@en ;
  rdfs:isDefinedBy <https://w3id.org/arco/ontology/core> ;
  rdfs:label "ha situazione"@it, "has situation"@en .

ns1:hasTimeIndexedSituation
  a owl:ObjectProperty ;
  rdfs:subPropertyOf ns1:hasSituation ;
  owl:inverseOf ns1:isTimeIndexedSituationOf ;
  rdfs:domain owl:Thing ;
  rdfs:range ns1:TimeIndexedSituation ;
  ns0:isNativeTo <http://ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl> ;
  rdfs:comment "La proprietà che collega un qualsiasi oggetto a una situazione indicizzata nel tempo."@it, "The property that links any object to a time indexed situation."@en ;
  rdfs:isDefinedBy <https://w3id.org/arco/ontology/core> ;
  rdfs:label "ha situazione nel tempo"@it, "has time indexed situation"@en ;
  owl:versionInfo "stabile"@it, "stable"@en .

ns1:hasType
  a owl:ObjectProperty ;
  rdfs:subPropertyOf ns1:hasConcept ;
  owl:inverseOf ns1:isTypeOf ;
  rdfs:domain owl:Thing ;
  rdfs:range ns1:Type ;
  rdfs:comment "La object property che associa un qualunque oggetto a un tipo."@it, "The object property that associates any object with a type."@en ;
  rdfs:isDefinedBy <https://w3id.org/arco/ontology/core> ;
  rdfs:label "ha tipo"@it, "has type"@en ;
  owl:versionInfo "stabile"@it, "stable"@en .

ns1:isAgentOf
  a owl:ObjectProperty ;
  rdfs:domain <https://w3id.org/italia/onto/l0/Agent> ;
  rdfs:range ns1:AgentRole ;
  rdfs:comment "Questa proprietà, inversa a \"ha agente\", collega un agente alla situazione in cui l'agente ha ricoperto un ruolo."@it, "This property relates an agent to a situation in which that agent holds a role."@en ;
  rdfs:isDefinedBy <https://w3id.org/arco/ontology/core> ;
  rdfs:label "is agent of"@en, "è agente in"@it ;
  owl:versionInfo "stabile"@it, "stable"@en .

ns1:isAgentRoleOf
  a owl:ObjectProperty ;
  rdfs:subPropertyOf ns1:isSituationOf ;
  rdfs:domain ns1:AgentRole ;
  rdfs:range owl:Thing ;
  rdfs:comment "Questa proprietà collega una situazione in cui un agente ricopre un ruolo relativo a un'entità all'entità."@it, "This property relates a situation in which an agent holds a role connected to an entity to that entity."@en ;
  rdfs:isDefinedBy <https://w3id.org/arco/ontology/core> ;
  rdfs:label "is agent role of"@en, "è ruolo ricoperto da agente di"@it ;
  owl:versionInfo "stabile"@it, "stable"@en .

ns1:isCategoryOf
  a owl:ObjectProperty ;
  rdfs:subPropertyOf ns1:isConceptOf ;
  rdfs:domain owl:Thing ;
  rdfs:range ns1:Category ;
  rdfs:comment "La object property che associa una categoria a un qualunque oggetto."@it, "The object property that associates a category to any object."@en ;
  rdfs:isDefinedBy <https://w3id.org/arco/ontology/core> ;
  rdfs:label "is category of"@en, "è categoria di"@it ;
  owl:versionInfo "stabile"@it, "stable"@en .

ns1:isCharacteristicOf
  a owl:ObjectProperty ;
  rdfs:domain <https://w3id.org/italia/onto/l0/Characteristic> ;
  rdfs:range owl:Thing ;
  rdfs:comment "La object property che collega una caratteristica di un'entità all'entità stessa."@it, "The object property that links an entity characteristic to the entity."@en ;
  rdfs:isDefinedBy <https://w3id.org/arco/ontology/core> ;
  rdfs:label "is characteristic of"@en, "è caratteristica di"@it ;
  owl:versionInfo "stabile"@it, "stable"@en .

ns1:isClassificationOf
  a owl:ObjectProperty ;
  rdfs:subPropertyOf ns1:isSituationOf ;
  rdfs:domain ns1:Classification ;
  rdfs:range owl:Thing ;
  ns0:isNativeTo <http://www.ontologydesignpatterns.org/cp/owl/countingas.owl> ;
  rdfs:comment "La proprietà inversa di hasClassification, che collega un oggetto a una sua classificazione."@it, "The inverse object property of hasClassification, that links an object to a classification."@en ;
  rdfs:isDefinedBy <https://w3id.org/arco/ontology/core> ;
  rdfs:label "is classification of"@en, "è classificazione di"@it ;
  owl:versionInfo "stabile"@it, "stable"@en .

ns1:isComponentOf
  a owl:ObjectProperty ;
  rdfs:subPropertyOf ns1:isPartOf ;
  rdfs:domain owl:Thing ;
  rdfs:range owl:Thing ;
  ns0:isNativeTo <http://www.ontologydesignpatterns.org/cp/owl/componency.owl> ;
  rdfs:comment "Questa proprietà collega, in maniera non-transitiva, un componente a un'entità di cui è componente."@it, "This property relates, non-transitively, a component to an entity of which it is component."@en ;
  rdfs:isDefinedBy <https://w3id.org/arco/ontology/core> ;
  rdfs:label "is component of"@en, "è componente di"@it ;
  owl:versionInfo "stabile"@it, "stable"@en .

ns1:isConceptOf
  a owl:ObjectProperty ;
  rdfs:domain ns1:Concept ;
  rdfs:range owl:Thing ;
  ns0:isNativeTo <http://www.ontologydesignpatterns.org/cp/owl/classification.owl#> ;
  rdfs:comment "La proprietà inversa di hasConcept, che collega un concetto a un qualunque oggetto."@it, "The inverse property of hasConcept, that relates a concept to any object."@en ;
  rdfs:isDefinedBy <https://w3id.org/arco/ontology/core> ;
  rdfs:label "is concept of"@en, "è concetto di"@it ;
  owl:versionInfo "stabile"@it, "stable"@en .

ns1:isCulturalEntityCharacteristicOf
  a owl:ObjectProperty ;
  rdfs:subPropertyOf ns1:isCharacteristicOf ;
  rdfs:domain ns1:CulturalEntityCharacteristic ;
  rdfs:range <http://dati.beniculturali.it/cis/CulturalEntity> ;
  rdfs:comment "La object property che collega una caratteristica di una cultural entity alla cultural entity."@it, "The object property that links a cultural entity characteristic to the cultural entity."@it ;
  rdfs:isDefinedBy <https://w3id.org/arco/ontology/core> ;
  rdfs:label "is cultural entity characteristic of"@en, "è caratteristica di entità culturale di"@it ;
  owl:versionInfo "stabile"@it, "stable"@en .

ns1:isLocationOf
  a owl:ObjectProperty ;
  rdfs:domain <https://w3id.org/italia/onto/l0/Location> ;
  rdfs:range owl:Thing ;
  ns0:isNativeTo <http://www.ontologydesignpatterns.org/cp/owl/place.owl#> ;
  rdfs:comment "La object property che collega un luogo a un'entità che si trova in quel luogo."@it, "The object property that associates a location to an entity located there."@en ;
  rdfs:isDefinedBy <https://w3id.org/arco/ontology/core> ;
  rdfs:label "is location of"@en, "è luogo di"@it ;
  owl:versionInfo "stabile"@it, "stable"@en .

ns1:isMethodOf
  a owl:ObjectProperty ;
  rdfs:subPropertyOf <https://w3id.org/italia/onto/l0/isDescriptionOf> ;
  rdfs:domain ns1:Method ;
  rdfs:range owl:Thing ;
  rdfs:comment "L'object property che collega un metodo a un'entità."@it, "The object property that links a method to an entity."@en ;
  rdfs:isDefinedBy <https://w3id.org/arco/ontology/core> ;
  rdfs:label "is method of"@en, "è metodo di"@it ;
  owl:versionInfo "stabile"@it, "stable"@en .

ns1:isPartOf
  a owl:ObjectProperty, owl:TransitiveProperty ;
  rdfs:domain owl:Thing ;
  rdfs:range owl:Thing ;
  ns0:isNativeTo <http://www.ontologydesignpatterns.org/cp/owl/partof.owl> ;
  rdfs:comment "Questa proprietà collega una parte di un'entità all'entità."@it, "This property relates the part of an entity to that entity."@en ;
  rdfs:isDefinedBy <https://w3id.org/arco/ontology/core> ;
  rdfs:label "is part of"@en, "è parte di"@it ;
  owl:versionInfo "stabile"@it, "stable"@en ;
  ns1:iccdNormTag "\"Riferimento alla parte\", presente in molti campi strutturati delle normative ICCD"@it .

ns1:isRoleOf
  a owl:ObjectProperty ;
  rdfs:domain <https://w3id.org/italia/onto/RO/Role> ;
  rdfs:range ns1:AgentRole ;
  rdfs:comment "Questa proprietà collega un ruolo a una situazione in cui il ruolo viene ricoperto da un agente."@it, "This property relates a role to a situation in which an agent holds that role."@en ;
  rdfs:isDefinedBy <https://w3id.org/arco/ontology/core> ;
  rdfs:label "is role of"@en, "è ruolo in"@it ;
  owl:versionInfo "stabile"@it, "stable"@en .

ns1:isSituationOf
  a owl:ObjectProperty ;
  rdfs:domain ns1:Situation ;
  rdfs:range owl:Thing ;
  ns0:isNativeTo <http://www.ontologydesignpatterns.org/cp/owl/situation.owl> ;
  rdfs:comment "La proprietà che collega una situazione ad un qualsiasi oggetto. La proprietà è modellata come proprietà inversa di hasSituation."@it, "The property that links a situation to any object. The property is modelled as inverse object property of hasSituation."@en ;
  rdfs:isDefinedBy <https://w3id.org/arco/ontology/core> ;
  rdfs:label "is situation of"@en, "è situazione di"@it ;
  owl:versionInfo "stabile"@it, "stable"@en .

ns1:isTimeIndexedSituationOf
  a owl:ObjectProperty ;
  rdfs:subPropertyOf ns1:isSituationOf ;
  rdfs:domain ns1:TimeIndexedSituation ;
  rdfs:range owl:Thing ;
  ns0:isNativeTo <http://ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl> ;
  rdfs:comment "La proprietà che collega una situazione indicizzata nel tempo ad un qualsiasi oggetto. La proprietà è modellata come proprietà inversa di hasTimeIndexedSituation."@it, "The property that links a time indexed situation to any object. The property is modelled as inverse object property of hasTimeIndexedSituation."@en ;
  rdfs:isDefinedBy <https://w3id.org/arco/ontology/core> ;
  rdfs:label "is time indexed situation of"@en, "è situazione nel tempo di"@it ;
  owl:versionInfo "stabile"@it, "stable"@en .

ns1:isTypeOf
  a owl:ObjectProperty ;
  rdfs:subPropertyOf ns1:isConceptOf ;
  rdfs:domain ns1:Type ;
  rdfs:range owl:Thing ;
  rdfs:comment "La object property che associa un tipo a un qualunque oggetto."@it, "The object property that associates a type to any object."@en ;
  rdfs:isDefinedBy <https://w3id.org/arco/ontology/core> ;
  rdfs:label "is type of"@en, "è tipo di"@it ;
  owl:versionInfo "stabile"@it, "stable"@en .

<https://w3id.org/italia/onto/l0/hasDescription> a owl:ObjectProperty .
<https://w3id.org/italia/onto/l0/hasTopic> a owl:ObjectProperty .
<https://w3id.org/italia/onto/l0/isDescriptionOf> a owl:ObjectProperty .
<https://w3id.org/italia/onto/l0/isTopicOf> a owl:ObjectProperty .
ns1:description
  a owl:DatatypeProperty ;
  rdfs:domain owl:Thing ;
  rdfs:range rdfs:Literal ;
  rdfs:comment "Questa proprietà rappresenta una descrizione associata a una certa entità, che viene arricchita con ulteriori dettagli che la descrivono."@it, "This property relates a description associated to an entity, in order to add details and some more information."@en ;
  rdfs:isDefinedBy <https://w3id.org/arco/ontology/core> ;
  rdfs:label "description"@en, "descrizione"@it ;
  owl:versionInfo "stabile"@it, "stable"@en .

ns1:keyword
  a owl:DatatypeProperty, owl:FunctionalProperty ;
  rdfs:domain owl:Thing ;
  rdfs:range rdfs:Literal ;
  rdfs:comment "Questa proprietà rappresenta una parola chiave relativa a un'entità, che può essere utilizzata per la ricerca dell'entità."@it, "This property represents a keyword related to an entity, used to search for that entity."@en ;
  rdfs:isDefinedBy <https://w3id.org/arco/ontology/core> ;
  rdfs:label "keyword"@en, "parola chiave"@it ;
  owl:versionInfo "stabile"@it, "stable"@en ;
  ns1:iccdNormTag "ICCD Normativa PST: CT/CTC" .

ns1:note
  a owl:DatatypeProperty ;
  rdfs:domain owl:Thing ;
  rdfs:range rdfs:Literal ;
  rdfs:comment "Questa proprietà rappresenta eventuali note, relative a una certa informazione."@it, "This property represents notes associated to a piece of information."@en ;
  rdfs:isDefinedBy <https://w3id.org/arco/ontology/core> ;
  rdfs:label "note"@en, "note"@it ;
  owl:versionInfo "stabile"@it, "stable"@en .

ns1:specifications
  a owl:DatatypeProperty ;
  rdfs:domain owl:Thing ;
  rdfs:range rdfs:Literal ;
  rdfs:comment "Questa proprietà rappresenta eventuali specifiche, relative a una certa informazione."@it, "This property represents specifications associated to a piece of information."@en ;
  rdfs:isDefinedBy <https://w3id.org/arco/ontology/core> ;
  rdfs:label "specifications"@en, "specifiche"@it ;
  owl:versionInfo "stabile"@it, "stable"@en .

<http://dati.beniculturali.it/cis/CulturalEntity>
  a owl:Class ;
  rdfs:subClassOf owl:Thing .

<http://dati.beniculturali.it/cis/CulturalEvent>
  a owl:Class ;
  rdfs:subClassOf <https://w3id.org/italia/onto/l0/EventOrSituation> ;
  owl:disjointWith <http://dati.beniculturali.it/cis/NameInTime> .

<http://dati.beniculturali.it/cis/CulturalInstituteOrSite>
  a owl:Class ;
  rdfs:subClassOf <https://w3id.org/italia/onto/l0/Agent> .

<http://dati.beniculturali.it/cis/NameInTime>
  a owl:Class ;
  rdfs:subClassOf ns1:Situation, <https://w3id.org/italia/onto/l0/EventOrSituation> .

<http://dati.beniculturali.it/cis/Site>
  a owl:Class ;
  rdfs:subClassOf <https://w3id.org/italia/onto/l0/Location> .

<http://dati.gov.it/onto/dcatapit#Agent>
  a owl:Class ;
  owl:equivalentClass <https://w3id.org/italia/onto/l0/Agent> .

<http://dati.gov.it/onto/dcatapit#Organization>
  a owl:Class ;
  owl:equivalentClass vcard:Organization ;
  rdfs:subClassOf <https://w3id.org/italia/onto/l0/Agent> .

vcard:Organization
  a owl:Class ;
  rdfs:subClassOf <https://w3id.org/italia/onto/l0/Agent> .

foaf:Agent
  a owl:Class ;
  owl:equivalentClass <https://w3id.org/italia/onto/l0/Agent> .

ns1:AgentRole
  a owl:Class ;
  rdfs:subClassOf ns1:Situation, [
    a owl:Restriction ;
    owl:onProperty ns1:hasAgent ;
    owl:someValuesFrom <https://w3id.org/italia/onto/l0/Agent>
  ], [
    a owl:Restriction ;
    owl:onProperty ns1:hasRole ;
    owl:someValuesFrom <https://w3id.org/italia/onto/RO/Role>
  ] ;
  owl:disjointWith ns1:Classification ;
  rdfs:comment "Questa classe rappresenta una situazione relativa a un agente che ricopre un ruolo, senza la specificazione della dimensione tempo."@it, "This class represents a situation in which an agent holds a role, regardless of the timing."@en ;
  rdfs:isDefinedBy <https://w3id.org/arco/ontology/core> ;
  rdfs:label "Agent Role"@en, "Ruolo ricoperto da agente"@it ;
  owl:versionInfo "stabile"@it, "stable"@en .

ns1:Category
  a owl:Class ;
  rdfs:subClassOf ns1:Concept ;
  rdfs:comment "La classe che rappresenta una categoria."@it, "The class representing a category."@en ;
  rdfs:isDefinedBy <https://w3id.org/arco/ontology/core> ;
  rdfs:label "Categoria"@it, "Category"@en ;
  owl:versionInfo "stabile"@it, "stable"@en .

ns1:Classification
  a owl:Class ;
  rdfs:subClassOf ns1:Situation ;
  ns0:isNativeTo <http://www.ontologydesignpatterns.org/cp/owl/countingas.owl> ;
  rdfs:comment "La classe che rappresenta il concetto di classificazione."@it, "The class that models the concept of classification."@en ;
  rdfs:isDefinedBy <https://w3id.org/arco/ontology/core> ;
  rdfs:label "Classification"@en, "Classificazione"@it ;
  owl:versionInfo "stabile"@it, "stable"@en .

ns1:Concept
  a owl:Class ;
  owl:equivalentClass <https://w3id.org/italia/onto/l0/Concept> ;
  rdfs:subClassOf <https://w3id.org/italia/onto/l0/Object> ;
  ns0:isNativeTo <http://www.ontologydesignpatterns.org/cp/owl/classification.owl#> ;
  rdfs:comment "La classe che rappresenta un concetto."@it, "The class representing a concept."@en ;
  rdfs:isDefinedBy <https://w3id.org/arco/ontology/core> ;
  rdfs:label "Concept"@en, "Concetto"@it ;
  owl:versionInfo "stabile"@it, "stable"@en .

ns1:CulturalEntityCharacteristic
  a owl:Class ;
  rdfs:subClassOf <https://w3id.org/italia/onto/l0/Characteristic> ;
  rdfs:comment "La classe che rappresenta una caratteristica di un'entità di carattere culturale come ad esempio un bene culturale."@it, "The class representing the characteristic of a cultural entity (e.g. a cultural property)."@en ;
  rdfs:isDefinedBy <https://w3id.org/arco/ontology/core> ;
  rdfs:label "Caratteristica di Entità Culturale"@it, "Cultural Entity Characteristic"@en ;
  owl:versionInfo "stabile"@it, "stable"@en .

ns1:CulturalEntityClassification
  a owl:Class ;
  rdfs:subClassOf ns1:Classification ;
  rdfs:comment "La classe che rappresenta il concetto di classificazione di un'entità culturale."@it, "The class that models the concept of cultural entity classification."@en ;
  rdfs:isDefinedBy <https://w3id.org/arco/ontology/core> ;
  rdfs:label "Classificazione relativa a bene culturale"@it, "Cultural entity classification"@en .

ns1:Method
  a owl:Class ;
  rdfs:subClassOf <https://w3id.org/italia/onto/l0/Description> ;
  rdfs:comment "Classe che rappresenta il concetto di metodo."@it, "The class representing the concept of method."@en ;
  rdfs:isDefinedBy <https://w3id.org/arco/ontology/core> ;
  rdfs:label "Method"@en, "Metodo"@it ;
  owl:versionInfo "stabile"@it, "stable"@en .

ns1:Situation
  a owl:Class ;
  rdfs:subClassOf <https://w3id.org/italia/onto/l0/EventOrSituation> ;
  ns0:isNativeTo <http://www.ontologydesignpatterns.org/cp/owl/situation.owl> ;
  rdfs:comment "La classe che rappresenta il generico concetto di situazione."@it, "The class representing the generic concept of situation."@en ;
  rdfs:isDefinedBy <https://w3id.org/arco/ontology/core> ;
  rdfs:label "Situation"@en, "Situazione"@it ;
  owl:versionInfo "stabile"@it, "stable"@en .

ns1:TimeIndexedSituation
  a owl:Class ;
  rdfs:subClassOf ns1:Situation ;
  ns0:isNativeTo <http://ontologydesignpatterns.org/cp/owl/timeindexedsituation.owl> ;
  rdfs:comment "La classe che rappresenta il generico concetto di situazione indicizzata nel tempo."@it, "The class representing the generic concept of time indexed situation."@en ;
  rdfs:isDefinedBy <https://w3id.org/arco/ontology/core> ;
  rdfs:label "Situazione nel tempo"@it, "Time indexed situation"@en ;
  owl:versionInfo "stabile"@it, "stable"@en .

ns1:Type
  a owl:Class ;
  rdfs:subClassOf ns1:Concept ;
  rdfs:comment "Classe che rappresenta il concetto di tipo."@it, "The class representing the concept of type."@en ;
  rdfs:isDefinedBy <https://w3id.org/arco/ontology/core> ;
  rdfs:label "Tipo"@it, "Type"@en ;
  owl:versionInfo "stabile"@it, "stable"@en .

<https://w3id.org/italia/onto/RO/Role>
  a owl:Class ;
  rdfs:subClassOf ns1:Concept .

<https://w3id.org/italia/onto/l0/Agent> a owl:Class .
<https://w3id.org/italia/onto/l0/Characteristic> a owl:Class .
<https://w3id.org/italia/onto/l0/Concept>
  a owl:Class ;
  rdfs:subClassOf <https://w3id.org/italia/onto/l0/Object> .

<https://w3id.org/italia/onto/l0/Description> a owl:Class .
<https://w3id.org/italia/onto/l0/EventOrSituation> a owl:Class .
<https://w3id.org/italia/onto/l0/Location> a owl:Class .
<https://w3id.org/italia/onto/l0/Object> a owl:Class .