@prefix :      <https://w3id.org/arco/ontology/cultural-event/> .
@prefix a-cd:  <https://w3id.org/arco/ontology/context-description/> .
@prefix opla:  <http://ontologydesignpatterns.org/opla/> .
@prefix l0:    <https://w3id.org/italia/onto/l0/> .
@prefix adms:  <https://w3id.org/italia/onto/ADMS/> .
@prefix ns:    <http://www.w3.org/2006/vcard/ns#> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix roapit: <https://w3id.org/italia/onto/RO/> .
@prefix a-cat: <https://w3id.org/arco/ontology/catalogue/> .
@prefix mu:    <https://w3id.org/italia/onto/MU/> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix opla1: <http://www.ontologydesignpatterns.org/opla/> .
@prefix cis:   <http://dati.beniculturali.it/cis/> .
@prefix clv:   <https://w3id.org/italia/onto/CLV/> .
@prefix arco:  <https://w3id.org/arco/ontology/arco/> .
@prefix core:  <https://w3id.org/arco/ontology/core/> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix terms: <http://purl.org/dc/terms/> .
@prefix dcat:  <http://www.w3.org/ns/dcat#> .
@prefix prov:  <http://www.w3.org/ns/prov#> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix dc:    <http://purl.org/dc/elements/1.1/> .

a-cat:iccdNormTag  a  owl:AnnotationProperty .

roapit:isRoleInTimeOf
        a       owl:ObjectProperty .

:isUnifyingFactorOf  a      owl:ObjectProperty ;
        rdfs:comment        "This property relates a unifying factor to a recurrent event."@en , "Questa proprietà collega un fattore unificante a un evento ricorrente."@it ;
        rdfs:domain         :UnifyingFactor ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/cultural-event> ;
        rdfs:label          "is unifying factor of"@en , "è fattore unificante di"@it ;
        rdfs:range          :RecurrentEvent ;
        rdfs:subPropertyOf  core:isConceptOf ;
        owl:versionInfo     "stable"@en , "stabile"@it .

roapit:hasRiT  a  owl:ObjectProperty .

l0:follows  a   owl:ObjectProperty .

terms:license  a  owl:AnnotationProperty .

a-cd:hasRelatedAgent  a  owl:ObjectProperty .

core:hasCharacteristic
        a       owl:ObjectProperty .

core:Concept  a  owl:Class .

l0:Object  rdfs:subClassOf  l0:Entity .

:RecurrentEvent  a           owl:Class ;
        rdfs:comment         "This class represents a recurrent event, that is an event as a collection of sequential events and identified by at least one unifying factor (e.g.: topic, place)."@en , "Questa classe rappresenta un evento ricorrente, ovvero un evento inteso come collezione di eventi, posti in una sequenza temporale, e caratterizzato da almeno un fattore unificante (es.: il topic, il luogo)."@it ;
        rdfs:isDefinedBy     <https://w3id.org/arco/ontology/cultural-event> ;
        rdfs:label           "Evento ricorrente"@it , "Recurrent event"@en ;
        rdfs:subClassOf      [ a                   owl:Restriction ;
                               owl:onProperty      :hasRecurrentTimePeriod ;
                               owl:someValuesFrom  :RecurrentTimePeriod
                             ] ;
        rdfs:subClassOf      [ a                   owl:Class ;
                               owl:intersectionOf  ( core:Situation l0:Collection )
                             ] ;
        rdfs:subClassOf      [ a                   owl:Restriction ;
                               owl:onProperty      :hasMemberEvent ;
                               owl:someValuesFrom  l0:EventOrSituation
                             ] ;
        rdfs:subClassOf      [ a                   owl:Restriction ;
                               owl:onProperty      :hasUnifyingFactor ;
                               owl:someValuesFrom  :UnifyingFactor
                             ] ;
        owl:equivalentClass  [ a                   owl:Restriction ;
                               owl:onProperty      :hasMemberEvent ;
                               owl:someValuesFrom  [ a            owl:Class ;
                                                     owl:unionOf  ( [ a                   owl:Restriction ;
                                                                      owl:onProperty      :hasNextEvent ;
                                                                      owl:someValuesFrom  l0:EventOrSituation
                                                                    ] [ a                   owl:Restriction ;
                                                                        owl:onProperty      :hasPreviousEvent ;
                                                                        owl:someValuesFrom  l0:EventOrSituation
                                                                      ] )
                                                   ]
                             ] ;
        owl:versionInfo      "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag    "ICCD Normativa BDI 4.00: RC" .

dc:language  a  owl:AnnotationProperty .

opla1:reusesPatternAsTemplate
        a       owl:AnnotationProperty .

l0:hasMember  a  owl:ObjectProperty .

:hasUnifyingFactor  a       owl:ObjectProperty ;
        rdfs:comment        "This property relates a recurrent event to a unifying factor."@en , "Questa proprietà collega un evento ricorrente a un fattore unificante."@it ;
        rdfs:domain         :RecurrentEvent ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/cultural-event> ;
        rdfs:label          "has unifying factor"@en , "ha fattore unificante"@it ;
        rdfs:range          :UnifyingFactor ;
        rdfs:subPropertyOf  core:hasConcept ;
        owl:inverseOf       :isUnifyingFactorOf ;
        owl:versionInfo     "stabile"@it , "stable"@en .

:hasAgentRelatedToCulturalEvent
        a                       owl:ObjectProperty ;
        rdfs:comment            "This class relates a cultural event to an agent playing a role related to that cultural event."@en , "Questa proprietà rappresenta la relazione che collega un evento culturale a un agente che riveste un ruolo relativo all'evento. La relazione tra il ruolo e l’agente che lo riveste è espressa, in maniera generica, nel nome della proprietà, che quindi ne fornisce una rappresentazione semplificata, con ridotta espressività. La relazione è poi specializzata da sottoproprietà. Nell’ontologia questa relazione è modellata anche, in maniera più espressiva, dalla classe TimeIndexedRole, che permette di collegare l’ente, il suo ruolo e la sua corrispondente estensione temporale."@it ;
        rdfs:domain             cis:CulturalEvent ;
        rdfs:isDefinedBy        <https://w3id.org/arco/ontology/cultural-event> ;
        rdfs:label              "ha agente collegato a evento culturale"@it , "has agent related to cultural event"@en ;
        rdfs:range              l0:Agent ;
        rdfs:subPropertyOf      a-cd:hasRelatedAgent ;
        owl:inverseOf           :isAgentRelatedToCulturalEventOf ;
        owl:propertyChainAxiom  ( roapit:hasRiT roapit:isRoleInTimeOf ) ;
        owl:versionInfo         "stable"@en , "stabile"@it .

mu:MeasurementUnit  a    owl:Class ;
        rdfs:subClassOf  l0:Characteristic .

:isEventMemberOf  a         owl:ObjectProperty ;
        rdfs:domain         l0:EventOrSituation ;
        rdfs:isDefinedBy    "Questa proprietà collega un evento, membro di un evento ricorrente inteso come una collezione di eventi, all'evento ricorrente di cui è membro."@it , "This property relates an event, member of a recurrent event as a collection of events, to the recurrent event that is member of."@en ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/cultural-event> ;
        rdfs:label          "is event member of"@en , "è evento membro di"@it ;
        rdfs:range          :RecurrentEvent ;
        rdfs:subPropertyOf  l0:isMemberOf ;
        owl:versionInfo     "stabile"@it , "stable"@en .

:Week   a           :TimePeriodMeasurementUnit , owl:NamedIndividual ;
        rdfs:label  "Week"@en , "Settimana"@it .

:RecurrentTimePeriod  a   owl:Class ;
        rdfs:comment      "This class represents the time period that elapses between one of the member events of a recurrent event, as a collection of events, and the next one."@en , "Questa classe rappresenta il periodo di tempo che intercorre tra un evento membro di un evento ricorrente, inteso come collezione di eventi, e un evento membro successivo."@it ;
        rdfs:isDefinedBy  <https://w3id.org/arco/ontology/cultural-event> ;
        rdfs:label        "Recurrent time period"@en , "Periodo di tempo ricorrente"@it ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:onProperty      :timePeriodValue ;
                            owl:someValuesFrom  xsd:integer
                          ] ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:onProperty      :hasTimePeriodMeasurementUnit ;
                            owl:someValuesFrom  :TimePeriodMeasurementUnit
                          ] ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:onProperty      :isRecurrentTimePeriodOf ;
                            owl:someValuesFrom  :RecurrentEvent
                          ] ;
        owl:versionInfo   "stable"@en , "stabile"@it .

core:Situation  a  owl:Class .

:isTimePeriodMeasurementUnitOf
        a                   owl:ObjectProperty ;
        rdfs:comment        "Questa è la proprietà inversa a \"ha unità di misura di periodo di tempo\"."@it , "This is the inverse property of \"has time period measurement unit\"."@en ;
        rdfs:domain         :TimePeriodMeasurementUnit ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/cultural-event> ;
        rdfs:label          "is time period measurement unit of"@en , "è unità di misura di periodo di tempo"@it ;
        rdfs:range          :RecurrentTimePeriod ;
        rdfs:subPropertyOf  core:isCharacteristicOf ;
        owl:versionInfo     "stabile"@it , "stable"@en .

core:isCharacteristicOf
        a       owl:ObjectProperty .

:hasEventOrganiser  a       owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega un evento culturale all'ente o soggetto che ha organizzato quell'evento."@it , "This property relates a cultural evento to the agency or person that is the organiser of that event."@en ;
        rdfs:domain         cis:CulturalEvent ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/cultural-event> ;
        rdfs:label          "has event organiser"@en , "ha ente o soggetto organizzatore"@it ;
        rdfs:range          l0:Agent ;
        rdfs:subPropertyOf  :hasAgentRelatedToCulturalEvent ;
        owl:inverseOf       :isEventOrganiserOf ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "Versioni 4.00 e ICCD Normativa Trasversale: MS/MST/MSTE - Versioni precedenti a 4.00: DO/MST/MSTO"@it .

:hasTimePeriodBeforeNextEvent
        a                 owl:ObjectProperty ;
        rdfs:comment      "This property relates an event, member of a recurrent event as a collection of events, to the time period that is between that event and the next one."@en , "Questa proprietà collega un evento, membro di un evento ricorrente inteso come collezione di eventi, al periodo di tempo che intercorre tra l'evento stesso e l'evento successivo."@it ;
        rdfs:domain       l0:EventOrSituation ;
        rdfs:isDefinedBy  <https://w3id.org/arco/ontology/cultural-event> ;
        rdfs:label        "has time period before next event"@en , "ha periodo di tempo prima di evento successivo"@it ;
        rdfs:range        :RecurrentTimePeriod ;
        owl:inverseOf     :isTimePeriodBeforeNextEventOf ;
        owl:versionInfo   "stabile"@it , "stable"@en .

:hasImmediatePreviousEvent
        a                   owl:FunctionalProperty , owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega un evento che è membro di un evento ricorrente, inteso come collezione, all'evento immediatamente precedente."@it , "This property relates an event that is member of a recurrent event, as a collection, to the immediate previous event."@en ;
        rdfs:domain         l0:EventOrSituation ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/cultural-event> ;
        rdfs:label          "ha evento immediatamente precedente"@it , "has immediate previous event"@en ;
        rdfs:range          l0:EventOrSituation ;
        rdfs:subPropertyOf  :hasPreviousEvent ;
        owl:versionInfo     "stabile"@it , "stable"@en .

:Second  a          :TimePeriodMeasurementUnit , owl:NamedIndividual ;
        rdfs:label  "Secondo"@it , "Second"@en .

l0:precedes  a  owl:ObjectProperty .

:hasNextEvent  a            owl:TransitiveProperty , owl:ObjectProperty ;
        rdfs:comment        "This property relates an event that is member of a recurrent event, as a collection, to one of the next events."@en , "Questa proprietà collega un evento che è membro di un evento ricorrente, inteso come collezione, a uno degli eventi successivi."@it ;
        rdfs:domain         l0:EventOrSituation ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/cultural-event> ;
        rdfs:label          "has next event"@en , "ha evento successivo"@it ;
        rdfs:range          l0:EventOrSituation ;
        rdfs:subPropertyOf  l0:precedes ;
        owl:inverseOf       :hasPreviousEvent ;
        owl:versionInfo     "stabile"@it , "stable"@en .

:UnifyingFactor  a        owl:Class ;
        rdfs:comment      "Questa classe rappresenta un fattore unificante, ovvero un fattore che rappresenta un invariante comune a tutti gli eventi che sono membri dell'evento ricorrente."@it , "This class represents a unifying factor, that is a factor that represents an invariant common to all the events that are members of the recurrent event."@en ;
        rdfs:isDefinedBy  <https://w3id.org/arco/ontology/cultural-event> ;
        rdfs:label        "Unifying factor"@en , "Fattore unificante"@it ;
        rdfs:subClassOf   core:Concept ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:onProperty      :isUnifyingFactorOf ;
                            owl:someValuesFrom  :RecurrentEvent
                          ] ;
        owl:versionInfo   "stable"@en , "stabile"@it .

l0:Agent  a              owl:Class ;
        rdfs:subClassOf  l0:Entity .

l0:isMemberOf  a            owl:ObjectProperty ;
        rdfs:subPropertyOf  owl:topObjectProperty .

:Exhibition  a             owl:Class ;
        rdfs:comment       "This class represents an exhibition, as a particular type of cultural event."@en , "Questa classe rappresenta una mostra, come sottocategoria di un generico evento culturale."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/cultural-event> ;
        rdfs:label         "Mostra"@it , "Exhibition"@en ;
        rdfs:subClassOf    cis:CulturalEvent ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale e altre normative di versione 4.00: se MS/MST/MSTI= \"mostra\""@it .

:eventTimeLocation  a      owl:DatatypeProperty ;
        rdfs:comment       "This property represents the time and location of a cultural event, when they are recorded together."@en , "Questa proprietà rappresenta il luogo e il tempo di un evento culturale, quando espressi unitamente."@it ;
        rdfs:domain        cis:CulturalEvent ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/cultural-event> ;
        rdfs:label         "tempo e luogo dell'evento"@it , "event time and location"@en ;
        rdfs:range         rdfs:Literal ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale e normative di versione 4.00: MS/MST/MSTL"@it .

:isAgentRelatedToCulturalEventOf
        a                   owl:ObjectProperty ;
        rdfs:comment        "Questa è la proprietà inversa a \"ha agente collegato a evento culturale\"."@it , "This is the inverse property of \"has agent related to cultural event\"."@en ;
        rdfs:domain         l0:Agent ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/cultural-event> ;
        rdfs:label          "is agent related to cultural event of"@en , "è agente collegato a evento culturale"@it ;
        rdfs:range          cis:CulturalEvent ;
        rdfs:subPropertyOf  a-cd:isAgentRelatedTo ;
        owl:versionInfo     "stable"@en , "stabile"@it .

:Year   a           :TimePeriodMeasurementUnit , owl:NamedIndividual ;
        rdfs:label  "Year"@en , "Anno"@it .

core:isConceptOf  a  owl:ObjectProperty .

:hasRecurrentTimePeriod
        a                       owl:ObjectProperty ;
        rdfs:comment            "This property relates a recurrent event to the time period that elapses between one of its member events and the next one."@en , "Questa proprietà collega un evento ricorrente al periodo di tempo che intercorre tra uno dei suoi eventi membri e quello successivo."@it ;
        rdfs:domain             :RecurrentEvent ;
        rdfs:isDefinedBy        <https://w3id.org/arco/ontology/cultural-event> ;
        rdfs:label              "ha periodo ricorrente di tempo"@it , "has recurrent time period"@en ;
        rdfs:range              :RecurrentTimePeriod ;
        owl:inverseOf           :isRecurrentTimePeriodOf ;
        owl:propertyChainAxiom  ( :hasMemberEvent :hasTimePeriodBeforeNextEvent ) ;
        owl:versionInfo         "stable"@en , "stabile"@it .

:TimePeriod  a            owl:Class ;
        rdfs:comment      "The class that represents a time period."@en , "La classe che rappresenta un periodo di tempo."@it ;
        rdfs:isDefinedBy  <https://w3id.org/arco/ontology/cultural-event> ;
        rdfs:label        "Time period"@en , "Periodo di tempo"@it ;
        rdfs:subClassOf   <https://w3id.org/italia/onto/TI/TimeInterval> ;
        owl:versionInfo   "stable"@en , "stabile"@it .

:hasImmediateNextEvent
        a                   owl:ObjectProperty , owl:FunctionalProperty ;
        rdfs:comment        "Questa proprietà collega un evento che è membro di un evento ricorrente, inteso come collezione, all'evento immediatamente successivo."@it , "This property relates an event that is member of a recurrent event, as a collection, to the immediate next event."@en ;
        rdfs:domain         l0:EventOrSituation ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/cultural-event> ;
        rdfs:label          "ha evento immediatamente successivo"@it , "has immediate next event"@en ;
        rdfs:range          l0:EventOrSituation ;
        rdfs:subPropertyOf  :hasNextEvent ;
        owl:inverseOf       :hasImmediatePreviousEvent ;
        owl:versionInfo     "stabile"@it , "stable"@en .

<https://w3id.org/italia/onto/TI/TimeInterval>
        rdfs:subClassOf  l0:Entity .

:Minute  a          :TimePeriodMeasurementUnit , owl:NamedIndividual ;
        rdfs:label  "Minuto"@it , "Minute"@en .

l0:Collection  a         owl:Class ;
        rdfs:subClassOf  l0:Entity .

terms:modified  a  owl:AnnotationProperty .

cis:CulturalEvent  a  owl:Class .

l0:Entity  a    owl:Class .

:Month  a           :TimePeriodMeasurementUnit , owl:NamedIndividual ;
        rdfs:label  "Month"@en , "Mese"@it .

:hasTimePeriodMeasurementUnit
        a                   owl:ObjectProperty ;
        rdfs:comment        "This property relates the maximum time period that elapses between one of the member events of a recurrent event, as a collection of events, and the next one, to the unit of measurement associated to it."@en , "Questa proprietà collega il periodo di tempo massimo che intercorre tra un evento membro di un evento ricorrente, inteso come collezione di eventi, e un evento membro successivo alla sua unità di misura."@it ;
        rdfs:domain         :RecurrentTimePeriod ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/cultural-event> ;
        rdfs:label          "has time period measurement unit"@en , "ha unità di misura di periodo di tempo"@it ;
        rdfs:range          :TimePeriodMeasurementUnit ;
        rdfs:subPropertyOf  core:hasCharacteristic ;
        owl:inverseOf       :isTimePeriodMeasurementUnitOf ;
        owl:versionInfo     "stable"@en , "stabile"@it .

l0:Description  rdfs:subClassOf  l0:Entity .

:hasMemberEvent  a          owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega un evento ricorrente, inteso come collezione di eventi, a uno degli eventi membri della collezione."@it , "This property relates a recurrent event, as a collection of events, to one of its member events."@en ;
        rdfs:domain         :RecurrentEvent ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/cultural-event> ;
        rdfs:label          "has member event"@en , "ha evento membro"@it ;
        rdfs:range          l0:EventOrSituation ;
        rdfs:subPropertyOf  l0:hasMember ;
        owl:inverseOf       :isEventMemberOf ;
        owl:versionInfo     "stable"@en , "stabile"@it .

terms:issued  a  owl:AnnotationProperty .

:timePeriodValue  a       owl:DatatypeProperty , owl:FunctionalProperty ;
        rdfs:comment      "This property represents the value associated to the time period that elapses between one of the member events of a recurrent event, as a collection of events, and the next one."@en , "Questa proprietà rappresenta il valore del periodo di tempo che intercorre tra il verificarsi di due eventi membri di un evento ricorrente."@it ;
        rdfs:domain       :RecurrentTimePeriod ;
        rdfs:isDefinedBy  <https://w3id.org/arco/ontology/cultural-event> ;
        rdfs:label        "valore del periodo di tempo"@it , "time period value"@en ;
        rdfs:range        xsd:integer ;
        owl:versionInfo   "stable"@en , "stabile"@it .

:Hour   a           :TimePeriodMeasurementUnit , owl:NamedIndividual ;
        rdfs:label  "Ora"@it , "Hour"@en .

l0:Characteristic  a     owl:Class ;
        rdfs:subClassOf  l0:Entity .

:isRecurrentTimePeriodOf
        a                 owl:ObjectProperty ;
        rdfs:comment      "This property relates the maximum time period that elapses between one of the member events of a recurrent event and the next one."@en , "Questa proprietà collega il periodo di tempo massimo che intercorre tra uno degli eventi membri di un evento ricorrente e l'evento successivo."@it ;
        rdfs:domain       :RecurrentTimePeriod ;
        rdfs:isDefinedBy  <https://w3id.org/arco/ontology/cultural-event> ;
        rdfs:label        "è periodo di tempo di"@it , "is recurrent time period of"@en ;
        rdfs:range        :RecurrentEvent ;
        owl:versionInfo   "stabile"@it , "stable"@en .

l0:EventOrSituation  a   owl:Class ;
        rdfs:subClassOf  l0:Entity .

:isTimePeriodBeforeNextEventOf
        a                 owl:ObjectProperty ;
        rdfs:comment      "Questa è la proprietà inversa a \"ha periodo di tempo prima di evento successivo\"."@it , "This is the inverse property of \"has time period before next event\"."@en ;
        rdfs:domain       :RecurrentTimePeriod ;
        rdfs:isDefinedBy  <https://w3id.org/arco/ontology/cultural-event> ;
        rdfs:label        "è periodo di tempo prima di evento successivo di"@it , "is time period before next event of"@en ;
        rdfs:range        l0:EventOrSituation ;
        owl:versionInfo   "stabile"@it , "stable"@en .

:hasPreviousEvent  a        owl:TransitiveProperty , owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega un evento che è membro di un evento ricorrente, inteso come collezione, a uno degli eventi precedenti."@it , "This property relates an event that is member of a recurrent event, as a collection, to one of the previous events."@en ;
        rdfs:domain         l0:EventOrSituation ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/cultural-event> ;
        rdfs:label          "ha evento precedente"@it , "has previous event"@en ;
        rdfs:range          l0:EventOrSituation ;
        rdfs:subPropertyOf  l0:follows ;
        owl:versionInfo     "stabile"@it , "stable"@en .

core:hasConcept  a  owl:ObjectProperty .

dc:title  a     owl:AnnotationProperty .

l0:Location  rdfs:subClassOf  l0:Entity .

:TimePeriodMeasurementUnit
        a                 owl:Class ;
        rdfs:comment      "Questa classe rappresenta l'unità di misura associata al periodo di tempo massimo che intercorre tra un evento membro di un evento ricorrente, inteso come collezione di eventi, e un evento membro successivo."@it , "This class represents the unit of measurement associated to the maximum time period that elapses between one of the member events of a recurrent event, as a collection of events, and the next one."@en ;
        rdfs:isDefinedBy  <https://w3id.org/arco/ontology/cultural-event> ;
        rdfs:label        "Unità di misura del periodo di tempo"@it , "Time period measurement unit"@en ;
        rdfs:subClassOf   mu:MeasurementUnit ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:onProperty      :isTimePeriodMeasurementUnitOf ;
                            owl:someValuesFrom  :RecurrentTimePeriod
                          ] ;
        owl:versionInfo   "stabile"@it , "stable"@en .

a-cd:isAgentRelatedTo
        a       owl:ObjectProperty .

:isEventOrganiserOf  a      owl:ObjectProperty ;
        rdfs:comment        "This is the inverse property of \"has event organiser\"."@en , "Questa è la proprietà inversa a \"ha ente o soggetto organizzatore\"."@it ;
        rdfs:domain         l0:Agent ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/cultural-event> ;
        rdfs:label          "is event organiser of"@en , "è organizzatore di evento"@it ;
        rdfs:range          cis:CulturalEvent ;
        rdfs:subPropertyOf  :isAgentRelatedToCulturalEventOf ;
        owl:versionInfo     "stable"@en , "stabile"@it .

<https://w3id.org/arco/ontology/cultural-event>
        a                              owl:Ontology ;
        rdfs:comment                   "The Cultural Event module models cultural events, i.e. events involving cultural properties.\nIn this module are used as template the following Ontology Design Patterns:\n- http://www.ontologydesignpatterns.org/cp/owl/collectionentity.owl\n- http://www.ontologydesignpatterns.org/cp/owl/sequence.owl"@en , "Questo modulo modella gli eventi culturali, cioè eventi che coinvolgono un bene culturale.\nIn questo modulo sono riusati come template i seguenti Ontology Design Patterns:\n- http://www.ontologydesignpatterns.org/cp/owl/collectionentity.owl\n- http://www.ontologydesignpatterns.org/cp/owl/sequence.owl"@it ;
        rdfs:label                     "Ontologia degli Eventi Culturali (ArCo network)"@it , "Cultural Event Ontology (ArCo network)"@en ;
        dc:creator                     "Andrea Nuzzolese (ISTC-CNR, STLab)" , "Ludovica Marinucci (ISTC-CNR, STLab)" , "Marialetizia Mancinelli (MiBACT, ICCD)" , "Aldo Gangemi (ISTC-CNR, STLab)" , "Valentina Presutti (ISTC-CNR, STLab)" , "Valentina Carriero (ISTC-CNR, STLab)" , "Chiara Veninata (MiBACT, ICCD)" ;
        dc:description                 "The Cultural Event module models cultural events, i.e. events involving cultural properties."@en , "Questo modulo modella gli eventi culturali, cioè eventi che coinvolgono un bene culturale."@it ;
        dc:language                    <http://publications.europa.eu/resource/authority/language/ITA> , <http://publications.europa.eu/resource/authority/language/ENG> ;
        dc:title                       "Ontologia degli Eventi Culturali (ArCo network)"@it , "Cultural Event Ontology (ArCo network)"@en ;
        terms:issued                   "2018-03-07" ;
        terms:license                  <https://w3id.org/italia/controlled-vocabulary/licences/A31_CCBYSA40> , <https://creativecommons.org/licenses/by-sa/4.0/> ;
        terms:modified                 "2019-06-01" ;
        opla1:reusesPatternAsTemplate  <http://www.ontologydesignpatterns.org/cp/owl/collectionentity.owl> , <http://ontologydesignpatterns.org/cp/owl/sequence.owl> ;
        owl:imports                    <https://w3id.org/arco/ontology/catalogue> , <https://w3id.org/arco/ontology/core> ;
        owl:versionInfo                "Version 1.0"@en , "Versione 1.0"@it .
