@prefix :      <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 a-cat: <https://w3id.org/arco/ontology/catalogue/> .
@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 CLV:   <https://w3id.org/italia/onto/CLV/> .
@prefix cis:   <http://dati.beniculturali.it/cis/> .
@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/> .

:hasRelatedAgent  a             owl:ObjectProperty ;
        rdfs:comment            "This property is used to associate an entity of any kind to an agent related to that entity in some way. It is used when it is not possible to express the relation in a more specific way."@en , "Questa proprietà collega un'entità di qualsiasi tipo a un agente che è collegato in qualche modo a quell'entità. È una relazione generica che viene usata per quei casi in cui non sia possibile definire in maniera più precisa la natura della relazione."@it ;
        rdfs:domain             owl:Thing ;
        rdfs:isDefinedBy        <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label              "ha agente correlato"@it , "has related agent"@en ;
        rdfs:range              l0:Agent ;
        owl:inverseOf           :isAgentRelatedTo ;
        owl:propertyChainAxiom  ( core:hasAgentRole core:hasAgent ) ;
        owl:versionInfo         "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag       "ICCD Normativa Trasversale: AU/NMC" .

:hasResponsibilityType
        a                   owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega una responsabilità individuata relativamente ai processi di produzione e di divulgazione che caratterizzano specificamente i beni fotografici al tipo di responsabilità (es.: stampatori, ritoccatori, coloritori, ecc.)."@it , "This property relates a resposibility relative to some production or disclosure process which characterise photographic artefacts, to its responsibility type (i.e. printers, retouchers)."@en ;
        rdfs:domain         :Responsibility ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "ha tipo di responsabilità"@it , "has responsibility type"@en ;
        rdfs:range          :ResponsibilityType ;
        rdfs:subPropertyOf  core:hasType ;
        owl:inverseOf       :isResponsibilityTypeOf ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normative F e FF: PD/PDF/PDFR" .

:isInventoryIdentifierResponsibleOf
        a                   owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega il contenitore giuridico che conserva attualmente il bene, o che lo ha conservato in passato, e che è responsabile dell'assegnazione del numero di inventario all'inventario stesso."@it , "This property relates the juridical container responsible for the inventory identifier of the cultural property to the inventory itself."@en ;
        rdfs:domain         l0:Agent ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "è responsabile di numero di inventario di"@it , "is inventory identifier responsible of"@en ;
        rdfs:range          :Inventory ;
        rdfs:subPropertyOf  :isAgentRelatedTo ;
        owl:versionInfo     "stable"@en , "stabile"@it .

:AttributedTitle  a        :TitleType , owl:NamedIndividual ;
        rdfs:comment       "Represents an attributed title of a photograph, that is a title taken from archival, bibliographic, oral or iconographic sources, or created based on picture contents."@en , "Rappresenta un titolo attribuito di una fotografia, cioè un titolo desunto, se possibile, da fonti archivistiche, bibliografiche, orali o iconografiche (altri esemplari della stessa immagine) oppure creato in base al contenuto dell'immagine (o della serie di immagini; è necessario nei casi in cui siano del tutto assenti titoli sul/nel documento, o su materiali ad esso complementari, e nel caso in cui tali titoli risultino errati."@it ;
        rdfs:label         "Titolo attribuito"@it , "Attributed title"@en ;
        a-cat:iccdNormTag  "Normativa F: SG/SGL/SGLA - Normativa FF: se PA/PAC/PACG = 'attribuita'"@it .

:caption  a                owl:DatatypeProperty ;
        rdfs:comment       "Questa proprietà rappresenta una sintetica didascalia, se presente e utile alla comprensione di quanto documentato."@it , "This property represents a synthetic caption, useful for understanding what is documented."@en ;
        rdfs:domain        :PhotographicDocumentation ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "caption"@en , "didascalia"@it ;
        rdfs:range         rdfs:Literal ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "FNTN"@it .

:isSexInterpretationOf
        a                   owl:ObjectProperty ;
        rdfs:comment        "This property relates the sex estimate of an antropologic artifact to the related artifact."@en , "Questa proprietà collega la stima del sesso di un reperto antropologico al reperto stesso."@it ;
        rdfs:domain         :SexInterpretation ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "is sex interpretation of"@en , "è interpretazione del sesso di"@it ;
        rdfs:range          cis:CulturalEntity ;
        rdfs:subPropertyOf  core:isSituationOf ;
        owl:versionInfo     "stable"@it , "stabile"@it .

terms:modified  a  owl:AnnotationProperty .

:Estimate  a              owl:Class ;
        rdfs:comment      "This class represents the concept of estimate."@en , "Questa classe rappresenta il concetto di stima di un'entità."@it ;
        rdfs:isDefinedBy  <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label        "Stima"@it , "Estimate"@en ;
        rdfs:subClassOf   :Interpretation ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:onProperty      :isEstimateOf ;
                            owl:someValuesFrom  owl:Thing
                          ] ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:onProperty      :estimatedValue ;
                            owl:someValuesFrom  rdfs:Literal
                          ] ;
        owl:versionInfo   "stable"@en , "stabile"@it .

:hasIssuingAgency  a        owl:ObjectProperty ;
        rdfs:comment        "This property relates an urban-planning instrument to the institution which issued the provision."@en , "Questa proprietà collega uno strumento urbanistico-territoriale con l'ente o l'amministrazione che ha emanato il provvedimento."@it ;
        rdfs:domain         :UrbanPlanningInstrument ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "ha ente che ha emanato il provvedimento"@it , "has issuing agency"@en ;
        rdfs:range          l0:Agent ;
        rdfs:subPropertyOf  :hasRelatedAgent ;
        owl:inverseOf       :isIssuingAgencyOf ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "TU/STU/STUE" .

:refersToSurveys  a        owl:DatatypeProperty ;
        rdfs:comment       "Questa proprietà rappresenta altre indagini cui fa riferimento un'indagine volta a elaborare una diagnosi di una paleopatologia rilevata in un reperto antropologico."@it , "This property represents other investigations referred to in a survey aimed at developing a diagnosis of a paleopathology found in an anthropological finding."@en ;
        rdfs:domain        :PaleopathologySurvey ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "fa riferimento a indagini"@it , "refers to surveys"@en ;
        rdfs:range         rdfs:Literal ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa AT: PT/PTC/PTCI" .

:Copyright  a              owl:Class ;
        rdfs:comment       "This class represents the copyright of an object, e.g. a cultural property."@en , "Questa classe rappresenta i diritti d'autore detenuti da un agente su un oggetto, per esempio un bene culturale."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Diritti d'autore"@it , "Copyright"@en ;
        rdfs:subClassOf    l0:Object ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :hasCopyrightHolder ;
                             owl:someValuesFrom  l0:Agent
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :isCopyrightOf ;
                             owl:someValuesFrom  owl:Thing
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :expiryDate ;
                             owl:someValuesFrom  rdfs:Literal
                           ] ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa F 4.00 e OAC: TU/CPR" .

:SpecificBibliography
        a                :BibliographyCategory , owl:NamedIndividual ;
        rdfs:comment     "This individual represents the definition related to the kind of bibliography that specifically concerns the subject under examination."@en , "Questo individuo rappresenta la definizione relativa al genere di bibliografia che riguarda in modo specifico il bene in esame."@it ;
        rdfs:label       "Specific bibliography"@en , "Bibliografia specifica"@it ;
        owl:versionInfo  "stable"@en , "stabile"@it .

core:hasCategory  a  owl:ObjectProperty ;
        rdfs:domain  owl:Thing ;
        rdfs:range   core:Category .

:Scale  a                  owl:Class ;
        rdfs:comment       "Questa classe rappresenta le indicazioni sulla scala di rappresentazione della documentazione grafica e cartografica."@it , "This class represents the representative scale of a graphic or cartographic documentation."@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Scale"@en , "Scala"@it ;
        rdfs:subClassOf    l0:Object ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :isScaleOf ;
                             owl:someValuesFrom  :GraphicOrCartographicDocumentation
                           ] ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: DO/DRA/DRAS" .

:hasAttributedAuthor  a     owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega una situazione in cui viene attribuito un autore a un bene culturale all'autore stesso."@it , "This property relates a situation where an autorship is attributed to a cultural entity's author."@en ;
        rdfs:domain         [ a            owl:Class ;
                              owl:unionOf  ( :AlternativeAuthorshipAttribution :PreferredAuthorshipAttribution )
                            ] ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "has attributed author"@en , "ha autore attribuito"@it ;
        rdfs:range          l0:Agent ;
        rdfs:subPropertyOf  :hasRelatedAgent ;
        owl:inverseOf       :isAttributedAuthorIn ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "AU/AUT/AUTN (+ AU/AUT/AUTS); AU/AAT; AU/AAT/AATN" .

:RCSReason  a              owl:DatatypeProperty ;
        rdfs:comment       "This property represents the code of the RCS causal (Central State Accounting Office) of increasing or decreasing property value."@en , "Questa proprietà rappresenta il codice della causale RCS (Ragioneria Centrale dello Stato) di aumento o diminuzione del valore del bene."@it ;
        rdfs:domain        :CurrentInventory ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "causale RCS"@it , "RCS reason"@en ;
        rdfs:range         rdfs:Literal ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: UB/INP/INPU" .

:hasSexInterpretation
        a                   owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega un reperto antropologico alla stima del sesso."@it , "This property relates an antropologic artifact to its sex estimate."@en ;
        rdfs:domain         cis:CulturalEntity ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "ha sesso stimato"@it , "has sex interpretation"@en ;
        rdfs:range          :SexInterpretation ;
        rdfs:subPropertyOf  core:hasSituation ;
        owl:inverseOf       :isSexInterpretationOf ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa AT: DA/STS" .

:MultimediaDocumentation
        a                  owl:Class ;
        rdfs:comment       "Questa classe rappresenta la documentazione multimediale in formato digitale relativa al un oggetto, per esempio un bene culturale. Nel caso delle Normative per la catalogazione dell'ICCD questa classe riguarda la documentazione multimediale realizzata in formati non compresi dalle norme ICCD, allegata alla scheda di catalogo o esistente e depositata presso l'Ente schedatore o in altre raccolte."@it , "This class represents the multimedia documentation of an object, e.g. a cultural property."@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Multimedia documentation"@en , "Altra documentazione multimediale"@it ;
        rdfs:subClassOf    :Documentation ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ADM (solo versioni 3.00 e 3.01)"@it .

:PolygonAnomaly  a  :AnomalyType , owl:NamedIndividual ;
        rdfs:label  "Polygon anomaly"@en , "Anomalia areale"@it .

:isResearchScientificDirectorOf
        a                   owl:ObjectProperty ;
        rdfs:comment        "This property relates the research's scientific responsible to its research."@en , "Questa proprietà collega il responsabile scientifico di una ricerca alla ricerca."@it ;
        rdfs:domain         l0:Agent ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "è  responsabile scientifico della ricerca di"@it , "is research scientific director of"@en ;
        rdfs:range          :Research ;
        rdfs:subPropertyOf  :isAgentRelatedTo ;
        owl:versionInfo     "stabile"@it , "stable"@en .

:bibliographyICCDIdentifier
        a                   owl:FunctionalProperty , owl:DatatypeProperty ;
        rdfs:comment        "This property represents the code, assigned by the ICCD, which identifies the bibliographic reference uniquely at national level."@en , "Questa proprietà rappresenta il codice, assegnato dall'ICCD, che individua il riferimento bibliografico in modo univoco a livello nazionale."@it ;
        rdfs:domain         :Bibliography ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "codice univoco ICCD della bibliografia"@it , "bibliography ICCD identifier"@en ;
        rdfs:range          rdfs:Literal ;
        rdfs:subPropertyOf  a-cat:ICCDIdentifier ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: DO/BIB/BIBK" .

:ExcellentReliability
        a           :Reliability , owl:NamedIndividual ;
        rdfs:label  "Ottima affidabilità"@it , "Excellent reliability"@en .

:isIssuingAgencyOf  a       owl:ObjectProperty ;
        rdfs:comment        "Questa è la proprietà inversa di \"ha ente che ha emanato il provvedimento\"."@it , "This is the inverse property of \"has issuing agency\"."@en ;
        rdfs:domain         l0:Agent ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "è ente che ha emanato il provvedimento"@it , "is issuing agency of"@en ;
        rdfs:range          :UrbanPlanningInstrument ;
        rdfs:subPropertyOf  :isAgentRelatedTo ;
        owl:versionInfo     "stable"@en , "stabile"@it .

[ a            owl:AllDisjointClasses ;
  owl:members  ( :ArchivalFonds :ArchivalSeries :ArchivalSubseries )
] .

:isAnomalyOf  a             owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega un'anomalia rilevata nel corso dell'indagine tramite fotointerpretazione o fotorestituzione alla relativa indagine."@it , "This property relates an anomaly revealed by a photo interepretation rendering to the related survey."@en ;
        rdfs:domain         :Anomaly ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "è anomalia di"@it , "is anomaly of"@en ;
        rdfs:range          :PhotoInterpretationRendering ;
        rdfs:subPropertyOf  core:isSituationOf ;
        owl:versionInfo     "stable"@en , "stabile"@it .

:LegalSituation  a         owl:Class ;
        rdfs:comment       "Questa classe rappresenta la condizione giuridica di un bene culturale, con riferimenti al proprietario, detentore o possessore."@it , "This class represents the legal situation of a cultural property, related to the owner."@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Situazione giuridica"@it , "Legal situation"@en ;
        rdfs:subClassOf    core:Situation ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  l0:Agent ;
                             owl:onProperty     :hasOwner
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :isLegalSituationOf ;
                             owl:someValuesFrom  cis:CulturalEntity
                           ] ;
        dc:description     "Un esempio d'uso della classe \"Condizione giuridica\" è il seguente:\nresource:LegalSituation/1400054721-legal-situation-proprieta-stato\n        a  cd:LegalSituation ;\n        rdfs:label  \"Condizione giuridica del bene culturale 1400054721: proprietà Stato\"@it ;\n        cd:hasOwner resource:Agent/ministero-beni-culturali ."@it , "An example of usage of the class \"Legal situation\" is the following:\nresource:LegalSituation/1400054721-legal-situation-proprieta-stato\n        a  cd:LegalSituation ;\n        rdfs:label  \"Legal situation of cultural property 1400054721: State property\"@en ;\n        cd:hasOwner resource:Agent/ministero-beni-culturali ."@en ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: TU/CDG/CDGG" .

:ArchivalRecordSetMembership
        a                  owl:Class ;
        rdfs:comment       "This class represents the membership of a cultural property in an archival record set."@en , "Questa classe rappresenta l'appartenenza di un bene culturale a un'unità archivistica complessa (fondo, serie, sottoserie, etc.)."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Archival record set membership"@en , "Appartenenza a unità archivistica complessa"@it ;
        rdfs:subClassOf    :Membership ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     :archivalRecordLocation
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :hasArchivalRecordSet ;
                             owl:someValuesFrom  :ArchivalRecordSet
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     :archivalRecordSetTitle
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :hasMemberOfArchivalRecordSet ;
                             owl:someValuesFrom  cis:CulturalEntity
                           ] ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa F: UB/UBF" .

:ReferenceCatalogue  a     owl:Class ;
        rdfs:comment       "This class represents the reference catalogue that cites the copy of a print."@en , "Questa classe rappresenta il repertorio che cita la copia di una stampa."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Reference catalogue"@en , "Repertorio"@it ;
        rdfs:subClassOf    l0:Object ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :isReferenceCatalogueOf ;
                             owl:someValuesFrom  :Copy
                           ] ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa S 3: RO/COP/COPR"@it .

:hasEdition  a             owl:ObjectProperty ;
        rdfs:comment       "Questa proprietà collega un'entità a una sua edizione."@it , "This property relates an entity to its edition."@en ;
        rdfs:domain        owl:Thing ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "ha edizione"@it , "has edition"@en ;
        rdfs:range         :Edition ;
        owl:inverseOf      :isEditionOf ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normative VeAC e AT 3.01: DO/BSE/BSEN - Normativa S 3.00: RO/ADL/ADLE."@it .

:isFruitionOf  a            owl:ObjectProperty ;
        rdfs:comment        "This property relates the fruition of a garment to that garment."@en , "Questa proprietà collega una fruizione di un vestimento al vestimento stesso."@it ;
        rdfs:domain         :Fruition ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "is fruition of"@en , "è fruizione di"@it ;
        rdfs:range          cis:CulturalEntity ;
        rdfs:subPropertyOf  core:isSituationOf ;
        owl:versionInfo     "stable"@en , "stabile"@it .

:Copy   a                  owl:Class ;
        rdfs:comment       "Questa classe rappresenta la copia di un bene culturale, per esempio di una fotografia o di una stampa. Nel caso della fotografia, in questo caso viene esplicitamente dichiarata la responsabilità del fotografo principale."@it , "This class represents the copy of a cultural property, e.g. a copy of a photography or a print."@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Copy"@en , "Copia"@it ;
        rdfs:subClassOf    :DerivatedWork ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa S 3: RO/COP; ICCD Normativa F: RO/CRF/CRFT = 'copia'"@it .

dc:language  a  owl:AnnotationProperty .

:folio  a                  owl:DatatypeProperty ;
        rdfs:comment       "Questa proprietà codifica il numero di foglio o di carta del documento per la classe di documentazione Fonti e documenti."@it , "This property represent document's folio number."@en ;
        rdfs:domain        :SourceAndDocument ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "foglio"@it , "folio"@en ;
        rdfs:range         rdfs:Literal ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "DO/FNT/FNTF" .

:rights  a                 owl:DatatypeProperty ;
        rdfs:comment       "This property represents information on rights management."@en , "Questa proprietà rappresenta le informazioni a testo libero sulla gestione dei diritti. Nel caso di un bene culturale, permette di rappresentare indicazioni sulla presenza dei privilegi, autorizzazioni, licenze, specificando il concedente, eventualmente riportando anche il periodo di tempo della privativa."@it ;
        rdfs:domain        [ a            owl:Class ;
                             owl:unionOf  ( cis:CulturalEntity :Documentation )
                           ] ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "rights"@en , "gestione diritti"@it ;
        rdfs:range         rdfs:Literal ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: DO/FTA/FTAY, DO/DRA/DRAY, DO/VDC/VDCY, DO/REG/REGY, DO/FNT/FNTY, DO/BIB/BIBY - ICCD Normativa MI 3.00: DA/PLC" .

:FindingContext  a         owl:Class ;
        rdfs:comment       "Questa classe rappresenta il contesto di ritrovamento (tipo di contesto, elementi associati) di un bene culturale, e in particolare di un reperto antropologico."@it , "This class represents the context (type of context, associated objects) in which a cultural property (in particular, an anthropological material) is found."@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Contesto di rinvenimento"@it , "Finding context"@en ;
        rdfs:subClassOf    core:Situation ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     core:specifications
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :hasFindingContextType ;
                             owl:someValuesFrom  :FindingContextType
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  l0:Object ;
                             owl:onProperty     :hasAssociatedObject
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :isFindingContextOf ;
                             owl:someValuesFrom  cis:CulturalEntity
                           ] ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa AT 3.01: OG/OGC" .

:Dating  a                 owl:Class ;
        rdfs:comment       "Questa classe rappresenta la cronologia di un'entità, cioè i dati cronologici che riguardano la storia dell'entità (es.: un bene culturale o un'opera collegata a un bene culturale). In relazione alle diverse situazioni, indicheranno un periodo esteso nel tempo oppure una singola data. Per ciascun bene viene fornita la cronologia della sua realizzazione, o, nel caso di immobili che presentano diverse fasi edilizie o diversi momenti di vita, un arco cronologico di riferimento; possono essere fornite anche altre notizie cronologiche relative ad altri eventi che hanno riguardato il bene (demolizione, progettazione, rimaneggiamenti, etc.)"@it , "This class represents the dating of an entity, that is information about the chronology of the entity (e.g.: a cultural property), referring to a particular event (e.g.: the creation of the cultural property, its distruction, etc.)"@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Cronologia"@it , "Dating"@en ;
        rdfs:subClassOf    :Interpretation ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :isDatingOf ;
                             owl:someValuesFrom  cis:CulturalEntity
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  l0:EventOrSituation ;
                             owl:onProperty     :hasDatingEvent
                           ] ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: DT - ICCD Normative F, RA, SMO, PST, S, OAC, OA, MI, D, NU: RO/ROF/ROFD" .

:relevantLegalAct  a       owl:DatatypeProperty ;
        rdfs:comment       "Questa proprietà rappresenta, a testo libero, eventuali riferimenti a documenti (atti amministrativi; riproduzioni digitali di registri inventariali, ecc.) che interessano l'acquisizione del bene nel patrimonio. Rappresenta anche i dati relativi ai registri inventariali in vigore, ma comunque dotati di qualità storica."@it , "This property represents any references to documents that affect cultural entity acquisition."@en ;
        rdfs:domain        :CurrentInventory ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "relevant legal act"@en , "riferimento agli atti"@it ;
        rdfs:range         rdfs:Literal ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: IUB/INP/INPO" .

:isGenusIn  a               owl:ObjectProperty ;
        rdfs:comment        "This property relates a genus to the biological taxon in which it is classified."@en , "Questa proprietà collega un genere alla tassonomia in cui è classificato."@it ;
        rdfs:domain         :Genus ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "is genus in"@en , "è genere in"@it ;
        rdfs:range          :BiologicalTaxon ;
        rdfs:subPropertyOf  core:isConceptOf ;
        owl:versionInfo     "stable"@en , "stabile"@it .

l0:Object  a    owl:Class .

:hasReproductionPosition
        a                  owl:ObjectProperty ;
        rdfs:comment       "Questa proprietà collega la riproduzione di una stampa all'interno di una pubblicazione con la posizione fisica nella pubblicazione stessa (es.: frontespizio, copertina, colophon, etc.)."@it , "This property relates the print reproduction in a publication to the position in the publication."@en ;
        rdfs:domain        :Reproduction ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "has reproduction position"@en , "ha posizione della riproduzione"@it ;
        rdfs:range         :ReproductionPosition ;
        owl:inverseOf      :isReproductionPositionOf ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa S 3: RO/ADL/ADLP"@it .

:isCulturalPropertyStageIn
        a                  owl:ObjectProperty ;
        rdfs:comment       "This cultural property relates the stage of a cultural property referring to another entity (preparatory or final work) to this relationship between the two entities."@en , "Questa proprietà collega lo stadio di realizzazione del bene culturale in relazione a un'altra entità collegata (opera preparatoria o opera finale) al  rapporto tra il bene culturale stesso e questa entità."@it ;
        rdfs:domain        :CulturalPropertyStage ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "is cultural property stage in"@en , "è stadio del bene culturale in"@it ;
        rdfs:range         :RelatedWorkSituation ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normative RA, SMO, PST, S, OAC, OA, MI, D, NU, F: RO/ROF/ROFF" .

:collectionUnitIdentifier
        a                   owl:FunctionalProperty , owl:DatatypeProperty ;
        rdfs:comment        "Questa proprietà rappresenta il codice d'inventario attribuito al bene nella collezione."@it , "This property represents the inventory code assigned to the cultural entity inside a collection."@en ;
        rdfs:domain         cis:CulturalEntity ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "collection unit inventory identifier"@en , "codice inventario bene in collezione"@it ;
        rdfs:range          rdfs:Literal ;
        rdfs:subPropertyOf  l0:identifier ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "UB/COL/COLI" .

:isLegalSituationOf  a      owl:ObjectProperty ;
        rdfs:comment        "This property relates a legal situation to an entity that is in that situation."@en , "Questa proprietà collega una condizione giuridica a un'entità che si trova in quella condizione."@it ;
        rdfs:domain         :LegalSituation ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "è condizione giuridica di"@it , "is legal situation of"@en ;
        rdfs:range          owl:Thing ;
        rdfs:subPropertyOf  core:isSituationOf ;
        owl:versionInfo     "stabile"@it , "stable"@en .

:isAgentRelatedTo  a      owl:ObjectProperty ;
        rdfs:comment      "This property is used to associate an agent related in some way to an entity of any kind to that entity. It is used when it is not possible to express the relation in a more specific way."@en , "Questa proprietà collega un agente che è collegato in qualche modo a un'entità di qualsiasi tipo a quell'entità. È una relazione generica che viene usata per quei casi in cui non sia possibile definire in maniera più precisa la natura della relazione."@it ;
        rdfs:domain       l0:Agent ;
        rdfs:isDefinedBy  <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label        "è agente correlato a"@it , "is agent related to"@en ;
        rdfs:range        owl:Thing ;
        owl:versionInfo   "stable"@en , "stabile"@it .

:isFindingLocationOf  a     owl:ObjectProperty ;
        rdfs:comment        "This is the inverse property of \"has finding location\"."@en , "Questa è la proprietà inversa di 'ha luogo di ritrovamento'."@it ;
        rdfs:domain         cis:CulturalEntity ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "è luogo di ritrovamento di"@it , "is finding location of"@en ;
        rdfs:range          cis:CulturalEntity ;
        rdfs:subPropertyOf  :isWorkRelatedTo ;
        owl:versionInfo     "stabile"@it , "stable"@en .

core:hasMethod  a  owl:ObjectProperty .

:informationGatheredOnSite
        a                  owl:DatatypeProperty ;
        rdfs:comment       "Questa proprietà rappresenta le informazioni raccolte sul luogo dove si trova il bene o sul luogo dove il bene è stato rilevato."@it , "This property represents information collected on the place where the cultural entity is located or on the place where it was detected."@en ;
        rdfs:domain        cis:CulturalEntity ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "informazioni raccolte sul luogo"@it , "information gathered on site"@en ;
        rdfs:range         rdfs:Literal ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: DA/NRL" .

[ a            owl:AllDisjointClasses ;
  owl:members  ( :ArchivalRecordSetMembership :CollectionMembership :PhotographicSeriesMembership )
] .

:isInvolvedIn  a            owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega un bene culturale a un altro bene culturale collegato, di tipo immateriale, in cui è coinvolto."@it , "This property relates a cultural entity to another involved  cultural entity (e.g. immaterial)."@en ;
        rdfs:domain         cis:CulturalEntity ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "is involved in"@en , "è coinvolto in"@it ;
        rdfs:range          cis:CulturalEntity ;
        rdfs:subPropertyOf  :hasRelatedWork ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: RV/RSE/RSER = 'è coinvolto in' (versioni precedenti: 'esecuzione/evento di riferimento')" .

:estimatedCulturalPropertyValue
        a                   owl:DatatypeProperty ;
        rdfs:comment        "Questa proprietà rappresenta il valore economico di un bene culturale. Nel caso di una collezione, questa proprietà rappresenta il valore del bene desunto, quando presente, dall'inventario della collezione o dal suo prezzo di acquisto o vendita. Nel caso di un inventario patrimoniale, questa proprietà rappresenta la stima patrimoniale del bene. Il valore viene preceduto dalla specifica della valuta."@it , "This property represents cultural entity's economic value.. The value is preceded by the currency specification."@en ;
        rdfs:domain         :CulturalPropertyEstimate ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "valore del bene culturale"@it , "cultural property value"@en ;
        rdfs:range          rdfs:Literal ;
        rdfs:subPropertyOf  :estimatedValue ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: UB/COL/COLV; UB/INP/INP/INPA; UB/STI" .

:hasReliability  a          owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega una fotointerpretazione o fotorestituzione al livello di affidabilità delle informazioni rilevate nell'indagine."@it , "This property relates a photo interpretation rendering survey to the reliability of the information collected during the survey."@en ;
        rdfs:domain         :PhotoInterpretationRendering ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "ha affidabilità"@it , "has reliability"@en ;
        rdfs:range          :Reliability ;
        rdfs:subPropertyOf  core:hasCharacteristic ;
        owl:inverseOf       :isReliabilityOf ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: RE/FOI/FOIO" .

:hasFindingLocation  a      owl:ObjectProperty ;
        rdfs:comment        "This property relates a cultural entity to a connected cultural entity which constitutes the site where it was rediscovered."@en , "Questa proprietà collega un bene culturale a un altro bene culturale collegato, che ne costituisce la sede di rinvenimento archeologico."@it ;
        rdfs:domain         cis:CulturalEntity ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "è stato rinvenuto in"@it , "has finding location"@en , "ha sede di rinvenimento"@it ;
        rdfs:range          cis:CulturalEntity ;
        rdfs:subPropertyOf  :hasRelatedWork ;
        owl:inverseOf       :isFindingLocationOf ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: RV/RSE/RSER = 'è stato rinvenuto in' (versioni precedenti: 'sede di rinvenimento')"@it .

:Interpretation  a        owl:Class ;
        rdfs:comment      "This class represents a situation in which pieces of information related to an object (e.g.: a cultural property) are detected and recorded by an agent, based on a specific source or motivation (e.g.:ithe authorship attribution, commission, etc.)"@en , "Questa classe rappresenta una situazione in cui viene individuata e registrata da un agente una certa informazione o un gruppo di informazioni relativamente a un oggetto, per esempio a un bene culturale o a una sua parte, supportata da una fonte o motivazione. Per esempio, l'attribuzione di autore, l'individuazione della committenza o delle entità responsabili di fasi successive alla creazione di un bene culturale sono tutte interpretazioni basate su fonti."@it ;
        rdfs:isDefinedBy  <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label        "Interpretazione"@it , "Interpretation"@en ;
        rdfs:subClassOf   core:Situation ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:onProperty      :hasInterpretationCriterion ;
                            owl:someValuesFrom  :InterpretationCriterion
                          ] ;
        dc:description    "An example of usage of one of the subclasses of the class 'Interpretation' is the following:\nresource:PreferredAuthorshipAttribution/1200865600-1 a           cd:PreferredAuthorshipAttribution ;\n        rdfs:label  \"Preferred authorship attribution of cultural property: 1200865600\"@en ;\n        cd:hasAttributedAuthor resource:Agent/cavaceppi-bartolomeo-1717-1799 ;\n        cd:hasSource resource:Source/documentation ."@en , "Un esempio di utilizzo di una delle sottoclassi della classe \"Interpretazione\" è il seguente:\nresource:PreferredAuthorshipAttribution/1200865600-1 a           cd:PreferredAuthorshipAttribution ;\n        rdfs:label \"Attribuzione di autore preferita, maggiormente accreditata o convincente del bene: 1200865600\"@it ;\n        cd:hasAttributedAuthor resource:Agent/cavaceppi-bartolomeo-1717-1799 ;\n        cd:hasSource resource:Source/documentazione ."@it ;
        owl:versionInfo   "stabile"@it , "stable"@en .

:isProtectiveMeasureOf
        a                  owl:ObjectProperty ;
        rdfs:comment       "This property relates an international or national protective measure to the cultural enitity to which it is applied."@en , "Questa proprietà collega un provvedimento di tutela nazionale o internazionale al bene culturale cui si applica."@it ;
        rdfs:domain        :ProtectiveMeasure ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "is protective measure of"@en , "è provvedimento di tutela di"@it ;
        rdfs:range         cis:CulturalEntity ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: TU/NVC" .

:isDocumentationTypeOf
        a                   owl:ObjectProperty ;
        rdfs:comment        "This property relates the type of documentation to its documentation."@en , "Questa proprietà collega il tipo di documentazione alla sua documetanzione."@it ;
        rdfs:domain         :DocumentationType ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "is documentation type of"@en , "è tipo di documentazione di"@it ;
        rdfs:range          :Documentation ;
        rdfs:subPropertyOf  core:isTypeOf ;
        owl:versionInfo     "stable"@en , "stabile"@it .

l0:Topic  a     owl:Class .

:PhotographicDocumentation
        a                  owl:Class ;
        rdfs:comment       "Questa classe rappresenta la documentazione fotografica relativa a un oggetto, per esempio a un bene culturale."@it , "This class represents the photographic documentation of an object, e.g. a cultural property."@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Photographic documentation"@en , "Documentazione fotografica"@it ;
        rdfs:subClassOf    :Documentation ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     :stripRunAndFrameNumber
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     :caption
                           ] ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: DO/FTA"@it .

:properTitle  a             owl:DatatypeProperty ;
        rdfs:comment        "Rappresenta il titolo proprio del soggetto di una stampa, di una matrice incisa o di una fotografia. Per titolo proprio di una stampa si intende il titolo principale nella forma in cui appare sulla stampa o sulla matrice stessa. Per titolo proprio (principale) di una fotografia, si intende nella forma in cui appare nell'immagine (o su uno dei suoi supporti, o nelle schede a campi testuali, o nei commenti sonori presenti all'interno del file contenente l'immagine digitale). Per la normativa F, Il titolo proprio include anche ogni eventuale titolo alternativo (altre denominazioni dell'opera che appaiano insieme al titolo principale) e, facoltativamente, i complementi del titolo proprio (ossia sottotitoli od ulteriori indicazioni che contribuiscono a qualificare più specificamente il contenuto dell'immagine)."@it , "This property represents the proper title of a cultural property."@en ;
        rdfs:domain         cis:CulturalEntity ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "propert title"@en , "titolo proprio"@it ;
        rdfs:range          rdfs:Literal ;
        rdfs:subPropertyOf  :title ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "Normative S e MI: OG/SGT/SGTP - Normativa F: SG/SGL/SGLT" .

:hasCulturalGeographicArea
        a                 owl:ObjectProperty ;
        rdfs:comment      "This property relates a cultural entity's use to its cultural geographical area."@en , "Questa proprietà collega l'uso del bene con la sua area geografico-culturale."@it ;
        rdfs:domain       :Use ;
        rdfs:isDefinedBy  <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label        "has cultural geographic area"@en , "ha area geografico-culturale"@it ;
        rdfs:range        CLV:Feature ;
        owl:inverseOf     :isCulturalGeographicAreaOf ;
        owl:versionInfo   "stable"@en , "stabile"@it .

l0:isMemberOf  a  owl:ObjectProperty .

:photographicSeriesItemNumber
        a                  owl:FunctionalProperty , owl:DatatypeProperty ;
        rdfs:comment       "This property represents numbering of the photograph within editorial photographic series."@en , "Questa proprietà rappresenta la numerazione della fotografia all'interno della serie fotografica editoriale."@it ;
        rdfs:domain        :PhotographicSeriesMembership ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "series item number"@en , "numero dell'item all'interno della serie"@it ;
        rdfs:range         rdfs:Literal ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa F: PD/SFI/SFIN" .

:culturalPropertyInventoryDescription
        a                  owl:DatatypeProperty ;
        rdfs:comment       "This property represents a cultural entity inventory description."@en , "Questa proprietà rappresenta la descrizione patrimoniale del bene, con riferimento a quanto inserito nel modello 15 RCS a cura dell'ente competente per tutela. Il dato viene richiesto direttamente agli uffici di catalogo/inventario dei relativi Istituti."@it ;
        rdfs:domain        :CurrentInventory ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "cultural property inventory description"@en ;
        rdfs:range         rdfs:Literal ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: UB/INP/INPD" .

:DerivatedWorkType  a      owl:Class ;
        rdfs:comment       "Questa classe rappresenta il tipo di opera derivata da un bene culturale."@it , "This class represents the type of derivated work of a cultural property."@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Tipo di opera derivata"@it , "Derivated work type"@en ;
        rdfs:subClassOf    core:Type ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa F: RO/CRF/CRFT - Normativa S: RO/ADL/ADLL - Normative RA, SMO, PST, S, OA, MI, D, NU: RO/REI/REIT - Normative CA, MA: RO/RIU/RIUT"@it .

:report  a                owl:DatatypeProperty ;
        rdfs:comment      "This property represents the report of a anthropological finding's archaeometric and diagnostic investigation."@en , "ICCD Normativa Trasversale 4.00: RE/IND/INDT - ICCD Normativa AT 3.00: IN/INI/INIR" , "Questa proprietà rappresenta il referto di un'indagine archeometrica e diagnostica o di una tipologia particolare di bene archeologico, ovvero i reperti antropologici."@it ;
        rdfs:domain       [ a            owl:Class ;
                            owl:unionOf  ( :ArchaeologicalPropertySurvey :ArchaeometricDiagnosticSurvey )
                          ] ;
        rdfs:isDefinedBy  <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label        "referto"@it , "report"@en ;
        rdfs:range        rdfs:Literal ;
        owl:versionInfo   "stabile"@it , "stable"@en .

:hasSurveyImage  a         owl:ObjectProperty ;
        rdfs:comment       "Questa proprietà collega una fotointerpretazione o fotorestituzione all'immagine presa in esame nel corso dell'indagine."@it , "This property relates a photo interpretation rendering to the survey image."@en ;
        rdfs:domain        :PhotoInterpretationRendering ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "has survey image"@en , "ha immagine di indagine"@it ;
        rdfs:range         :SurveyImage ;
        owl:inverseOf      :isSurveyImageOf ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: RE/FOI/FOIT + FOID" .

:DifferentDating  a        :AlternativeDatingType , owl:NamedIndividual ;
        rdfs:comment       "This individual represents a different type of dating than the one present in cultural entity's chronological information."@en , "Questo individuo rappresenta un tipo di datazione differente rispetto a quella presente nelle informazioni della cronologia del bene in esame."@it ;
        rdfs:label         "Different dating"@en , "Datazione diversa"@it ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale: DT/ADT/ADTT."@en .

:isInterventionRoleIn
        a                 owl:ObjectProperty ;
        rdfs:comment      "This is the inverse property of \"has intervention role\"."@en , "Questa è la proprietà inversa di \"ha ruolo nell'intervento\"."@it ;
        rdfs:domain       <https://w3id.org/italia/onto/RO/Role> ;
        rdfs:isDefinedBy  <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label        "è ruolo nell'intervento"@it , "is intervention role in"@en ;
        rdfs:range        :AuthorshipAttribution ;
        owl:versionInfo   "stabile"@it , "stable"@en .

:isAnomalyOriginOf  a       owl:ObjectProperty ;
        rdfs:comment        "This property relates the origin of the anomaly (e.g. natural, unsure) to an anomaly detected during a photo interpretation or rendering survey."@en , "Questa proprietà collega l'origine dell'anomalia (naturale, antropica, incerta) all'anomalia rilevata durante una fotointerpretazione o fotorestituzione."@it ;
        rdfs:domain         :AnomalyOrigin ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "is anomaly origin of"@en , "è origine dell'anomalia di"@it ;
        rdfs:range          :Anomaly ;
        rdfs:subPropertyOf  core:isCharacteristicOf ;
        owl:versionInfo     "stabile"@it , "stable"@en .

:claySpecifications  a      owl:DatatypeProperty ;
        rdfs:comment        "Questa proprietà rappresenta le specifiche su eventuali componenti significativi per lo studio del bene, nel caso di analisi su reperti in argilla."@it , "This property represents specifications on any significant components for the study of the entity, in case of analysis on clay findings."@en ;
        rdfs:domain         :LaboratoryTest ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "clay specifications"@en , "specifiche su pasta/argilla"@it ;
        rdfs:range          rdfs:Literal ;
        rdfs:subPropertyOf  core:specifications ;
        owl:versionInfo     "stable"@en , "stabile"@it .

[ a            owl:AllDisjointClasses ;
  owl:members  ( :Intervention :Research :Survey )
] .

:noticeDate  a              owl:FunctionalProperty , owl:DatatypeProperty ;
        rdfs:comment        "This property represents the date of notification of the administrative provision to the owner."@en , "Questa proprietà rappresenta la data della notifica del provvedimento amministrativo al proprietario."@it ;
        rdfs:domain         :ProtectiveMeasure ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "data di notifica"@it , "notice date"@en ;
        rdfs:range          xsd:dateTime ;
        rdfs:subPropertyOf  <https://w3id.org/italia/onto/TI/date> ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: TU/NVC/NVCD" .

:hasInventory  a           owl:ObjectProperty ;
        rdfs:comment       "This property relates a cultural property or an entity or an activity related to it to an inventory."@en , "Questa proprietà collega un bene culturale o una delle entità o attività collegate al bene culturale a un inventario che registra informazioni relative al bene culturale."@it ;
        rdfs:domain        owl:Thing ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "ha inventario"@it , "has inventory"@en ;
        rdfs:range         :Inventory ;
        owl:inverseOf      :isInventoryOf ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "UB/INV; ICCD Normativa Trasversale: UB/INP" .

[ a            owl:AllDisjointClasses ;
  owl:members  ( :Acquisition :Anomaly :ChangeOfAvailability :Circumstance :CoinIssuance :ExportImportCertification :LegalSituation :Membership :RelatedWorkSituation )
] .

:hasReproduction  a        owl:ObjectProperty ;
        rdfs:comment       "This property relates a publication to the print reproduction which is or was part of it."@en , "Questa proprietà collega la pubblicazione con la riproduzione della stampa che ne è, o è stata, parte integrante."@it ;
        rdfs:domain        :PrintInPublication ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "ha riproduzione"@it , "has reproduction"@en ;
        rdfs:range         :Reproduction ;
        owl:inverseOf      :isReproductionOf ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa S 3: RO/ADL"@it .

:AudioDocumentation  a     owl:Class ;
        rdfs:comment       "Questa classe rappresenta la documentazione audio relativa a un oggetto, per esempio a un bene culturale."@it , "This class represents the audio documentation of an object, e.g. a cultural property."@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Audio documentation"@en , "Documentazione audio"@it ;
        rdfs:subClassOf    :Documentation ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :hasFormat ;
                             owl:someValuesFrom  [ a                   owl:Class ;
                                                   owl:intersectionOf  ( :DocumentationType :Format )
                                                 ]
                           ] ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "DO/REG"@it .

:isLocationOf  a            owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà, inversa di 'is located in', collega un bene culturale a un altro bene culturale collegato, che costituisce il luogo di collocazione del primo."@it , "This property, inverse of 'is located in', relates a cultural entity to a connected cultural entity, which constitutes its location area."@en ;
        rdfs:domain         cis:CulturalEntity ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "is location of"@en , "è luogo di collocazione di"@it ;
        rdfs:range          cis:CulturalEntity ;
        rdfs:subPropertyOf  :isWorkRelatedTo ;
        owl:versionInfo     "stable"@en , "stabile"@it .

core:Category  a  owl:Class .

:relatedWorkNote  a         owl:DatatypeProperty ;
        rdfs:comment        "Questa proprietà rappresenta note generali sulle relazioni instaurate fra il bene in esame e altre opere."@it , "This property represents general notes on the relationships established between the property in question and other works."@en ;
        rdfs:domain         cis:CulturalEntity ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "note su opere collegate"@it , "related work note"@en ;
        rdfs:range          rdfs:Literal ;
        rdfs:subPropertyOf  core:note ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: RV/REZ" .

:isObservationSurveyTypeOf
        a                   owl:ObjectProperty ;
        rdfs:comment        "This property relates the type of observation survey (in the context, out of context) to the related observation survey."@en , "Questa proprietà collega il tipo di indagine di rilevamento (nel contesto/decontestualizzato) alla relativa indagine di rilevamento."@it ;
        rdfs:domain         :ObservationSurveyType ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "è tipo di indagine di rilevamento di"@it , "is observation survey type of"@en ;
        rdfs:range          :ObservationSurvey ;
        rdfs:subPropertyOf  core:isTypeOf ;
        owl:versionInfo     "stabile"@it , "stable"@en .

:hasReferenceCatalogue
        a                  owl:ObjectProperty ;
        rdfs:comment       "This property relates a print's copy to its reference catalogue."@en , "Questa proprietà collega la copia della stampa con il suo repertorio."@it ;
        rdfs:domain        :Copy ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "has reference catalogue"@en , "ha repertorio"@it ;
        rdfs:range         :ReferenceCatalogue ;
        owl:inverseOf      :isReferenceCatalogueOf ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa S 3: RO/COP/COPR"@it .

:collectionIdentifier
        a                   owl:DatatypeProperty , owl:FunctionalProperty ;
        rdfs:comment        "This property represents the collection identifier."@en , "Questa proprietà rappresenta il codice identificativo di una collezione."@it ;
        rdfs:domain         cis:CollectionCulEnt ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "codice della collezione"@it , "collection identifier"@en ;
        rdfs:range          rdfs:Literal ;
        rdfs:subPropertyOf  l0:identifier ;
        owl:versionInfo     "stable"@en , "stabile"@it .

:isSurveyImageTypeOf  a     owl:ObjectProperty ;
        rdfs:comment        "This property relates the type of a survey image (i.e. aerial photograph, Satellite photograph) to the related survey image."@en , "Questa proprietà collega il tipo una immagine di indagine (fotografia aerea o fotografia satellitare). con la relativa immagine di indagine."@it ;
        rdfs:domain         :SurveyImageType ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "is survey image type of"@en , "è tipo di immagine di indagine di"@it ;
        rdfs:range          :SurveyImage ;
        rdfs:subPropertyOf  core:isTypeOf ;
        owl:versionInfo     "stabile"@it , "stable"@en .

:FreeMovementCertification
        a                :ExportImportCertificationType , owl:NamedIndividual ;
        rdfs:label       "Free movement certification"@en , "Attestato di libera circolazione"@it ;
        owl:versionInfo  "stable"@en , "stabile"@it .

:isBibliographyOf  a       owl:ObjectProperty ;
        rdfs:comment       "Questa proprietà collega una bibliografia all'entità alla quale si riferisce."@it , "This property relates a bibliography to the entity which is referred to."@en ;
        rdfs:domain        :Bibliography ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "è bibliografia di"@it , "is bibliography of"@en ;
        rdfs:range         owl:Thing ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: DO/BIB; RE/RCG/RCGS" .

:isSecondaryAuthorOf  a     owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega l'autore secondario di un entità, come ad esempio un contributo o una parte di una pubblicazione, all'entità stessa."@it , "This property relates the secondary authors of an entity (i.e. a publication's contribution or section) to the related entity."@en ;
        rdfs:domain         l0:Agent ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "is secondary author of"@en , "è autore secondario di"@it ;
        rdfs:range          owl:Thing ;
        rdfs:subPropertyOf  :isAgentRelatedTo ;
        owl:versionInfo     "stable"@en , "stabile"@it .

:explanationNote  a         owl:DatatypeProperty ;
        rdfs:comment        "Questa proprietà permette di rappresentare l'interpretazione di un bene culturale, ricavabile dall'osservazione diretta e dai dati conoscitivi disponibili."@it , "This property represents a cultural asset interpretation."@en ;
        rdfs:domain         cis:CulturalEntity ;
        rdfs:label          "note interpretative"@it , "explanation note"@en ;
        rdfs:range          rdfs:Literal ;
        rdfs:subPropertyOf  core:note ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa CA: DA/INT - ICCD Normativa TMA: DA/DES/DESI - ICCD Normativa SI: DA/NCS" .

:hasCoinIssuance  a         owl:ObjectProperty ;
        rdfs:comment        "This property relates a numismatic entity to its issuance."@en , "Questa proprietà collega un bene numismatico alla sua emissione, o una contromarca a una nuova emissione che sostituisce nominale, autorità emittente, zecca e cronologia della moneta originari."@it ;
        rdfs:domain         [ a            owl:Class ;
                              owl:unionOf  ( cis:CulturalEntity <https://w3id.org/arco/ontology/denotative-description/Counterstamp> )
                            ] ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "ha emissione di moneta"@it , "has coin issuance"@en ;
        rdfs:range          :CoinIssuance ;
        rdfs:subPropertyOf  core:hasSituation ;
        owl:inverseOf       :isCoinIssuanceOf ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa NU: DA/AUE; DA/CON/CONN; DA/CON/CONZ; DA/CON/CONA; DA/CON/CONC - ICCD Normativa OA (dopo il rilascio della specifica scheda NU nel 2004 la scheda OA non è stata più utilizzata per la catalogazione di monete e medaglie): AU/EDT"@it .

<https://w3id.org/italia/onto/TI/TimeInterval>
        a       owl:Class .

:stripRunAndFrameNumber
        a                  owl:DatatypeProperty ;
        rdfs:comment       "Questa proprietà rappresenta, per le foto aeree, le informazioni relative alla strisciata e al fotogramma."@it , "This property represents aerial photos information about run and frame."@en ;
        rdfs:domain        :PhotographicDocumentation ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "strip run/frame number"@en , "strisciata/numero fotogramma"@it ;
        rdfs:range         rdfs:Literal ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "FTAR"@it .

:CulturalPropertyEstimate
        a                  owl:Class ;
        rdfs:comment       "This class represents the estimate of a cultural property."@en , "Questa classe rappresenta una stima di un bene culturale."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Cultural property estimate"@en , "Stima di bene culturale"@it ;
        rdfs:subClassOf    :Estimate ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :estimatedCulturalPropertyValue ;
                             owl:someValuesFrom  rdfs:Literal
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :isCulturalPropertyEstimateOf ;
                             owl:someValuesFrom  cis:CulturalEntity
                           ] ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: UB/STI" .

:isActivitySponsorOf  a     owl:ObjectProperty ;
        rdfs:comment        "Questa è la proprietà inversa a \"ha sponsor dell'attività\"."@it , "This is the inverse property of \"has activity sponsor\"."@en ;
        rdfs:domain         l0:Agent ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "è responsabile dell'attività"@it , "is activity responsible of"@en ;
        rdfs:range          l0:Activity ;
        rdfs:subPropertyOf  :isAgentRelatedTo ;
        owl:versionInfo     "stabile"@it , "stable"@en .

:PreparatoryWork  a        owl:Class ;
        rdfs:comment       "This class represents an entity related to a cultural property, as its preparatory stage."@en , "Questa classe rappresenta un'entità collegata a un bene culturale, che ne costituisce una fase preparatoria."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Preparatory work"@en , "Opera preparatoria"@it ;
        rdfs:subClassOf    :PreparatoryOrFinalWork ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normative F, RA, SMO, PST, S, OAC, OA, MI, D, NU: se RO/ROF/ROFF rappresenta uno stadio del bene catalogato riconducibile a una fase finale, per cui è possibile dedurre che l'opera collegata al bene è una sua fase preparatoria."@it .

:isSurveySoundEngineerOf
        a                   owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega il fonico professionista (diverso dal rilevatore) che ha effettuato la registrazione sonora all'indagine di rilevamento di un bene demo-etno-antropologico."@it , "This property relates the sound engineer who recorded an observation survey to the related observation survey of a demo-etno-antropologic entity."@en ;
        rdfs:domain         l0:Agent ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "è fonico dell'indagine di"@it , "is survey sound engineer of"@en ;
        rdfs:range          :ObservationSurvey ;
        rdfs:subPropertyOf  :isAgentRelatedTo ;
        owl:versionInfo     "stable"@en , "stabile"@it .

:isMemberOfArchivalRecordSetOf
        a                  owl:ObjectProperty ;
        rdfs:comment       "This property relates a cultural property to the class that represents the membership relation between this cultural property and an archival record set."@en , "Questa proprietà collega un bene culturale alla classe che rappresenta l'appartenenza del bene a una unità archivistica complessa."@it ;
        rdfs:domain        cis:CulturalEntity ;
        rdfs:isDefinedBy   <https://w3id.org/arco/contex-description/> ;
        rdfs:label         "is member of archival record set of"@en , "è membro di un'unità archivistica complessa di"@it ;
        rdfs:range         :ArchivalRecordSetMembership ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa F: UB/UBF" .

:AnthropicOrigin  a  :AnomalyOrigin , owl:NamedIndividual ;
        rdfs:label  "Origine antropica"@it , "Anthropic origin"@en .

:Genus  a                  owl:Class ;
        rdfs:comment       "Questa classe rappresenta uno dei livelli di classificazione di una tassonomia biologica, ovvero il genere."@it , "This class represents one level of a biological taxon, the genus."@en ;
        rdfs:isDefinedBy   <https://w3di.org/arco/ontology/context-description/> ;
        rdfs:label         "Genere"@it , "Genus"@en ;
        rdfs:subClassOf    core:Concept ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :isGenusIn ;
                             owl:someValuesFrom  :BiologicalTaxon
                           ] ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa AT: OG/OGS/OGSG" .

:AcquisitionType  a        owl:Class ;
        rdfs:comment       "This class represents the type of acquisition (e.g. purchase, donation, etc.) of a cultural property."@en , "Questa classe rappresenta il tipo di acquisizione (es.: acquisto, alienazione, confisca, donazione) che ha interessato il bene culturale."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Tipo di acquisizione"@it , "Acquisition type"@en ;
        rdfs:subClassOf    core:Type ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: TU/ACQ/ACQT" .

:hasBiologicalTaxon  a      owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega un'entità biologica a una tassonomia."@it , "This property relates a biological entity to a taxon."@en ;
        rdfs:domain         owl:Thing ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "ha tassonomia biologica"@it , "has biological taxon"@en ;
        rdfs:range          :BiologicalTaxon ;
        rdfs:subPropertyOf  core:hasClassification ;
        owl:inverseOf       :isBiologicalTaxonOf ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa AT: OG/OGS" .

:hasChangeOfAvailability
        a                   owl:ObjectProperty ;
        rdfs:comment        "This property relates a cultural enity involved in a change of availability event (i.e. theft, destruction, recovery) to the event."@en , "Questa proprietà collega un bene culturale coinvolto in un un evento di mutamento di condizione materiale (furto, distruzione, recupero) all'evento stesso."@it ;
        rdfs:domain         cis:CulturalEntity ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "has change of availability"@en , "ha mutamento condizione materiale"@it ;
        rdfs:range          :ChangeOfAvailability ;
        rdfs:subPropertyOf  core:hasSituation ;
        owl:inverseOf       :isChangeOfAvailabilityOf ;
        owl:versionInfo     "stabile"@it , "stable"@en .

:ChangeOfAvailability
        a                  owl:Class ;
        rdfs:comment       "Questa classe rappresenta un evento che modifica la disponibilità materiale del bene culturale (es. per distruzione, furto, perdita, recupero)"@it , "This class represents the change of availability of a cultural property (e.g.: theft, distruction, rescue, etc.)"@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Mutamento condizione materiale"@it , "Change of availability"@en ;
        rdfs:subClassOf    core:Situation ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :hasChangeOfAvailabilityType ;
                             owl:someValuesFrom  :ChangeOfAvailabilityType
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :isChangeOfAvailabilityOf ;
                             owl:someValuesFrom  cis:CulturalEntity
                           ] ;
        dc:description     "Un esempio d'uso della classe 'Mutamento condizione materiale' è il seguente: resource:ChangeOfAvailability/0900041230-change-of-availability\n        a  cd:ChangeOfAvailability ;\n        rdfs:label \"Mutamento condizione materiale del bene culturale: 0900041230\"@it ;\n        cd:hasChangeOfAvailabilityType resource:ChangeOfAvailabilityType/furto ;\n        tiapit:time \"1998/11/15\" ."@it , "An example of usage of the class 'Change of availability' is the following: resource:ChangeOfAvailability/0900041230-change-of-availability\n        a  cd:ChangeOfAvailability ;\n        rdfs:label \"Change of availability of cultural property: 0900041230\"@en ;\n        cd:hasChangeOfAvailabilityType resource:ChangeOfAvailabilityType/furto ;\n        tiapit:time \"1998/11/15\" ."@en ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: TU/ALN" .

:reuses  a                  owl:ObjectProperty ;
        rdfs:comment        "This is the invers property of 'is reused by', which relates a cultural entity to a connected cultural entity that reuse it or a part of it."@en , "Questa è la proprietà inversa di 'è riutilizzato da', che collega un bene culturale a un altro bene culturale collegato che lo riutilizza in tutto o in parte."@it ;
        rdfs:domain         cis:CulturalEntity ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "riutilizza"@it , "reuses"@en ;
        rdfs:range          cis:CulturalEntity ;
        rdfs:subPropertyOf  :isWorkRelatedTo ;
        owl:versionInfo     "stabile"@it , "stable"@en .

:archeologicalFieldSurveyLocalIdentifier
        a                   owl:FunctionalProperty , owl:DatatypeProperty ;
        rdfs:comment        "Questa proprietà rappresenta il codice identificativo, numerico o alfanumerico, che individua la ricognizione archeologica in modo univoco nell'ambito di un repertorio locale."@it , "This property represents the identification code, numeric or alphanumeric, which identifies the field survey unambiguously in the context of a local repertoire."@en ;
        rdfs:domain         :ArchaeologicalFieldSurvey ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "codice identificativo locale della ricognizione archeologica"@it , "archaeological field survey local identifier"@en ;
        rdfs:range          rdfs:Literal ;
        rdfs:subPropertyOf  a-cat:localIdentifier ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: RE/RCG/RCGH" .

:hasInventoryIdentifierResponsible
        a                   owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega un inventario al contenitore giuridico che conserva attualmente il bene o che lo ha conservato in passato, e che è responsabile dell'assegnazione del numero di inventario."@it , "This property relates an inventory to the juridical container responsible for the inventory identifier of the cultural property."@en ;
        rdfs:domain         :Inventory ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "ha responsabile di numero di inventario"@it , "has inventory identifier responsible"@en ;
        rdfs:range          l0:Agent ;
        rdfs:subPropertyOf  :hasRelatedAgent ;
        owl:inverseOf       :isInventoryIdentifierResponsibleOf ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale: UB/INV/INVG"@it .

:Bibliography  a           owl:Class ;
        rdfs:comment       "This class represents the bibliography of an entity, e.g. a cultural property."@en , "Questa classe rappresenta un riferimento bibliografico che riguarda un'entità, per esempio un bene culturale."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Bibliografia"@it , "Bibliography"@en ;
        rdfs:subClassOf    l0:Object ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  xsd:anyURI ;
                             owl:onProperty     <https://w3id.org/italia/onto/SM/URL>
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     :abbreviation
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :BibliographyType ;
                             owl:onProperty     :hasBibliographyType
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     core:specifications
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :completeBibliographicReference ;
                             owl:someValuesFrom  rdfs:Literal
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :isBibliographyOf ;
                             owl:someValuesFrom  owl:Thing
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :BibliographyCategory ;
                             owl:onProperty     core:hasCategory
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     :bibliographyICCDIdentifier
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :Edition ;
                             owl:onProperty     :hasEdition
                           ] ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: DO/BIB; RE/RCG/RCGS - Normative VeAC e AT 3.01: DO/BIB; DO/BSE."@it .

:TemporaryExportLicense
        a           :ExportImportCertificationType , owl:NamedIndividual ;
        rdfs:label  "unstable"@en , "provvisoria"@it , "Temporary export license"@en , "Licenza di esportazione temporanea"@it .

:isPrimaryDocumentationOf
        a                   owl:ObjectProperty ;
        rdfs:comment        "Questa è la proprietà inversa di \"ha documentazione primaria\"."@it , "This is the inverse property of \"has primary documentation\"."@en ;
        rdfs:domain         :Documentation ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "is primary documentation of"@en , "è documentazione primaria di"@it ;
        rdfs:range          cis:CulturalEntity ;
        rdfs:subPropertyOf  :isDocumentationOf ;
        owl:versionInfo     "stable"@en , "stabile"@it .

:authorIntervention  a     owl:DatatypeProperty ;
        rdfs:comment       "Questa proprietà rappresenta specifiche relative all'intervento effettuato dall'autore sul bene culturale."@it , "This property represents specifications relating to the intervention carried out by the author on the cultural property."@en ;
        rdfs:domain        [ a            owl:Class ;
                             owl:unionOf  ( :AlternativeAuthorshipAttribution :PreferredAuthorshipAttribution )
                           ] ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "author intervention"@en , "intervento dell'autore"@it ;
        rdfs:range         rdfs:Literal ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "AU/AUT/AUTY" .

:isFormatOf  a              owl:ObjectProperty ;
        rdfs:comment        "This property relates the format to the related documentation."@en , "Questa proprietà collega il formato con la relativa documentazione."@it ;
        rdfs:domain         :Format ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "è formato di"@it , "is format of"@en ;
        rdfs:range          :Documentation ;
        rdfs:subPropertyOf  l0:isDescriptionOf ;
        owl:versionInfo     "stabile"@it , "stable"@en .

:AerialPhotograph  a  :SurveyImageType , owl:NamedIndividual ;
        rdfs:label  "Fotografia aerea"@it , "Aerial photograph"@en .

:hasUseFunction  a         owl:ObjectProperty ;
        rdfs:comment       "Questa proprietà collega un'entità alla sua funzione d'uso."@it , "This property relates an entity to its use function."@en ;
        rdfs:domain        owl:Thing ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "has use function"@en , "ha funzione d'uso"@it ;
        rdfs:range         :UseFunction ;
        owl:inverseOf      :isUseFunctionOf ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale: UT/UTU/UTUF; LC/LDC/LDCF; LA/PRC/PRCF - BDM 2.00:UT/UTF - PST 3.01: DA/UTF" .

:isSurveyImageOf  a       owl:ObjectProperty ;
        rdfs:comment      "This is the inverse property of \"has survey image\"."@en , "Questa è la proprietà inversa di \"ha immagine di indagine\"."@it ;
        rdfs:domain       :SurveyImage ;
        rdfs:isDefinedBy  <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label        "is survey image of"@en , "è immagine di indagine"@it ;
        rdfs:range        :PhotoInterpretationRendering ;
        owl:versionInfo   "stabile"@it , "stable"@en .

:UseFunction  a            owl:Class ;
        rdfs:comment       "This class represents the use function of an object."@en , "Questa classe rappresenta la funzione d'uso che ha un oggetto."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Use function"@en , "Funzione d'uso"@it ;
        rdfs:subClassOf    <https://w3id.org/italia/onto/RO/Role> ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :useFunction ;
                             owl:someValuesFrom  rdfs:Literal
                           ] ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale: UT/UTU/UTUF; LC/LDC/LDCF; LA/PRC/PRCF - BDM 2.00:UT/UTF - PST 3.01: DA/UTF" .

:hasRelatedWorkSituation
        a                   owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega un bene culturale alla relazione tra il bene stesso e un'altra opera che ne costituisce una fase preparatoria o che ne rappresenta la fase finale, e in riferimento alla quale il bene culturale si trova in un determinato stadio."@it , "This property relates a cultural property to a situation in which this cultural property is related to another work, that could even be another cultural property, as its preparatory or final phase."@en ;
        rdfs:domain         cis:CulturalEntity ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "ha rapporto con opera collegata"@it , "has related work situation"@en ;
        rdfs:range          :RelatedWorkSituation ;
        rdfs:subPropertyOf  core:hasSituation ;
        owl:inverseOf       :isRelatedWorkSituationOf ;
        owl:versionInfo     "stable"@en , "stabile"@it .

:SECCategory  a            owl:Class ;
        rdfs:comment       "This class represents the patrimonial category of a cultural property, referring to the SEC classification 1995."@en , "Questa classe rappresenta la categoria patrimoniale del bene, con riferimento alla classificazione del Sistema Europeo dei Conti 1995"@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "SEC Category"@en , "Categoria SEC"@it ;
        rdfs:subClassOf    core:Category ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :CurrentInventory ;
                             owl:onProperty     [ owl:inverseOf  :hasSECCategory ]
                           ] ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: UB/INP/INPZ" .

:hasCircumstance  a         owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega una situazione all'occasione che ha determinato quella situazione. Per esempio, può collegare una situazione in cui viene indicata la committenza di un bene culturale all'occasione che ha determinato quella committenza, oppure un luogo di ripresa di un bene fotografico all'occasione che ha determinato il motivo della ripresa, o ancora l'uso di un bene culturale all'occasione d'uso."@it , "This property relates a situation to the circumstance which led to the situation. For example it can connect a situation where is indicated a cultural entity's committment to its circumstance."@en ;
        rdfs:domain         owl:Thing ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "has circumstance"@en , "ha circostanza"@it ;
        rdfs:range          :Circumstance ;
        rdfs:subPropertyOf  core:hasSituation ;
        owl:inverseOf       :isCircumstanceOf ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale: UT/UTU/UTUO; normativa BDM: UT/UTO; AU/CMM/CMMC; normativa VeAC: AU/FRU/FRUC; normativa F: LR/LRO - ICCD Normativa MI: AU/DDC/DDCC" .

:LaboratoryTest  a         owl:Class ;
        rdfs:comment       "Questa classe rappresenta un tipo particolare di indagine su bene culturale, ovvero un'analisi di laboratorio."@it , "This class represents a particular type of survey on a cultural property, that is a laboratory test."@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Analisi di laboratorio"@it , "Laboratory test"@en ;
        rdfs:subClassOf    :Survey ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     :claySpecifications
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :LaboratoryTestType ;
                             owl:onProperty     :hasLaboratoryTestType
                           ] ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normative NU, RA, BNB, MA, CA: RS/ALB" .

l0:name  a      owl:DatatypeProperty .

:isMusicianOf  a            owl:ObjectProperty ;
        rdfs:comment        "This property relates the person who plays (in the present or past) a certain role as a musical instrument's exectutor to the related instrument."@en , "Questa proprietà collega una persona che assume - o ha assunto - un ruolo certo come esecutore di uno strumento musicale al relativo strumento."@it ;
        rdfs:domain         l0:Agent ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "è musicista di"@it , "is musician of"@en ;
        rdfs:range          cis:CulturalEntity ;
        rdfs:subPropertyOf  :isAgentRelatedTo ;
        owl:versionInfo     "stable"@en , "stabile"@it .

:AccompanyingBibliography
        a                :BibliographyCategory , owl:NamedIndividual ;
        rdfs:comment     "This individual represents the definition relative to the genre of bibliography."@en , "Questo individuo rappresenta la definizione (vocabolario chiuso) relativa al genere di bibliografia che riguarda in modo più generico il contesto in cui si è venuto a trovare il bene nel corso della sua storia."@it ;
        rdfs:label       "Bibliografia di corredo"@it , "Accompanying bibliography"@en ;
        owl:versionInfo  "stable"@en , "stabile"@it .

core:hasClassification
        a       owl:ObjectProperty .

:AttachedDocumentation
        a                :DocumentationCategory , owl:NamedIndividual ;
        rdfs:comment     "This individual represents documenation definition included inside catalog."@en , "Questo individuo rappresenta la definizione (vocabolario chiuso) della documentazione acclusa alla scheda di catalogo."@it ;
        rdfs:label       "Documentazione allegata"@it , "Attached documentation"@en ;
        owl:versionInfo  "stable"@en , "stabile"@it .

:ArchivalSubseries  a      owl:Class ;
        rdfs:comment       "This class represents an archival subseries, that is component of an archival series."@en , "Questa classe rappresenta una sottoserie archivistica, ovvero una partizione interna alla serie."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Sottoserie archivistica"@it , "Archival subseries"@en ;
        rdfs:subClassOf    :ArchivalRecordSet ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :ArchivalSeries ;
                             owl:onProperty     core:isComponentOf
                           ] ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa F: UB/UBF/UBFT" .

[ a            owl:AllDisjointClasses ;
  owl:members  ( :BibliographyCategory :DocumentationCategory :SECIdentifier :UserSocialCategory )
] .

:DeliveryConfirmationCertification
        a                :ExportImportCertificationType , owl:NamedIndividual ;
        rdfs:label       "Delivery confirmation certification"@en , "Conferma di avvenuta spedizione"@it ;
        owl:versionInfo  "stable"@en , "stabile"@it .

:hasMemberOfCollection
        a                  owl:ObjectProperty ;
        rdfs:comment       "This property relates the membership of a movable cultural entity to a collection in a time interval. It is the inverse property of \"isMemberofCollection\"."@en , "Questa proprietà, inversa a \"è membro di collezione\", collega l'appartenenza di un bene culturale a una collezione in un certo intervallo di tempo al bene culturale mobile coinvolto nella relazione."@it ;
        rdfs:domain        :CollectionMembership ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "has member of collection"@en , "ha membro di collezione"@it ;
        rdfs:range         cis:CulturalEntity ;
        owl:inverseOf      :isMemberOfCollectionOf ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "UB/COL" .

:hasArchivalRecordSet
        a                  owl:ObjectProperty ;
        rdfs:comment       "Questa proprietà, inversa a \"è unità archivistica complessa in\", collega il rapporto tra una unità archivistica complessa e un bene culturale che ne fa parte alla unità archivistica stessa."@it , "This property relates the relationship of an archival set and a one of its belonging cultural entities."@en ;
        rdfs:domain        :ArchivalRecordSetMembership ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "ha unità archivistica complessa"@it , "has archival record set"@en ;
        rdfs:range         :ArchivalRecordSet ;
        owl:inverseOf      :isArchivalRecordSetIn ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa F: UB/UBF" .

core:hasSituation  a  owl:ObjectProperty .

:TemporaryMovementCertification
        a                :ExportImportCertificationType , owl:NamedIndividual ;
        rdfs:label       "Temporary movement certification"@en , "Attestato di circolazione temporanea"@it ;
        owl:versionInfo  "stable"@en , "stabile"@it .

opla1:reusesPatternAsTemplate
        a       owl:AnnotationProperty .

:hasEstimate  a             owl:ObjectProperty ;
        rdfs:comment        "This property relates an entity to its estimate."@en , "Questa proprietà collega un'entità a una sua stima."@it ;
        rdfs:domain         owl:Thing ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "ha stima"@it , "has estimate"@en ;
        rdfs:range          :Estimate ;
        rdfs:subPropertyOf  core:hasSituation ;
        owl:inverseOf       :isEstimateOf ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: UB/STI - ICCD Normative di versione 2.00: UB/INV/INVS" .

:UrbanPlanningInstrument
        a                  owl:Class ;
        rdfs:comment       "Questa classe rappresenta uno strumento urbanistico-territoriale, ovvero un piano regolatore generale e particolareggiato o un piano paesaggistico che interessa un bene culturale."@it , "This class represents a urban planning instrument, related to a cultural property."@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Strumento urbanistico-territoriale"@it , "Urban planning instrument"@en ;
        rdfs:subClassOf    l0:Object ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  l0:Agent ;
                             owl:onProperty     :hasIssuingAgency
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :EligibleIntervention ;
                             owl:onProperty     :hasEligibleIntervention
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :isUrbanPlanningInstrumentOf ;
                             owl:someValuesFrom  cis:CulturalEntity
                           ] ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: TU/STU" .

:ImportConfirmationCertification
        a                :ExportImportCertificationType , owl:NamedIndividual ;
        rdfs:label       "Import confirmation certification"@en , "Certificato di avvenuta importazione"@it ;
        owl:versionInfo  "stable"@en , "stabile"@it .

:Inventory  a              owl:Class ;
        rdfs:comment       "This class represents an inventory about a cultural property or about an entity or an activity related to the cultural property."@en , "Questa classe rappresenta un inventario, di vario tipo, relativo a un bene culturale o relativo a una delle entità o attività collegate al bene culturale (per esempio un inventario di scavo archeologico)."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Inventory"@en , "Inventario"@it ;
        rdfs:subClassOf    l0:Object ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     :inventoryLocation
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :inventoryIdentifier ;
                             owl:someValuesFrom  rdfs:Literal
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  l0:Agent ;
                             owl:onProperty     :hasInventoryIdentifierResponsible
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :isInventoryOf ;
                             owl:someValuesFrom  owl:Thing
                           ] ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: UB/INV; ICCD Normativa RA 3.00 RE/DSC/DSCI"@it .

:isLocatedIn  a             owl:ObjectProperty ;
        rdfs:comment        "This property relates a cultural entity to a connected cultural entity which constitutes its location area."@en , "Questa proprietà collega un bene culturale a un altro bene culturale collegato, che ne costituisce il luogo di collocazione."@it ;
        rdfs:domain         cis:CulturalEntity ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "ha luogo di collocazione"@it , "è contenuto in"@it , "is located in"@en ;
        rdfs:range          cis:CulturalEntity ;
        rdfs:subPropertyOf  :hasRelatedWork ;
        owl:inverseOf       :isLocationOf ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: RV/RSE/RSER = 'è contenuto in' (versioni precedenti: 'luogo di collocazione/localizzazione'; 'scheda contenitore')"@it .

core:hasType  a  owl:ObjectProperty .

:hasEligibleIntervention
        a                  owl:ObjectProperty ;
        rdfs:comment       "This property relates a urban planning instrument to the eligible intervention (e.g.: conservation intervention/ exceptional maintenance)."@en , "Questa proprietà collega uno strumento urbanistico-territoriale all'intervento ammesso dalla normativa specifica (es.: restauro/ manutenzione straordinaria)."@it ;
        rdfs:domain        :UrbanPlanningInstrument ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "has eligible intervention"@en , "ha intervento ammesso"@it ;
        rdfs:range         :EligibleIntervention ;
        owl:inverseOf      :isInterventionEligibleBy ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: TU/STU/STUN" .

:hasSubject  a             owl:ObjectProperty ;
        rdfs:comment       "Questa proprietà collega un bene culturale, un'opera correlata a un bene culturale in quanto sua fase preparatoria o finale, o un apparato iconografico-decorativo di un bene culturale al suo soggetto o motivo ornamentale."@it , "This property relates a cultural property or a preparatory or final work of a cultural property to ist subject or ornamental motif."@en ;
        rdfs:domain        owl:Thing ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "has subject"@en , "ha soggetto"@it ;
        rdfs:range         :Subject ;
        owl:inverseOf      :isSubjectOf ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale: DA/AID/AIDI - Normativa F: SG/SGT/SGTI - Altre normative di versioni precedenti alla 4.00: OG/SGT/SGTI - ICCD Normative F, RA, SMO, PST, S, OAC, OA, MI, D, NU: RO/ROF/ROFS" .

:HistoricizedTitle  a      :TitleType , owl:NamedIndividual ;
        rdfs:label         "Titolo storicizzato"@it , "Historicized title"@en ;
        a-cat:iccdNormTag  "ICCD Normativa FF: se PA/PAC/PACG = 'storicizzata'"@it .

:taxonAuthorAndDate  a     owl:FunctionalProperty , owl:DatatypeProperty ;
        rdfs:comment       "This property represents the author that described the species and the date of description."@en , "Questa proprietà rappresenta l'autore che ha descritto la specie e l'anno di descrizione."@it ;
        rdfs:domain        :BiologicalTaxon ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "taxon author and date"@en , "autore e data della tassonomia"@it ;
        rdfs:range         rdfs:Literal ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa AT: OG/OGS/OGSA" .

:isSubjectOf  a            owl:ObjectProperty ;
        rdfs:comment       "This property relates a subject or ornamental motif to the cultural property or to the final or preparatory work of a cultural property."@en , "Questa proprietà, inversa a \"ha soggetto\", collega un soggetto o motivo ornamentale al bene culturale o a un'opera correlata a un bene culturale in quanto sua fase preparatoria o finale o a un apparato iconografico-decorativo su cui è rappresentato."@it ;
        rdfs:domain        :Subject ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "è soggetto di"@it , "is subject of"@en ;
        rdfs:range         owl:Thing ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale: DA/AID/AIDI - Normativa F: SG/SGT/SGTI - Altre normative di versioni precedenti alla 4.00: OG/SGT/SGTI - ICCD Normative F, RA, SMO, PST, S, OAC, OA, MI, D, NU: RO/ROF/ROFS"@it .

:isUseOf  a                 owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega l'uso di un bene culturale con il bene culturale stesso."@it , "This property relates the use of a cultural entity to the related cultural property."@en ;
        rdfs:domain         :Use ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "is use of"@en , "è uso di"@it ;
        rdfs:range          cis:CulturalEntity ;
        rdfs:subPropertyOf  l0:isDescriptionOf ;
        owl:versionInfo     "stable"@en , "stabile"@it .

:documentationIdentifier
        a                   owl:DatatypeProperty , owl:FunctionalProperty ;
        rdfs:comment        "Questa proprietà rappresenta una sequenza numerica o alfanumerica che identifica la scheda a cui il documento si riferisce."@it , "This property represents a numeric or alphanumeric sequence that identifies the record to which the document refers."@en ;
        rdfs:domain         :Documentation ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "documentation identifier"@en , "codice identificativo della documentazione"@it ;
        rdfs:range          rdfs:Literal ;
        rdfs:subPropertyOf  l0:identifier ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: DO/FTA/FTAN; DO/DRA/DRAN; DO/VDC/VDCN; DO/REG/REGN; DO/FNT/FNTI" .

l0:identifier  a  owl:DatatypeProperty .

:Membership  a            owl:Class ;
        rdfs:comment      "Questa classe rappresenta il concetto di appartenenza."@it , "This class represents the concept of membership."@en ;
        rdfs:isDefinedBy  <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label        "Membership"@en , "Appartenenza"@it ;
        rdfs:subClassOf   core:Situation ;
        dc:description    "An example of usage of one of the subclasses of the class 'Membership' is the following: resource:CollectionMembership/0300633618-collection-membership-1\n        a    cd:CollectionMembership ;\n        rdfs:label  \"Collection membership 1 of cultural property: 0300633618\"@en ;\n        cd:hasCollection resource:CollectionOfCulturalEntities/collezione-mingozzi ;\n        cd:hasMemberOfCollection resource:ScientificOrTechnologicalHeritage/0300633618 ;\n        tiapit:atTime resource:TimeInterval/1967 ."@en , "Un esempio d'uso di una delle sottoclassi della classe 'Appartenenza' è il seguente: resource:CollectionMembership/0300633618-collection-membership-1\n        a    cd:CollectionMembership ;\n        rdfs:label  \"Appartenenza a collezione 1 del bene culturale: 0300633618\"@it ;\n        cd:hasCollection resource:CollectionOfCulturalEntities/collezione-mingozzi ;\n        cd:hasMemberOfCollection resource:ScientificOrTechnologicalHeritage/0300633618 ;\n        tiapit:atTime resource:TimeInterval/1967 ."@it ;
        owl:versionInfo   "stabile"@it , "stable"@en .

:alternativeTitle  a        owl:DatatypeProperty ;
        rdfs:comment        "Questa proprietà rappresenta un altro titolo noto del soggetto, in alternativa o in aggiunta al titolo più noto o accreditato."@it , "This property represents an entity's alternative title."@en ;
        rdfs:domain         cis:CulturalEntity ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "alternative title"@en , "titolo alternativo"@it ;
        rdfs:range          rdfs:Literal ;
        rdfs:subPropertyOf  :title ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale: DA/AID/AIDN" .

:SocialInteractionCircumstance
        a                  owl:Class ;
        rdfs:comment       "Questa classe rappresenta un'occasione connessa alla socialità quotidiana (balli, caffè, veglie, osterie)"@it , "This class represents a circumstance related to social interaction (dances, pubs, wakes)"@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Social interaction circumstance"@en , "Occasione legata alla socialità quotidiana"@it ;
        rdfs:subClassOf    :Circumstance ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa BDI 4.00: CA/CAO/CAOQ" .

:SourceAndDocument  a      owl:Class ;
        rdfs:comment       "This class represents source and document related to an object, e.g. a cultural property."@en , "Questa classe rappresenta le fonti e i documenti testuali editi e inediti relativi a un oggetto, per esempio a un bene culturale."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Fonti e documenti"@it , "Source and document"@en ;
        rdfs:subClassOf    :Documentation ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     :folio
                           ] ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: DO/FNT"@it .

:isObjectAssociatedTo
        a                 owl:ObjectProperty ;
        rdfs:comment      "This is the inverse property of \"has associated object\"."@en , "Questa è la proprietò inversa a \"ha oggetto associato\"."@it ;
        rdfs:domain       l0:Object ;
        rdfs:isDefinedBy  <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label        "è oggetto associato a"@it , "is object associated to"@en ;
        rdfs:range        :FindingContext ;
        owl:versionInfo   "stabile"@it , "stable"@en .

:Use    a                  owl:Class ;
        rdfs:comment       "Questa classe rappresenta l'uso del bene, che può variare nel corso del tempo, a seconda delle diverse occasioni e delle parti utilizzate del bene."@it , "This class represents the use of a cultural property, that can change over time, depending on the circumstances and on which parts of the cultural property are used."@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Uso"@it , "Use"@en ;
        rdfs:subClassOf    l0:Description ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :UseTypeSpecification ;
                             owl:onProperty     :hasUseTypeSpecification
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     :useConditions
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     :useFunction
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :hasUseFunction ;
                             owl:someValuesFrom  :UseFunction
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :isUseOf ;
                             owl:someValuesFrom  cis:CulturalEntity
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :Circumstance ;
                             owl:onProperty     :hasCircumstance
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :UseType ;
                             owl:onProperty     :hasUseType
                           ] ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: UT" .

:specificTimeOf  a        owl:ObjectProperty ;
        rdfs:comment      "Questa proprietà collega la cronologia specifica, cioè la cronologia in anni (anche a cavallo di secoli diversi) o con date precise (nella forma \"aaaa/mm/gg\") con l'evento (realizzazione, demolizione, etc.) cui si riferisce una specifica cronologia di un bene culturale."@it , "This property relates the \"specific time\", as the dating expressed in year or as a date yyyy/mm/dd, with the event (creation, distruction) to which a dating of a cultural property is related to."@en ;
        rdfs:domain       <https://w3id.org/italia/onto/TI/TimeInterval> ;
        rdfs:isDefinedBy  <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label        "cronologia specifica di"@it , "specific time of"@en ;
        rdfs:range        l0:EventOrSituation ;
        owl:versionInfo   "stable"@en , "stabile"@it .

:isAcquisitionOf  a         owl:ObjectProperty ;
        rdfs:comment        "This property relates an acquisition event to the cultural entity involved in the acquisition."@en , "Questa proprietà collega un evento di acquisizione al bene culturale coinvolto nell'acquisizione."@it ;
        rdfs:domain         :Acquisition ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "è acquisizione di"@it , "is acquisition of"@en ;
        rdfs:range          cis:CulturalEntity ;
        rdfs:subPropertyOf  core:isSituationOf ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: TU/ACQ" .

:isReproductionPositionOf
        a                 owl:ObjectProperty ;
        rdfs:comment      "Questa proprietà collega la posizione fisica della riproduzione di una stampa all'interno di una pubblicazione (es.: frontespizio, copertina, colophon, etc.). con la relativa riproduzione della stampa."@it , "This property relates the position of the print reproduction in a publication to the print reproduction itself."@en ;
        rdfs:domain       :ReproductionPosition ;
        rdfs:isDefinedBy  <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label        "is reproduction position of"@en , "è posizione della riproduzione di"@it ;
        rdfs:range        :Reproduction ;
        owl:versionInfo   "stabile"@it , "stable"@en .

:Survey  a                 owl:Class ;
        rdfs:comment       "This class represents a survey carried out on a cultural property, that is an activity related to a cultural property and carried out for its identification, study or observation of its technical characteristics."@en , "Questa classe rappresenta un'indagine effettuata su un bene culturale. Per indagine, si intende un'attività che riguarda il bene, effettuata per la sua individuazione (nel caso dei beni archeologici), per il suo studio e per l'approfondimento delle sue caratteristiche tecniche (indagini di scavo, di ricognizione, indagini geognostiche, analisi di vario genere e tipo, etc.). Questa classe viene specializzata in sottoclassi, per la rappresentazione di tipologie di indagini specifiche."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Indagine"@it , "Survey"@en ;
        rdfs:subClassOf    l0:Activity ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :isSurveyOn ;
                             owl:someValuesFrom  cis:CulturalEntity
                           ] ;
        dc:description     "Un esempio d'uso di una delle sottoclassi della classe \"Indagine\" è il seguente:\nresource:ArchaeologicalExcavation/0500590557-survey-1\n        a           cd:ArchaeologicalExcavation ;\n        rdfs:label  \"Scavo archeologico 1 del bene 0500590557: Monselice, via Valli\"@it ;\n        cd:hasActivityResponsible resource:Agent/sba ;\n        cd:hasStratigraphicUnit resource:StratigraphicUnit/325 ;\n        cd:hasSurveyMethod resource:SurveyMethod/scavo-stratigrafico ;\n        cd:hasSurveyMotivation resource:SurveyMotivation/opere-pubbliche ; cd:hasSurveyScientificDirector resource:Agent/bianchin-citton-elodia ;\n        core:hasAgentRole resource:AgentRole/0500590557-archaeological-excavation-1-activity-responsible , resource:AgentRole/0500590557-archaeological-excavation-1-scientific-director ;\n        tiapit:time \"2004\" ."@it , "An example of usage of one of the subclasses of the class 'Survey' is the following:\nresource:ArchaeologicalExcavation/0500590557-survey-1\n        a           cd:ArchaeologicalExcavation ;\n        rdfs:label  \"Archaeological excavation 1 of cultural property 0500590557: Monselice, via Valli\"@en ;\n        cd:hasActivityResponsible resource:Agent/sba ;\n        cd:hasStratigraphicUnit resource:StratigraphicUnit/325 ;\n        cd:hasSurveyMethod resource:SurveyMethod/scavo-stratigrafico ;\n        cd:hasSurveyMotivation resource:SurveyMotivation/opere-pubbliche ; cd:hasSurveyScientificDirector resource:Agent/bianchin-citton-elodia ;\n        core:hasAgentRole resource:AgentRole/0500590557-archaeological-excavation-1-activity-responsible , resource:AgentRole/0500590557-archaeological-excavation-1-scientific-director ;\n        tiapit:time \"2004\" ."@en ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: RE; CM/ISP - ICCD Normative NU, RA, BNB, MA, CA: RS/ALB - ICCD Normativa AT 3.00: IN/INI - ICCD Normativa SM: DR" .

:StratigraphicUnit  a      owl:Class ;
        rdfs:comment       "This class represents a stratigraphic unit from which a cultural property may come from."@en , "Questa classe rappresenta l'unità stratigrafica dalla quale può provenire un bene culturale."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Unità stratigrafica"@it , "Stratigraphic unit"@en ;
        rdfs:subClassOf    l0:Location ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :ArchaeologicalExcavation ;
                             owl:onProperty     :isStratigraphicUnitOf
                           ] ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: RE/DSC/DSCU" .

:isUseTypeSpecificationOf
        a                   owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega le specifiche relative al tipo di utilizzo di un bene con il relativo uso."@it , "This property relates the specification of the type of a cultural property use to the related use."@en ;
        rdfs:domain         :UseTypeSpecification ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "is use type specification of"@en , "è specifica del tipo di uso di"@it ;
        rdfs:range          :Use ;
        rdfs:subPropertyOf  core:hasConcept ;
        owl:versionInfo     "stabile"@it , "stable"@en .

:SeasonCycleCircumstance
        a                  owl:Class ;
        rdfs:comment       "Questa classe rappresenta un'occasione legata ai cicli stagionali, ovvero cicli che si riferiscono a: oggetto di concezioni, credenze, mito, scienza, di elaborazione in poesia, prosa, canto, arte e di culto; riferimento di attività, pratiche, comportamenti, di dati o fenomeni a particolari cicli, giorni, settimane, lunazioni, mesi, stagioni ecc.; giorni e periodi fausti e infausti."@it , "This class represents a circumstance related to seasonal cycles, referred to: subject of popular belief, myth, science; poetry, prose, songs, art, ritual; practical activities, behaviour, phenomena connected to specific cycles, days, months, seasons; fortunate or unfortunate days and periods."@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Season cycle circumstance"@en , "Occasione legata al ciclo stagionale"@it ;
        rdfs:subClassOf    :Circumstance ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa BDI 4.00: CA/CAO/CAOS" .

:hasCircumstanceType  a     owl:ObjectProperty ;
        rdfs:comment        "This property relates the circumstance to its type."@en , "Questa proprietà collega un'occasione con il tipo di occasione."@it ;
        rdfs:domain         :Circumstance ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "ha tipo di circostanza"@it , "has circumstance type"@en ;
        rdfs:range          :CircumstanceType ;
        rdfs:subPropertyOf  core:hasType ;
        owl:inverseOf       :isCircumstanceTypeOf ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa BDI: CA/CAR; CA/CAC" .

:isUrbanPlanningInstrumentOf
        a                  owl:ObjectProperty ;
        rdfs:comment       "Questa proprietà collega uno strumento urbanistico-territoriale, ovvero un piano regolatore generale e particolareggiato o un piano paesaggistico che interessa un bene culturale al bene stesso."@it , "This class relates a urban planning instrument to the related cultural property."@en ;
        rdfs:domain        :UrbanPlanningInstrument ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "è strumento urbanistico-territoriale di"@it , "is urban planning instrument of"@en ;
        rdfs:range         cis:CulturalEntity ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: TU/STU" .

<https://w3id.org/arco/ontology/context-description>
        a                              owl:Ontology ;
        rdfs:comment                   "The Context Description module includes models for the context of a cultural property, in a broad sense: agents (e.g.: author, collector, copyright holder), objects (e.g.: inventories, bibliography, protective measures, other cultural properties, collections etc.), activities (e.g.: surveys, conservation interventions), situations (e.g.: commission, coin issuance, estimate, legal situation) related, involved or involving the cultural property. Thus it represents attributes that do not result from a measurement of features in a cultural property, but are associated with it.\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/countingas.owl\n- http://www.ontologydesignpatterns.org/cp/owl/agentrole.owl\n- http://www.ontologydesignpatterns.org/cp/owl/classification.owl\n- http://mklab.iti.gr/pericles/BornDigitalArchives_ODP.owl\n- http://www.ontologydesignpatterns.org/cp/owl/place.owl\n- http://www.ontologydesignpatterns.org/cp/owl/situation.owl"@en , "Questo modulo, detto della descrizione di contesto, include le informazioni che riguardano il contesto (inteso in senso ampio) in cui il bene culturale viene a trovarsi nel corso della sua storia. Fanno per esempio parte delle informazioni di contesto: autore, committente, collezione, ambito culturale, eventi coinvolti, contenitore giuridico, utente, circostanza, modalità di fruizione, bibliografia, documentazione collegata, collocazione in un determinato inventario, etc. Dunque, rappresenta attributi che non sono il risultato di una misurazione condotta sul bene culturale, ma che sono associati al 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/countingas.owl\n- http://www.ontologydesignpatterns.org/cp/owl/agentrole.owl\n- http://www.ontologydesignpatterns.org/cp/owl/classification.owl\n- http://mklab.iti.gr/pericles/BornDigitalArchives_ODP.owl\n- http://www.ontologydesignpatterns.org/cp/owl/place.owl\n- http://www.ontologydesignpatterns.org/cp/owl/situation.owl"@it ;
        rdfs:label                     "Ontologia della Descrizione di Contesto (ArCo network)"@it , "Context Description Ontology (ArCo network)"@en ;
        dc:creator                     "Valentina Carriero (ISTC-CNR, STLab)" , "Marialetizia Mancinelli (MiBACT, ICCD)" , "Aldo Gangemi (ISTC-CNR, STLab)" , "Valentina Presutti (ISTC-CNR, STLab)" , "Ludovica Marinucci (ISTC-CNR, STLab)" , "Chiara Veninata (MiBACT, ICCD)" , "Andrea Nuzzolese (ISTC-CNR, STLab)" ;
        dc:description                 "The Context Description module includes models for the context of a cultural property, in a broad sense: agents (e.g.: author, collector, copyright holder), objects (e.g.: inventories, bibliography, protective measures, other cultural properties, collections etc.), activities (e.g.: surveys, conservation interventions), situations (e.g.: commission, coin issuance, estimate, legal situation) related, involved or involving the cultural property. Thus it represents attributes that do not result from a measurement of features in a cultural property, but are associated with it."@en , "Questo modulo, detto della descrizione di contesto, include le informazioni che riguardano il contesto (inteso in senso ampio) in cui il bene culturale viene a trovarsi nel corso della sua storia. Fanno per esempio parte delle informazioni di contesto: autore, committente, collezione, ambito culturale, eventi coinvolti, contenitore giuridico, utente, circostanza, modalità di fruizione, bibliografia, documentazione collegata, collocazione in un determinato inventario, etc. Dunque, rappresenta attributi che non sono il risultato di una misurazione condotta sul bene culturale, ma che sono associati al bene culturale."@it ;
        dc:language                    <http://publications.europa.eu/resource/authority/language/ITA> , <http://publications.europa.eu/resource/authority/language/ENG> ;
        dc:title                       "Ontologia della Descrizione di Contesto (ArCo network)"@it , "Context Description 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://www.ontologydesignpatterns.org/cp/owl/countingas.owl> , <http://www.ontologydesignpatterns.org/cp/owl/situation.owl> , <http://www.ontologydesignpatterns.org/cp/owl/agentrole.owl> , <http://www.ontologydesignpatterns.org/cp/owl/classification.owl> , <http://mklab.iti.gr/pericles/BornDigitalArchives_ODP.owl> , <http://www.ontologydesignpatterns.org/cp/owl/place.owl#> ;
        owl:imports                    <https://w3id.org/arco/ontology/core> , <https://w3id.org/arco/ontology/catalogue> ;
        owl:versionInfo                "Version 1.0"@en , "Versione 1.0"@it .

:CivilCircumstance  a  :CircumstanceType , owl:NamedIndividual ;
        rdfs:label  "Occasione civile"@it , "Civil circumstance"@en .

:isAuthorityFileCataloguingAgencyOf
        a                   owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega l'ente schedatore dell'authority file a un'entità descritta in una scheda di Authority File."@it , "This property relates the file's cataloguing institution to an entity described in a authority file."@en ;
        rdfs:domain         l0:Agent ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "is authority file cataloguing agency of"@en , "è ente schedatore dell'authority file di"@it ;
        rdfs:range          owl:Thing ;
        rdfs:subPropertyOf  :isAgentRelatedTo ;
        owl:versionInfo     "stabile"@it , "stable"@en .

:YearCycleCircumstance
        a                  owl:Class ;
        rdfs:comment       "Questa classe rappresenta un'occasione legata ai cicli dell'anno (es.: equinozio autunno, capodanno, Quaresima, Ramadan, carnevale, etc.)"@it , "This class represents a circumstance related to year cycles (e.g.: autumnal equinox, New Year's Eve, Lent, Ramadan, carnival, etc.)"@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Occasione legata al ciclo dell'anno"@it , "Year cycle circumstance"@en ;
        rdfs:subClassOf    :Circumstance ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa BDI 4.00: CA/CAO/CAOA" .

:parallelTitle  a           owl:DatatypeProperty ;
        rdfs:comment        "Questa proprietà rappresenta un titolo parallelo, cioè lo stesso titolo principale tradotto in altre lingue e presentato come equivalente."@it , "This property represents the parallel title of a cultural property."@en ;
        rdfs:domain         cis:CulturalEntity ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "parallel title"@en , "titolo parallelo"@it ;
        rdfs:range          rdfs:Literal ;
        rdfs:subPropertyOf  :title ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "Normativa F: SG/SGL/SGLL - Normative S e MI: OG/SGT/SGTR" .

core:CulturalEntityCharacteristic
        a       owl:Class .

:isSurveyPhotographerOf
        a                   owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega il fotografo professionista (diverso dal rilevatore) che ha effettuato l'indagine all'indagine di rilevamento di un bene demo-etno-antropologico."@it , "This property relates the professional photographer who took the shot to the observation survey of a demo-etno-antropologic entity."@en ;
        rdfs:domain         l0:Agent ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "is observation photographer of"@en , "è fotografo dell'indagine di"@it ;
        rdfs:range          :ObservationSurvey ;
        rdfs:subPropertyOf  :isAgentRelatedTo ;
        owl:versionInfo     "stable"@en , "stabile"@it .

<https://w3id.org/italia/onto/TI/atTime>
        a       owl:ObjectProperty .

:hasSpecies  a              owl:ObjectProperty , owl:FunctionalProperty ;
        rdfs:comment        "Questa proprietà collega una tassonomia biologica alla specie, che è uno dei concetti della tassonomia."@it , "This property relates a biological taxon to the subspecies, that is one of the concept of the taxon."@en ;
        rdfs:domain         :BiologicalTaxon ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "has species"@en , "ha specie"@it ;
        rdfs:range          :Species ;
        rdfs:subPropertyOf  core:hasConcept ;
        owl:inverseOf       :isSpeciesIn ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa AT: OG/OGS/OGSN" .

:hasScale  a               owl:ObjectProperty ;
        rdfs:comment       "This property relates the graphic or cartographic documentation to its representation scale."@en , "Questa proprietà collega la documentazione grafica e cartografica alla sua scala di rappresentazione."@it ;
        rdfs:domain        :GraphicOrCartographicDocumentation ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "ha scala"@it , "has scale"@en ;
        rdfs:range         :Scale ;
        owl:inverseOf      :isScaleOf ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale: DO/DRA/DRAS" .

:hasInterpretationCriterion
        a                   owl:ObjectProperty ;
        rdfs:comment        "This property relates an authorship, dating, commission, or other interpretation situations, to the reason or criterion which led to that interpretation."@en , "Questa proprietà associa una attribuzione di autore/responsabilità, una cronologia, una committenza, o altre situazioni che prevedono una interpretazione, alla motivazione o criterio che hanno determinato quella interpretazione."@it ;
        rdfs:domain         owl:Thing ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "ha criterio interpretativo"@it , "has interpretation criterion"@en ;
        rdfs:range          :InterpretationCriterion ;
        rdfs:subPropertyOf  l0:hasDescription ;
        owl:inverseOf       :isInterpretationCriterionOf ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: AU/AUT/AUTM; AU/CMM/CMMF; AU/AAT/AATM; AU/ATB/ATBM; DT/DTM/DTMM; SG/SGT/SGTL - ICCD Normativa F: PD/PDF/PDFM - ICCD Normativa VeAC: AU/FRU/FRUF - CCD Normative F, RA, SMO, PST, S, OAC, OA, MI, D, NU: RO/ROF/ROFM" .

:isResponsibilityTypeOf
        a                   owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega al tipo di responsabilità (es.: stampatori, ritoccatori, coloritori, ecc.) alla relativa responsabilità individuata relativamente ai processi di produzione e di divulgazione che caratterizzano specificamente i beni fotografici."@it , "This property relates the esponsibility type (i.e. printers, retouchers) to the related resposibility relative to some production or disclosure process which characterise photographic artefacts."@en ;
        rdfs:domain         :ResponsibilityType ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "è tipo di responsabilità di"@it , "is responsibility type of"@en ;
        rdfs:range          :Responsibility ;
        rdfs:subPropertyOf  core:isTypeOf ;
        owl:versionInfo     "stable"@en , "stabile"@it .

[ a            owl:AllDisjointClasses ;
  owl:members  ( :Format :InterpretationCriterion :SurveyMotivation :Use )
] .

<https://w3id.org/italia/onto/RO/Role>
        a       owl:Class .

:hasPlanningEnvironmentalRelationWith
        a                   owl:ObjectProperty , owl:SymmetricProperty ;
        rdfs:comment        "This property relates a cultural entity to another cultural entity, in an planning environmental relation."@en , "Questa proprietà collega un bene culturale a un altro bene culturale collegato, con cui è in relazione urbanistico-ambientale."@it ;
        rdfs:domain         cis:CulturalEntity ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "has planning environmental relation with"@en , "ha relazione urbanistico-ambientale con"@it ;
        rdfs:range          cis:CulturalEntity ;
        rdfs:subPropertyOf  :hasRelatedWork , :isWorkRelatedTo ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: RV/RSE/RSER = 'è in relazione urbanistico - ambientale con' (versioni precedenti: 'relazione urbanistico ambientale')"@it .

:isMemberOfPhotographicSeriesIn
        a                  owl:ObjectProperty ;
        rdfs:comment       "Questa proprietà collega un bene fotografico alla classe che rappresenta l'appartenenza del bene a una serie editoriale."@it , "This property relates a cultural property to the class that represents the membership relation between this cultural property and a photographic series."@it ;
        rdfs:domain        cis:CulturalEntity ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "is member of photographic series in"@en , "è membro di serie fotografica in"@it ;
        rdfs:range         :PhotographicSeriesMembership ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa F: PD/SFI; PD/SSI" .

core:hasComponent  a  owl:ObjectProperty .

:Intervention  a           owl:Class ;
        rdfs:comment       "Questa classe rappresenta un intervento che ha interessato un bene culturale, a fini conservativi (per i quali si crea una sottoclasse di \"Intervento\") oppure di altro tipo: restauri (termine obsoleto che attualmente corrisponde a \"intervento a fine conservativo\"), rilavorazioni, ripristini, trasformazioni per recuperare aspetto e funzionalità rispondenti ai mutati gusti, ecc. In generale, per interventi si intendono attività che riguardano il bene, effettuate per la sua realizzazione/modifica e conservazione materiale."@it , "This class represents an intervention on a cultural property, that is an activity carried out for its conservation or for other purposes: conservation interventions, reprocessing, restoring, etc."@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Intervention"@en , "Intervento"@it ;
        rdfs:subClassOf    l0:Activity ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  l0:Agent ;
                             owl:onProperty     :hasActivityResponsible
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     core:specifications
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  l0:Agent ;
                             owl:onProperty     :hasActivityOperator
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  core:AgentRole ;
                             owl:onProperty     core:hasAgentRole
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     core:description
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  cis:CulturalEntity ;
                             owl:onProperty     :isInterventionOn
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  <https://w3id.org/italia/onto/TI/TimeInterval> ;
                             owl:onProperty     <https://w3id.org/italia/onto/TI/atTime>
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  l0:Agent ;
                             owl:onProperty     :hasActivitySponsor
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :InterventionType ;
                             owl:onProperty     :hasInterventionType
                           ] ;
        dc:description     "An example of usage of the class 'Intervention' is the following:\nresource:Intervention/0800640527-10-intervention-1\n        a           cd:Intervention ;\n        rdfs:label  \"Intervention 1 on cultural property 0800640527-10\"@en ;\n        cd:hasActivityOperator resource:Agent/tonelli-elvira ;\n        cd:hasActivityResponsible resource:Agent/soprintendenza-per-i-beni-ambientali-ed-architettonici-di-bologna-modena-e-reggio-emilia ;\n        cd:hasInterventionType resource:InterventionType/restauro ;\n        tiapit:atTime resource:TimeInterval/1994 ."@en , "Un esempio di utilizzo della classe \"Intervento\" è il seguente:\nresource:Intervention/0800640527-10-intervention-1\n        a           cd:Intervention ;\n        rdfs:label  \"Intervento 1 sul bene culturale 0800640527-10\"@it ;\n        cd:hasActivityOperator resource:Agent/tonelli-elvira ;\n        cd:hasActivityResponsible resource:Agent/soprintendenza-per-i-beni-ambientali-ed-architettonici-di-bologna-modena-e-reggio-emilia ;\n        cd:hasInterventionType resource:InterventionType/restauro ;\n        tiapit:atTime resource:TimeInterval/1994 ."@it ;
        owl:disjointWith   :Survey ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: CO/RST - normative di versioni precedenti: RS/RST; Normativa VeAC: CO/RIA; Normativa CA: RO/RIS"@it .

:ObsoleteDating  a         :AlternativeDatingType , owl:NamedIndividual ;
        rdfs:comment       "This individual represents an obsolete dating."@en , "Questo individuo rappresenta il tipo di datazione superata rispetto a quella presente nelle informazioni relative alla cronologia del bene in esame."@it ;
        rdfs:label         "Obsolete dating"@en , "Datazione superata"@it ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale: DT/ADT/ADTT."@it .

:CulturalPropertyStage
        a                  owl:Class ;
        rdfs:comment       "Questa classe rappresenta lo stadio del bene catalogato in rapporto con l'oggetto che ne costituisce una fase preparatoria o che ne rappresenta la fase finale."@it , "This class represents the stage of the catalogued cultural property related to the object which constitutes its preparatory or final stage."@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Stadio del bene culturale"@it , "Cultural property stage"@en ;
        rdfs:subClassOf    core:CulturalEntityCharacteristic ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :RelatedWorkSituation ;
                             owl:onProperty     :isCulturalPropertyStageIn
                           ] ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normative RA, SMO, PST, S, OAC, OA, MI, D, NU, F: RO/ROF/ROFF"@it .

:hasAssociatedObject  a    owl:ObjectProperty ;
        rdfs:comment       "Questa proprietà collega il contesto di rinvenimento di un bene culturale (in particolare, un reperto antropologico) a un elemento associato al bene in quel contesto (es.: orecchini, scudo, resti di tessuto)."@it , "This property relates a finding context of a cultural property (in particular, an anthropological material) to an object associated to the cultural property (e.g: earrings, shield, cloth, etc.)"@en ;
        rdfs:domain        :FindingContext ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "ha elemento associato"@it , "has associated object"@en ;
        rdfs:range         l0:Object ;
        owl:inverseOf      :isObjectAssociatedTo ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa AT 3.01: OG/OGC/OGCE" .

:hasMusicalEnsemble  a      owl:ObjectProperty ;
        rdfs:comment        "This property relates an musical instrument to the musical ensamble where the instument is (or were) played. In the ontology this relationship is modelled also by the class AgentRole which allows more expressiveness."@en , "Questa proprietà collega uno strumento musicale al gruppo di musicisti (bande, complessi musicali, associazioni corali, ecc.) in cui lo strumento assume, o ha assunto, abitualmente un ruolo esecutivo. Questa relazione è modellata anche, con maggiore potere espressivo, tramite il pattern AgentRole, che collega lo strumento musicale a una situazione in cui un agente ha rivestito un ruolo (in questo caso, organico musicale)."@it ;
        rdfs:domain         cis:CulturalEntity ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "has musical ensemble"@en , "ha organico musicale"@it ;
        rdfs:range          l0:Agent ;
        rdfs:subPropertyOf  :hasRelatedAgent ;
        owl:inverseOf       :isMusicalEnsembleOf ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa SM 4.00: OS/OSD" .

:CulturalScope  a          owl:Class ;
        rdfs:comment       "Questa classe rappresenta l'ambito culturale a cui può essere riferito un bene culturale. Per l'ambito culturale si usano definizioni quali: ambito, cultura, periodo, produzione, scuola, manifattura, ecc.; a questi termini segue la qualificazione geografica o il nome dell'ambito, della cultura, del periodo, della produzione, della scuola, della manifattura, ecc. Nel caso della normativa VeAC, questa classe rappresenta l'ambito sartoriale/di produzione, ovvero il contesto sartoriale (oppure la manifattura, la maestranza, ecc.) a cui può essere ricondotta la realizzazione del bene catalogato."@it , "This class represents the cultural scope related to a cultural property (e.g.: neoclassical, Milanese manifacturing, etc.)"@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Cultural Scope"@en , "Ambito culturale"@it ;
        rdfs:subClassOf    l0:Topic ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :isCulturalScopeOf ;
                             owl:someValuesFrom  :CulturalScopeAttribution
                           ] ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: AU/ATB" .

:expiryDate  a              owl:DatatypeProperty ;
        rdfs:comment        "This property represents an expiration date."@en , "Questa proprietà rappresenta una data di scadenza, per esempio la data di scadenza dei diritti d'autore su un oggetto (come un bene culturale)."@it ;
        rdfs:domain         owl:Thing ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "data di scadenza"@it , "expiry date"@en ;
        rdfs:range          rdfs:Literal ;
        rdfs:subPropertyOf  <https://w3id.org/italia/onto/TI/time> ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa F 4.00 e OAC: TU/CPR/CPRD" .

:PreviousUse  a          :UseType , owl:NamedIndividual ;
        rdfs:comment     "This individual represents cultural enity's previous use."@en , "Questo individuo rappresenta l'uso precedente di un bene."@it ;
        rdfs:label       "Uso precedente"@it , "Previous use"@en ;
        owl:versionInfo  "stable"@en , "stabile"@it .

:Title  a                  owl:Class ;
        rdfs:comment       "Questa classe rappresenta il titolo di un oggetto. Nel caso del dominio dei beni culturali, può rappresentare il titolo del soggetto di un bene culturale o di un'opera collegata a un bene culturale in quanto sua fase preparatoria o finale o in quanto pubblicazione contenente una stampa, oppure il titolo di una serie fotografica, etc."@it , "This class represents the title of an object, e.g. the title of the subject represented by a cultural property, or the title of a photographic series, etc."@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Title"@en , "Titolo"@it ;
        rdfs:subClassOf    l0:Object ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :TitleType ;
                             owl:onProperty     :hasTitleType
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :InterpretationCriterion ;
                             owl:onProperty     :hasInterpretationCriterion
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :isTitleOf ;
                             owl:someValuesFrom  owl:Thing
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     core:specifications
                           ] ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale: DA/AID/AIDN (titolo alternativo); DA/AID/AIDT (titolo) - Normativa S e MI: OG/SGT/SGTP (titolo proprio); Normativa F: SG/SGL/SGLA (titolo attribuito); SG/SGL/SGLT (titolo proprio); SG/SGL/SGLL (titolo parallelo); - Altre normative di versioni precedenti alla 4.00: OG/SGT/SGTR (titolo parallelo); OG/SGT/SGTT (titolo); ICCD Normativa S 3: RO/ADL/ADLT"@it .

:ProductionCycleCircumstance
        a                  owl:Class ;
        rdfs:comment       "Questa classe rappresenta un'occasione connessa ai cicli produttivi (bachicoltura, cerealicoltura, etc.)"@it , "This class represents a circumstance related to production cycles (sericulture, cereal crop, etc.)"@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Production cycle circumstance"@en , "Occasione legata al ciclo produttivo"@it ;
        rdfs:subClassOf    :Circumstance ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa BDI 4.00: CA/CAO/CAOP" .

:isInventoryOf  a           owl:ObjectProperty ;
        rdfs:comment        "This property relates an inventory to a cultural property or an entity or an activity related to it."@en , "Questa proprietà collega un inventario che registra informazioni relative al bene culturale al bene culturale o alle entità o attività collegate al bene culturale."@it ;
        rdfs:domain         :Inventory ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "is inventory of"@en , "è inventario di"@it ;
        rdfs:range          owl:Thing ;
        rdfs:subPropertyOf  l0:hasMember ;
        owl:versionInfo     "stabile"@it , "stable"@en .

:isMintIn  a                owl:ObjectProperty ;
        rdfs:comment        "Questa è la proprietà inversa di \"ha zecca\"."@it , "This is the inverse property of \"has mint\"."@en ;
        rdfs:domain         l0:Agent ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "is mint in"@en , "è zecca in"@it ;
        rdfs:range          :CoinIssuance ;
        rdfs:subPropertyOf  :isAgentRelatedTo ;
        owl:versionInfo     "stable"@en , "stabile"@it .

:AlternativeTitle  a       :TitleType , owl:NamedIndividual ;
        rdfs:comment       "Represents subject's alternative title."@en , "Rappresenta un altro titolo noto del soggetto, in alternativa o in aggiunta al titolo più noto o accreditato."@it ;
        rdfs:label         "Titolo alternativo"@it , "Alternative title"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale: DA/AID/AIDN" .

l0:Location  a  owl:Class .

:ArchaeologicalPropertySurveyType
        a                  owl:Class ;
        rdfs:comment       "This class represents the type of archaeological property survey."@en , "Questa classe rappresenta il tipo di indagine su bene archeologico."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Archaeological property survey type"@en , "Tipo di indagine su bene archeologico"@it ;
        rdfs:subClassOf    core:Type ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa AT 3.01: IN/INI/INIT" .

:Responsibility  a         owl:Class ;
        rdfs:comment       "Questa classe rappresenta l'individuazione di una responsabilità attribuibile a un agente relativamente ai processi di produzione e di divulgazione che caratterizzano specificamente i beni fotografici, quindi alle diverse personalità responsabili, a vario titolo, del ciclo produttivo del bene in esame, oltre che della sua circolazione, divulgazione, commercializzazione e promozione (committenti, stampatori, ritoccatori, coloritori, editori, distributori, sponsor, curatori e responsabili di edizioni e di serie, dedicanti e dedicatari, responsabili di collezioni e di collazioni, ecc.)."@it , "This class represents the attribution of a responsibility to an agent, relating to the activities of production and dissemination of photographic heritage (e.g.: committent, editor, printer, dedicatee, etc.)"@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Responsibility"@en , "Responsabilità"@it ;
        rdfs:subClassOf    :Interpretation ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :isResponsibilityFor ;
                             owl:someValuesFrom  cis:CulturalEntity
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :hasAgentWithResponsibility ;
                             owl:someValuesFrom  l0:Agent
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  l0:Agent ;
                             owl:onProperty     :hasAuthorityFileCataloguingAgency
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :hasResponsibilityType ;
                             owl:someValuesFrom  :ResponsibilityType
                           ] ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normative F e FF: PD/PDF" .

:hasPrimaryDocumentation
        a                   owl:ObjectProperty ;
        rdfs:comment        "This property relates an intangible demoethnoanthropological property to its primary documentation, that is the documentation more representative of the intangible heritage."@en , "Questa proprietà collega un bene demoetnoantropologico immateriale alla sua documentazione primaria, ovvero la documentazione che restituisce il bene immateriale e ritenuta più rappresentativa."@it ;
        rdfs:domain         cis:CulturalEntity ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "ha documentazione primaria"@it , "has primary documentation"@en ;
        rdfs:range          :Documentation ;
        rdfs:subPropertyOf  :hasDocumentation ;
        owl:inverseOf       :isPrimaryDocumentationOf ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa BDI 4.00: DU, DV, DF" .

:inventoryLocation  a      owl:DatatypeProperty ;
        rdfs:comment       "This property represents the location of the inventory about a cultural property."@en , "Questa proprietà rappresenta la collocazione dell'inventario, cioè il luogo in cui è attualmente conservato l’inventario."@it ;
        rdfs:domain        :Inventory ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "inventory location"@en , "collocazione dell'inventario"@it ;
        rdfs:range         rdfs:Literal ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "UB/INV/INVC" .

:hasCopyright  a           owl:ObjectProperty ;
        rdfs:comment       "This property relates an entity to copiright held by an agent or its \"public domain\" condition, if it is out of copyright."@en , "Questa proprietà collega un'entità, per esempio un bene fotografico, ai diritti d'autore detenuti da un agente, o allo stato di \"in pubblico dominio\" relativo all'entità stessa, qualora i diritti siano scaduti."@it ;
        rdfs:domain        owl:Thing ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "has copyright"@en , "ha diritti d'autore"@it ;
        rdfs:range         :Copyright ;
        owl:inverseOf      :isCopyrightOf ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa F 4.00 e OAC: TU/CPR" .

:isScaleOf  a             owl:ObjectProperty ;
        rdfs:comment      "This property relates the representation scale to its graphic or cartographic representation."@en , "Questa proprietà collega la scala di rappresentazione alla documentazione grafica e cartografica."@it ;
        rdfs:domain       :Scale ;
        rdfs:isDefinedBy  <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label        "is scale of"@en , "è scala di"@it ;
        rdfs:range        :GraphicOrCartographicDocumentation ;
        owl:versionInfo   "stable"@en , "stabile"@it .

:Subspecies  a             owl:Class ;
        rdfs:comment       "This class represents one level of a biological taxon, the subspecies."@en , "Questa classe rappresenta uno dei livelli di classificazione di una tassonomia biologica, ovvero la sottospecie."@it ;
        rdfs:isDefinedBy   <https://w3di.org/arco/ontology/context-description/> ;
        rdfs:label         "Sottospecie"@it , "Subspecies"@en ;
        rdfs:subClassOf    core:Concept ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :isSubspeciesIn ;
                             owl:someValuesFrom  :BiologicalTaxon
                           ] ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa AT: OG/OGS/OGST" .

:BibliographyType  a       owl:Class ;
        rdfs:comment       "This class represents the type of bibliography."@en , "Questa classe rappresenta il tipo di riferimento bibliografico."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Bibliography type"@en , "Tipo di bibliografia"@it ;
        rdfs:subClassOf    core:Type ;
        owl:disjointWith   :DocumentationType ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale DO/BIB/BIBF - Normative VeAC e AT 3.01: DO/BSE/BSES."@it .

:SatellitePhotograph  a  :SurveyImageType , owl:NamedIndividual ;
        rdfs:label  "Satellite photograph"@en , "Fotografia satellitare"@it .

:FindingContextType  a     owl:Class ;
        rdfs:comment       "This class represents the type of finding context of a cultural property, and in particular of an anthropological material (e.g.: individual burial, common burial, etc.)"@en , "Questa classe rappresenta il tipo di contesto di rinvenimento di un bene culturale, e in particolare di un reperto antropologico (es.: sepoltura collettiva, sepoltura singola primaria, etc.)"@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Finding context type"@en , "Tipo di contesto di rinvenimento"@it ;
        rdfs:subClassOf    core:Type ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa AT 3.01: OG/OGC/OGCT" .

:hasCommission  a           owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega un bene culturale alla sua committenza."@it , "This property relates a cultural entity to its commission."@en ;
        rdfs:domain         cis:CulturalEntity ;
        rdfs:isDefinedBy    "https://w3id.org/arco/context-description/" ;
        rdfs:label          "ha committenza"@it , "has commission"@en ;
        rdfs:range          :Commission ;
        rdfs:subPropertyOf  core:hasSituation ;
        owl:inverseOf       :isCommissionOf ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "AU/CMM" .

:PhotographicSeriesMembership
        a                  owl:Class ;
        rdfs:comment       "This class represents the membership of photographic heritage in a photographic series, as a unit."@en , "Questa classe rappresenta l'appartenenza di un bene fotografico a una serie editoriale, esplicitamente indicata da un titolo o da una numerazione progressiva o da altri elementi che ne individuino inequivocabilmente l'appartenenza."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Appartenenza a serie fotografica"@it , "Photographic series membership"@en ;
        rdfs:subClassOf    :Membership ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     :photographicSeriesItemNumber
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :hasPhotographicSeries ;
                             owl:someValuesFrom  :PhotographicSeries
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :hasMemberOfPhotographicSeries ;
                             owl:someValuesFrom  cis:CulturalEntity
                           ] ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa F: PD/SFI; PD/SSI" .

:hasCulturalScope  a        owl:ObjectProperty ;
        rdfs:comment        "This property relates a situation, where a cultural scope is attributed to a cultural entity, to the cultural scope."@en , "Questa proprietà collega una situazione in cui viene attribuito un ambito culturale di un bene culturale all'ambito culturale stesso."@it ;
        rdfs:domain         :CulturalScopeAttribution ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "has cultural scope"@en , "ha ambito culturale"@it ;
        rdfs:range          :CulturalScope ;
        rdfs:subPropertyOf  l0:hasTopic ;
        owl:inverseOf       :isCulturalScopeOf ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: AU/ATB" .

[ a            owl:AllDisjointClasses ;
  owl:members  ( :Genus :Species :Subspecies )
] .

a-cat:ICCDIdentifier  a  owl:DatatypeProperty .

:overlapSpecifications
        a                   owl:DatatypeProperty ;
        rdfs:comment        "Questa proprietà rappresenta le specifiche per effettuare sovrapposizioni con altri documenti utili per la lettura e l'interpretazione dell'immagine analizzata durante uan fotointerpretazione o fotorestituzione."@it , "This property represents specifications to make overlaps with other documents useful for reading and interpreting image analyzed during a photointerpretation or photo-repayment."@en ;
        rdfs:domain         :PhotoInterpretationRendering ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "specifiche sulla sovrapposizione"@it , "overlap specifications"@en ;
        rdfs:range          rdfs:Literal ;
        rdfs:subPropertyOf  core:specifications ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: RE/FOI/FOIP" .

:isInterpretationCriterionOf
        a                   owl:ObjectProperty ;
        rdfs:comment        "This property relates an interpretation criterion to the interpretation that was based on that criterion."@en , "Questa proprietà collega un criterio interpretativo all'interpretazione che si è basata su quel criterio."@it ;
        rdfs:domain         :InterpretationCriterion ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "is interpretation criterion of"@en , "è criterio interpretativo di"@it ;
        rdfs:range          owl:Thing ;
        rdfs:subPropertyOf  l0:isDescriptionOf ;
        owl:versionInfo     "stabile"@it , "stable"@en .

:isRelatedToResearch  a    owl:FunctionalProperty , owl:ObjectProperty ;
        rdfs:comment       "Questa proprietà collega un rilevamento di un bene musicale o demoetnoantropologico alla ricerca nell'ambito della quale è stata redatta la scheda."@it , "This class relates an observation survey of musical or demoetnoanthropological heritage to the research in which the catalogue record describing a cultural property was recorded (e.g.: a cataloguing campaign)"@en ;
        rdfs:domain        :ObservationSurvey ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "is related to research"@en , "si riferisce a ricerca"@it ;
        rdfs:range         :Research ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa SM 4.00: DR" .

:PermanentExportLicense
        a                :ExportImportCertificationType , owl:NamedIndividual ;
        rdfs:label       "Permanent export license"@en , "Licenza di esportazione definitiva"@it ;
        owl:versionInfo  "stable"@en , "stabile"@it .

:GraphicOrCartographicDocumentation
        a                  owl:Class ;
        rdfs:comment       "This class represents the graphic or cartographic documentation of an object, e.g. a cultural property."@en , "Questa classe rappresenta la documentazione grafica e cartografica relativa a un oggetto, per esempio a un bene culturale."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Documentazione grafica e cartografica"@it , "Graphic and cartographic documentation"@en ;
        rdfs:subClassOf    :Documentation ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :Scale ;
                             owl:onProperty     :hasScale
                           ] ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "DRA"@it .

:hasUseTypeSpecification
        a                  owl:ObjectProperty ;
        rdfs:comment       "This property relates the use of a cultural property to the specification of the type of use."@en , "Questa proprietà collega l'uso del bene con le specifiche relative al tipo di utilizzo."@it ;
        rdfs:domain        :Use ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "has use type specification"@en , "ha specifiche del tipo d'uso"@it ;
        rdfs:range         :UseTypeSpecification ;
        owl:inverseOf      :isUseTypeSpecificationOf ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale: UT/UTUS"@it .

:isUserOf  a                owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega un utente, inteso come agente che ha fatto uso di un'entità, all'entità stessa."@it , "This property relates the user, intended as the agent who employed an entity, to the related entity."@en ;
        rdfs:domain         l0:Agent ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "è utente di"@it , "is user of"@en ;
        rdfs:range          owl:Thing ;
        rdfs:subPropertyOf  :isAgentRelatedTo ;
        owl:versionInfo     "stabile"@it , "stable"@en .

:areaRoomSquare  a         owl:DatatypeProperty ;
        rdfs:comment       "Questa proprietà collega uno scavo archeologico alla successione delle denominazioni, assegnate nell'ambito dello scavo, al settore (o\nl'area), all'ambiente e al quadrato da cui proviene il bene."@it , "This property relates an archaeological excavation to the succession of the denominations, assigned in the excavation, to the sector (or\nthe area), to the environment and to the square from which the good comes."@en ;
        rdfs:domain        :ArchaeologicalExcavation ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "settore ambiente quadrato"@it , "area room square"@en ;
        rdfs:range         rdfs:Literal ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: RE/DSC/DSCQ" .

:UseTypeSpecification
        a                  owl:Class ;
        rdfs:comment       "This class represents the specification of the type of use of a cultural property (e.g. building, ornamental, structural, instrumental)"@en , "Questa classe rappresenta le specifiche sul tipo di uso del bene (reimpiego, edilizio, epigrafico, ornamentale, strumentale, strutturale)."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Use type specification"@en , "Specifiche del tipo d'uso"@it ;
        rdfs:subClassOf    core:Type ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale: UT/UTU/UTUS"@it .

:AgeOfDeathInterpretation
        a                  owl:Class ;
        rdfs:comment       "This class represents the interpretation of the age of death of an anthropological material."@en , "Questa classe rappresenta la stima dell'età della morte di un reperto antropologico."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Interpretazione dell'età della morte"@it , "Age of death interpretation"@en ;
        rdfs:subClassOf    :Interpretation ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :isAgeOfDeathInterpretationOf ;
                             owl:someValuesFrom  cis:CulturalEntity
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :ageOfDeath ;
                             owl:someValuesFrom  rdfs:Literal
                           ] ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa AT: DA/SEM" .

:attributedTitle  a         owl:DatatypeProperty ;
        rdfs:comment        "Questa proprietà rappresenta un titolo attribuito di una fotografia, cioè un titolo desunto, se possibile, da fonti archivistiche, bibliografiche, orali o iconografiche (altri esemplari della stessa immagine) oppure creato in base al contenuto dell'immagine (o della serie di immagini; è necessario nei casi in cui siano del tutto assenti titoli sul/nel documento, o su materiali ad esso complementari, e nel caso in cui tali titoli risultino errati."@it , "This property represents an attributed title of a photograph, that is a title taken from archival, bibliographic, oral or iconographic sources, or created based on picture contents."@en ;
        rdfs:domain         cis:CulturalEntity ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "attributed title"@en , "titolo attribuito"@it ;
        rdfs:range          rdfs:Literal ;
        rdfs:subPropertyOf  :title ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "Normativa F: SG/SGL/SGLA" .

:isKeptIn  a               owl:DatatypeProperty ;
        rdfs:comment       "This property represents the location of the asset in its environment, i.e. the place where it is stored when not in use."@en , "Questa proprietà rappresenta la collocazione del bene nel suo ambiente, ovvero il luogo dove esso viene riposto quando non viene usato."@it ;
        rdfs:domain        :Use ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "è mantenuto in"@it , "is kept in"@en ;
        rdfs:range         rdfs:Literal ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa BDM 2.00: UT/UTA"@it .

:InstrumentalUse  a      :UseTypeSpecification , owl:NamedIndividual ;
        rdfs:comment     "This individual represents cultural entity instrumental use specifications."@en , "Questo individuo rappresenta le specifiche d'uso strumentale di un bene."@it ;
        rdfs:label       "Strumentale"@it , "Instrumental"@en ;
        owl:versionInfo  "stable"@en , "provvisorio"@it .

:Profession  a             owl:Class ;
        rdfs:comment       "Questa classe rappresenta il mestiere o la professione dell'utente del bene."@it , "This class represents the role of a cultural entity's user."@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Professione"@it , "Profession"@en ;
        rdfs:subClassOf    <https://w3id.org/italia/onto/RO/Role> ;
        owl:disjointWith   :UseFunction ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa BDM 2: UT/UTN/UTNM"@it .

:Species  a                owl:Class ;
        rdfs:comment       "This class represents one level of a biological taxon, the species."@en , "Questa classe rappresenta uno dei livelli di classificazione di una tassonomia biologica, ovvero la specie."@it ;
        rdfs:isDefinedBy   <https://w3di.org/arco/ontology/context-description/> ;
        rdfs:label         "Specie"@it , "Species"@en ;
        rdfs:subClassOf    core:Concept ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :isSpeciesIn ;
                             owl:someValuesFrom  :BiologicalTaxon
                           ] ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa AT: OG/OGS/OGSN" .

:ReligiousCircumstance
        a           :CircumstanceType , owl:NamedIndividual ;
        rdfs:label  "Religious circumstance"@en , "Occasione religiosa"@it .

:isSurveyMotivationOf
        a                   owl:ObjectProperty ;
        rdfs:comment        "This property relates the main motivation that led to an archeological, archaeometric or diagnostic survey or a photo interpretation rendering to each of them."@it , "Questa proprietà collega il motivo principale che ha determinato uno scavo archeologico, una ricognizione archeologica, un'indagine archeometrica e diagnostica o una fotointerpretazione e fotorestituzione a ciascuno di essi."@it ;
        rdfs:domain         :SurveyMotivation ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "è motivo di indagine di"@it , "is survey motivation of"@en ;
        rdfs:range          :Survey ;
        rdfs:subPropertyOf  l0:isDescriptionOf ;
        owl:versionInfo     "stabile"@it , "stable"@en .

core:Classification  a  owl:Class .

:Research  a               owl:Class ;
        rdfs:comment       "Questa classe rappresenta la ricerca nell'ambito della quale è stata redatta la scheda, intendendo con il termine \"ricerca\" vari e differenziati livelli, fra cui quello della campagna di catalogazione. La ricerca si può collegare al rilevamento di un bene musicale di interesse etno-organologico."@it , "This class represents the research in which the catalogue record describing a cultural property was recorded (e.g.: a cataloguing campaign). The research can be related to the observation survey on musical heritage."@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Ricerca"@it , "Research"@en ;
        rdfs:subClassOf    l0:Activity ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :ObservationSurvey ;
                             owl:onProperty     [ owl:inverseOf  :isRelatedToResearch ]
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  l0:Agent ;
                             owl:onProperty     :hasResearchScientificDirector
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      l0:name ;
                             owl:someValuesFrom  rdfs:Literal
                           ] ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa SM e BDM 4.00: DR/DRT" .

:hasInterventionRole  a    owl:ObjectProperty ;
        rdfs:comment       "This property relates an authorship attribution to the agent's role."@en , "Questa proprietà associa un'attribuzione di autore/responsabilità al ruolo rivestito dall'autore o dall'ambito culturale."@it ;
        rdfs:domain        :AuthorshipAttribution ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "has intervention role"@en , "ha ruolo nell'intervento"@it ;
        rdfs:range         <https://w3id.org/italia/onto/RO/Role> ;
        owl:inverseOf      :isInterventionRoleIn ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "AU/ATB/ATBR; AU/AUT/AUTR" .

:hasActivitySponsor  a      owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega un'attività (per esempio, un'indagine o un intervento su un bene culturale) all'ente o al soggetto che ha finanziato l'attività."@it , "This property relates an activity to its investor. The investor may be an institution or an agent."@en ;
        rdfs:domain         l0:Activity ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "has activity sponsor"@en , "ha finanziatore dell'attività"@it ;
        rdfs:range          l0:Agent ;
        rdfs:subPropertyOf  :hasRelatedAgent ;
        owl:inverseOf       :isActivitySponsorOf ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: RS/RST/RSTR; RE/IND/INDR" .

:surveyImageIdentifier
        a                   owl:FunctionalProperty , owl:DatatypeProperty ;
        rdfs:comment        "Questa proprietà rappresenta il codice identificativo che individua l'immagine presa in esame nel corso di un'indagine di fotointerpretazione o fotorestituzione."@it , "This property represents the identification code that identifies the image examined during a photo-interpretation or photo-restoration investigation."@en ;
        rdfs:domain         :SurveyImage ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "survey image identifier"@en , "identificativo immagine di indagine"@it ;
        rdfs:range          rdfs:Literal ;
        rdfs:subPropertyOf  l0:identifier ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: RE/FOI/FOID" .

:contacts  a               owl:DatatypeProperty ;
        rdfs:comment       "This property represents contacts of an agent (i.e. email, telephone number...)"@en , "Questa proprietà rappresenta i contatti di riferimento di un agente (persona, organizzazione), es. indirizzo, numeri di telefono e di fax, indirizzi di posta elettronica, ecc."@it ;
        rdfs:domain        l0:Agent ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "contatti"@it , "contacts"@en ;
        rdfs:range         rdfs:Literal ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa SM 4.00: OS/OSE" .

core:isSituationOf  a  owl:ObjectProperty .

:isBibliographyTypeOf
        a                   owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega il tipo di riferimento bibliografico alla bibliografia."@it , "This property relates the bibliography type to its bibliography."@en ;
        rdfs:domain         :BibliographyType ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "è tipo di bibliografia di"@it , "is bibliography type of"@en ;
        rdfs:range          :Bibliography ;
        rdfs:subPropertyOf  core:isTypeOf ;
        owl:versionInfo     "stable"@en , "stabile"@it .

:OtherMethodOfDating  a    :AlternativeDatingType , owl:NamedIndividual ;
        rdfs:comment       "This individual represents a different type of dating method than the one present in cultural entity's chronological information."@en , "Questo individuo rappresenta un tipo di metodo diverso di datazione rispetto a quella presente nelle informazioni della cronologia del bene in esame."@it ;
        rdfs:label         "Other method of dating"@en , "Altro metodo di datazione"@it ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale: DT/ADT/ADTT."@it .

:ArchivalSeries  a         owl:Class ;
        rdfs:comment       "This class represents an archival series."@en , "Questa classe rappresenta una serie archivistica."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Serie archivistica"@it , "Archival series"@en ;
        rdfs:subClassOf    :ArchivalRecordSet ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :ArchivalSubseries ;
                             owl:onProperty     core:hasComponent
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :ArchivalFonds ;
                             owl:onProperty     core:isComponentOf
                           ] ;
        opla:isNativeTo    <http://mklab.iti.gr/pericles/BornDigitalArchives_ODP.owl> ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa F: UB/UBF/UBFS" .

:ConservationIntervention
        a                  owl:Class ;
        rdfs:comment       "This class represents a conservation intervention on a cultural property (e.g.: microclimatic inspection, mechanical cleaning or with chemicals, pest control, etc.)"@en , "Questa classe rappresenta un particolare tipo di intervento che ha interessato un bene culturale, cioè un intervento a fini conservativi (termine che sostituisce l'obsoleto \"restauro\", presente nelle versioni di normativa precedenti alla 4.00). Per esempio: consolidamento, controllo microclimatico, trattamento biocida-disinfestazione, rimozione di elementi non originali, pulitura meccanica, pulitura chimica, protezione finale, riadesione parti, trattamento parti metalliche."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Intervento a fini conservativi"@it , "Conservation Intervention"@en ;
        rdfs:subClassOf    :Intervention ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     :framework
                           ] ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: CO/RST quando RSTI='consolidamento' or 'controllo microclimatico' or 'trattamento biocida-disinfestazione' or 'rimozione di elementi non originali' or 'pulitura meccanica' or 'pulitura chimica' or 'protezione finale' or 'riadesione parti' or 'trattamento parti metalliche' - Normative di versioni precedenti: RS/RST"@it .

:isCreationLocationOf
        a                   owl:ObjectProperty ;
        rdfs:comment        "Questa è la proprietà inversa di \"ha luogo di creazione\"."@it , "This is the inverse property of \"has creation location\"."@en ;
        rdfs:domain         cis:CulturalEntity ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "è luogo di realizzazione di"@it , "is creation location of"@en ;
        rdfs:range          cis:CulturalEntity ;
        rdfs:subPropertyOf  :isWorkRelatedTo ;
        owl:versionInfo     "stabile"@it , "stable"@en .

[ a            owl:AllDisjointClasses ;
  owl:members  ( :AcquisitionType :AlternativeDatingType :AnomalyType :ArchaeologicalPropertySurveyType :ArchaeometricDiagnosticSurveyType :BibliographyType :ChangeOfAvailabilityType :CircumstanceType :DerivatedWorkType :DocumentationType :ExportImportCertificationType :InterventionType :LaboratoryTestType :ObservationSurveyType :ResponsibilityType :SurveyImageType :TitleType :UseType :UseTypeSpecification )
] .

:hasUse  a                  owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega il bene culturale con il suo uso."@it , "This property relates a cultural entity to its use."@en ;
        rdfs:domain         cis:CulturalEntity ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "ha uso"@it , "has use"@en ;
        rdfs:range          :Use ;
        rdfs:subPropertyOf  l0:hasDescription ;
        owl:inverseOf       :isUseOf ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale: UT"@it .

:hasProtectiveMeasure
        a                  owl:ObjectProperty ;
        rdfs:comment       "Questa proprietà collega un bene culturale a un provvedimento di tutela nazionale o internazionale che lo ha interessato."@it ;
        rdfs:domain        cis:CulturalEntity ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "has protective measure"@en , "ha provvedimento di tutela"@it ;
        rdfs:range         :ProtectiveMeasure ;
        owl:inverseOf      :isProtectiveMeasureOf ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: TU/NVC" .

:involves  a                owl:ObjectProperty ;
        rdfs:comment        "Questa è la proprietà inversa di 'is involved in', che collega un bene culturale a un altro bene culturale collegato, di tipo immateriale, in cui è coinvolto."@it , "This is the inverse property of 'is involved in', which relates a cultural entity to another involved cultural entity (e.g. immaterial)."@en ;
        rdfs:domain         cis:CulturalEntity ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "involves"@en , "coinvolge"@it ;
        rdfs:range          cis:CulturalEntity ;
        rdfs:subPropertyOf  :isWorkRelatedTo ;
        owl:inverseOf       :isInvolvedIn ;
        owl:versionInfo     "stable"@en , "stabile"@it .

:isCollectorOf  a           owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà, inversa a \"ha collezionista\", collega un collezionista alla relativa collezione di beni culturali."@it , "This property relates a collector to its collection of cultural properties."@en ;
        rdfs:domain         l0:Agent ;
        rdfs:isDefinedBy    "https://w3id.org/arco/context-description/"@en ;
        rdfs:label          "è collezionista di"@it , "is collector of"@en ;
        rdfs:range          cis:CollectionCulEnt ;
        rdfs:subPropertyOf  :isAgentRelatedTo ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "UB/COL/COLN" .

:AlternativeDatingType
        a                  owl:Class ;
        rdfs:comment       "Questa classe rappresenta il tipo di datazione alternativa che può riguardare un bene culturale (es.: altro metodo di datazione, datazione superata)"@it , "This class represents the type of alternative dating of a cultural property (different dating, obsolete dating, other method dating)"@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Tipo di datazione alternativa"@it , "Alternative dating type"@en ;
        rdfs:subClassOf    core:Type ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale: DT/ADT/ADTT."@it .

:isTitleTypeOf  a           owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega il tipo di titolo di un bene culturale al relativo titolo."@it , "This property relates the type of a cultural entity title to its title."@en ;
        rdfs:domain         :TitleType ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "is title type of"@en , "è tipo di titolo di"@it ;
        rdfs:range          :Title ;
        rdfs:subPropertyOf  core:isTypeOf ;
        owl:versionInfo     "stabile"@it , "stable"@en .

:hasSurveyMethod  a         owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega un'indagine al metodo adottato nel corso dell'indagine."@it , "This property relates a survey to the method adopted in the survey."@en ;
        rdfs:domain         :Survey ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "has survey method"@en , "ha metodo di indagine"@it ;
        rdfs:range          :SurveyMethod ;
        rdfs:subPropertyOf  core:hasMethod ;
        owl:inverseOf       :isSurveyMethodOf ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: RE/RCG/RCGM; RE/DSC/DSCM - ICCD Normativa AT: PT/PTC/PTCM" .

:DecentReliability  a  :Reliability , owl:NamedIndividual ;
        rdfs:label  "Discreta affidabilità"@it , "Decent reliability"@en .

:BuildingUse  a          :UseTypeSpecification , owl:NamedIndividual ;
        rdfs:comment     "This individual represents cultural entity  building use specifications."@en , "Questo individuo rappresenta le specifiche d'uso edilizio di un bene."@it ;
        rdfs:label       "Uso edilizio"@it , "Building use"@en ;
        owl:versionInfo  "stable"@en , "stabile"@it .

:issueDate  a               owl:DatatypeProperty , owl:FunctionalProperty ;
        rdfs:comment        "Questa proprietà rappresenta la data di emissione di un provvedimento amministrativo o di una certificazione (es.: per la circolazione, esportazione/importazione di un bene culturale)"@it , "This property represents issue date of an administrative provision or a certification."@en ;
        rdfs:domain         [ a            owl:Class ;
                              owl:unionOf  ( :ExportImportCertification :ProtectiveMeasure )
                            ] ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "data di emissione"@it , "issue date"@en ;
        rdfs:range          xsd:dateTime ;
        rdfs:subPropertyOf  <https://w3id.org/italia/onto/TI/date> ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: TU/NVC/NVCE; TU/ESP/ESPD" .

:title  a                  owl:DatatypeProperty ;
        rdfs:comment       "Questa proprietà rappresenta il titolo del soggetto di un bene culturale. La proprietà viene specificata in sottoproprietà per esprimere tipologie di titolo specifiche. Per la normativa trasversale è il titolo più noto e accreditato; nelle altre normative si specifica che è il titolo dato dall'autore o la denominazione tradizionale del soggetto."@it , "This property represents the title of a cultural property."@en ;
        rdfs:domain        cis:CulturalEntity ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "title"@en , "titolo"@it ;
        rdfs:range         rdfs:Literal ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "Normativa trasversale: DA/AID/AIDT - Altre normative di versioni precedenti alla 4.00: OG/SGT/SGTT"@it .

:isTombOf  a              owl:ObjectProperty ;
        rdfs:comment      "This is the inverse property of \"has tomb\"."@en , "Questa è la proprietà inversa di \"ha deposizione funeraria\"."@it ;
        rdfs:domain       :Tomb ;
        rdfs:isDefinedBy  <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label        "è deposizione funeraria di"@it , "is tomb of"@en ;
        rdfs:range        :ArchaeologicalExcavation ;
        owl:versionInfo   "stable"@en , "stabile"@it .

l0:Description  a        owl:Class ;
        rdfs:subClassOf  l0:Object .

:archaeologicalExcavationLocalIdentifier
        a                   owl:DatatypeProperty , owl:FunctionalProperty ;
        rdfs:comment        "This property represents the identification code, numeric or alphanumeric, which identifies the archaeological excavation unambiguously in the context of a local repertoire."@en , "Questa proprietà rappresenta il codice identificativo, numerico o alfanumerico, che individua lo scavo archeologico in modo univoco nell'ambito di un repertorio locale."@en ;
        rdfs:domain         :ArchaeologicalExcavation ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "archaeological excavation local identifier"@en , "codice identificativo locale dello scavo archeologico"@it ;
        rdfs:range          rdfs:Literal ;
        rdfs:subPropertyOf  a-cat:localIdentifier ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: RE/DSC/DSCH" .

:hasPreviousLocation  a     owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega un bene culturale a un altro bene culturale collegato, che ne costituisce la sede di provenienza, prima della sua attuale collocazione."@it , "This property relates a cultural entity to a connected cultural entity which constitutes its provenance location before its current position."@en ;
        rdfs:domain         cis:CulturalEntity ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "ha sede di provenienza"@it , "era contenuto in"@it , "has previous location"@en ;
        rdfs:range          cis:CulturalEntity ;
        rdfs:subPropertyOf  :hasRelatedWork ;
        owl:inverseOf       :isPreviousLocationOf ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: RV/RSE/RSER = 'era contenuto in' (versioni precedenti: 'sede di provenienza')"@it .

:hasUseType  a              owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega l'uso del bene con il suo tipo (attuale, precedente, storico)."@it , "This property relates a cultural entity's use to its use type."@en ;
        rdfs:domain         :Use ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "has use type"@en , "ha tipo d'uso"@it ;
        rdfs:range          :UseType ;
        rdfs:subPropertyOf  core:hasType ;
        owl:inverseOf       :isUseTypeOf ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale: UT/UTU/UTUT" .

:isResearchOn  a           owl:ObjectProperty ;
        rdfs:comment       "This property relates a research from which has been produced a cultural entity's catalogue record, to the cultural entity."@en , "Questa proprietà la ricerca nell'ambito della quale è stata redatta la scheda su un bene culturale al bene stesso."@it ;
        rdfs:domain        :Research ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "è ricerca su"@it , "is research on"@en ;
        rdfs:range         cis:CulturalEntity ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa SM e BDM 4.00: DR/DRT" .

:CurrentUse  a           :UseType , owl:NamedIndividual ;
        rdfs:comment     "This individual represents cultural entity current use."@en , "Questo individuo rappresenta l'uso attuale di un bene."@it ;
        rdfs:label       "Uso attuale"@it , "Current use"@en ;
        owl:versionInfo  "stable"@en , "stabile"@it .

:bibliographyLocalIdentifier
        a                   owl:DatatypeProperty , owl:FunctionalProperty ;
        rdfs:comment        "Questa proprietà rappresenta una sequenza numerica o alfanumerica che identifica il riferimento bibliografico in modo univoco nell'ambito di un repertorio locale."@it , "This property represents a numerical or alphanumeric sequence that uniquely identifies the bibliographic reference within a local repertoire."@en ;
        rdfs:domain         :Bibliography ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "codice identificativo locale della bibliografia"@it , "bibliography local identifier"@en ;
        rdfs:range          rdfs:Literal ;
        rdfs:subPropertyOf  a-cat:localIdentifier ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: DO/BIB/BIBH" .

:specificTime  a            owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega l'evento (realizzazione, demolizione, etc.) cui si riferisce una specifica cronologia di un bene culturale alla cronologia specifica, cioè la cronologia in anni (anche a cavallo di secoli diversi) o con date precise (nella forma \"aaaa/mm/gg\"). Nel caso in cui la cronologia corrisponda ad uno specifico anno, l'intervallo di tempo avrà lo stesso valore per data di inizio e data di fine."@it , "This property relates the event (creation, distruction) to which a dating of a cultural property is related to the \"specific time\", as the dating expressed in year or as a date yyyy/mm/dd."@en ;
        rdfs:domain         l0:EventOrSituation ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "specific time"@en , "cronologia specifica"@it ;
        rdfs:range          <https://w3id.org/italia/onto/TI/TimeInterval> ;
        rdfs:subPropertyOf  <https://w3id.org/italia/onto/TI/atTime> ;
        owl:inverseOf       :specificTimeOf ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale: DT/DTS/DTSI + DT/DTS/DTSV + DT/DTS/DTSF + DT/DTS/DTSL" .

:hasCommittent  a           owl:ObjectProperty ;
        rdfs:comment        "This property relates a situation where it is indicated a cultural entity's commission to the investor agent or institution."@en , "Questa proprietà collega una situazione in cui viene indicata la committenza di un bene culturale alla persona o istituzione committente."@it ;
        rdfs:domain         :Commission ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "has committent"@en , "ha committente"@it ;
        rdfs:range          l0:Agent ;
        rdfs:subPropertyOf  :hasRelatedAgent ;
        owl:inverseOf       :isCommittentIn ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: AU/CMM/CMMN" .

:hasFindingContextType
        a                   owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega il contesto di rinvenimento di un bene culturale, e in particolare di un reperto antropologico, al tipo di contesto."@it , "This property relates a cultural property (anthropological material) finding context to the type of context."@en ;
        rdfs:domain         :FindingContext ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "ha tipo di contesto di rinvenimento"@it , "has finding context type"@en ;
        rdfs:range          :FindingContextType ;
        rdfs:subPropertyOf  core:hasType ;
        owl:inverseOf       :isFindingContextTypeOf ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa AT 3.01: OG/OGC/OGCT" .

:hasAnomaly  a              owl:ObjectProperty ;
        rdfs:comment        "This property relates a photo interepretation rendering to an anomaly revealed by a survey."@en , "Questa proprietà collega una fotointerpretazione o fotorestituzione a un'anomalia rilevata nel corso dell'indagine."@it ;
        rdfs:domain         :PhotoInterpretationRendering ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "ha anomalia"@it , "has anomaly"@en ;
        rdfs:range          :Anomaly ;
        rdfs:subPropertyOf  core:hasSituation ;
        owl:inverseOf       :isAnomalyOf ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: RE/FOI/FOIA + RE/FOI/FOIQ + RE/FOI/FOIF" .

:isMemberOfCollectionOf
        a                  owl:ObjectProperty ;
        rdfs:comment       "This property relates a cultural property to the class that represents the membership relation between this cultural property and a collection."@it , "Questa proprietà collega un bene culturale mobile alla classe che rappresenta l'appartenenza del bene culturale a una collezione in un certo intervallo di tempo."@it ;
        rdfs:domain        cis:CulturalEntity ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "è membro di collezione di"@it , "is member of collection of"@en ;
        rdfs:range         :CollectionMembership ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "UB/COL" .

:isCollectionIn  a         owl:ObjectProperty ;
        rdfs:comment       "Questa proprietà, inversa a \"ha collezione\", rappresenta la partecipazione di una collezione nel rapporto tra una collezione e un bene culturale che ne fa parte, in un certo intervallo di tempo."@it , "This property relates a collection to the relationship (membership) between the collection itself and a cultural property that is member of it."@en ;
        rdfs:domain        cis:CollectionCulEnt ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "is collection in"@en , "è collezione in"@it ;
        rdfs:range         :CollectionMembership ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "UB/COL/COLD" .

:isMusicalEnsembleOf  a     owl:ObjectProperty ;
        rdfs:comment        "This property relates the musical ensamble where an instument is (or were) played to the related musical instrument."@en , "Questa proprietà collega il gruppo di musicisti (bande, complessi musicali, associazioni corali, ecc.) in cui uno strumento assume, o ha assunto, abitualmente un ruolo esecutivo al relativo strumento musicale."@it ;
        rdfs:domain         l0:Agent ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "è organico musicale di"@it , "is musical ensemble of"@en ;
        rdfs:range          cis:CulturalEntity ;
        rdfs:subPropertyOf  :isAgentRelatedTo ;
        owl:versionInfo     "stabile"@it , "stable"@en .

:isCulturalPropertyEstimateOf
        a                   owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega una stima di un bene culturale al bene culturale stimato."@it , "This property relates a cultural property estimate to the estimated cultural property."@en ;
        rdfs:domain         :CulturalPropertyEstimate ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "is cultural property estimate of"@en , "è stima del bene culturale"@it ;
        rdfs:range          cis:CulturalEntity ;
        rdfs:subPropertyOf  :isEstimateOf ;
        owl:versionInfo     "stable"@en , "stabile"@it .

:isSurveyScientificDirectorOf
        a                   owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega il responsabile scientifico di un'indagine alla relativa indagine."@it , "This property relates the scientific director of a survey to the related survey."@en ;
        rdfs:domain         l0:Agent ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "è responsabile scientifico dell'indagine di"@it , "is survey scientific director of"@en ;
        rdfs:range          :Survey ;
        rdfs:subPropertyOf  :isAgentRelatedTo ;
        owl:versionInfo     "stable"@en , "stabile"@it .

:hasGenus  a                owl:FunctionalProperty , owl:ObjectProperty ;
        rdfs:comment        "This property relates a biological taxon to the genus, that is one of the concept of the taxon."@en , "Questa proprietà collega una tassonomia biologica al genere, che è uno dei concetti della tassonomia."@it ;
        rdfs:domain         :BiologicalTaxon ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "ha genere"@it , "has genus"@en ;
        rdfs:range          :Genus ;
        rdfs:subPropertyOf  core:hasConcept ;
        owl:inverseOf       :isGenusIn ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa AT: OG/OGS/OGSG" .

core:isPartOf  a  owl:ObjectProperty .

:framework  a              owl:DatatypeProperty ;
        rdfs:comment       "Questa proprietà rappresenta la situazione in cui si svolge l'intervento di restauro. Nel caso in cui l’intervento sul bene sia in corso al momento della schedatura e non risulti ancora concluso, il valore di questa proprietà sarà \"intervento in corso\" con l'eventuale indicazione del luogo presso cui si sta effettuando."@it , "This property represents the framework in which the restoration is carried out."@en ;
        rdfs:domain        :ConservationIntervention ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "framework"@en , "situazione"@it ;
        rdfs:range         rdfs:Literal ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "RS/RST/RSTS" .

:isDatingEventOf  a       owl:ObjectProperty ;
        rdfs:comment      "Questa proprietà collega un evento relativo al bene culturale, cui si riferisce la specifica cronologia a una cronologia."@it , "This property relates an event involving the cultural property, which the dating is about, to a dating."@en ;
        rdfs:domain       l0:EventOrSituation ;
        rdfs:isDefinedBy  <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label        "is dating event of"@en , "è evento relativo alla datazione di"@it ;
        rdfs:range        :Dating ;
        owl:versionInfo   "stabile"@it , "stable"@en .

:InterventionType  a       owl:Class ;
        rdfs:comment       "Questa classe rappresenta il tipo di intervento (a fini conservativi o di altro tipo) che ha interessato un bene culturale."@it , "This class represents the type of intervention on a cultural property."@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Tipo di intervento"@it , "Intervention type"@en ;
        rdfs:subClassOf    core:Type ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: valori di CO/RST/RSTI - Normativa VeAC: CO/RIA (riadattamento/modifica) - Normativa CA: RO/RIS (intervento successivo)"@it .

:hasSECIdentifier  a        owl:ObjectProperty ;
        rdfs:comment        "This property relates the current inventory to the patrimonial code of a cultural property, referring to the SEC classification 1995."@en , "Questa proprietà collega un inventario patrimoniale al codice SEC (modello 15) attribuito al bene."@it ;
        rdfs:domain         :CurrentInventory ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "has SEC identifier"@en , "ha codice SEC"@it ;
        rdfs:range          :SECIdentifier ;
        rdfs:subPropertyOf  core:hasCategory ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: UB/INP/INPS" .

:hasProponentAgency  a      owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega un'entità, che può essere direttamente il bene culturale o specificamente il provvedimento di tutela relativo al bene culturale, all'ente proponente, ovvero al soggetto che ha proposto il provvedimento, identificato per mezzo della denominazione per esteso oppure, nel caso di Enti accreditati dall'ICCD, del relativo codice assegnato dall'Istituto. 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à. Nell'ontologia questa relazione è modellata anche, in maniera più espressiva, dalla classe AgentRole, che permette di collegare l'agente e il suo ruolo."@it , "This property relates an entity (e.g a cultural entity or a cultual entity's protective measure) to the proposing institution. In the ontology this relationship is modelled also by the class AgentRole which allows more expressiveness."@en ;
        rdfs:domain         [ a            owl:Class ;
                              owl:unionOf  ( cis:CulturalEntity :ProtectiveMeasure )
                            ] ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "has proponet agency"@en , "ha ente proponente"@it ;
        rdfs:range          l0:Agent ;
        rdfs:subPropertyOf  :hasRelatedAgent ;
        owl:inverseOf       :isProponentAgencyOf ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: TU/NVC/NVCA; Versioni precedenti: CD/EPR" .

:hasTitleType  a            owl:ObjectProperty ;
        rdfs:comment        "This property relates a cultural entity's title to its title type."@en , "Questa proprietà collega un titolo di un bene culturale al tipo di titolo."@it ;
        rdfs:domain         :Title ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "has title type"@en , "ha tipo di titolo"@it ;
        rdfs:range          :TitleType ;
        rdfs:subPropertyOf  core:hasType ;
        owl:inverseOf       :isTitleTypeOf ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "OG/SGT/SGTP; SG/SGL/SGLT; SG/SGL/SGLL; OG/SGT/SGTR; DA/AID/AIDN; SG/SGL/SGLA; DA/AID/AIDT; OG/SGT/SGTT" .

:Tomb   a                  owl:Class ;
        rdfs:comment       "Questa classe rappresenta una deposizione funeraria."@it , "This class represents a tomb."@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Deposizione funeraria"@it , "Tomb"@en ;
        rdfs:subClassOf    l0:Object ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :isTombOf ;
                             owl:someValuesFrom  :ArchaeologicalExcavation
                           ] ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: RE/DSC/DSCS" .

:hasAcquisition  a          owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega un bene culturale coinvolto in un evento di acquisizione all'acquisizione stessa."@it , "This property relates a cultual property involved in an acquisition event to the actual acquisition."@en ;
        rdfs:domain         cis:CulturalEntity ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "ha acquisizione"@it , "has acquisition"@en ;
        rdfs:range          :Acquisition ;
        rdfs:subPropertyOf  core:hasSituation ;
        owl:inverseOf       :isAcquisitionOf ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: TU/ACQ" .

:acquisitionLocation  a    owl:DatatypeProperty ;
        rdfs:comment       "This property represents the place where an acquisition event, generally expressed, based on the available data, took place, in the form: \"Region / abbreviation province / full name of the Municipality / locality or toponym\""@en , "Questa proprietà rappresenta il luogo in cui è avvenuto un evento di acquisizione, generalmente espresso, in base ai dati disponibili, nella forma: \"Regione/sigla provincia/denominazione per esteso del Comune/località o toponimo\""@it ;
        rdfs:domain        :Acquisition ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "luogo di acquisizione"@it , "acquisition location"@en ;
        rdfs:range         rdfs:Literal ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: TU/ACQ/ACQL" .

:hasAuthorshipAttribution
        a                   owl:ObjectProperty ;
        rdfs:comment        "Proprietà che lega un oggetto culturale a un'attribuzione di autore o di responsabilità relativa all'oggetto."@it , "This property relates a cultural entity to an authorship or resposibility attribution of the entity."@en ;
        rdfs:domain         cis:CulturalEntity ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "has authorship attribution"@en , "ha attribuzione di autore/responsabilità"@it ;
        rdfs:range          :AuthorshipAttribution ;
        rdfs:subPropertyOf  core:hasSituation ;
        owl:inverseOf       :isAuthorshipAttributionOf ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: AU/AUT; AU/ATB; AU/AAT" .

:Acquisition  a            owl:Class ;
        rdfs:comment       "This class represents a situation in which a cultural property is acquired, passing from an owner to another, and has a particular legal situation."@en , "Questa classe rappresenta un evento in cui un bene culturale è stato acquisito e si trova in una certa condizione giuridica."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Acquisition"@en , "Acquisizione"@it ;
        rdfs:subClassOf    core:Situation ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :hasAcquisitionType ;
                             owl:someValuesFrom  :AcquisitionType
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     :acquisitionLocation
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  l0:Agent ;
                             owl:onProperty     :hasPreviousOwner
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     <https://w3id.org/italia/onto/TI/time>
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :isAcquisitionOf ;
                             owl:someValuesFrom  cis:CulturalEntity
                           ] ;
        dc:description     "An example of usage of the class 'Acquisition' is the following:\n\nresource:Acquisition/1200865053-acquisition-1\n        a  cd:Acquisition ;\n        rdfs:label  \"Acquisition 1 of cultural property: 1200865053\"@it ;\n        cd:hasAcquisitionType resource:AcquisitionType/donazione ;\n        cd:hasPreviousOwner resource:Agent/auriti-giacinto ;\n        tiapit:time \"1963\" ."@en , "Un esempio d'uso della classe 'Acquisizione' è il seguente:\n\nresource:Acquisition/1200865053-acquisition-1\n        a  cd:Acquisition ;\n        rdfs:label  \"Acquisizione 1 del bene culturale: 1200865053\"@it ;\n        cd:hasAcquisitionType resource:AcquisitionType/donazione ;\n        cd:hasPreviousOwner resource:Agent/auriti-giacinto ;\n        tiapit:time \"1963\" ."@it ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: TU/ACQ" .

:isPhotographicSeriesIn
        a                  owl:ObjectProperty ;
        rdfs:comment       "This property relates a photographic series to the class that represents the membership relation between this photographic series and a cultural property that is member of it."@en , "Questa proprietà, inversa a \"ha serie\", collega una serie fotografica editoriale al rapporto tra la serie e un bene fotografico che ne fa parte."@it ;
        rdfs:domain        :PhotographicSeries ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "è serie fotografica in"@it , "is photographic series in"@en ;
        rdfs:range         :PhotographicSeriesMembership ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale: PD/SFI; PD/SSI" .

a-cat:localIdentifier
        a       owl:DatatypeProperty .

cis:CulturalEntity  a  owl:Class .

<https://w3id.org/arco/ontology/denotative-description/Counterstamp>
        a       owl:Class .

:hasUser  a                 owl:ObjectProperty ;
        rdfs:comment        "This property relates an entity to the user, intended as the agent who employed the entity."@en , "Questa proprietà collega un'entità a un utente, inteso come agente che ha fatto uso di quell'entità. Per esempio, può collegare un'occasione in cui un vestimento antico o contemporaneo è stato indossato da una persona al fruitore stesso, oppure un particolare uso di un bene culturale al tipo di utente coinvolto in quell'uso."@it ;
        rdfs:domain         owl:Thing ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "ha utente"@it , "has user"@en ;
        rdfs:range          l0:Agent ;
        rdfs:subPropertyOf  :hasRelatedAgent ;
        owl:inverseOf       :isUserOf ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale: UT/UTU/UTUN; Normativa VeAC: AU/FRU/FRUF" .

:isDetectionMethodOf  a     owl:ObjectProperty ;
        rdfs:comment        "This property relates the detection method of a cultural property to the cultural property itself."@en , "Questa proprietà collega la modalità di individuazione di un bene culturale al bene culturale stesso."@it ;
        rdfs:domain         :DetectionMethod ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "è metodo di individuazione di"@it , "is detection method of"@en ;
        rdfs:range          cis:CulturalEntity ;
        rdfs:subPropertyOf  core:isMethodOf ;
        owl:versionInfo     "stable"@en , "stabile"@it .

:DocumentationType  a      owl:Class ;
        rdfs:comment       "Questa classe rappresenta il tipo di documentazione."@it , "This class represents the type of documentation."@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Tipo di documentazione"@it , "Documentation type"@en ;
        rdfs:subClassOf    core:Type ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "FTAP, DRAT, FNTP (+VDCP, REGP), ADMP (v. 3.00 e 3.01)"@it .

:isResponsibilityFor  a    owl:ObjectProperty ;
        rdfs:comment       "This property relates the attribution of a responsibility to an agent, relating to the activities of production and dissemination of photographic heritage (e.g.: committent, editor, printer, dedicatee, etc.) to photographic heritage."@en ;
        rdfs:domain        :Responsibility ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "is responsibility for"@en , "è responsibilità su"@it ;
        rdfs:range         cis:CulturalEntity ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa F: PD/PDF" .

:isArchivalRecordSetIn
        a                  owl:ObjectProperty ;
        rdfs:comment       "Questa proprietà, inversa a \"ha unità archivistica complessa\", collega una unità archivistica complessa al rapporto tra l'unità stessa e un bene culturale che ne fa parte."@it , "This property relates an archival record set to the relationship (membership) between the set itself and a cultural property that is member of it."@en ;
        rdfs:domain        :ArchivalRecordSet ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "è unità archivistica complessa in"@it , "is archival record set in"@en ;
        rdfs:range         :ArchivalRecordSetMembership ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa F: UB/UBF" .

:isReproducedBy  a         owl:ObjectProperty ;
        rdfs:comment       "This property relates a print to the reproduction of that print in a publication."@en , "Questa proprietà collega una stampa con la sua riproduzione contenuta in una pubblicazione, di cui la stampa è, o è stata, parte integrante."@it ;
        rdfs:domain        cis:CulturalEntity ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "is reproduced by"@en , "è riprodotto da"@it ;
        rdfs:range         :Reproduction ;
        owl:inverseOf      :reproduces ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa S 3: RO/ADL" .

terms:issued  a  owl:AnnotationProperty .

:hasArchaeometricDiagnosticSurveyType
        a                   owl:ObjectProperty ;
        rdfs:comment        "This property relates an arecheometric diagnostic survey to its type (i.e. thermal imaging, coring)."@en , "Questa proprietà collega un'indagine archeometrica e diagnostica al suo tipo (es.: analisi della malta, carotaggio, termografia, etc.)"@it ;
        rdfs:domain         :ArchaeometricDiagnosticSurvey ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "has archaeometric diagnostic survey type"@en , "ha tipo di indagine archeometrica e diagnostica"@it ;
        rdfs:range          :ArchaeometricDiagnosticSurveyType ;
        rdfs:subPropertyOf  core:hasType ;
        owl:inverseOf       :isArchaeometricDiagnosticSurveyTypeOf ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: RE/IND/INDI - ICCD normative di versioni precedenti: RE/AIN/AINT"@it .

core:Concept  a  owl:Class .

:hasEditor  a               owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega un'edizione all'editore."@it , "This property relates an edition to its editor."@en ;
        rdfs:domain         :Edition ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "has editor"@en , "ha editore"@it ;
        rdfs:range          l0:Agent ;
        rdfs:subPropertyOf  :hasRelatedAgent ;
        owl:inverseOf       :isEditorOf ;
        owl:versionInfo     "stable"@en , "stabile"@it .

:hasDocumentation  a       owl:ObjectProperty ;
        rdfs:comment       "This property relates a cultural entity to the documentation related to the cutultural entity described in a catalogue record."@en , "Questa proprietà collega un bene culturale alla documentazione che riguarda il bene descritto in una scheda di catalogo."@it ;
        rdfs:domain        owl:Thing ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "ha documentazione"@it , "has documentation"@en ;
        rdfs:range         :Documentation ;
        owl:inverseOf      :isDocumentationOf ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: tutti i campi strutturati di DO tranne BIB"@it .

:hasIssuingState  a         owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega l'emissione della moneta alla realtà statuale emittente, coeva all'emissione della moneta. Questa proprietà, esprimendo il significato della relazione nel nome, dà una rappresentazione semplificata della relazione che lega questa entità e l'agente; la stessa relazione è rappresentata attraverso una n-ary relation, arco-core:AgentRole, che permette di collegare l'agente al ruolo che riveste nei confronti dell'entità."@it , "This property relates the coin issuance to the issuing State of that historic period. In the ontology this relationship is modelled also by the class AgentRole which allows more expressiveness."@en ;
        rdfs:domain         :CoinIssuance ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "ha Stato emittente"@it , "has issuing State"@en ;
        rdfs:range          l0:Agent ;
        rdfs:subPropertyOf  :hasRelatedAgent ;
        owl:inverseOf       :isIssuingStateIn ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa NU: DA/AUE/AUES - ICCD Normativa OA (dopo il rilascio della specifica scheda NU nel 2004 la scheda OA non è stata più utilizzata per la catalogazione di monete e medaglie): AU/EDT/EDTA"@it .

:isCoinMemberOf  a          owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega una moneta a una serie di monete di cui è membro."@it , "This property relates a coin to a numismatic series which is member of."@en ;
        rdfs:domain         cis:CulturalEntity ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "is coin member of"@en , "è moneta membro di"@it ;
        rdfs:range          :NumismaticSeries ;
        rdfs:subPropertyOf  l0:isMemberOf ;
        owl:versionInfo     "stable"@en , "stabile"@it .

:hasAnomalyType  a          owl:ObjectProperty ;
        rdfs:comment        "This property relates an anomaly revealed by a photo interpretation rendering to its anomaly type (line, point, poligony anomaly)."@en , "Questa proprietà collega un'anomalia rilevata nel corso di una fotointerpretazione o fotorestituzione al tipo di anomalia (puntuale, lineare, areale)."@it ;
        rdfs:domain         :Anomaly ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "ha tipo di anomalia"@it , "has anomaly type"@en ;
        rdfs:range          :AnomalyType ;
        rdfs:subPropertyOf  core:hasType ;
        owl:inverseOf       :isAnomalyTypeOf ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: RE/FOI/FOIQ" .

:hasIssuer  a               owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega l'emissione della moneta al soggetto emittente. Questa proprietà, esprimendo il significato della relazione nel nome, dà una rappresentazione semplificata della relazione che lega questa entità e l'agente; la stessa relazione è rappresentata attraverso una n-ary relation, arco-core:AgentRole, che permette di collegare l'agente al ruolo che riveste nei confronti dell'entità."@it , "This property relates to coin's issuance to the issuer agent. In the ontology this relationship is modelled also by the class AgentRole which allows more expressiveness."@en ;
        rdfs:domain         :CoinIssuance ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "has issuer"@en , "ha soggetto emittente"@it ;
        rdfs:range          l0:Agent ;
        rdfs:subPropertyOf  :hasRelatedAgent ;
        owl:inverseOf       :isIssuerIn ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa NU: DA/AUE/AUEE - ICCD Normativa OA (dopo il rilascio della specifica scheda NU nel 2004 la scheda OA non è stata più utilizzata per la catalogazione di monete e medaglie): AU/EDT/EDTN"@it .

:isProponentAgencyOf  a     owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega all'ente proponente, ovvero il soggetto che ha proposto il provvedimento (identificato per mezzo della denominazione per esteso oppure, nel caso di Enti accreditati dall'ICCD, del relativo codice assegnato dall'Istituto) al provvedimento di tutela relativo al bene culturale, oppure direttamente al bene culturale. 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à. Nell'ontologia questa relazione è modellata anche, in maniera più espressiva, dalla classe AgentRole, che permette di collegare l'agente e il suo ruolo."@it , "This property relates an agent that is a proponent agency of a protective measure of a cultural property to the protective measure or to the cultural entity itself. The relation is declared in the name of the property, but within the ontology this relation is also modeled, in a more expressive way, through the class AgentRole."@en ;
        rdfs:domain         l0:Agent ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "is proponent agency of"@en , "è ente proponente di"@it ;
        rdfs:range          [ a            owl:Class ;
                              owl:unionOf  ( cis:CulturalEntity :ProtectiveMeasure )
                            ] ;
        rdfs:subPropertyOf  :isAgentRelatedTo ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: TU/NVC/NVCA" .

:DerivatedWork  a          owl:Class ;
        rdfs:comment       "This class represents a derivated work of a cultural property (copy, reuse, facsimile, forgery), created by the same author or by another author."@en , "Questa classe rappresenta una derivazione del bene catalogato (reimpiego, copia, contraffazione, replica, controtipo) prodotta dallo stesso o da altro autore."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Derivated work"@en , "Opera derivata"@it ;
        rdfs:subClassOf    cis:CulturalEntity ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :DerivatedWorkType ;
                             owl:onProperty     :hasDerivatedWorkType
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     :derivatedWorkLocation
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  l0:Agent ;
                             owl:onProperty     :hasAuthor
                           ] ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa S 3: RO/COP - Normativa F: RO/CRF - Normative RA, SMO, PST, OAC, OA, MI, D, NU: RO/REI - Normative CA, MA: RO/RIU" .

:isUseFunctionOf  a       owl:ObjectProperty ;
        rdfs:comment      "This property relates the use function of an entity to the related entity."@en , "Questa proprietà collega la funzione d'uso di un'entità alla relativa entità."@it ;
        rdfs:domain       :UseFunction ;
        rdfs:isDefinedBy  <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label        "è funzione d'uso di"@it , "is use function of"@en ;
        rdfs:range        owl:Thing ;
        owl:versionInfo   "stable"@en , "stabile"@it .

l0:Agent  a     owl:Class .

:ArchaeometricDiagnosticSurvey
        a                  owl:Class ;
        rdfs:comment       "This class represents a particular type of survey on a cultural property, that is an archaeometric and diagnostic survey (coring, geophysical prospecting, etc.)."@en , "Questa classe rappresenta un tipo particolare di indagine su bene culturale, ovvero un'indagine archeometrica e diagnostica (carotaggi, prospezioni geofisiche, analisi di vario tipo)."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Indagine archeometrica e diagnostica"@it , "Archaeometric and diagnostic survey"@en ;
        rdfs:subClassOf    :Survey ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  l0:Agent ;
                             owl:onProperty     :hasActivityOperator
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :ArchaeometricDiagnosticSurveyType ;
                             owl:onProperty     :hasArchaeometricDiagnosticSurveyType
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  l0:Agent ;
                             owl:onProperty     :hasActivitySponsor
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     :report
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  l0:Agent ;
                             owl:onProperty     :hasActivityResponsible
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :SurveyMotivation ;
                             owl:onProperty     :hasSurveyMotivation
                           ] ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: RE/IND - ICCD normative di versioni precedenti: RE/AIN"@it .

core:AgentRole  a  owl:Class .

:SurveyMotivation  a      owl:Class ;
        rdfs:comment      "This class represents the main motivation of a survey."@en , "Questa classe rappresenta il motivo principale che ha determinato una ricognizione archeologica o uno scavo archeologico."@it ;
        rdfs:isDefinedBy  <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label        "Survey Motivation"@en , "Motivo di indagine"@it ;
        rdfs:subClassOf   l0:Description ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:onProperty      :isSurveyMotivationOf ;
                            owl:someValuesFrom  :Survey
                          ] ;
        owl:versionInfo   "stable"@en , "stabile"@it .

:hasResearchScientificDirector
        a                   owl:ObjectProperty ;
        rdfs:comment        "This property relates a research to the research's scientific responsible. In the ontology this relationship is modelled also by the class AgentRole which allows more expressiveness."@en , "Questa proprietà collega una ricerca al responsabile scientifico della ricerca. La relazione tra il ruolo e l'agente che lo riveste è espressa nel nome della proprietà, che quindi ne fornisce una rappresentazione semplificata, con ridotta espressività. Nell'ontologia questa relazione è modellata anche, in maniera più espressiva, dalla classe AgentRole, che permette di collegare l'agente e il suo ruolo."@it ;
        rdfs:domain         :Research ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "ha responsabile scientifico della ricerca"@it , "has research scientific director"@en ;
        rdfs:range          l0:Agent ;
        rdfs:subPropertyOf  :hasRelatedAgent ;
        owl:inverseOf       :isResearchScientificDirectorOf ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa SM e BDM 4.00: DR/DRR" .

:ArchaeologicalPropertySurvey
        a                  owl:Class ;
        rdfs:comment       "This class represents a particular type of survey on a cultural property, that is a survey on anthropological materials (e.g.: chemical analysis, histological analysis, CT scan, etc.)."@en , "Questa classe rappresenta un'indagine su una tipologia particolare di bene archeologico, ovvero i reperti antropologici (es.: analisi istologica, analisi chimica, TC, etc.)."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Indagine su bene archeologico"@it , "Archaeological property survey"@en ;
        rdfs:subClassOf    :Survey ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :ArchaeologicalPropertySurveyType ;
                             owl:onProperty     :hasArchaeologicalPropertySurveyType
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :SurveyMotivation ;
                             owl:onProperty     :hasSurveyMotivation
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     :technicalDocumentation
                           ] ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa AT 3.01: IN/INI" .

CLV:Feature  a  owl:Class .

:ReproductionPosition
        a                  owl:Class ;
        rdfs:comment       "Questa classe rappresenta la posizione fisica della riproduzione della stampa all'interno della pubblicazione, che rappresenta quindi una derivazione della stampa stessa."@it , "This class represents the phisical position of a printed reproduction in a publication."@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Reproduction position"@en , "Posizione della riproduzione"@it ;
        rdfs:subClassOf    l0:Location ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :isReproductionPositionOf ;
                             owl:someValuesFrom  :Reproduction
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     :pageOrTableNumber
                           ] ;
        owl:disjointWith   :StratigraphicUnit ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa S 3: RO/ADL/ADLP"@it .

:isRelatedWorkInvolvedIn
        a                 owl:ObjectProperty ;
        rdfs:comment      "This property relates a work related to a cultural property (e.g.: a preparatory work, a prototype, a copy, a reuse, etc.) to the situation in which that work is related to the cultural property itself."@en , "Questa proprietà collega un'opera collegata a un bene culturale al rapporto tra l'opera e il bene culturale (es.: un lavoro preparatorio, un prototipo, una copia, un reimpiego di tutto il bene o di una sua parte, ecc.)"@it ;
        rdfs:domain       cis:CulturalEntity ;
        rdfs:isDefinedBy  <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label        "è opera collegata coinvolta in"@it , "is related work involved in"@en ;
        rdfs:range        :RelatedWorkSituation ;
        owl:versionInfo   "stable"@en , "stabile"@it .

l0:Collection  a  owl:Class .

:isRelatedWorkSituationOf
        a                 owl:ObjectProperty ;
        rdfs:comment      "This property, inverse of 'has related work situation', relates a situation in which a cultural property is related to another work, that could even be another cultural property, to the cultural property."@en , "Questa proprietà, inversa di 'ha rapporto con opera collegata', collega la relazione tra il bene culturale e un'altra opera che ne costituisce una fase preparatoria o che ne rappresenta la fase finale al bene culturale stesso."@it ;
        rdfs:domain       :RelatedWorkSituation ;
        rdfs:isDefinedBy  <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label        "è rapporto con opera collegata di"@it , "is related work situation of"@en ;
        rdfs:range        cis:CulturalEntity ;
        owl:versionInfo   "stable"@en , "stabile"@it .

:hasOwner  a                owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega una condizione giuridica al proprietario dell'oggetto che si trova in quella condizione."@it , "This property relates a legal situation to the owner of the object that is in that legal situation."@en ;
        rdfs:domain         :LegalSituation ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "ha proprietario"@it , "has owner"@en ;
        rdfs:range          l0:Agent ;
        rdfs:subPropertyOf  :hasRelatedAgent ;
        owl:inverseOf       :isOwnerIn ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: TU/CDG/CDGS" .

:SexInterpretation  a      owl:Class ;
        rdfs:comment       "This class represents the interpretation of the sex of an anthropological material."@en , "Questa classe rappresenta la stima del sesso di un reperto antropologico."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Interpretazione del sesso"@it , "Sex interpretation"@en ;
        rdfs:subClassOf    :Interpretation ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :sex ;
                             owl:someValuesFrom  rdfs:Literal
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :isSexInterpretationOf ;
                             owl:someValuesFrom  cis:CulturalEntity
                           ] ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa AT: DA/STS" .

:isIssuerIn  a              owl:ObjectProperty ;
        rdfs:comment        "Questa è la proprietà inversa di \"ha emittente\"."@it , "This is the inverse property of \"has issuer\"."@en ;
        rdfs:domain         l0:Agent ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "is issuer in"@en , "è emittente in"@it ;
        rdfs:range          :CoinIssuance ;
        rdfs:subPropertyOf  :isAgentRelatedTo ;
        owl:versionInfo     "stabile"@it , "stable"@it .

l0:isTopicOf  a  owl:ObjectProperty .

l0:Characteristic  a  owl:Class .

:isDocumentationOf  a      owl:ObjectProperty ;
        rdfs:comment       "This property relates a documentation to an entity. For example, it can relates a documentation concerning a cultural property described in a catalogue record to that cultural property."@en , "Questa proprietà collega una documentazione a un'entità che viene documentata. Per esempio, può collega una documentazione che riguarda il bene descritto in una scheda di catalogo al bene stesso."@it ;
        rdfs:domain        :Documentation ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "è documentazione di"@it , "is documentation of"@en ;
        rdfs:range         owl:Thing ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: tutti i campi strutturati di DO tranne BIB"@it .

:Reliability  a            owl:Class ;
        rdfs:comment       "This class represents the reliability level of detected information relative to photo interpretation rendering."@en , "Questa classe rappresenta il livello di affidabilità delle informazioni rilevate nell'indagine di fotointerpretazione/fotorestituzione."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Reliability"@en , "Affidabilità"@it ;
        rdfs:subClassOf    l0:Characteristic ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :PhotoInterpretationRendering ;
                             owl:onProperty     [ owl:inverseOf  :hasReliability ]
                           ] ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: RE/FOI/FOIO" .

:DetectionMethod  a        owl:Class ;
        rdfs:comment       "This class represents the method of detection that allowed the detection of a cultural property and which is indicative of the type and consistency of some information in the catalogue record that describes it (e.g.: coring, archive data, oral sources)."@en , "Questa classe rappresenta la modalità di individuazione che ha consentito l'individuazione di un bene culturale e che è indicativa della tipologia e della consistenza di alcune informazioni presenti nella scheda di catalogo che lo descrive (es.: carotaggio, dati di archivio, fonti orali)."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Detection Method"@en , "Metodo di individuazione"@it ;
        rdfs:subClassOf    core:Method ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :isDetectionMethodOf ;
                             owl:someValuesFrom  cis:CulturalEntity
                           ] ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: OG/OGM" .

:inventoryIdentifier  a     owl:DatatypeProperty ;
        rdfs:comment        "This property represents the inventory identifier attributed by a juridical container to a cultural property."@en , "Questa proprietà rappresenta il codice di inventario nella forma numerica o alfanumerica attribuita dalla struttura conservativa (soprintendenza, museo, galleria, deposito, ecc.) che ha effettuato l'inventariazione del bene."@it ;
        rdfs:domain         :Inventory ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "inventory identifier"@en , "codice d'inventario"@it ;
        rdfs:range          rdfs:Literal ;
        rdfs:subPropertyOf  l0:identifier ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "UB/INV/INVN" .

:hasDating  a               owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega un'entità alla sua cronologia."@it , "This property relates an entity to its dating."@en ;
        rdfs:domain         owl:Thing ;
        rdfs:isDefinedBy    "https://w3id.org/arco/context-description/" ;
        rdfs:label          "ha cronologia"@it , "has dating"@en ;
        rdfs:range          :Dating ;
        rdfs:subPropertyOf  core:hasSituation ;
        owl:inverseOf       :isDatingOf ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: DT - ICCD Normative F, RA, SMO, PST, S, OAC, OA, MI, D, NU: RO/ROF" .

:derivatedWorkLocation
        a                  owl:DatatypeProperty ;
        rdfs:comment       "Questa proprietà rappresenta la localizzazione geografica e collocazione specifica dell'opera derivata dal bene culturale."@it , "This property represents derivated work's geographical and specific location."@en ;
        rdfs:domain        :DerivatedWork ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "collocazione dell'opera derivata"@it , "derivated work location"@en ;
        rdfs:range         rdfs:Literal ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normative F, RA, SMO, PST, S, OAC, OA, MI, D, NU: RO/ROF/ROFC - Normativa S: RO/COP/COPC - Normativa F: RO/CRF/CRFC"@it .

:AlternativeAuthorshipAttribution
        a                  owl:Class ;
        rdfs:comment       "Questa classe rappresenta un'attribuzione di autore superata, alternativa o tradizionale."@it , "This class represents an authorship attribution alternative to the preferred one."@en ;
        rdfs:label         "Attribuzione Alternativa di Autore"@it , "Alternative Authorship Attribution"@en ;
        rdfs:subClassOf    :AuthorshipAttribution ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     :authorIntervention
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :hasAttributedAuthor ;
                             owl:someValuesFrom  l0:Agent
                           ] ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "AU/AAT" .

dc:title  a     owl:AnnotationProperty .

:isWorkRelatedTo  a       owl:ObjectProperty ;
        rdfs:comment      "Questa è la proprietà inversa a \"ha opera collegata\"."@it , "This is the inverse property of \"has related work\"."@en ;
        rdfs:domain       cis:CulturalEntity ;
        rdfs:isDefinedBy  <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label        "è opera collegata a"@it , "is work related to"@en ;
        rdfs:range        cis:CulturalEntity ;
        owl:versionInfo   "stabile"@it , "stable"@en .

:hasSurveyScientificDirector
        a                   owl:ObjectProperty ;
        rdfs:comment        "This property relates a survey to its scientific director."@en , "Questa proprietà collega un'indagine al suo responsabile scientifico."@it ;
        rdfs:domain         :Survey ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "ha responsabile scientifico dell'indagine"@it , "has survey scientific director"@en ;
        rdfs:range          l0:Agent ;
        rdfs:subPropertyOf  :hasRelatedAgent ;
        owl:inverseOf       :isSurveyScientificDirectorOf ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: RE/RCG/RCGA; RE/DSC/DSCA; RE/FOI/FOIS" .

:isEditionOf  a            owl:ObjectProperty ;
        rdfs:comment       "This property relates an entity's edition to the entity."@en , "Questa proprietà collega un'edizione di un'entità all'entità stessa."@it ;
        rdfs:domain        :Edition ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "is edition of"@en , "è edizione di"@it ;
        rdfs:range         owl:Thing ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normative VeAC e AT 3.01: DO/BSE/BSEN - Normativa S 3.00: RO/ADL/ADLE."@it .

:ObservationSurveyType
        a                  owl:Class ;
        rdfs:comment       "Questa classe rappresenta il tipo di indagine di rilevamento (rilevamento nel contesto/ rilevamento decontestualizzato)."@it , "This class represents the type of observation survey (in the context / out of the context)."@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Tipo di indagine di rilevamento"@it , "Observation survey type"@en ;
        rdfs:subClassOf    core:Type ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa BDI 4.00: LA/PRM" .

l0:EventOrSituation  a  owl:Class .

:UseTypeUnavailable  a   :UseType , owl:NamedIndividual ;
        rdfs:comment     "This individual represents the lack of available data regarding the type of use of a cultural entity."@en , "Questo individuo rappresenta la mancanza di dati disponibili relativamente al tipo di uso di un bene."@it ;
        rdfs:label       "Use type unavailable"@en , "Tipo di uso non disponibile"@it ;
        owl:versionInfo  "stable"@en , "stabile"@it .

:StructuralUse  a        :UseTypeSpecification , owl:NamedIndividual ;
        rdfs:comment     "This individual represents cultural entity's structural use specifications."@en , "Questo individuo rappresenta le specifiche d'uso strutturale di un bene."@it ;
        rdfs:label       "Uso strutturale"@it , "Structural use"@en ;
        owl:versionInfo  "stable"@en , "stabile"@it .

:archivalRecordIdentifier
        a                   owl:DatatypeProperty , owl:FunctionalProperty ;
        rdfs:comment        "This property represents the identifier of an archival record."@en , "Questa proprietà rappresenta l'identificativo di un'unità documentaria."@it ;
        rdfs:domain         :ArchivalRecord ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "archival record identifier"@en , "identificativo di unità documentaria"@it ;
        rdfs:range          rdfs:Literal ;
        rdfs:subPropertyOf  l0:identifier ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa FF: PA/PAC/PACI; PA/PAC/PACA" .

:collectionLeavingReason
        a                  owl:DatatypeProperty ;
        rdfs:comment       "Questa proprietà rappresenta il motivo che ha determinato l'uscita da una collezione di un bene culturale."@it , "This property represents the reason that led a cultural entity to the exit from a collection."@en ;
        rdfs:domain        :CollectionMembership ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "collection leaving reason"@en , "motivo di uscita dalla collezione"@it ;
        rdfs:range         rdfs:Literal ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "UB/COL/COLM" .

:isExportImportCertificationTypeOf
        a                   owl:ObjectProperty ;
        rdfs:comment        "This property relates the type (i.e. delivery confirmation certification, free movement certification etc) of an import-export certification of a cultural entity to the rrelated certification."@en , "Questa proprietà collega la tipologia (es.: attestato di libera circolazione, licenza di esportazione definitiva, ecc) di una certificazione amministrativa di circolazione ed esportazione/importazione di un bene culturale alla relativa certificazione."@it ;
        rdfs:domain         :ExportImportCertificationType ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "is export import certification type of"@en , "è tipo di certificazione di esportazione o importazione di"@it ;
        rdfs:range          :ExportImportCertification ;
        rdfs:subPropertyOf  core:isTypeOf ;
        owl:versionInfo     "stabile"@it , "stable"@en .

:hasSurveySoundEngineer
        a                   owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega un'indagine di rilevamento di un bene demo-etno-antropologico al fonico professionista (diverso dal rilevatore) che ha effettuato la registrazione sonora. La relazione tra il ruolo e l'agente che lo riveste è espressa nel nome della proprietà, che quindi ne fornisce una rappresentazione semplificata, con ridotta espressività. Nell'ontologia questa relazione è modellata anche, in maniera più espressiva, dalla classe AgentRole, che permette di collegare l'agente e il suo ruolo."@it , "This property relates an observation survey of a demo-etno-antropologic entity to the sound engineer who recorded it. In the ontology this relationship is modelled also by the class AgentRole which allows more expressiveness."@en ;
        rdfs:domain         :ObservationSurvey ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "ha fonico dell'indagine"@it , "has survey sound engineer"@en ;
        rdfs:range          l0:Agent ;
        rdfs:subPropertyOf  :hasRelatedAgent ;
        owl:inverseOf       :isSurveySoundEngineerOf ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa BDI 3.00: DR/DRF" .

:technicalDocumentation
        a                  owl:DatatypeProperty ;
        rdfs:comment       "Questa proprietà rappresenta la documentazione relativa alle informazioni rilevate nel corso dell'indagine su reperto antropologico."@it , "This property represents documentation relating to information collected during survey on anthropological evidence."@en ;
        rdfs:domain        :ArchaeologicalPropertySurvey ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "technical documentation"@en , "documentazione tecnica"@it ;
        rdfs:range         rdfs:Literal ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa AT 3.01: IN/INI/INIZ" .

:isIssuingStateIn  a        owl:ObjectProperty ;
        rdfs:comment        "This is the inverse property of \"has issuing state\"."@en , "Questa è la proprietà inversa di \"ha stato emittente\"."@it ;
        rdfs:domain         l0:Agent ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "is issuing state in"@en , "è stato emittente in"@it ;
        rdfs:range          :CoinIssuance ;
        rdfs:subPropertyOf  :isAgentRelatedTo ;
        owl:versionInfo     "stable"@en , "stabile"@it .

:Reuse  a                  owl:NamedIndividual , :UseTypeSpecification , owl:Class ;
        rdfs:comment       "This class represents the reuse of a cultural property or of one of its parts."@en , "This class represents cultural entity's reuse."@en , "Questa classe rappresenta il riuso subito dal bene catalogato o da una sua parte."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Riuso"@it , "Reuse"@en ;
        rdfs:subClassOf    :DerivatedWork ;
        owl:versionInfo    "provvisoria"@en , "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normative RA, SMO, PST,  OAC, OA, MI, NU: RO/REI - ICCD Normative CA, MA: RO/RIU - ICCD Normativa F: ROP/CRF/CRFT = 'reimpiego'" .

:isCopyrightOf  a         owl:ObjectProperty ;
        rdfs:comment      "This is the inverse property of \"is copyright of\"."@en , "Questa è la proprietà inversa di \"ha diritti d'autore\"."@it ;
        rdfs:domain       :Copyright ;
        rdfs:isDefinedBy  <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label        "is copyright of"@en , "sono diritti d'autore di"@it ;
        rdfs:range        owl:Thing ;
        owl:versionInfo   "stabile"@it , "stable"@en .

:hasAlternativeDatingType
        a                   owl:ObjectProperty ;
        rdfs:comment        "This property relates an alternative dating to its type."@en , "Questa proprietà collega una datazione alternativa con la sua tipologia."@it ;
        rdfs:domain         :AlternativeDating ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "has alternative dating type"@en , "ha datazione alternativa"@it ;
        rdfs:range          :AlternativeDatingType ;
        rdfs:subPropertyOf  core:hasType ;
        owl:inverseOf       :isAlternativeDatingTypeOf ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale: DT/ADT/ADTT" .

:SurveyImage  a            owl:Class ;
        rdfs:comment       "This class represents the image analysed during a photo interpretation or rendering survey."@en , "Questa classe rappresenta l'immagine presa in esame nel corso di una fotointerpretazione o fotorestituzione."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Survey Image"@en , "Immagine di indagine"@it ;
        rdfs:subClassOf    l0:Object ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :isSurveyImageOf ;
                             owl:someValuesFrom  :PhotoInterpretationRendering
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     :surveyImageIdentifier
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :SurveyImageType ;
                             owl:onProperty     :hasSurveyImageType
                           ] ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: RE/FOI/FOIT + FOID" .

:Reproduction  a           owl:Class ;
        rdfs:comment       "This class represents the reproduction of an image, that is, or was, part of a publication."@en , "Questa classe rappresenta la riproduzione dell'immagine contenuta nella pubblicazione di cui la stampa è, o è stata, parte integrante."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Reproduction"@en , "Riproduzione"@it ;
        rdfs:subClassOf    l0:Object ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :isReproductionOf ;
                             owl:someValuesFrom  :PrintInPublication
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :ReproductionPosition ;
                             owl:onProperty     :hasReproductionPosition
                           ] ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa S 3: RO/ADL"@it .

:hasAgeOfDeathInterpretation
        a                   owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega un reperto antropologico alla stima dell'età della morte."@it , "This property relates an antropologic artifact to the interpretation of its age of death."@en ;
        rdfs:domain         cis:CulturalEntity ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "ha età della morte stimata"@it , "has age of death interpretation"@en ;
        rdfs:range          :AgeOfDeathInterpretation ;
        rdfs:subPropertyOf  core:hasSituation ;
        owl:inverseOf       :isAgeOfDeathInterpretationOf ;
        owl:versionInfo     "stabile"@it , "stable"@en .

:hasCoinMember  a           owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega una serie di monete a una moneta che ne è membro."@it , "This property relates a numismatic series to a coin that is member of it."@en ;
        rdfs:domain         :NumismaticSeries ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "ha moneta membro"@it , "has coin member"@en ;
        rdfs:range          cis:CulturalEntity ;
        rdfs:subPropertyOf  l0:hasMember ;
        owl:inverseOf       :isCoinMemberOf ;
        owl:versionInfo     "stabile"@it , "stable"@en .

:isMinterIn  a              owl:ObjectProperty ;
        rdfs:comment        "This is the inverse property of \"has minter\"."@en , "Questa è la proprietà inversa di \"ha zecchiere\"."@it ;
        rdfs:domain         l0:Agent ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "è zecchiere in"@it , "in minter in"@en ;
        rdfs:range          :CoinIssuance ;
        rdfs:subPropertyOf  :isAgentRelatedTo ;
        owl:versionInfo     "stabile"@it , "stable"@en .

:TitleType  a              owl:Class ;
        rdfs:comment       "Questa classe rappresenta il tipo di titolo di un oggetto (es.: originario, alternativo)."@it , "This class represents the type of an object title (e.g. original, alternative)"@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Title Type"@en , "Tipo di Titolo"@it ;
        rdfs:subClassOf    core:Type ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale: DA/AID/AIDN; DA/AID/AIDT - Normativa S e MI: OG/SGT/SGTP Normativa F: SG/SGL/SGLA; SG/SGL/SGLT; SG/SGL/SGLL - Altre normative di versioni precedenti alla 4.00: OG/SGT/SGTR; OG/SGT/SGTT - Normative VeAC e AT: DO/BSE/BSET e BSEC."@it .

:Edition  a                owl:Class ;
        rdfs:comment       "Questa classe rappresenta l'edizione di un'entità. Per esempio, l'edizione cartacea o digitale di un bene culturale o di un'opera collegata a un bene culturale (ad es. una pubblicazione contenente una stampa)."@it , "This class represents the edition of an entity (e.g. the print edition of a cultural property)."@en ;
        rdfs:isDefinedBy   "https://w3id.org/arco/context-description/" ;
        rdfs:label         "Edizione"@it , "Edition"@en ;
        rdfs:subClassOf    l0:Object ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  l0:Agent ;
                             owl:onProperty     :hasSecondaryAuthor
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  l0:Agent ;
                             owl:onProperty     :hasEditor
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  l0:Agent ;
                             owl:onProperty     :hasAuthor
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :isEditionOf ;
                             owl:someValuesFrom  owl:Thing
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     <https://w3id.org/italia/onto/TI/time>
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     :editionLocation
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :Title ;
                             owl:onProperty     :hasTitle
                           ] ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normative VeAC e AT 3.01: DO/BSE/BSEN - Normativa S 3.00: RO/ADL/ADLE."@it .

:useConditions  a          owl:FunctionalProperty , owl:DatatypeProperty ;
        rdfs:domain        :Use ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "modalità di uso"@it , "use conditions"@en ;
        rdfs:range         rdfs:Literal ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: UT/UTU/UTUM - BDM 2.00: UT/UTM - SMO, PTS 3.01: DA/UTM" .

:hasAnomalyOrigin  a        owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega un'anomalia rilevata durante una fotointerpretazione o fotorestituzione all'origine dell'anomalia (naturale, antropica, incerta)."@it , "This property relates an anomaly detected during a photo interpretation or rendering survey to the origin of the anomaly (e.g. natural, unsure)."@en ;
        rdfs:domain         :Anomaly ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "has anomaly origin"@en , "ha origine dell'anomalia"@it ;
        rdfs:range          :AnomalyOrigin ;
        rdfs:subPropertyOf  core:hasCharacteristic ;
        owl:inverseOf       :isAnomalyOriginOf ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: RE/FOI/FOIA" .

:CoinIssuance  a           owl:Class ;
        rdfs:comment       "Questa classe rappresenta l'emissione di una moneta, intesa come un evento collocato nel tempo, cui partecipano diversi agenti con diversi ruoli (Stato emittente, Zecca, Monetiere, etc.)"@it , "This class represents the issuance of a coin, at a particular time and with different agents participanting to it (Mint, Issuing State, etc.)"@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Coin issuance"@en , "Emissione di moneta"@it ;
        rdfs:subClassOf    core:Situation ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  l0:Agent ;
                             owl:onProperty     :hasIssuingState
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  l0:Agent ;
                             owl:onProperty     :hasMinter
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :isCoinIssuanceOf ;
                             owl:someValuesFrom  cis:CulturalEntity
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  l0:Agent ;
                             owl:onProperty     :hasMint
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  l0:Agent ;
                             owl:onProperty     :hasIssuer
                           ] ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa NU: DA/AUE - ICCD Normativa OA (dopo il rilascio della specifica scheda NU nel 2004 la scheda OA non è stata più utilizzata per la catalogazione di monete e medaglie): AU/EDT"@it .

:hasCopyrightHolder  a      owl:ObjectProperty ;
        rdfs:comment        "This property relates an entity's copyright to its copyright holder. In the ontology this relationship is modelled also by the class AgentRole which allows more expressiveness."@en , "Questa proprietà collega i diritti d'autore di un'entità al titolare dei diritti d'autore. Questa proprietà fornisce una rappresentazione semplificata della relazione, il cui valore viene esplicitato nel nome della proprietà. La stessa relazione viene anche modellata nell'ontologia, in maniera più espressiva, per mezzo della classe AgentRole, che permette di collegare un agente al ruolo che ha rivestito (in questo caso, al ruolo di \"titolare dei diritti d'autore\")."@it ;
        rdfs:domain         :Copyright ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "ha titolare dei diritti d'autore"@it , "has copyright holder"@en ;
        rdfs:range          l0:Agent ;
        rdfs:subPropertyOf  :hasRelatedAgent ;
        owl:inverseOf       :isCopyrightHolderIn ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa F 4.00 e OAC: TU/CPR/CPRN" .

:LifeCycleCircumstance
        a                  owl:Class ;
        rdfs:comment       "This class represents a circumstance related to life cycles (ceremonies, custom, celebration)"@en , "Questa classe rappresenta un'occasione legata ai cicli della vita (cerimonie, riti, feste)."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Occasione legata al ciclo della vita"@it , "Life cycle circumstance"@en ;
        rdfs:subClassOf    :Circumstance ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa BDI 4.00: CA/CAO/CAOV" .

:reproduces  a             owl:ObjectProperty ;
        rdfs:comment       "This property relates the reproduction of an print in a publication to the print itself."@en , "Questa proprietà collega la riproduzione dell'immagine contenuta nella pubblicazione di cui la stampa è, o è stata, parte integrante con la stampa stessa."@it ;
        rdfs:domain        :Reproduction ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "riproduce"@it , "reproduces"@en ;
        rdfs:range         cis:CulturalEntity ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa S 3: RO/ADL"@it .

:UncertainOrigin  a  :AnomalyOrigin , owl:NamedIndividual ;
        rdfs:label  "Uncertain origin"@en , "Origine incerta"@it .

:isSubspeciesIn  a          owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega una sottospecie alla tassonomia in cui è classificata."@it , "This property relates a subspecies to the biological taxon in which it is classified."@en ;
        rdfs:domain         :Subspecies ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "è sottospecie in"@it , "is subspecies in"@en ;
        rdfs:range          :BiologicalTaxon ;
        rdfs:subPropertyOf  core:isConceptOf ;
        owl:versionInfo     "stable"@en , "stabile"@it .

:ChangeOfAvailabilityType
        a                  owl:Class ;
        rdfs:comment       "This class represents the type of change of availability of a cultural property (e.g. theft, distruction)"@en , "Questa classe rappresenta il tipo di mutamento di condizione materiale di un bene culturale (es.: furto, distruzione, recupero)."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Tipo di mutamento condizione materiale"@it , "Change of availability type"@en ;
        rdfs:subClassOf    core:Type ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: TU/ALN/ALNT" .

:isCircumstanceOf  a        owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà, inversa di 'ha circostanza', collega l'occasione che ha determinato una situazione (es. la committenza di un bene culturale, l'uso di un bene culturale ecc.) alla relativa situazione."@it , "This property, inverse of 'has circumstance' relates the circumstance which led to a situation (e.g. a cultural entity committment, a cultural entity use, etc.) to the related situation."@en ;
        rdfs:domain         :Circumstance ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "is circumstance of"@en , "è circostanza di"@it ;
        rdfs:range          owl:Thing ;
        rdfs:subPropertyOf  core:isSituationOf ;
        owl:versionInfo     "stabile"@it , "stable"@en .

:isResponsibleForInsertionOf
        a                   owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega il responsabile dell'inventariazione patrimoniale del bene all'inventario patrimoniale."@it , "This property relates the agent responsible for the cultural entity's inventory to the current inventory."@en ;
        rdfs:domain         l0:Agent ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "is responsible for insertion of"@en , "è responsabile dell'immissione in patrimonio di"@it ;
        rdfs:range          :CurrentInventory ;
        rdfs:subPropertyOf  :isAgentRelatedTo ;
        owl:versionInfo     "stable"@en , "stabile"@it .

:isInterventionEligibleBy
        a                 owl:ObjectProperty ;
        rdfs:comment      "Questa proprietà, inversa a \"ha intervento ammesso\", collega un intervento allo strumento urbanistico-territoriale che ammette quell'intervento."@it , "This property, inverse of \"has eligible intervention\", relates an intervention to the urban planning instrument that finds eligible that intervention."@en ;
        rdfs:domain       :EligibleIntervention ;
        rdfs:isDefinedBy  <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label        "è intervento ammesso da"@it , "is intervention eligible by"@en ;
        rdfs:range        :UrbanPlanningInstrument ;
        owl:versionInfo   "stable"@en , "stabile"@it .

cis:CollectionCulEnt  a  owl:Class .

:isAgeOfDeathInterpretationOf
        a                   owl:ObjectProperty ;
        rdfs:comment        "This property relates the age of death interpretation of an antropologic artifact to the its antropologic artifact."@en ;
        rdfs:domain         :AgeOfDeathInterpretation ;
        rdfs:isDefinedBy    "Questa proprietà collega la stima della morte di un reperto antropologico al suo reperto archeologico."@it ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "is age of death interpretation of"@en , "è età della morte stimata di"@it ;
        rdfs:range          cis:CulturalEntity ;
        rdfs:subPropertyOf  core:isSituationOf ;
        owl:versionInfo     "stable"@en , "stabile"@it .

:WorkCircumstance  a       owl:Class ;
        rdfs:comment       "This class represents a circumstance related to work (e.g.: agriculture, bakery)"@en , "Questa classe rappresenta un'occasione connessa al lavoro (es.: panificazione, agricoltura)"@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Occasione legata al lavoro"@it , "Work circumstance"@en ;
        rdfs:subClassOf    :Circumstance ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa BDI 4.00: CA/CAO/CAOL" .

:hasCreationLocation  a     owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega un bene culturale a un altro bene culturale collegato, che ne costituisce la sede di produzione/realizzazione."@it , "This property relates a cultural entity to a connected cultural entity which constitutes its production site."@en ;
        rdfs:domain         cis:CulturalEntity ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "è stato realizzato in"@it , "ha luogo di creazione"@it , "has creation location"@en ;
        rdfs:range          cis:CulturalEntity ;
        rdfs:subPropertyOf  :hasRelatedWork ;
        owl:inverseOf       :isCreationLocationOf ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: RV/RSE/RSER = 'è stato realizzato in' (versioni precedenti: 'sede di realizzazione')"@it .

:UserSocialCategory  a     owl:Class ;
        rdfs:comment       "This class represents the social category of a user (e.g. of a cultural property)"@en , "Questa classe rappresenta la categoria sociale a cui appartiene l'utente del bene."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "User social category"@en , "Categoria sociale dell'utente"@it ;
        rdfs:subClassOf    core:Category ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normative BDM 2.00: UT/UTN/UTNC"@it .

l0:Activity  a  owl:Class .

:provenance  a             owl:DatatypeProperty ;
        rdfs:comment       "This property represents origin of the cultural entity acquired in the heritage."@en , "Questa proprietà rappresenta, a testo libero, la provenienza del bene acquisito nel patrimonio."@it ;
        rdfs:domain        :CurrentInventory ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "provenienza"@it , "provenance"@en ;
        rdfs:range         rdfs:Literal ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: UB/INP/INPP" .

:hasExportImportCertification
        a                  owl:ObjectProperty ;
        rdfs:comment       "Questa proprietà collega un bene culturale a una certificazione amministrativa per la circolazione e l'esportazione/importazione che riguarda il bene stesso."@it , "This property relates a cultural entity to its import-export certification."@en ;
        rdfs:domain        cis:CulturalEntity ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "ha certificazione di esportazione/importazione"@it , "has export/import certification"@en ;
        rdfs:range         :ExportImportCertification ;
        owl:inverseOf      :isExportImportCertificationOf ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: TU/ESP" .

:hasResearch  a            owl:ObjectProperty ;
        rdfs:comment       "This property relates a culural entity to the research, which is the context where the enity's cataloguing record has been produced."@en , "Questa proprietà collega un bene culturale alla ricerca nell'ambito della quale è stata redatta la scheda."@it ;
        rdfs:domain        cis:CulturalEntity ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "has research"@en , "ha ricerca"@it ;
        rdfs:range         :Research ;
        owl:inverseOf      :isResearchOn ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa SM e BDM 4.00: DR/DRT" .

:isSpeciesIn  a             owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega una specie alla tassonomia in cui è classificata."@it , "This property relates a species to the biological taxon in which it is classified."@en ;
        rdfs:domain         :Species ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "è specie in"@it , "is species in"@en ;
        rdfs:range          :BiologicalTaxon ;
        rdfs:subPropertyOf  core:isConceptOf ;
        owl:versionInfo     "stabile"@it , "stable"@en .

:isEstimateOf  a            owl:ObjectProperty ;
        rdfs:comment        "This property relates an estimate of an entity to that entity."@en , "Questa proprietà collega una stima di un'entità all'entità stimata."@it ;
        rdfs:domain         :Estimate ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "è stima di"@it , "is estimate of"@en ;
        rdfs:range          owl:Thing ;
        rdfs:subPropertyOf  core:isSituationOf ;
        owl:versionInfo     "stable"@en , "stabile"@it .

:CulturalScopeAttribution
        a                  owl:Class ;
        rdfs:comment       "This class represents the attribution of a cultural scope, to which the cultural property is related (e.g.: neoclassical, Milanese manifacturing, etc.)"@en , "Questa classe rappresenta l'attribuzione di un ambito culturale a cui può essere riferito il bene culturale. Per l'ambito culturale si usano definizioni quali: ambito, cultura, periodo, produzione, scuola, manifattura, ecc.; a questi termini segue la qualificazione geografica o il nome dell'ambito, della cultura, del periodo, della produzione, della scuola, della manifattura, ecc."@it ;
        rdfs:label         "Attribuzione di Ambito Culturale"@it , "Cultural Scope Attribution"@en ;
        rdfs:subClassOf    :AuthorshipAttribution ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :hasCulturalScope ;
                             owl:someValuesFrom  :CulturalScope
                           ] ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "AU/ATB" .

:AlternativeDating  a      owl:Class ;
        rdfs:comment       "This class represents an alternative dating of a cultural property (e.g.: an obsolete dating, a dating based on another method of dating)."@en , "Questa classe rappresenta una eventuale altra datazione che può riguardare un bene culturale (es.: datazione tradizionale, altro metodo di datazione)."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Alternative dating"@en , "Datazione alternativa"@it ;
        rdfs:subClassOf    :Dating ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :hasAlternativeDatingType ;
                             owl:someValuesFrom  :AlternativeDatingType
                           ] ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale: DT/ADT."@it .

:hasDetectionMethod  a      owl:ObjectProperty ;
        rdfs:comment        "This property relates a cultural property to the detection method that allowed the detection of the cultural property."@en , "Questa proprietà collega un bene culturale alla modalità di individuazione che ne ha permesso l'individuazione."@it ;
        rdfs:domain         cis:CulturalEntity ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "ha metodo di individuazione"@it , "has detection method"@en ;
        rdfs:range          :DetectionMethod ;
        rdfs:subPropertyOf  core:hasMethod ;
        owl:inverseOf       :isDetectionMethodOf ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: OG/OGM" .

:FilmDocumentation  a      owl:Class ;
        rdfs:comment       "Questa classe rappresenta la documentazione video-cinematografica relativa a un oggetto, per esempio a un bene culturale"@it , "This class represents the film documentation of an object, e.g. a cultural property."@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Video documentation"@en , "Documentazione video-cinematografica"@it ;
        rdfs:subClassOf    :Documentation ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :hasFormat ;
                             owl:someValuesFrom  [ a                   owl:Class ;
                                                   owl:intersectionOf  ( :DocumentationType :Format )
                                                 ]
                           ] ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "VDC"@it .

:CurrentInventory  a       owl:Class ;
        rdfs:comment       "This class represents the current inventory of a cultural property, e.g. patrimonial informations."@it , "Questa classe rappresenta un inventario patrimoniale, che registra le informazioni amministrative relative alla situazione patrimoniale del bene."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Current Inventory"@en , "Inventario Patrimoniale"@it ;
        rdfs:subClassOf    :Inventory ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :hasSECCategory ;
                             owl:someValuesFrom  :SECCategory
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :methodOfInsertion ;
                             owl:someValuesFrom  rdfs:Literal
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :culturalPropertyInventoryDescription ;
                             owl:someValuesFrom  rdfs:Literal
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :hasSECIdentifier ;
                             owl:someValuesFrom  :SECIdentifier
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :provenance ;
                             owl:someValuesFrom  rdfs:Literal
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :hasResponsibleForInsertion ;
                             owl:someValuesFrom  l0:Agent
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :RCSReason ;
                             owl:someValuesFrom  rdfs:Literal
                           ] ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale: UB/INP"@it .

:historicalBiographicalInformation
        a                 owl:DatatypeProperty ;
        rdfs:comment      "This property represents historical biographical information about an agent."@en , "Questa proprietà rappresenta informazioni di natura storico biografica relative a un agente."@it ;
        rdfs:domain       l0:Agent ;
        rdfs:isDefinedBy  <https://w3id.org/arco/ontology/context-description> ;
        rdfs:range        rdfs:Literal .

:Circumstance  a           owl:Class ;
        rdfs:comment       "This class represents a circumstance that influenced a particular situation, e.g. the circumstance for which a cultural property was commissioned, tha circumstance in which a cultural property was used, etc."@en , "Questa classe rappresenta un'occasione che ha determinato una certa situazione, per esempio l'occasione per cui è stato commissionato un bene culturale, l'occasione che ha determinato la ripresa di un bene fotografico, l'occasione d'uso di un bene, l'occasione di un bene demoetnoantropologico immateriale."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Occasion"@en , "Circumstance"@en , "Occasione"@it ;
        rdfs:subClassOf    core:Situation ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :CircumstanceType ;
                             owl:onProperty     :hasCircumstanceType
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :isCircumstanceOf ;
                             owl:someValuesFrom  owl:Thing
                           ] ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale: UT/UTU/UTUO - Normativa BDM: UT/UTO; AU/CMM/CMMC - Normativa VeAC: AU/FRU/FRUC - Normativa F: LR/LRO - Normativa BDI: CA" .

[ a            owl:AllDisjointClasses ;
  owl:members  ( :BibliographyCategory :DocumentationCategory :SECCategory :SECIdentifier :UserSocialCategory )
] .

:InsufficientReliability
        a           :Reliability , owl:NamedIndividual ;
        rdfs:label  "Scarsa affidabilità"@it , "Insufficient reliability"@en .

:CollectionMembership
        a                  owl:Class ;
        rdfs:comment       "This class represents the membership of a cultural property in a collection."@en , "Questa classe rappresenta l'appartenenza di un bene culturale a una collezione, in un certo intervallo di tempo. Uno stesso bene culturale può aver fatto parte di più collezioni nel corso del tempo."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Appartenenza a Collezione"@it , "Collection Membership"@en ;
        rdfs:subClassOf    :Membership ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  <https://w3id.org/italia/onto/TI/TimeInterval> ;
                             owl:onProperty     <https://w3id.org/italia/onto/TI/atTime>
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :hasMemberOfCollection ;
                             owl:someValuesFrom  cis:CulturalEntity
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     :collectionLeavingReason
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     :collectionUnitIdentifier
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  cis:CollectionCulEnt ;
                             owl:onProperty     :hasCollection
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     :estimatedCulturalPropertyValue
                           ] ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "UB/COL" .

core:Type  a    owl:Class .

:diagnosis  a              owl:DatatypeProperty ;
        rdfs:comment       "This property represents the diagnosis of an anthropological finding paleopathology."@en , "Questa proprietà rappresenta la diagnosi di una paleopatologia di un reperto antropologico."@it ;
        rdfs:domain        :PaleopathologySurvey ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "diagnosi"@it , "diagnosis"@en ;
        rdfs:range         rdfs:Literal ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa AT: PT/PTC/PTCD" .

:SurveyImageType  a        owl:Class ;
        rdfs:comment       "Questa classe rappresenta un tipo di immagine analizzata in una indagine di fotointerpretazione e restituzione (fotografia aerea o fotografia satellitare)."@it , "This class represents the type of image analysed during a photo interpretation or rendering survey (aerial photograph, satellite photograph)."@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Survey image type"@en , "Tipo di immagine di indagine"@it ;
        rdfs:subClassOf    core:Type ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: RE/FOI/FOIT" .

:archaeologicalExcavationICCDIdentifier
        a                   owl:DatatypeProperty , owl:FunctionalProperty ;
        rdfs:comment        "Questa proprietà rappresenta il codice, assegnato dall'ICCD, che individua lo scavo archeologico in modo univoco a livello nazionale."@it , "This property represents the code, assigned by the ICCD, which identifies the archaeological excavation unequivocally at national level."@en ;
        rdfs:domain         :ArchaeologicalExcavation ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "archaeological excavation ICCD identifier"@en , "codice univoco ICCD dello scavo archeologico"@it ;
        rdfs:range          rdfs:Literal ;
        rdfs:subPropertyOf  a-cat:ICCDIdentifier ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: RE/DSC/DSCK" .

:NumismaticSeries  a       owl:Class ;
        rdfs:comment       "This class represents the series which a particular coin is part of."@en , "Questa classe rappresenta la serie della quale una moneta fa parte (es.: Greca, Romana Repubblicana, Barbarica)."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Numismatic series"@en , "Serie numismatica"@it ;
        rdfs:subClassOf    l0:Collection ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  cis:CulturalEntity ;
                             owl:onProperty     :hasCoinMember
                           ] ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa NU: OG/OGT/OGTR" .

:RelatedWorkSituation
        a                 owl:Class ;
        rdfs:comment      "This class represents a situation in which a cultural property is related to another work, that could even be another cultural property. The cultural property stage is defined referring to this relationship with a related work, that can represent a preparatory, a final phase or a derivation of the cultural property. When the relationship is between two cultural properties, when possible, the nature of the relationship is specified (e.g.: finding location)"@en , "Questa classe rappresenta la relazione, il rapporto, tra il bene culturale in esame e un'altra opera, che può anche essere un bene culturale. In riferimento a questo rapporto, si definisce lo stadio di realizzazione del bene culturale in rapporto con l'oggetto che ne costituisce una fase preparatoria o che ne rappresenta la fase finale o che ne rappresenta una derivazione. Nel caso di una relazione tra un bene culturale e un altro bene culturale, in riferimento a questo rapporto si definisce, se possibile, il tipo di relazione tra i due beni (es.: luogo di realizzazione, luogo di ritrovamento, etc.)."@it ;
        rdfs:isDefinedBy  <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label        "Rapporto con opera collegata"@it , "Related work situation"@en ;
        rdfs:subClassOf   core:Situation ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:onProperty      :isRelatedWorkSituationOf ;
                            owl:someValuesFrom  cis:CulturalEntity
                          ] ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:onProperty      :involvesRelatedWork ;
                            owl:someValuesFrom  cis:CulturalEntity
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  :CulturalPropertyStage ;
                            owl:onProperty     :hasCulturalPropertyStage
                          ] ;
        dc:description    "An example of usage of the class 'Related work situation' is the following:\nresource:RelatedWorkSituation/0300199368-preparatory-final-work-1\n        a  cd:RelatedWorkSituation ;\n        rdfs:label  \"Relation 1 between the cultural property 0300199368 and preparatory or final work\"@en  ;\n      cd:hasCulturalPropertyStage resource:CulturalPropertyStage/bozzetto ;\n        cd:hasRelatedWork resource:FinalWork/0300199368-dipinto ."@en , "Un esempio d'uso della classe 'Rapporto con opera collegata' è il seguente:\nresource:RelatedWorkSituation/0300199368-preparatory-final-work-1\n        a  cd:RelatedWorkSituation ;\n        rdfs:label  \"Relation 1 between the cultural property 0300199368 and preparatory or final work\"@en , \"Rapporto 1 tra il bene culturale 0300199368 e opera originale o finale\"@it ;\n      cd:hasCulturalPropertyStage resource:CulturalPropertyStage/bozzetto ;\n        cd:hasRelatedWork resource:FinalWork/0300199368-dipinto ."@it ;
        owl:versionInfo   "stable"@en , "stabile"@it .

:digitalFilename  a         owl:DatatypeProperty ;
        rdfs:comment        "Questa proprietà rappresenta il nome del file digitale che riproduce il documento, nel caso della documentazione allegata alla scheda di catalogo."@it , "This property represents the name of the digital file that reproduces the document."@en ;
        rdfs:domain         :Documentation ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "nome del file digitale"@it , "digital filename"@en ;
        rdfs:range          rdfs:Literal ;
        rdfs:subPropertyOf  l0:name ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "FTAK, DRAK, VDCK, REGK, FNTK"@it .

dc:description  a  owl:AnnotationProperty .

:Fruition  a               owl:Class ;
        rdfs:comment       "Questa classe rappresenta un'occasione in cui il capo oggetto di catalogazione è stato indossato da una o più persone, sia perché ad esse destinato sia perché, ad esse pervenuto, hanno potuto riadattarlo a loro nuove esigenze."@it , "This class represents a circumstance in which a garment, catalogued as a cultural property, was worn by one or more people."@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Fruition"@en , "Fruizione"@it ;
        rdfs:subClassOf    :Interpretation ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :hasUser ;
                             owl:someValuesFrom  l0:Agent
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :isFruitionOf ;
                             owl:someValuesFrom  cis:CulturalEntity
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :Circumstance ;
                             owl:onProperty     :hasCircumstance
                           ] ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "Normativa VeAC: AU/FRU" .

:openingNoticeDate  a       owl:FunctionalProperty , owl:DatatypeProperty ;
        rdfs:comment        "This property represents date of interest declaration communication to the owner or holder."@en , "Questa proprietà rappresenta la data (nella forma “aaaa/mm/gg”) della comunicazione di avvio del procedimento di dichiarazione di interesse al proprietario, possessore o detentore."@it ;
        rdfs:domain         :ProtectiveMeasure ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "data di comunicazione di avvio"@it , "opening notice date"@en ;
        rdfs:range          xsd:dateTime ;
        rdfs:subPropertyOf  <https://w3id.org/italia/onto/TI/date> ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: TU/NVC/NVCI" .

:isDerivatedWorkTypeOf
        a                   owl:ObjectProperty ;
        rdfs:comment        "This property relates the type of a work derivated from a cultural entity to its work derivated."@en , "Questa proprietà collega il tipo di opera derivata da un bene culturale alla relativa opera derivata."@it ;
        rdfs:domain         :DerivatedWorkType ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "is derivated work type of"@en , "è tipo di opera derivata di"@it ;
        rdfs:range          :DerivatedWork ;
        rdfs:subPropertyOf  core:isTypeOf ;
        owl:versionInfo     "stable"@en , "stabile"@it .

:hasDerivatedWorkType
        a                   owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega un'opera derivata da un bene culturale al tipo di opera derivata."@it , "This property relates a work derivated from a cultural entity to its type."@en ;
        rdfs:domain         :DerivatedWork ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "has derivated work type"@en , "ha tipo di opera derivata"@it ;
        rdfs:range          :DerivatedWorkType ;
        rdfs:subPropertyOf  core:hasType ;
        owl:inverseOf       :isDerivatedWorkTypeOf ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa F: RO/CRF/CRFT - Normativa S: RO/ADL/ADLL - Normative RA, SMO, PST, S, OA, MI, D, NU: RO/REI/REIT - Normative CA, MA: RO/RIU/RIUT"@it .

core:hasAgent  a  owl:ObjectProperty .

:isChangeOfAvailabilityTypeOf
        a                   owl:ObjectProperty ;
        rdfs:comment        "This property relates the event type (i.e. theft, destruction, recovery) of a cultural entity change of availability to the change itself."@en , "Questa proprietà collega il tipo di evento (es.: furto, distruzione, recupero) di mutamento di condizione materiale di un bene culturale al mutamento stesso."@it ;
        rdfs:domain         :ChangeOfAvailabilityType ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "is change of availability type of"@en , "è tipo di mutamento condizione materiale di"@it ;
        rdfs:range          :ChangeOfAvailability ;
        rdfs:subPropertyOf  core:isTypeOf ;
        owl:versionInfo     "stable"@en , "stabile"@it .

:FinalWork  a              owl:Class ;
        rdfs:comment       "Questa classe rappresenta un'entità collegata a un bene culturale, che ne costituisce la fase finale."@it , "This class represents an entity related to a cultural property, as its final stage."@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Opera finale"@it , "Final work"@en ;
        rdfs:subClassOf    :PreparatoryOrFinalWork ;
        owl:disjointWith   :PreparatoryWork ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normative F, RA, SMO, PST, S, OAC, OA, MI, D, NU: se RO/ROF/ROFF rappresenta uno stadio del bene catalogato riconducibile a una fase preparatoria, per cui è possibile dedurre che l'opera collegata al bene è una sua fase finale."@it .

:hasActivityOperator  a     owl:ObjectProperty ;
        rdfs:comment        "This property relates an activity to the agent who performed the activity. In the ontology this relationship is modelled also by the class AgentRole which allows more expressiveness."@en , "Questa proprietà collega un'attività (per esempio, un'indagine o un intervento su un bene culturale) all'operatore dell'attività. La relazione tra il ruolo e l'agente che lo riveste è espressa nel nome della proprietà, che quindi ne fornisce una rappresentazione semplificata, con ridotta espressività. Nell'ontologia questa relazione è modellata anche, in maniera più espressiva, dalla classe AgentRole, che permette di collegare l'agente e il suo ruolo."@it ;
        rdfs:domain         l0:Activity ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "has activity operator"@en , "ha operatore dell'attività"@it ;
        rdfs:range          l0:Agent ;
        rdfs:subPropertyOf  :hasRelatedAgent ;
        owl:inverseOf       :isActivityOperatorOf ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale: RE/IND/INDN; CO/RST/RSTN - ICCD Normativa SM e BDM 4.00: DR/DRL - ICCD normative di versioni precedenti: RE/AIN/AINR"@it .

:PrintInPublication  a     owl:Class ;
        rdfs:comment       "This class represents a publication of which a print is, or was, part."@en , "Questa classe rappresenta la pubblicazione di cui una stampa è, o è stata, parte integrante."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Print in publication"@en , "Stampa in pubblicazione"@it ;
        rdfs:subClassOf    :DerivatedWork ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa S 3: RO/ADL"@it .

:Inspection  a             owl:Class ;
        rdfs:comment       "This class represents a particular type of survey on a cultural property, that is an inspection carried out to verify the condition of a cultural property."@en , "Questa classe rappresenta un tipo particolare di indagine su bene culturale, ovvero un'ispezione effettuata per constatare lo stato del bene."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Inspection"@en , "Ispezione"@it ;
        rdfs:subClassOf    :Survey ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  l0:Agent ;
                             owl:onProperty     :hasActivityResponsible
                           ] ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: CM/ISP" .

:pageOrTableNumber  a      owl:DatatypeProperty ;
        rdfs:comment       "Questa proprietà rappresenta le informazioni relative al numero della pagina o numero della tavola della pubblicazione in cui compare la stampa."@it , "This property represents information about page number or table number of publication in which the print appears."@en ;
        rdfs:domain        :ReproductionPosition ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "numero di pagina o tavola"@it , "page or table number"@en ;
        rdfs:range         rdfs:Literal ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa S 3: RO/ADL/ADLN"@it .

:isArchaeometricDiagnosticSurveyTypeOf
        a                   owl:ObjectProperty ;
        rdfs:comment        "This property relates the type of an arecheometric diagnostic survey (i.e. thermal imaging, coring) to the survey itself ."@en , "Questa proprietà collega il tipo d'indagine archeometrica e diagnostica (es.: analisi della malta, carotaggio, termografia, etc.) alla relativa indagine."@it ;
        rdfs:domain         :ArchaeometricDiagnosticSurveyType ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "è tipo di indagine archeometrica e diagnostica di"@it , "is archaeometric diagnostic survey type of"@en ;
        rdfs:range          :ArchaeometricDiagnosticSurvey ;
        rdfs:subPropertyOf  core:isTypeOf ;
        owl:versionInfo     "stabile"@it , "stable"@en .

:hasObservationSurveyType
        a                   owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega un'indagine di rilevamento al tipo di indagine di rilevamento (nel contesto/decontestualizzato)."@it , "This property relates an observation survey to the type of observation survey (in the context, out of context)."@en ;
        rdfs:domain         :ObservationSurvey ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "ha tipo di indagine di rilevamento"@it , "has observation survey type"@en ;
        rdfs:range          :ObservationSurveyType ;
        rdfs:subPropertyOf  core:hasType ;
        owl:inverseOf       :isObservationSurveyTypeOf ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa BDI 4.00: LA/PRM" .

:hasMemberOfArchivalRecordSet
        a                  owl:ObjectProperty ;
        rdfs:comment       "Questa proprietà, inversa a \"è membro di unità archivistica complessa\", collega l'appartenenza di un bene culturale a un'unità archivistica al bene coinvolto nella relazione."@it , "This property relates the membership of a cultural entity to an archival record set. It is the inverse property of \"isMemberofArchivalRecordSet\"."@en ;
        rdfs:domain        :ArchivalRecordSetMembership ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "ha membro di unità archivistica complessa"@it , "has member of archival record set"@en ;
        rdfs:range         cis:CulturalEntity ;
        owl:inverseOf      :isMemberOfArchivalRecordSetOf ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa F: UB/UBF" .

:BiologicalTaxon  a        owl:Class ;
        rdfs:comment       "This class represents a biological taxon."@en , "Questa classe rappresenta una tassonomia biologica, ossia i criteri con cui si ordinano gli organismi in un sistema di classificazione."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Biological taxon"@en , "Tassonomia biologica"@it ;
        rdfs:subClassOf    core:Classification ;
        rdfs:subClassOf    [ a                            owl:Restriction ;
                             owl:maxQualifiedCardinality  "1"^^xsd:nonNegativeInteger ;
                             owl:onClass                  :Species ;
                             owl:onProperty               :hasSpecies
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :isBiologicalTaxonOf ;
                             owl:someValuesFrom  owl:Thing
                           ] ;
        rdfs:subClassOf    [ a                            owl:Restriction ;
                             owl:maxQualifiedCardinality  "1"^^xsd:nonNegativeInteger ;
                             owl:onClass                  :Subspecies ;
                             owl:onProperty               :hasSubspecies
                           ] ;
        rdfs:subClassOf    [ a                            owl:Restriction ;
                             owl:maxQualifiedCardinality  "1"^^xsd:nonNegativeInteger ;
                             owl:onClass                  :Genus ;
                             owl:onProperty               :hasGenus
                           ] ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa AT: OG/OGS" .

:authorICCDIdentifier
        a                   owl:DatatypeProperty , owl:FunctionalProperty ;
        rdfs:comment        "Questa proprietà permette di associare il codice univoco ICCD a un autore."@it , "This property allows you to associate the unique ICCD code with an author."@en ;
        rdfs:domain         l0:Agent ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "codice univoco ICCD dell'autore"@it , "author ICCD identifier"@en ;
        rdfs:range          rdfs:Literal ;
        rdfs:subPropertyOf  a-cat:ICCDIdentifier ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: AU/AUT/AUTK" .

:hasLegalSituation  a       owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega un'entità, per esempio un bene culturale, alla sua condizione giuridica."@it , "This property relates an entity, for example a cultural entity, to its legal situation."@en ;
        rdfs:domain         owl:Thing ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "ha condizione giuridica"@it , "has legal situation"@en ;
        rdfs:range          :LegalSituation ;
        rdfs:subPropertyOf  core:hasSituation ;
        owl:inverseOf       :isLegalSituationOf ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: TU/CDG" .

:isReproductionOf  a      owl:ObjectProperty ;
        rdfs:comment      "This is the inverse property of \"has reproduction\"."@en , "Questa è la proprietà inversa di \"ha riproduzione\"."@it ;
        rdfs:domain       :Reproduction ;
        rdfs:isDefinedBy  <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label        "is reproduction of"@en , "è riproduzione di"@it ;
        rdfs:range        :PrintInPublication ;
        owl:versionInfo   "stable"@en , "stabile"@it .

:IndeterminateCircumstance
        a                  owl:Class ;
        rdfs:comment       "This class represents an indeterminate circumstance, when the cultural property is not related to a determinate circumstance, but takes place in an extemporaneous and contingent way (e.g.: a musical performance, a narration, a game)."@en , "Questa classe rappresenta un'occasione indeterminata, cioè quando il bene non è in rapporto con una precisa occasione o scadenza, ma si realizza in modo del tutto estemporaneo e contingente. Occasioni indeterminate possono essere, per esempio, un'esecuzione musicale, una narrazione, un\ngioco, etc."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Indeterminate circumstance"@en , "Occasione indeterminata"@it ;
        rdfs:subClassOf    :Circumstance ;
        owl:disjointWith   :ProductionCycleCircumstance , :LifeCycleCircumstance , :SocialInteractionCircumstance , :WorkCircumstance , :YearCycleCircumstance , :SeasonCycleCircumstance ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa BDI 4.00: CA/CAO/CAOI" .

:agentDate  a             owl:DatatypeProperty ;
        rdfs:comment      "Questa proprietà permette di associare delle indicazioni cronologiche generiche (le date di nascita e di morte o, quando queste sono ignote, le date di attività), anche sotto forma testuale, a un agente."@it , "This property allows you to associate generic chronological indications to an agent."@en ;
        rdfs:domain       l0:Agent ;
        rdfs:isDefinedBy  <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label        "indicazioni cronologiche relative a un agente"@it , "agent date"@en ;
        rdfs:range        rdfs:Literal ;
        owl:versionInfo   "stabile"@it , "stable"@en .

:isPreviousOwnerOf  a       owl:ObjectProperty ;
        rdfs:comment        "This property relates the previous owner of a cultural property to the acquisition by a new owner."@en , "Questa proprietà, inversa a \"ha soggetto fonte di acquisizione\", collega il soggetto fonte dell'acquisizione di un bene all'acquisizione stessa."@it ;
        rdfs:domain         l0:Agent ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "è soggetto fonte dell'acquisizione di"@it , "is previous owner of"@en ;
        rdfs:range          :Acquisition ;
        rdfs:subPropertyOf  :isAgentRelatedTo ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: TU/ACQ/ACQN" .

:ExportImportCertification
        a                  owl:Class ;
        rdfs:comment       "This class represents the export/import certification of a cultural property."@en , "Questa classe rappresenta una certificazione amministrativa per la circolazione e l'esportazione/importazione di un bene culturale."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Export import certification"@en , "Certificazione di importazione o esportazione"@it ;
        rdfs:subClassOf    l0:Object ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :isExportImportCertificationOf ;
                             owl:someValuesFrom  cis:CulturalEntity
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :hasExportImportCertificationType ;
                             owl:someValuesFrom  :ExportImportCertificationType
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  l0:Agent ;
                             owl:onProperty     :hasExportOffice
                           ] ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: TU/ESP" .

:EligibleIntervention
        a                  owl:Class ;
        rdfs:comment       "This class represents the intervention considered eligible by a specific urban planning instrument related to a cultural property."@en , "Questa classe rappresenta il tipo di intervento ammesso da una normativa specifica, ovvero da un piano regolatore generale e particolareggiato o da un piano paesaggistico che interessa un bene culturale."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Eligible intervention"@en , "Intervento ammesso"@it ;
        rdfs:subClassOf    :Intervention ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :UrbanPlanningInstrument ;
                             owl:onProperty     :isInterventionEligibleBy
                           ] ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: TU/STU/STUN" .

:isAttributedAuthorIn
        a                   owl:ObjectProperty ;
        rdfs:comment        "Questa è la proprietà inversa a \"ha autore attribuito\"."@it , "This is the inverse property of \"has attributed author\"."@en ;
        rdfs:domain         l0:Agent ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "is attributed author in"@en , "è autore attribuito in"@it ;
        rdfs:range          [ a            owl:Class ;
                              owl:unionOf  ( :AlternativeAuthorshipAttribution :PreferredAuthorshipAttribution )
                            ] ;
        rdfs:subPropertyOf  :isAgentRelatedTo ;
        owl:versionInfo     "stabile"@it , "stable"@en .

:isExportImportCertificationOf
        a                 owl:ObjectProperty ;
        rdfs:comment      "This property relates an export import certification to a cultural entity."@en , "Questa proprietà collega un certificato di importazione/esportazione a un'entità culturale."@it ;
        rdfs:domain       :ExportImportCertification ;
        rdfs:isDefinedBy  <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label        "is export import certification of"@en , "è certificato di importazione/esportazione di"@it ;
        rdfs:range        cis:CulturalEntity ;
        owl:versionInfo   "stabile"@it , "stable"@en .

:hasFindingContext  a       owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega un bene culturale, in particolare un reperto antropologico, al suo contesto di rinvenimento."@it , "This property relates a cultural property, and in particular an anthropological material, to its finding context."@en ;
        rdfs:domain         cis:CulturalEntity ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "has finding context"@en , "ha contesto di rinvenimento"@it ;
        rdfs:range          :FindingContext ;
        rdfs:subPropertyOf  core:hasSituation ;
        owl:inverseOf       :isFindingContextOf ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa AT 3.01: OG/OGC" .

:isAlternativeDatingTypeOf
        a                   owl:ObjectProperty ;
        rdfs:comment        "This property relates the type of an alternative dating to the related dating."@en , "Questa proprietà collega la tipologia di datazione alternativa con la relativa datazione."@it ;
        rdfs:domain         :AlternativeDatingType ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "è datazione alternativa di"@it , "is alternative dating type"@en ;
        rdfs:range          :AlternativeDating ;
        rdfs:subPropertyOf  core:isTypeOf ;
        owl:versionInfo     "stabile"@it , "stable"@en .

core:hasCharacteristic
        a       owl:ObjectProperty .

:isStratigraphicUnitOf
        a                   owl:ObjectProperty ;
        rdfs:comment        "This property relates the stratigraphic unit from which a cultural property has been found to the related archeological excavation."@en , "Questa proprietà collega l'unità stratigrafica dalla quale proviene il bene rinvenuto nello scavo al relativo scavo archeologico."@it ;
        rdfs:domain         :StratigraphicUnit ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "is stratigraphic unit of"@en , "è unità stratigrafica di"@it ;
        rdfs:range          :ArchaeologicalExcavation ;
        rdfs:subPropertyOf  core:isLocationOf ;
        owl:versionInfo     "stabile"@it , "stable"@en .

[ a            owl:AllDisjointClasses ;
  owl:members  ( :ArchivalRecord :Copyright :Reproduction :Scale :Title :Tomb )
] .

:EpigraphicUse  a        :UseTypeSpecification , owl:NamedIndividual ;
        rdfs:comment     "This individual represents cultural entity's epigraphic use."@en , "Questo individuo rappresenta le specifiche d'uso epigrafico di un bene."@it ;
        rdfs:label       "Epigraphic"@en , "Epigrafico"@it ;
        owl:versionInfo  "stable"@en , "stabile"@it .

:hasArchaeologicalPropertySurveyType
        a                   owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega un'indagine su un bene archeologico al tipo di indagine."@it , "This property relates a survey on an archaeological property to the type of survey."@en ;
        rdfs:domain         :ArchaeologicalPropertySurvey ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "ha tipo di indagine su bene archeologico"@it , "has archaeological property survey type"@en ;
        rdfs:range          :ArchaeologicalPropertySurveyType ;
        rdfs:subPropertyOf  core:hasType ;
        owl:inverseOf       :isArchaeologicalPropertySurveyTypeOf ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa AT 3.00: IN/INI/INIT" .

:DocumentationCategory
        a                  owl:Class ;
        rdfs:comment       "This class represents the category associated to a documentation (e.g. attached documentation, existing documentation)."@en , "Questa classe rappresenta la categoria della documentazione. Nel contesto delle normative per la catalogazione ICCD, questa classe ha un vocabolario chiuso definito in due tipi: documentazione allegata e documentazione esistente."@it ;
        rdfs:label         "Genere della documentazione"@it , "Documentation category"@en ;
        rdfs:subClassOf    core:Category ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "FTAX, DRAX, VDCX, REGX, FNTX, ADMX (solo v. 3.00 e 3.01)"@it .

:hasBibliographyType  a     owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega la bibliografia al tipo di riferimento bibliografico."@it , "This property relates a bibliography to its bibliography type."@en ;
        rdfs:domain         :Bibliography ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "ha tipo di bibliografia"@it , "has bibliography type"@en ;
        rdfs:range          :BibliographyType ;
        rdfs:subPropertyOf  core:hasType ;
        owl:inverseOf       :isBibliographyTypeOf ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "BIB/BIBF" .

:hasUserSocialCategory
        a                   owl:ObjectProperty ;
        rdfs:comment        "This property relates the user of a cultural property to its social category."@en , "Questa proprietà collega l'utente di un bene culturale con la sua categoria sociale."@it ;
        rdfs:domain         l0:Agent ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "ha categoria sociale dell'utente"@it , "has user social category"@en ;
        rdfs:range          :UserSocialCategory ;
        rdfs:subPropertyOf  core:hasCategory ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normative BDM 2.00: UT/UTN/UTNC"@it .

:hasMinter  a               owl:ObjectProperty ;
        rdfs:comment        "This property relates the coin issuance to the minter. In the ontology this relationship is modelled also by the class AgentRole which allows more expressiveness."@en , "Questa proprietà collega l'emissione della moneta allo zecchiere, monetiere, maestro di zecca. Questa proprietà, esprimendo il significato della relazione nel nome, dà una rappresentazione semplificata della relazione che lega questa entità e l'agente; la stessa relazione è rappresentata attraverso una n-ary relation, arco-core:AgentRole, che permette di collegare l'agente al ruolo che riveste nei confronti dell'entità."@it ;
        rdfs:domain         :CoinIssuance ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "ha zecchiere"@it , "has minter"@en ;
        rdfs:range          l0:Agent ;
        rdfs:subPropertyOf  :hasRelatedAgent ;
        owl:inverseOf       :isMinterIn ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa NU: DA/AUE/AUEZ" .

:isCommittentIn  a          owl:ObjectProperty ;
        rdfs:comment        "This property relates an agent that is committent of a cultural property to the identification of the commission of that cultural property."@en , "Questa proprietà collega una persona o istituzione committente a una situazione in cui viene indicata la committenza di un bene culturale."@it ;
        rdfs:domain         l0:Agent ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "è committente in"@it , "is committent in"@en ;
        rdfs:range          :Commission ;
        rdfs:subPropertyOf  :isAgentRelatedTo ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: AU/CMM/CMMN" .

:agentLocalIdentifier
        a                   owl:DatatypeProperty , owl:FunctionalProperty ;
        rdfs:comment        "This property represents the identification code, which identifies the author's reference unambiguously in the context of a local repertoire, of an agent."@en , "Questa proprietà rappresenta il codice identificativo, che individua il riferimento autoriale in modo univoco nell'ambito di un repertorio locale, di un agente, per esempio di un autore di un bene culturale o di un agente che riveste una responsabilità nei confronti del bene (es.: editore, stampatore, etc.)."@it ;
        rdfs:domain         l0:Agent ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "codice identificativo locale dell'agente"@it , "agent local identifier"@en ;
        rdfs:range          rdfs:Literal ;
        rdfs:subPropertyOf  a-cat:localIdentifier ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: AU/AUT/AUTH - ICCD Normativa F 4.00: RO/CRF/CRFX; PD/PDF/PDFH - ICCD Normativa F 3.00: RO/CRF/CRFH" .

:hasAcquisitionType  a      owl:FunctionalProperty , owl:ObjectProperty ;
        rdfs:comment        "This property relates a cultural entity's acquisition to its acquisition type (i.e. donation, seizure)."@en , "Questa proprietà collega un'acquisizione di un bene culturale al tipo di acquisizione (es.: donazione, alienazione, confisca)."@it ;
        rdfs:domain         :Acquisition ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "ha tipo di acquisizione"@it , "has acquisition type"@en ;
        rdfs:range          :AcquisitionType ;
        rdfs:subPropertyOf  core:hasType ;
        owl:inverseOf       :isAcquisitionTypeOf ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: TU/ACQ/ACQT" .

opla:isNativeTo  a  owl:AnnotationProperty .

:hasActivityResponsible
        a                   owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega un'attività (per esempio, un'indagine o un intervento su un bene culturale) all'ente o al soggetto responsabile del rilevamento. La relazione tra il ruolo e l'agente che lo riveste è espressa nel nome della proprietà, che quindi ne fornisce una rappresentazione semplificata, con ridotta espressività. Nell'ontologia questa relazione è modellata anche, in maniera più espressiva, dalla classe AgentRole, che permette di collegare l'agente e il suo ruolo."@it , "This property relates an activity to the institution or the survey's responsible entity. In the ontology this relationship is modelled also by the class AgentRole which allows more expressiveness."@en ;
        rdfs:domain         l0:Activity ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "has activity responsible"@en , "ha responsabile dell'attività"@it ;
        rdfs:range          l0:Agent ;
        rdfs:subPropertyOf  :hasRelatedAgent ;
        owl:inverseOf       :isActivityResponsibleOf ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: RE/RCG/RCGR; RE/DSC/DSCF; RE/IND/INDE; RE/FOI/FOIE - Normativa SM e BDM 4.00: DR/DRV" .

:isArchaeologicalPropertySurveyTypeOf
        a                   owl:ObjectProperty ;
        rdfs:comment        "This property relates the type of a survey to the related survey on an archaeological property."@en , "Questa proprietà collega il tipo di indagine alla relativa indagine su un bene archeologico."@it ;
        rdfs:domain         :ArchaeologicalPropertySurveyType ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "is archaeological property survey type of"@en , "è tipo di indagine su bene archeologico"@it ;
        rdfs:range          :ArchaeologicalPropertySurvey ;
        rdfs:subPropertyOf  core:isTypeOf ;
        owl:versionInfo     "stabile"@it , "stable"@en .

:isCircumstanceTypeOf
        a                   owl:ObjectProperty ;
        rdfs:comment        "This property relates the type of circumstance to the related circumstance."@en , "Questa proprietà collega il tipo di occasione con la relativa occasione."@it ;
        rdfs:domain         :CircumstanceType ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "is circumstance type of"@en , "è tipo di circostanza di"@it ;
        rdfs:range          :Circumstance ;
        rdfs:subPropertyOf  core:isTypeOf ;
        owl:versionInfo     "stable"@en , "stabile"@it .

:ArchivalFonds  a          owl:Class ;
        rdfs:comment       "Questa classe rappresenta un fondo archivistico."@it , "This class represents an archival fonds."@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Archival fonds"@en , "Fondo archivistico"@it ;
        rdfs:subClassOf    :ArchivalRecordSet ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :ArchivalSeries ;
                             owl:onProperty     core:hasComponent
                           ] ;
        opla:isNativeTo    <http://mklab.iti.gr/pericles/BornDigitalArchives_ODP.owl> ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa F: UB/UBF/UBFP" .

:hasResponsibleForInsertion
        a                   owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà, rappresentazione semplificata della relazione n-ary Agent Role, che rappresenta una situazione in cui un agente riveste un ruolo, collega un inventario patrimoniale al responsabile dell'inventariazione patrimoniale del bene."@it , "This property relates a current inventory to the agent responsible for the cultural entity's inventory. In the ontology this relationship is modelled also by the class AgentRole which allows more expressiveness."@en ;
        rdfs:domain         :CurrentInventory ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "ha responsabile dell'immissione in patrimonio"@it , "has responsible for insertion"@en ;
        rdfs:range          l0:Agent ;
        rdfs:subPropertyOf  :hasRelatedAgent ;
        owl:inverseOf       :isResponsibleForInsertionOf ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: UB/INP/INPE" .

:sex    a                 owl:FunctionalProperty , owl:DatatypeProperty ;
        rdfs:comment      "Questa proprietà rappresenta il sesso stimato nel contesto della stima del sesso di un reperto antropologico."@it , "This property represents anthropological finding estimated sex."@en ;
        rdfs:domain       :SexInterpretation ;
        rdfs:isDefinedBy  <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label        "estimated sex"@en , "sesso stimato"@it ;
        rdfs:range        rdfs:Literal ;
        owl:versionInfo   "stable"@en , "stabile"@it .

:ArchaeologicalExcavation
        a                  owl:Class ;
        rdfs:comment       "This class represents a particular type of survey on a cultural property, that is an archaeological (stratigraphic) excavation."@en , "Questa classe rappresenta un tipo particolare di indagine su bene culturale, ovvero uno scavo archeologico, inteso come scavo stratigrafico."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Archaeological excavation"@en , "Scavo archeologico"@it ;
        rdfs:subClassOf    :Survey ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :SurveyMethod ;
                             owl:onProperty     :hasSurveyMethod
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :SurveyMotivation ;
                             owl:onProperty     :hasSurveyMotivation
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :StratigraphicUnit ;
                             owl:onProperty     :hasStratigraphicUnit
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  l0:Agent ;
                             owl:onProperty     :hasSurveyScientificDirector
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :Tomb ;
                             owl:onProperty     :hasTomb
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  l0:Agent ;
                             owl:onProperty     :hasActivityResponsible
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     :archaeologicalExcavationICCDIdentifier
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     :archaeologicalExcavationLocalIdentifier
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     :areaRoomSquare
                           ] ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: RE/DSC" .

:ArchivalRecordSet  a      owl:Class ;
        rdfs:comment       "Questa classe rappresenta un'unità archivistica complessa (fondo, serie, sottoserie, etc.) di cui un bene culturale può fare parte."@it , "This class represents an archival record set (fonds, series, subseries) of which a cultural property can be member."@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Unità archivistica complessa"@it , "Archival record set"@en ;
        rdfs:subClassOf    l0:Collection ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :Title ;
                             owl:onProperty     :hasTitle
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     :archivalRecordSetIdentifier
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  [ a            owl:Class ;
                                                  owl:unionOf  ( :ArchivalRecord :ArchivalRecordSet )
                                                ] ;
                             owl:onProperty     core:hasPart
                           ] ;
        opla:isNativeTo    <http://mklab.iti.gr/pericles/BornDigitalArchives_ODP.owl> ;
        dc:description     "Un esempio d'uso di una delle sottoclassi di 'Unità archivistica complessa' è il seguente:\nresource:ArchivalSubseries/museo-civico-romano\n        a           cd:ArchivalSubseries ;\n        rdfs:label  \"Museo Civico Romano\" ;\n        cd:isArchivalRecordSetIn resource:ArchivalRecordSetMembership/1201251092 ;\n        core:isComponentOf resource:ArchivalSeries/brescia ."@it , "An example of usage of on of the subclasses of the class 'Archival Record Set' is the following:\nresource:ArchivalSubseries/museo-civico-romano\n        a           cd:ArchivalSubseries ;\n        rdfs:label  \"Museo Civico Romano\" ;\n        cd:isArchivalRecordSetIn resource:ArchivalRecordSetMembership/1201251092 ;\n        core:isComponentOf resource:ArchivalSeries/brescia ."@en ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa F: UB/UBF" .

:archivalRecordSetIdentifier
        a                   owl:FunctionalProperty , owl:DatatypeProperty ;
        rdfs:comment        "This property represents the identifier of an archival record set."@en , "Questa proprietà rappresenta l'identificativo di un'unità archivistica complessa."@it ;
        rdfs:domain         :ArchivalRecordSet ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "archival record set identifier"@en , "identificativo di unità archivistica complessa"@it ;
        rdfs:range          rdfs:Literal ;
        rdfs:subPropertyOf  l0:identifier ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa FF: PA/PAC/PACI; PA/PAC/PACA" .

xsd:date  a     rdfs:Datatype .

:hasSurvey  a              owl:ObjectProperty ;
        rdfs:comment       "This property relates a cultural entity's acquisition to its acquisition type."@en , "Questa proprietà collega un bene culturale a un'indagine effettuata sul bene stesso, per la sua individuazione, per il suo studio e per l'approfondimento delle sue caratteristiche tecniche."@it ;
        rdfs:domain        cis:CulturalEntity ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "has survey"@en , "ha indagine"@it ;
        rdfs:range         :Survey ;
        owl:inverseOf      :isSurveyOn ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: RE; CM/ISP - ICCD Normative NU, RA, BNB, MA, CA: RS/ALB - ICCD Normativa AT 3.00: IN/INI - Normativa BDM e SM 4.00: DR" .

:isSurveyMethodOf  a        owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega il metodo adottato nel corso di un'indagine all'indagine stessa."@it , "This property relates the method adopted in a survey to the survey itself."@en ;
        rdfs:domain         :SurveyMethod ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "è metodo di indagine di"@it , "is survery method of"@en ;
        rdfs:range          :Survey ;
        rdfs:subPropertyOf  core:isMethodOf ;
        owl:versionInfo     "stabile"@it , "stable"@en .

l0:hasTopic  a         owl:ObjectProperty ;
        owl:inverseOf  l0:isTopicOf .

:hasSurveyImageType  a      owl:ObjectProperty ;
        rdfs:comment        "This property relates a survey image to its type (i.e. aerial photograph, Satellite photograph)."@en , "Questa proprietà collega una immagine di indagine al suo tipo (fotografia aerea o fotografia satellitare)."@it ;
        rdfs:domain         :SurveyImage ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "ha tipo di immagine di indagine"@it , "has survey image type"@en ;
        rdfs:range          :SurveyImageType ;
        rdfs:subPropertyOf  core:hasType ;
        owl:inverseOf       :isSurveyImageTypeOf ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: RE/FOI/FOIT" .

:isAuthorshipAttributionOf
        a                   owl:ObjectProperty ;
        rdfs:comment        "Property that links an authorship attribution referred to a cultural entity to that cultural entity."@en , "Proprietà che lega un'attribuzione di autore o di responsabilità relativa a un'entità culturale all'entità culturale stessa."@it ;
        rdfs:domain         :AuthorshipAttribution ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "is authorship attribution of"@en , "è attribuzione di autore/responsabilità di"@it ;
        rdfs:range          cis:CulturalEntity ;
        rdfs:subPropertyOf  core:isSituationOf ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: AU/AUT; AU/ATB; AU/AAT" .

l0:hasDescription  a   owl:ObjectProperty ;
        owl:inverseOf  l0:isDescriptionOf .

:completeBibliographicReference
        a                  owl:DatatypeProperty , owl:FunctionalProperty ;
        rdfs:comment       "This property represents the complete bibliographic reference."@en , "Questa proprietà rappresenta il riferimento bibliografico completo."@it ;
        rdfs:domain        :Bibliography ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "riferimento bibliografico completo"@it , "complete bibliographic reference"@en ;
        rdfs:range         rdfs:Literal ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: DO/BIB/BIBM; RE/RCG/RCGS - versioni precedenti: DO/BIL"@it .

:hasUrbanPlanningInstrument
        a                  owl:ObjectProperty ;
        rdfs:comment       "This class relates a cultural property to the related urban planning instrument."@en , "Questa proprietà collega un bene culturale a uno strumento urbanistico-territoriale, ovvero a un piano regolatore generale e particolareggiato o a un piano paesaggistico che interessa il bene stesso."@it ;
        rdfs:domain        cis:CulturalEntity ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "ha strumento urbanistico-territoriale"@it , "has urban planning instrument"@en ;
        rdfs:range         :UrbanPlanningInstrument ;
        owl:inverseOf      :isUrbanPlanningInstrumentOf ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: TU/STU" .

:findingNote  a             owl:DatatypeProperty ;
        rdfs:comment        "Questa proprietà rappresenta le note relative alle modalità di individuazione e di reperimento del bene in esame, in forma di testo libero. Possono essere integrative rispetto a quanto rappresentato come Scavo Archeologico o Ricognizione Archeologica, oppure possono essere le uniche informazioni registrate sull'individuazione e il reperimento del bene, in quelle situazioni in cui i dati a disposizione non consentono di compilare le schede di Authority file RCG-Ricognizione archeologica e/o DSC-Scavo archeologico. Vengono quindi collegate direttamente al bene."@it , "This property represents notes relating to methods for identifying and finding the cultural property in question."@en ;
        rdfs:domain         cis:CulturalEntity ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "note di reperimento"@it , "finding note"@en ;
        rdfs:range          rdfs:Literal ;
        rdfs:subPropertyOf  core:note ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: RE/RES - ICCD Normativa RA 2.00: RP/SPR; RP/ROC/ROCC; RP/ROC/ROCI" .

core:hasLocation  a  owl:ObjectProperty .

:estimatedValue  a        owl:FunctionalProperty , owl:DatatypeProperty ;
        rdfs:comment      "This property represents the value estimated in the context of an estimate process."@en , "Questa proprietà rappresenta il valore stimato durante il processo di stima di un'entità."@it ;
        rdfs:domain       :Estimate ;
        rdfs:isDefinedBy  <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label        "valore stimato"@it , "estimated value"@en ;
        rdfs:range        rdfs:Literal ;
        owl:versionInfo   "stabile"@it , "stable"@en .

:hasCollector  a            owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega una collezione di beni culturali al collezionista."@it , "This property relates a collection of cultural properties to its collector."@en ;
        rdfs:domain         cis:CollectionCulEnt ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "has collector"@en , "ha collezionista"@it ;
        rdfs:range          l0:Agent ;
        rdfs:subPropertyOf  :hasRelatedAgent ;
        owl:inverseOf       :isCollectorOf ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "UB/COL/COLN" .

opla:reusesPatternAsTemplate
        a       owl:AnnotationProperty .

<https://w3id.org/italia/onto/TI/time>
        a       owl:DatatypeProperty .

core:hasAgentRole  a  owl:ObjectProperty .

[ a            owl:AllDisjointClasses ;
  owl:members  ( :AuthorshipAttribution :Commission :Dating :Estimate :Fruition :Responsibility )
] .

:hasExportOffice  a         owl:ObjectProperty ;
        rdfs:comment        "This property relates an export/import certification to the certifying Export Department."@en , "Questa proprietà collega una certificazione di importazione/esportazione al'Ufficio Esportazione che ha emesso la certificazione."@it ;
        rdfs:domain         :ExportImportCertification ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "has export office"@en , "ha ufficio esportazione"@it ;
        rdfs:range          l0:Agent ;
        rdfs:subPropertyOf  :hasRelatedAgent ;
        owl:inverseOf       :isExportOfficeOf ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: TU/ESP/ESPU" .

:hasDatingEvent  a         owl:ObjectProperty ;
        rdfs:comment       "Questa proprietà collega una cronologia a un evento relativo al bene culturale, cui si riferisce la specifica cronologia."@it , "This property relates a dating to an event involving the cultural property, which the dating is about."@en ;
        rdfs:domain        :Dating ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "ha evento relativo a datazione"@it , "has event related to dating"@en ;
        rdfs:range         l0:EventOrSituation ;
        owl:inverseOf      :isDatingEventOf ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "DTN/DTNS; se non c'è, Event = \"realizzazione\""@it .

:isProfessionOf  a        owl:ObjectProperty ;
        rdfs:comment      "This is the inverse property of \"has profession\"."@en , "Questa è la proprietà inversa di \"ha professione\"."@it ;
        rdfs:domain       :Profession ;
        rdfs:isDefinedBy  <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label        "è professione di"@it , "is profession of"@en ;
        rdfs:range        l0:Agent ;
        owl:versionInfo   "stabile"@it , "stable"@en .

:NaturalOrigin  a   :AnomalyOrigin , owl:NamedIndividual ;
        rdfs:label  "Origine naturale"@it , "Natural origin"@en .

:Subject  a                owl:Class ;
        rdfs:comment       "This class represents the subject of a cultural property, or its ornamental motif."@en , "Questa classe rappresenta il soggetto rappresentato da un bene culturale o il suo motivo decorativo."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Soggetto"@it , "Subject"@en ;
        rdfs:subClassOf    l0:Topic ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :isSubjectOf ;
                             owl:someValuesFrom  owl:Thing
                           ] ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale: DA/AID/AIDI - Normativa F: SG/SGT/SGTI - Altre normative di versioni precedenti alla 4.00: OG/SGT/SGTI - ICCD Normative F, RA, SMO, PST, S, OAC, OA, MI, D, NU: RO/ROF/ROFS" .

:isActivityOperatorOf
        a                   owl:ObjectProperty ;
        rdfs:comment        "Questa è la proprietà inversa di \"ha operatore dell'attività\"."@it , "This is the inverse property of \"has activity operator\"."@en ;
        rdfs:domain         l0:Agent ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "is activity operator of"@en , "è operatore dell'attività"@it ;
        rdfs:range          l0:Activity ;
        rdfs:subPropertyOf  :isAgentRelatedTo ;
        owl:versionInfo     "stable"@en , "stabile"@it .

:ExpiredCopyright  a       owl:Class ;
        rdfs:comment       "Questa classe rappresenta i diritti d'autore scaduti, relativi quindi a un oggetto, per esempio un bene culturale, diventato di pubblico dominio."@it , "This class represents an expired copyright, related to an object, e.g. a cultural property."@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Diritti d'autore scaduti"@it , "Expired Copyright"@en ;
        rdfs:subClassOf    :Copyright ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa F 4.00 e OAC: TU/CPR (if CPRD = 'scaduti' or 'diritti scaduti' or 'in pubblico dominio')" .

:subject  a                owl:DatatypeProperty ;
        rdfs:comment       "Questa proprietà rappresenta il soggetto rappresentato da un bene culturale o il suo motivo decorativo."@it , "This property represents the subject of a cultural property, or its ornamental motif."@en ;
        rdfs:domain        cis:CulturalEntity ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "subject"@en , "soggetto"@it ;
        rdfs:range         rdfs:Literal ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale: DA/AID/AIDI - Normativa F: SG/SGT/SGTI - Altre normative di versioni precedenti alla 4.00: OG/SGT/SGTI"@it .

:LaboratoryTestType  a     owl:Class ;
        rdfs:comment       "This class represents the type of laboratory test (es.: chemical analysis)"@en , "Questa classe rappresenta il tipo di analisi di laboratorio (es.: analisi metallurgica, analisi chimica, etc.)"@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Laboratory test type"@en , "Tipo di analisi di laboratorio"@it ;
        rdfs:subClassOf    core:Type ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normative NU, RA, BNB, MA, CA: RS/ALB/ALBT" .

:ArchaeometricDiagnosticSurveyType
        a                  owl:Class ;
        rdfs:comment       "Questa classe rappresenta il tipo di indagine archeometrica e diagnostica (es.: analisi della malta, carotaggio, termografia, etc.)"@it , "This class represents the type of archaeometric and diagnostic survey (e.g. coring)"@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Tipo di indagine archeometrica e diagnostica"@it , "Archaeometric diagnostic survey type"@en ;
        rdfs:subClassOf    core:Type ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: RE/IND/INDI - ICCD normative di versioni precedenti: RE/AIN/AINT"@it .

:photographicSubseriesItemNumber
        a                  owl:DatatypeProperty , owl:FunctionalProperty ;
        rdfs:comment       "This property represents numbering of the photograph within the editorial photographic subseries."@en , "Questa proprietà rappresenta la numerazione della fotografia all'interno della sottoserie fotografica editoriale."@it ;
        rdfs:domain        :PhotographicSeriesMembership ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "numero dell'item all'interno della sottoserie fotografica"@it , "photographic subseries item number"@en ;
        rdfs:range         rdfs:Literal ;
        owl:versionInfo    "unstable"@it , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa F: PD/SSI/SSIN" .

l0:hasMember  a  owl:ObjectProperty .

core:description  a  owl:DatatypeProperty .

:ProperTitle  a            :TitleType , owl:NamedIndividual ;
        rdfs:comment       "Rappresenta il titolo proprio del soggetto di una stampa, di una matrice incisa o di una fotografia. Per titolo proprio di una stampa si intende il titolo principale nella forma in cui appare sulla stampa o sulla matrice stessa. Per titolo proprio (principale) di una fotografia, si intende nella forma in cui appare nell'immagine (o su uno dei suoi supporti, o nelle schede a campi testuali, o nei commenti sonori presenti all'interno del file contenente l'immagine digitale). Per la normativa F, Il titolo proprio include anche ogni eventuale titolo alternativo (altre denominazioni dell'opera che appaiano insieme al titolo principale) e, facoltativamente, i complementi del titolo proprio (ossia sottotitoli od ulteriori indicazioni che contribuiscono a qualificare più specificamente il contenuto dell'immagine)."@it , "It represents the title proper to subject of a print, an engraved matrix or a photograph."@en ;
        rdfs:label         "Titolo proprio"@it , "Proper title"@en ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "Normative S e MI: OG/SGT/SGTP - Normativa F: SFG/SGL/SGLT" .

:Format  a                 owl:Class ;
        rdfs:comment       "This class represents the documentation format (e.g. jpeg, pdf, MP4)"@en , "Questa classe rappresenta il formato della documentazione (es.: jpeg, A0, pdf, audiocassetta, MP4)."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Formato"@it , "Format"@en ;
        rdfs:subClassOf    l0:Description ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :isFormatOf ;
                             owl:someValuesFrom  :Documentation
                           ] ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: DO/FTA/FTAF, DO/DRA/DRAF, DO/FNT/FNTR (+ DO/VDC/VDCP, DO/REG/REGP)" .

:isArchivedIn  a            owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega l'archivio e/o istituzione conservativa con la relativa documentazione costituita da fonti e documenti."@it , "This property relates the archive or conservative institution to the documentation made of sources and documents."@en ;
        rdfs:domain         l0:Agent ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "è archiviato in"@it , "is archived in"@en ;
        rdfs:range          :SourceAndDocument ;
        rdfs:subPropertyOf  :isAgentRelatedTo ;
        owl:versionInfo     "stable"@en , "stabile"@it .

:hasArchive  a              owl:ObjectProperty ;
        rdfs:comment        "This property relates the documentation made of sources and documents to the archive or conservative institution."@en , "Questa proprietà collega una documentazione costituita da fonti e documenti all'archivio e/o istituzione conservativa."@it ;
        rdfs:domain         :SourceAndDocument ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "has archive"@en , "ha archivio"@it ;
        rdfs:range          l0:Agent ;
        rdfs:subPropertyOf  :hasRelatedAgent ;
        owl:inverseOf       :isArchivedIn ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: DO/FNT/FNTN" .

:isReusedBy  a              owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega un bene culturale a un altro bene culturale collegato che lo riutilizza in tutto o in parte."@it , "This property relates a cultural entity to a connected cultural entity that reuse it or a part of it."@en ;
        rdfs:domain         cis:CulturalEntity ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "è riutilizzato in"@it , "is reused by"@en ;
        rdfs:range          cis:CulturalEntity ;
        rdfs:subPropertyOf  :hasRelatedWork ;
        owl:inverseOf       :reuses ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: RV/RSE/RSER = 'è riutilizzato in' (versioni precedenti: 'bene composto')"@it .

:isCulturalGeographicAreaOf
        a                 owl:ObjectProperty ;
        rdfs:comment      "This property relates a cultural geographical area to the use of the cultural property which is present."@en , "Questa proprietà collega l'area geografico-culturale con l'uso del bene presente."@it ;
        rdfs:domain       CLV:Feature ;
        rdfs:isDefinedBy  <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label        "è area geografico-culturale di"@it , "is cultural geographic area of"@en ;
        rdfs:range        :Use ;
        owl:versionInfo   "stabile"@it , "stable"@en .

:FairMarketCircumstance
        a                  owl:Class ;
        rdfs:comment       "This class represents a circumstance related to fairs, markets, festivals."@en , "Questa classe rappresenta un'occasione connessa a fiere, mercati, sagre."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Fair market circumstance"@en , "Occasione legata a fiere e mercati"@it ;
        rdfs:subClassOf    :Circumstance ;
        owl:disjointWith   :IndeterminateCircumstance ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa BDI 4.00: CA/CAO/CAOF" .

:hasChangeOfAvailabilityType
        a                   owl:FunctionalProperty , owl:ObjectProperty ;
        rdfs:comment        "This property relates a cultural entity's change of availability to the event type (i.e. theft, destruction, recovery)."@en , "Questa proprietà collega il mutamento di condizione materiale di un bene culturale al tipo di evento (es.: furto, distruzione, recupero)."@it ;
        rdfs:domain         :ChangeOfAvailability ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "has change of availability type"@en , "ha tipo di mutamento condizione materiale"@it ;
        rdfs:range          :ChangeOfAvailabilityType ;
        rdfs:subPropertyOf  core:hasType ;
        owl:inverseOf       :isChangeOfAvailabilityTypeOf ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: TU/ALN/ALNT" .

:hasAuthorityFileCataloguingAgency
        a                   owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega un'entità descritta in una scheda di Authority File all'ente schedatore dell'authority file stesso. Per esempio, l'attribuzione di un autore a un bene culturale, uno scavo archeologico, una ricognizione archeologica, una bibliografia. Questa proprietà, esprimendo il significato della relazione nel nome, dà una rappresentazione semplificata della relazione che lega questa entità, l'authority file, e l'ente schedatore dell'authority file."@it , "This property relates an entity described in a authority file to the file's cataloguing institution."@en ;
        rdfs:domain         owl:Thing ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "ha ente schedatore dell'authority file"@it , "has authority file cataloguing agency"@en ;
        rdfs:range          l0:Agent ;
        rdfs:subPropertyOf  :hasRelatedAgent ;
        owl:inverseOf       :isAuthorityFileCataloguingAgencyOf ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: AU/AUT/AUTJ; DO/BIB/BIBJ; RE/RCG/RCGJ; RE/DSC/DSCJ - ICCD Normativa F: PD/PDF/PDFJ" .

:isInterventionOn  a       owl:ObjectProperty ;
        rdfs:comment       "Questa proprietà, inversa a \"ha intervento\", collega un intervento, a fini conservativi o di altro tipo, che ha interessato un bene culturale, al bene stesso."@it , "This property relates an intervention on a cultural property to that cultural property."@it ;
        rdfs:domain        :Intervention ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "è intervento su"@it , "is intervention on"@en ;
        rdfs:range         cis:CulturalEntity ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: CO/RST; normative di versioni precedenti: RS/RST - Normativa VeAC: CO/RIA - Normativa CA: RO/RIS" .

:hasAgentWithResponsibility
        a                   owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega l'individuazione di una responsabilità relativamente ai processi di produzione e di divulgazione che caratterizzano specificamente i beni fotografici all'agente che ha quella specifica responsabilità."@it , "This property relates the responsibility's identification to the agent which has that specific responsibility, focusing on the production process and dissemination of the photographic heritage."@en ;
        rdfs:domain         :Responsibility ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "has agent with responsibility"@en , "ha agente con responsabilità"@it ;
        rdfs:range          l0:Agent ;
        rdfs:subPropertyOf  :hasRelatedAgent ;
        owl:inverseOf       :isAgentWithResponsibilityIn ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa F e FF 4.00: PD/PDF/PDFN - ICCD Normativa F 3.00: PD/PDF/PDFN o PD/PDF/PDFB" .

[ a            owl:AllDisjointClasses ;
  owl:members  ( :ArchaeologicalExcavation :ArchaeologicalFieldSurvey :ArchaeologicalPropertySurvey :ArchaeometricDiagnosticSurvey :Inspection :LaboratoryTest :ObservationSurvey :PaleopathologySurvey :PhotoInterpretationRendering )
] .

:Commission  a             owl:Class ;
        rdfs:comment       "Questa classe rappresenta l'individuazione della committenza relativa a un bene culturale."@it , "This class represents the commission of a cultural property."@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Committenza"@it , "Commission"@en ;
        rdfs:subClassOf    :Interpretation ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :Circumstance ;
                             owl:onProperty     :hasCircumstance
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  l0:Agent ;
                             owl:onProperty     :hasCommittent
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :isCommissionOf ;
                             owl:someValuesFrom  cis:CulturalEntity
                           ] ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: AU/CMM" .

:PhotographicSeries  a     owl:Class ;
        rdfs:comment       "This class represents a photographic series, that is a set of photographs created or published as a unit, from a library sciences point of view."@en , "Questa classe rappresenta una serie editoriale fotografica, ovvero un insieme di immagini ideate o pubblicate come un'unica entità, esplicitamente legate tra di loro da un titolo o da una numerazione progressiva o da altri elementi che ne individuino inequivocabilmente l'unitarietà in senso biblioteconomico."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Serie fotografica"@it , "Photographic series"@en ;
        rdfs:subClassOf    l0:Collection ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :PhotographicSeriesMembership ;
                             owl:onProperty     :isPhotographicSeriesIn
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :PhotographicSubseries ;
                             owl:onProperty     core:hasPart
                           ] ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: PD/SFI" .

:Facsimile  a              owl:Class ;
        rdfs:comment       "This class represents a facsimile of a cultural property, and in particular of a photography, that has the same format and technique."@en , "Questa classe rappresenta un controtipo di un bene culturale, specificamente di una fotografia, cioè una duplicazione realizzata nello stesso formato e nella stessa tecnica."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Facsimile"@en , "Controtipo"@it ;
        rdfs:subClassOf    :DerivatedWork ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa F: RO/CRF/CRFT = 'controtipo'"@it .

:hasSECCategory  a          owl:ObjectProperty ;
        rdfs:comment        "This property relates a current inventory to the patrimonial category attributed to the cultural property based on the SEC classification."@en , "Questa proprietà collega un inventario patrimoniale alla categoria SEC attribuita al bene."@it ;
        rdfs:domain         :CurrentInventory ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "ha categoria SEC"@it , "has SEC category"@en ;
        rdfs:range          :SECCategory ;
        rdfs:subPropertyOf  core:hasCategory ;
        owl:versionInfo     "stabile"@it , "stable"@en .

:hasSurveyPhotographer
        a                   owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega un'indagine di rilevamento di un bene demo-etno-antropologico al fotografo professionista (diverso dal rilevatore) che ha effettuato la ripresa. La relazione tra il ruolo e l'agente che lo riveste è espressa nel nome della proprietà, che quindi ne fornisce una rappresentazione semplificata, con ridotta espressività. Nell'ontologia questa relazione è modellata anche, in maniera più espressiva, dalla classe AgentRole, che permette di collegare l'agente e il suo ruolo."@it , "This property relates an observation survey of a demo-etno-antropologic entity to the professional photographer who took the shot. In the ontology this relationship is modelled also by the class AgentRole which allows more expressiveness."@en ;
        rdfs:domain         :ObservationSurvey ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "ha fotografo dell'indagine"@it , "has survey photographer"@en ;
        rdfs:range          l0:Agent ;
        rdfs:subPropertyOf  :hasRelatedAgent ;
        owl:inverseOf       :isSurveyPhotographerOf ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa BDI 3.00: DR/DRG" .

core:isConceptOf  a  owl:ObjectProperty .

:hasBibliography  a        owl:ObjectProperty ;
        rdfs:comment       "This property relates an entity to its bibliography."@en , "Questa proprietà collega un'entità alla sua bibliografia. Per esempio, nell'ambito del Catalogo Generale, collega un bene culturale alla bibliografia che riguarda il bene stesso, descritto in una scheda di catalogo."@it ;
        rdfs:domain        owl:Thing ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "ha bibliografia"@it , "has bibliography"@en ;
        rdfs:range         :Bibliography ;
        owl:inverseOf      :isBibliographyOf ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: DO/BIB; RE/RCG/RCGS" .

:hasStratigraphicUnit
        a                   owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega uno scavo archeologico all'unità stratigrafica dalla quale proviene il bene rinvenuto nello scavo."@it , "This property relates an archeological excavation to the stratigraphic unit from which a cultural property has been found."@en ;
        rdfs:domain         :ArchaeologicalExcavation ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "has stratigraphic unit"@en , "ha unità stratigrafica"@it ;
        rdfs:range          :StratigraphicUnit ;
        rdfs:subPropertyOf  core:hasLocation ;
        owl:inverseOf       :isStratigraphicUnitOf ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: RE/DSC/DSCU" .

:involvesRelatedWork  a    owl:ObjectProperty ;
        rdfs:comment       "This property relates the situation in which a cultural property is related to another work with the related work itself (e.g.: a preparatory work, a prototype, a copy, a reuse, etc.)."@en , "Questa proprietà collega il rapporto tra un bene culturale e un'opera collegata all'opera collegata stessa (es.: un lavoro preparatorio, un prototipo, una copia, un reimpiego di tutto il bene o di una sua parte, ecc.)."@it ;
        rdfs:domain        :RelatedWorkSituation ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "involves related work"@en , "coinvolge opera collegata"@it ;
        rdfs:range         cis:CulturalEntity ;
        owl:inverseOf      :isRelatedWorkInvolvedIn ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normative RA, SMO, PST, S, OAC, OA, MI, D, NU, CA, MA, F: RO" .

:hasFormat  a               owl:ObjectProperty ;
        rdfs:comment        "This property relates the documentation to its format."@en , "Questa proprietà collega la documentazione con il suo formato."@it ;
        rdfs:domain         :Documentation ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "has format"@en , "ha formato"@it ;
        rdfs:range          :Format ;
        rdfs:subPropertyOf  l0:hasDescription ;
        owl:inverseOf       :isFormatOf ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale: DO/FTA/FTAF, DO/DRA/DRAF, DO/DNT/FNTR" .

:OriginalTitle  a          :TitleType , owl:NamedIndividual ;
        rdfs:label         "Titolo originario"@it , "Original title"@en ;
        a-cat:iccdNormTag  "ICCD Normativa FF: se PA/PAC/PACG = 'originaria'"@it .

:MainTitle  a              :TitleType , owl:NamedIndividual ;
        rdfs:comment       "This individual represents publication main title."@en , "Questo individuo rappresenta il titolo principale di una pubblicazione."@it ;
        rdfs:label         "Titolo principale"@it , "Main title"@en ;
        a-cat:iccdNormTag  "ICCD Normative VeAC e AT 3.01: DO/BSE/BSET"@it .

:isBiologicalTaxonOf  a     owl:ObjectProperty ;
        rdfs:comment        "This property relates a taxon to a biological entity."@it , "Questa proprietà collega una tassonomia con un'entità biologica."@it ;
        rdfs:domain         :BiologicalTaxon ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "è tassonomia biologica di"@it , "is biological taxon of"@en ;
        rdfs:range          owl:Thing ;
        rdfs:subPropertyOf  core:isClassificationOf ;
        owl:versionInfo     "stabile"@it , "stable"@en .

:hasCollection  a          owl:ObjectProperty ;
        rdfs:comment       "Questa proprietà collega l'appartenenza di un bene culturale a una collezione in un intervallo di tempo alla collezione coinvolta nella relazione"@it , "This property relates a cultural property to the collection to which it belongs in a time span."@en ;
        rdfs:domain        :CollectionMembership ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "ha collezione"@it , "has collection"@en ;
        rdfs:range         cis:CollectionCulEnt ;
        owl:inverseOf      :isCollectionIn ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "UB/COL/COLD" .

core:hasPart  a  owl:ObjectProperty .

:isAgentWithResponsibilityIn
        a                   owl:ObjectProperty ;
        rdfs:comment        "Questa è la proprietà inversa a \"ha agente con responsabilità\"."@it , "This is the inverse property of \"has agent with responsibility\"."@en ;
        rdfs:domain         l0:Agent ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "is agent with responsibility in"@en , "è agente con responsabilità in"@it ;
        rdfs:range          :Responsibility ;
        rdfs:subPropertyOf  :isAgentRelatedTo ;
        owl:versionInfo     "stable"@en , "stabile"@it .

:isReliabilityOf  a         owl:ObjectProperty ;
        rdfs:comment        "This property relates the reliability of the information collected during the survey to a photo interpretation rendering survey."@en , "Questa proprietà collega il livello di affidabilità delle informazioni rilevate nell'indagine a una fotointerpretazione o fotorestituzione."@it ;
        rdfs:domain         :Reliability ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "è affidabilità di"@it , "is reliability of"@en ;
        rdfs:range          :PhotoInterpretationRendering ;
        rdfs:subPropertyOf  core:isCharacteristicOf ;
        owl:versionInfo     "stable"@en , "stabile"@it .

:hasInterventionType  a     owl:ObjectProperty ;
        rdfs:comment        "This property relates an intervention on a cultural property (i.e. conservation, interventions, reprocessing, restoring, etc.) to its intervention type."@en , "Questa proprietà collega un intervento, a fini conservativi o di altro tipo, che ha interessato un bene culturale al tipo di intervento."@it ;
        rdfs:domain         :Intervention ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "ha tipo di intervento"@it , "has intervention type"@en ;
        rdfs:range          :InterventionType ;
        rdfs:subPropertyOf  core:hasType ;
        owl:inverseOf       :isInterventionTypeOf ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: valori di CO/RST/RSTI\nNormativa VeAC: CO/RIA (riadattamento/modifica)\nNormativa CA: RO/RIS (intervento successivo)"@it .

:InterpretationCriterion
        a                  owl:Class ;
        rdfs:comment       "This class represents the criterion that motivated an interpretation (e.g. inscription, bibliography, documentation)."@en , "Questa classe rappresenta il criterio o la motivazione che ha determinato una certa interpretazione (es.: bibliografia, documentazione, iscrizione)."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Interpretation criterion"@en , "Criterio interpretativo"@it ;
        rdfs:subClassOf    l0:Description ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :isInterpretationCriterionOf ;
                             owl:someValuesFrom  owl:Thing
                           ] ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: AU/AUT/AUTM; AU/CMM/CMMF; AU/AAT/AATM; AU/ATB/ATBM; DT/DTM/DTMM; SG/SGT/SGTL - Normativa VeAC: AU/FRU/FRUF - Normativa MI 3.00: AU/DC/DDCF" .

:hasMint  a                 owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega l'emissione della moneta alla Zecca. Questa proprietà, esprimendo il significato della relazione nel nome, dà una rappresentazione semplificata della relazione che lega questa entità e l'agente; la stessa relazione è rappresentata attraverso una n-ary relation, arco-core:AgentRole, che permette di collegare l'agente al ruolo che riveste nei confronti dell'entità."@it , "This property relates the coin issuance to the Mint. In the ontology this relationship is modelled also by the class AgentRole which allows more expressiveness."@en ;
        rdfs:domain         :CoinIssuance ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "has mint"@en , "ha zecca"@it ;
        rdfs:range          l0:Agent ;
        rdfs:subPropertyOf  :hasRelatedAgent ;
        owl:inverseOf       :isMintIn ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa NU: DA/ZEC - ICCD Normativa OA (dopo il rilascio della specifica scheda NU nel 2004 la scheda OA non è stata più utilizzata per la catalogazione di monete e medaglie): AU/EDT/EDTZ"@it .

:hasAuthor  a                   owl:ObjectProperty ;
        rdfs:comment            "This property relates an entity to its author."@en , "Questa proprietà collega una entità di qualsiasi tipo (documentazione, bene culturale, etc.) con il suo autore."@it , "This property relates a entity (i.e. documentation, cultural entity, etc.) to its author."@en ;
        rdfs:domain             owl:Thing ;
        rdfs:isDefinedBy        <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label              "ha autore"@it , "has author"@en ;
        rdfs:range              l0:Agent ;
        rdfs:subPropertyOf      :hasRelatedAgent ;
        owl:inverseOf           :isAuthorOf ;
        owl:propertyChainAxiom  ( :hasAuthorshipAttribution :hasAttributedAuthor ) ;
        owl:versionInfo         "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag       "ICCD Normativa Trasversale: DO/FTA/FTAA, DO/DRA/DRAA, DO/VDC/VDCR, DO/REG/REGA, DO/FNT/FNTA, DO/BIB/BIBA - Normativa S 3: RO/ADL/ADLA - Normative VeAC e AT 3.01: DO/BSE/BSEA - Normativa MI 3.00: AU/DDC/DDCN"@it .

:archaeologicalFieldSurveyICCDIdentifier
        a                   owl:FunctionalProperty , owl:DatatypeProperty ;
        rdfs:comment        "This property represents the code, assigned by the ICCD, which identifies the field survey unequivocally at national level."@en , "Questa proprietà rappresenta il codice, assegnato dall'ICCD, che individua il la ricognizione archeologica in modo univoco a livello nazionale."@it ;
        rdfs:domain         :ArchaeologicalFieldSurvey ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "codice univoco ICCD della ricognizione archeologica"@it , "archaeological field survey ICCD identifier"@en ;
        rdfs:range          rdfs:Literal ;
        rdfs:subPropertyOf  a-cat:ICCDIdentifier ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: RE/RCG/RCGK" .

:iconclassCode  a           owl:DatatypeProperty ;
        rdfs:comment        "This property represents the Iconclass code, for describing the subject or ornamental motif represented by the cultural property."@en , "Questa proprietà rappresenta la codifica iconclass che permette di descrivere, mediante un codice alfanumerico, il soggetto o il motivo decorativo rappresentato su un bene culturale."@it ;
        rdfs:domain         owl:Thing ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "Iconclass Code"@en , "Codifica Iconclass"@it ;
        rdfs:range          rdfs:Literal ;
        rdfs:subPropertyOf  l0:identifier ;
        owl:versionInfo     "stable"@en , "stabile"@it .

:SurveyMethod  a           owl:Class ;
        rdfs:comment       "This class represents the archeological survey method adopted."@en , "Questa classe rappresenta il metodo di scavo archeologico o di ricognizione archeologica adottato nel corso dell'indagine. (es.: sondaggio, per strati stratigrafici, occasionale, sistematico, etc.)"@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Metodo di indagine"@it , "Survey method"@en ;
        rdfs:subClassOf    core:Method ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :isSurveyMethodOf ;
                             owl:someValuesFrom  :Survey
                           ] ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: RE/RCG/RCGM; RE/DSC/DSCM" .

core:hasConcept  a  owl:ObjectProperty .

:methodOfInsertion  a      owl:DatatypeProperty ;
        rdfs:comment       "This property represents how the cultural entity was inserted inside a collection."@en , "Questa proprietà rappresenta, a testo libero, le modalità di acquisizione del bene nel patrimonio."@it ;
        rdfs:domain        :CurrentInventory ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "method of insertion"@en , "modalità di acquisizione"@it ;
        rdfs:range         rdfs:Literal ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: UB/INP/INPM" .

:preparatoryOrFinalWorkLocation
        a                  owl:DatatypeProperty ;
        rdfs:comment       "Questa proprietà rappresenta la localizzazione geografica e collocazione specifica dell'opera derivata dal bene culturale."@it , "This property represents geographical location and specific location of the work derived from the cultural property."@en ;
        rdfs:domain        :PreparatoryOrFinalWork ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "preparatory or final work location"@en , "collocazione dell'opera preparatoria o finale"@it ;
        rdfs:range         rdfs:Literal ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normative F, RA, SMO, PST, S, OAC, OA, MI, D, NU: RO/ROF/ROFC - Normativa S: RO/COP/COPC - Normativa F: RO/CRF/CRFC" .

:isExportOfficeOf  a        owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega un ufficio di esportazione a un certificazione di esportazione/importazione."@it , "This property relates an export office to an export/import certification."@en ;
        rdfs:domain         l0:Agent ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "è ufficio esportazione di"@it , "is export office of"@en ;
        rdfs:range          :ExportImportCertification ;
        rdfs:subPropertyOf  :isAgentRelatedTo ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: TU/ESP/ESPU" .

:isActivityResponsibleOf
        a                   owl:ObjectProperty ;
        rdfs:comment        "This is the inverse property of \"has activity responsible\"."@en , "Questa è la proprietà inversa di \"ha responsabile dell'attività\"."@it ;
        rdfs:domain         l0:Agent ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "is activity responsible of"@en , "è responsabile dell'attività"@it ;
        rdfs:range          l0:Activity ;
        rdfs:subPropertyOf  :isAgentRelatedTo ;
        owl:versionInfo     "stable"@en , "stabile"@it .

:isFindingContextOf  a      owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega il contesto di rinvenimento di un bene culturale, in particolare un reperto antropologico, al bene culturale."@it , "This property relates the finding context of a cultural property, and in particular an anthropological material, to the related cultural property."@en ;
        rdfs:domain         :FindingContext ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "is finding context of"@en , "è contesto di rinvenimento di"@it ;
        rdfs:range          cis:CulturalEntity ;
        rdfs:subPropertyOf  core:isSituationOf ;
        owl:versionInfo     "stabile"@it , "stable"@en .

:editionLocation  a        owl:DatatypeProperty ;
        rdfs:comment       "Questa proprietà rappresenta il luogo dell'edizione di un'opera."@it , "This property represents work's edition place."@en ;
        rdfs:domain        :Edition ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "edition location"@en , "luogo dell'edizione"@it ;
        rdfs:range         rdfs:Literal ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normative VeAC e AT 3.01: DO/BSE/BSEL."@it .

:isChangeOfAvailabilityOf
        a                   owl:ObjectProperty ;
        rdfs:comment        "This property relates a change of availability to a cultural entity."@en , "Questa proprietà collega un mutamento di condizione materiale a un'entità culturale."@it ;
        rdfs:domain         :ChangeOfAvailability ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "è mutamento di condizione materiale di"@it , "is change of availability of"@en ;
        rdfs:range          cis:CulturalEntity ;
        rdfs:subPropertyOf  core:isSituationOf ;
        owl:versionInfo     "stabile"@it , "stable"@en .

:hasMusician  a             owl:ObjectProperty ;
        rdfs:comment        "This property relates a musical instrument to the person who plays (in the present or past) a certain role as the instrument's exectutor. In the ontology this relationship is modelled also by the class AgentRole which allows more expressiveness."@en , "Questa proprietà collega uno strumento musicale a una persona che assume - o ha assunto - un ruolo certo come esecutore dello strumento. Questa relazione è modellata anche, con maggiore potere espressivo, tramite il pattern AgentRole, che collega lo strumento musicale a una situazione in cui un agente ha rivestito un ruolo (in questo caso, chitarrista, flautista, pianista, ecc., o genericamente musicista)."@it ;
        rdfs:domain         cis:CulturalEntity ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "ha musicista"@it , "has musician"@en ;
        rdfs:range          l0:Agent ;
        rdfs:subPropertyOf  :hasRelatedAgent ;
        owl:inverseOf       :isMusicianOf ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa SM 4.00: MU/MUTN" .

:PaleopathologySurvey
        a                  owl:Class ;
        rdfs:comment       "Questa classe rappresenta un'indagine, intesa come attività, in cui viene elaborata una diagnosi di una paleopatologia di un reperto antropologico."@it , "This class represents a particular type of survey on a cultural property, that is a survey in which is possible to make a diagnosis of a paleopathology of an anthropological material."@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Indagine su paleopatologia"@it , "Paleopathology survey"@en ;
        rdfs:subClassOf    :Survey ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     :diagnosis
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     :refersToSurveys
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :SurveyMethod ;
                             owl:onProperty     :hasSurveyMethod
                           ] ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa AT: PT" .

:SECIdentifier  a          owl:Class ;
        rdfs:comment       "Questa classe rappresenta il codice patrimoniale del bene (SEC - Modello 15), con riferimento alla classificazione del Sistema Europeo dei Conti 1995."@it , "This class represents the patrimonial code of a cultural property, referring to the SEC classification 1995."@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "SEC Identifier"@en , "Codice SEC"@it ;
        rdfs:subClassOf    core:Category ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: UB/INP/INPS" .

:isFindingContextTypeOf
        a                   owl:ObjectProperty ;
        rdfs:comment        "This property relates a type of cultural property (i.e. anthropological material) finding context to its context."@en , "Questa proprietà collega il tipo di contesto di rinvenimento di un bene culturale, e in particolare di un reperto antropologico, al suo contesto."@it ;
        rdfs:domain         :FindingContextType ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "è tipo di contesto di rinvenimento di"@it , "is finding context type of"@en ;
        rdfs:range          :FindingContext ;
        rdfs:subPropertyOf  core:isTypeOf ;
        owl:versionInfo     "stable"@en , "stabile"@it .

:isAcquisitionTypeOf  a     owl:ObjectProperty ;
        rdfs:comment        "This property relates a cultural entity's acquisition type (i.e. donation, seizure) to its acquisition."@en , "Questa proprietà collega il tipo di acquisizione (es.: donazione, alienazione, confisca) all'acquisizione di un bene culturale."@it ;
        rdfs:domain         :AcquisitionType ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "is acquisition type of"@en , "è tipo di acqusizione di"@it ;
        rdfs:range          :Acquisition ;
        rdfs:subPropertyOf  core:isTypeOf ;
        owl:versionInfo     "stable"@en , "stabile"@it .

:hasSurveyMotivation  a     owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega uno scavo archeologico, una ricognizione archeologica, un'indagine archeometrica e diagnostica o una fotointerpretazione e fotorestituzione al motivo principale che li ha determinati."@it , "This property relates an archeological, archaeometric or diagnostic survey or a photo interpretation rendering to the the main motivation that led to it."@en ;
        rdfs:domain         [ a            owl:Class ;
                              owl:unionOf  ( :ArchaeologicalExcavation :ArchaeologicalFieldSurvey :ArchaeometricDiagnosticSurvey :PhotoInterpretationRendering )
                            ] ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "has survey motivation"@en , "ha motivo di indagine"@it ;
        rdfs:range          :SurveyMotivation ;
        rdfs:subPropertyOf  l0:hasDescription ;
        owl:inverseOf       :isSurveyMotivationOf ;
        owl:versionInfo     "stabile"@it , "stable"@en .

:hasPreviousOwner  a        owl:ObjectProperty ;
        rdfs:comment        "This property relates the event of a cultural entity's acquisition to the agent which is the source of the acquisition."@en , "Questa proprietà collega un evento di acquisizione di un bene culturale al soggetto fonte dell'acquisizione."@it ;
        rdfs:domain         :Acquisition ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "has previous owner"@en , "ha soggetto fonte dell'acquisizione"@it ;
        rdfs:range          l0:Agent ;
        rdfs:subPropertyOf  :hasRelatedAgent ;
        owl:inverseOf       :isPreviousOwnerOf ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: TU/ACQ/ACQN" .

:hasLaboratoryTestType
        a                   owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega un'analisi di laboratorio con il tipo di analisi (es.: analisi metallurgica, analisi chimica, etc.)."@it , "This property relates a laboratory test to its test type (i.e. chemical or metallurgical analysis)."@en ;
        rdfs:domain         :LaboratoryTest ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "has laboratory test type"@en , "ha tipo di analisi di laboratorio"@it ;
        rdfs:range          :LaboratoryTestType ;
        rdfs:subPropertyOf  core:hasType ;
        owl:inverseOf       :isLaboratoryTestTypeOf ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normative NU, RA, BNB, MA, CA: RS/ALB/ALBT" .

:isLaboratoryTestTypeOf
        a                   owl:ObjectProperty ;
        rdfs:comment        "This property relates the laboratory test type (i.e. chemical or metallurgical analysis) to the related laboratory test."@en , "Questa proprietà collega il tipo di analisi di laboratorio (es.: analisi metallurgica, analisi chimica, etc.) con la relativa analisi."@it ;
        rdfs:domain         :LaboratoryTestType ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "is laboratory test type of"@en , "è tipo di analisi di laboratorio di"@it ;
        rdfs:range          :LaboratoryTest ;
        rdfs:subPropertyOf  core:isTypeOf ;
        owl:versionInfo     "stabile"@it , "stable"@en .

:PreferredAuthorshipAttribution
        a                  owl:Class ;
        rdfs:comment       "Questa classe rappresenta l'attribuzione di autore maggiormente accreditata o convincente."@it , "This class represents the preferred authorship attribution, most accredited or convincing."@en ;
        rdfs:label         "Preferred Authorship Attribution"@en , "Attribuzione Primaria di Autore"@it ;
        rdfs:subClassOf    :AuthorshipAttribution ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :hasAttributedAuthor ;
                             owl:someValuesFrom  l0:Agent
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     :authorIntervention
                           ] ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "AU/AUT" .

core:Method  a  owl:Class .

:environmentalState  a     owl:DatatypeProperty ;
        rdfs:comment       "Questa proprietà collega una ricognizione archeologica alla situazione ambientale al momento della ricognizione."@it , "This property relates an archaeological survey to environmental situation."@en ;
        rdfs:domain        :ArchaeologicalFieldSurvey ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "environmental state"@en , "situazione ambientale"@it ;
        rdfs:range         rdfs:Literal ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: RE/RCG/RCGT - Versioni precedenti: RE/RCG/RCGU + RE/RCG/RCGC" .

:PhotographicSubseries
        a                  owl:Class ;
        rdfs:comment       "This class represents a photographic subseries, that is a component of a photographic series."@en , "Questa classe rappresenta una sottoserie di una serie editoriale fotografica, ovvero una partizione interna alla serie."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Sottoserie fotografica"@it , "Photographic subseries"@en ;
        rdfs:subClassOf    :PhotographicSeries ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :PhotographicSeries ;
                             owl:onProperty     core:isPartOf
                           ] ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa F: PD/SSI" .

:hasFruition  a             owl:ObjectProperty ;
        rdfs:comment        "This property relates garment to the context in which it has been worn."@en , "Questa proprietà collega un vestimento antico o contemporaneo a un'occasione in cui è stato indossato da una o più persone."@it ;
        rdfs:domain         cis:CulturalEntity ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "has fruition"@en , "ha fruizione"@it ;
        rdfs:range          :Fruition ;
        rdfs:subPropertyOf  core:hasSituation ;
        owl:inverseOf       :isFruitionOf ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "Normativa VeAC: AU/FRU" .

:preparatoryOrFinalWorkRecordIdentifier
        a                   owl:DatatypeProperty , owl:FunctionalProperty ;
        rdfs:comment        "This property represents the code which identifies the record relating to the final or preparatory work in relation with the cultural property."@en , "Questa proprietà rappresenta il codice, qualora esista, che identifica la scheda relativa all'opera finale o preparatoria in relazione con il bene culturale."@it ;
        rdfs:domain         :PreparatoryOrFinalWork ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "preparatory or final work record identifier"@en , "codice della scheda dell'opera originale o finale"@it ;
        rdfs:range          rdfs:Literal ;
        rdfs:subPropertyOf  l0:identifier ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normative F, RA, SMO, PST, S, OAC, OA, MI, D, NU: RO/ROF/ROFX" .

:hasCulturalPropertyStage
        a                  owl:ObjectProperty ;
        rdfs:comment       "Questa proprietà collega il rapporto tra un bene culturale e un'altra entità collegata (opera preparatoria o opera finale) allo stadio di realizzazione del bene stesso in rapporto a questa entità."@it , "This property relates the relatioship between a cultural property and a related work (preparatory or final work) to the stage of the cultural property referring to this related work."@en ;
        rdfs:domain        :RelatedWorkSituation ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "ha fase di realizzazione"@it , "has cultural property stage"@en ;
        rdfs:range         :CulturalPropertyStage ;
        owl:inverseOf      :isCulturalPropertyStageIn ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normative RA, SMO, PST, S, OAC, OA, MI, D, NU, F: RO/ROF/ROFF"@it .

:HistoricalUse  a        :UseType , owl:NamedIndividual ;
        rdfs:comment     "This individual represents cultural enity's historical use."@en , "Questo individuo rappresenta l'uso storico di un bene."@it ;
        rdfs:label       "Uso storico"@it , "Historical use"@en ;
        owl:versionInfo  "stable"@en , "stabile"@it .

:GoodReliability  a  :Reliability , owl:NamedIndividual ;
        rdfs:label  "Good reliability"@en , "Buona affidabilità"@it .

:PreparatoryOrFinalWork
        a                  owl:Class ;
        rdfs:comment       "Questa classe rappresenta un'entità collegata a un bene culturale, che ne costituisce una fase preparatoria o una fase finale."@it , "This class represents an entity related to a cultural property, that is its preparatory or final stage."@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Opera preparatoria o finale"@it , "Preparatory or final work"@en ;
        rdfs:subClassOf    cis:CulturalEntity ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :Inventory ;
                             owl:onProperty     :hasInventory
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :Dating ;
                             owl:onProperty     :hasDating
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  l0:Agent ;
                             owl:onProperty     :hasAuthor
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :Title ;
                             owl:onProperty     :hasTitle
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     :preparatoryOrFinalWorkRecordIdentifier
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     :preparatoryOrFinalWorkPreviousLocation
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     :preparatoryOrFinalWorkLocation
                           ] ;
        dc:description     "An example of usage of the class 'Preparatory or final work' is the following::\nresource:PreparatoryOrFinalWork/0500212038-disegno\n        a           cd:PreparatoryOrFinalWork ;\n        rdfs:label  \"Preparatory or final work 1 of cultural property 0500212038: disegno\"@en ;\n        cd:hasAuthor resource:Agent/tiziano-vecellio ;\n        cd:hasDating resoruce:Dating/0500212038-disegno ."@en , "Un esempio di utilizzo della classe \"Opera preparatoria o finale\" è il seguente:\nresource:PreparatoryOrFinalWork/0500212038-disegno\n        a           cd:PreparatoryOrFinalWork ;\n        rdfs:label  \"Opera originale o finale 1 del bene culturale 0500212038: disegno\"@it ;\n        cd:hasAuthor resource:Agent/tiziano-vecellio ;\n        cd:hasDating resoruce:Dating/0500212038-disegno ."@it ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normative F, RA, SMO, PST, S, OAC, OA, MI, D, NU: RO/ROF" .

:ageOfDeath  a            owl:FunctionalProperty , owl:DatatypeProperty ;
        rdfs:comment      "This property represents an anthropological finding estimated age of death."@en , "Questa proprietà rappresenta l'età della morte stimata nel contesto della stima dell'età della morte di un reperto antropologico."@it ;
        rdfs:domain       :AgeOfDeathInterpretation ;
        rdfs:isDefinedBy  <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label        "età della morte stimata"@it , "estimated age of death"@en ;
        rdfs:range        rdfs:Literal ;
        owl:versionInfo   "stable"@en , "stabile"@it .

:historicalInformation
        a                  owl:DatatypeProperty ;
        rdfs:domain        cis:CulturalEntity ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "informazioni storiche"@it , "historical information"@en ;
        rdfs:range         rdfs:Literal ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: DA/NSC" .

a-cat:iccdNormTag  a  owl:AnnotationProperty .

:Documentation  a          owl:Class ;
        rdfs:comment       "This class represents the documentation, with subclasses for each specific type of documentation (images, drawings, audio, video, etc.)"@en , "Classe che rappresenta la documentazione, specializzata nelle sottoclassi che rappresentano tipi specifici di documentazione di corredo (immagini, disegni e rilievi, cartografia, documenti audio e video, fonti e documenti editi e inediti, referenze bibliografiche)."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Documentazione"@it , "Documentation"@en ;
        rdfs:subClassOf    l0:Object ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :Format ;
                             owl:onProperty     :hasFormat
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :documentationIdentifier ;
                             owl:someValuesFrom  rdfs:Literal
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     :rights
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :isDocumentationOf ;
                             owl:someValuesFrom  owl:Thing
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  xsd:anyURI ;
                             owl:onProperty     <https://w3id.org/italia/onto/SM/URL>
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     :digitalFilename
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     core:specifications
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :DocumentationType ;
                             owl:onProperty     :hasDocumentationType
                           ] ;
        dc:description     "Un esempio d'uso di una delle sottoclassi della classe 'Documentazione' è il seguente:\nresource:AudioDocumentation/1200924650-audio-documentation-1\n        a   cd:AudioDocumentation ;\n        rdfs:label  \"Documentazione audio 1 del bene culturale: 1200924650\"@it ;\n        cd:documentationIdentifier \"New_1401358982589\" ;\n        cd:hasDocumentationType resource:DocumentationType/cassetta-dat ;\n        cd:hasFormat resource:Format/cassetta-dat ;\n        core:hasCategory cd:AttachedDocumentation ."@en , "An example of usage of one of the subclasses of the class 'Documentation' is the following:\nresource:AudioDocumentation/1200924650-audio-documentation-1\n        a   cd:AudioDocumentation ;\n        rdfs:label  \"Audio documentation 1 of cultural property: 1200924650\"@en ;\n        cd:documentationIdentifier \"New_1401358982589\" ;\n        cd:hasDocumentationType resource:DocumentationType/cassetta-dat ;\n        cd:hasFormat resource:Format/cassetta-dat ;\n        core:hasCategory cd:AttachedDocumentation ."@en ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: DO"@it .

:hasPhotographicSeries
        a                  owl:ObjectProperty ;
        rdfs:comment       "This property relates a photographic series a the cultural entity which belongs to it."@en , "Questa proprietà, inversa a \"è serie in\", collega il rapporto tra una serie e un bene fotografico che ne fa parte alla serie stessa."@it ;
        rdfs:domain        :PhotographicSeriesMembership ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "has photographic series"@en , "ha serie fotografica"@it ;
        rdfs:range         :PhotographicSeries ;
        owl:inverseOf      :isPhotographicSeriesIn ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale: PD/SFI; PD/SSI" .

:ArchivalRecord  a         owl:Class ;
        rdfs:comment       "Questa classe rappresenta una unità documentaria che fa parte di una unità archivistica complessa."@it , "This class represents the archival record that is part of an archival record set."@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Archival record"@en , "Unità documentaria"@it ;
        rdfs:subClassOf    l0:Object ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     :archivalRecordIdentifier
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :ArchivalRecordSet ;
                             owl:onProperty     core:isPartOf
                           ] ;
        opla:isNativeTo    <http://mklab.iti.gr/pericles/BornDigitalArchives_ODP.owl> ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa F: UB/UBF" .

<https://w3id.org/italia/onto/TI/date>
        a       owl:DatatypeProperty .

:ProtectiveMeasure  a      owl:Class ;
        rdfs:comment       "Questa classe rappresenta un provvedimento di tutela nazionale o internazionale, che ha interessato un bene culturale."@it , "This class represents the protective measure, national or international, related to a cultural property."@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Protective measure"@en , "Provvedimento di tutela"@it ;
        rdfs:subClassOf    l0:Object ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     :openingNoticeDate
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     :noticeDate
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  l0:Agent ;
                             owl:onProperty     :hasProponentAgency
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     :issueDate
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     :registrationDateOrGU
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :isProtectiveMeasureOf ;
                             owl:someValuesFrom  cis:CulturalEntity
                           ] ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: TU/NVC" .

:numberInCirculation  a    owl:FunctionalProperty , owl:DatatypeProperty ;
        rdfs:comment       "Questa proprietà rappresenta la numerazione dell'esemplare della fotografia o della stampa all'interno della tiratura e il numero complessivo degli esemplari tirati, qualora la fotografia o la stampa risalgano a una tiratura. Nel caso delle fotografie, per tiratura si intende un insieme prestabilito e limitato di esemplari (uguali) tratti dallo stesso negativo o dalla stessa, ovvero non modificata, fotografia digitale (o dalla stessa serie di matrici), numerati progressivamente."@it , "This property represents photograph copies numbering."@en ;
        rdfs:domain        cis:CulturalEntity ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "number in circulation"@en , "numero nella tiratura"@it ;
        rdfs:range         rdfs:Literal ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa F: PD/TRT; ICCD Normativa S: PD/TRT/TRTN" .

:LineAnomaly  a     :AnomalyType , owl:NamedIndividual ;
        rdfs:label  "Line anomaly"@en , "Anomalia lineare"@it .

:isSurveyOn  a             owl:ObjectProperty ;
        rdfs:comment       "Questa proprietà collega un'indagine effettuata su un bene culturale al bene stesso."@it , "This property relates a cultural entity's survey to the cultural entity."@en ;
        rdfs:domain        :Survey ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "è indagine su"@it , "is survey on"@en ;
        rdfs:range         cis:CulturalEntity ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: RE; CM/ISP - ICCD Normative NU, RA, BNB, MA, CA: RS/ALB - ICCD Normativa AT 3.00: IN/INI - Normativa BDM e SM 4.00: DR" .

:PointAnomaly  a    :AnomalyType , owl:NamedIndividual ;
        rdfs:label  "Point anomaly"@en , "Anomalia puntuale"@it .

:ParallelTitle  a          :TitleType , owl:NamedIndividual ;
        rdfs:comment       "Rappresenta un titolo parallelo, cioè lo stesso titolo principale tradotto in altre lingue e presentato come equivalente."@it , "I represents a parallel title, that is main title translated into other languages and presented as equivalent."@en ;
        rdfs:label         "Titolo parallelo"@it , "Parallel title"@en ;
        a-cat:iccdNormTag  "Normativa F: SG/SGL/SGLL - Normative S e MI: OG/SGT/SGTR" .

:ExistingDocumentation
        a                :DocumentationCategory , owl:NamedIndividual ;
        rdfs:comment     "This individual represents documentation definition that is only mentioned."@en , "Questo individuo rappresenta la definizione (vocabolario chiuso) della documentazione che viene solo citata: non è acclusa alla scheda di catalogo, ma si trova presso un luogo di conservazione (Archivio, Biblioteca, ecc.), anche “virtuale”, come nel caso delle risorse disponibili sul web e consultabili on line."@it ;
        rdfs:label       "Existing documentation"@en , "Documentazione esistente"@it ;
        owl:versionInfo  "stable"@en , "stabile"@it .

:hasSubspecies  a           owl:FunctionalProperty , owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega una tassonomia biologica alla sottospecie, che è uno dei concetti della tassonomia."@it , "This property relates a biological taxon to the subspecies, that is one of the concept of the taxon."@en ;
        rdfs:domain         :BiologicalTaxon ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "ha sottospecie"@it , "has subspecies"@en ;
        rdfs:range          :Subspecies ;
        rdfs:subPropertyOf  core:hasConcept ;
        owl:inverseOf       :isSubspeciesIn ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "ICCD Normativa AT: OG/OGS/OGST" .

:PhotoInterpretationRendering
        a                  owl:Class ;
        rdfs:comment       "Questa classe rappresenta un tipo particolare di indagine su bene culturale, ovvero una fotointerpretazione e fotorestituzione, intesa come indagine territoriale."@it , "This class represents a particular type of survey on a cultural property, that is photo interpretation and rendering."@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Photo interpretation and rendering"@en , "Fotointerpretazione e fotorestituzione"@it ;
        rdfs:subClassOf    :Survey ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     :overlapSpecifications
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  l0:Agent ;
                             owl:onProperty     :hasActivityResponsible
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :Anomaly ;
                             owl:onProperty     :hasAnomaly
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :SurveyImage ;
                             owl:onProperty     :hasSurveyImage
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :Reliability ;
                             owl:onProperty     :hasReliability
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  l0:Agent ;
                             owl:onProperty     :hasSurveyScientificDirector
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :SurveyMotivation ;
                             owl:onProperty     :hasSurveyMotivation
                           ] ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: RE/FOI" .

:documentationLocation
        a                  owl:DatatypeProperty ;
        rdfs:comment       "This property represents document location, which can also be expressed by inventory location or identifier."@en , "Questa proprietà rappresenta la collocazione del documento, che può anche essere espressa per mezzo della collocazione inventariale o dell'identificativo (numerico o alfanumerico) della fonte o del documento."@it ;
        rdfs:domain        :Documentation ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "documentation location"@en , "collocazione della documentazione"@it ;
        rdfs:range         rdfs:Literal ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: DO/FTA/FTAC, DO/DRA/DRAC, DO/VDC/VDCC, DO/REG/REGC, DO/FNT/FNTS" .

:AuthorshipAttribution
        a                  owl:Class ;
        rdfs:comment       "Questa classe rappresenta l'attribuzione di un autore o di una responsabilità per la creazione di un bene culturale, cioè le informazioni relative ai soggetti (persone singole o enti collettivi) intervenuti nella realizzazione del bene e/o all'ambito culturale di riferimento."@it , "This class represents the attribution of authorship or a responsibility for the creation of a cultural property, referring to the agents that played a role in the creation of the cultural property or to the reference cultural scope."@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Attribuzione di Autore o responsabilità"@it , "Authorship Attribution"@en ;
        rdfs:subClassOf    :Interpretation ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  <https://w3id.org/italia/onto/RO/Role> ;
                             owl:onProperty     :hasInterventionRole
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  l0:Agent ;
                             owl:onProperty     :hasAttributedAuthor
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  l0:Agent ;
                             owl:onProperty     :hasAuthorityFileCataloguingAgency
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :isAuthorshipAttributionOf ;
                             owl:someValuesFrom  cis:CulturalEntity
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :CulturalScope ;
                             owl:onProperty     :hasCulturalScope
                           ] ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale: AU/AAT; AU/ATB; AU/AUT" .

:hasIntervention  a         owl:ObjectProperty ;
        rdfs:comment        "This property relates a cultural entity to a intervention on it, for conservational or other purposes."@en , "Questa proprietà collega un bene culturale con un intervento, a fini conservativi o di altro tipo, che lo ha interessato."@it ;
        rdfs:domain         cis:CulturalEntity ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "has intervention"@en , "ha intervento"@it ;
        rdfs:range          :Intervention ;
        rdfs:subPropertyOf  l0:isMemberOf ;
        owl:inverseOf       :isInterventionOn ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: CO/RST; normative di versioni precedenti: RS/RST - Normativa VeAC: CO/RIA - Normativa CA: RO/RIS"@it .

:documentationTitle  a     owl:DatatypeProperty ;
        rdfs:comment       "Questa proprietà rappresenta il titolo o la denominazione del documento."@it , "This property represents document title or denomination."@en ;
        rdfs:domain        :Documentation ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "titolo della documentazione"@it , "documentation title"@en ;
        rdfs:range         rdfs:Literal ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "FTAM, DRAM, VDCA, REGZ, FNTT"@it .

:ResponsibilityType  a     owl:Class ;
        rdfs:comment       "This class represents the type of responsibility related to the production and dissemination of photographic heritage (e.g.: printer, editor)"@en , "Questa classe rappresenta il tipo di responsabilità individuata relativamente ai processi di produzione e di divulgazione che caratterizzano specificamente i beni fotografici (es.: stampatori, ritoccatori, coloritori, ecc.)."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Responsibility type"@en , "Tipo di responsabilità"@it ;
        rdfs:subClassOf    core:Type ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normative F e FF: PD/PDF/PDFR" .

:AnomalyType  a            owl:Class ;
        rdfs:comment       "Questa classe rappresenta il tipo di anomalia (puntuale, lineare, areale) rilevata durante una fotointerpretazione o fotorestituzione."@it , "This class represents the type of anomaly (line anomaly, point anomaly, polygon anomaly) observed during a photo interpretation or rendering survey."@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Anomaly type"@en , "Tipo di anomalia"@it ;
        rdfs:subClassOf    core:Type ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: RE/FOI/FOIQ" .

terms:license  a  owl:AnnotationProperty .

:archivalRecordLocation
        a                  owl:DatatypeProperty ;
        rdfs:comment       "Questa proprietà rappresenta la collocazione di un'unità documentaria all'interno di un'unità archivistica complessa."@it , "This property represents the location of a documentary unit within a complex archival unit."@en ;
        rdfs:domain        :ArchivalRecordSetMembership ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "archival record location"@en , "collocazione di unità documentaria"@it ;
        rdfs:range         rdfs:Literal ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa F: UB/UBF/UBFC" .

l0:isDescriptionOf  a  owl:ObjectProperty .

:SecondaryTitle  a         :TitleType , owl:NamedIndividual ;
        rdfs:comment       "This individual represents publication's secondary title."@en , "Questo individuo rappresenta il tipo di titolo secondario di una pubblicazione."@it ;
        rdfs:label         "Titolo secondario"@it , "Secondary title"@en ;
        a-cat:iccdNormTag  "ICCD Normative VeAC e AT 3.01: DO/BSE/BSEC" .

:CircumstanceType  a       owl:Class ;
        rdfs:comment       "Questa classe rappresenta il tipo di occasione (es.: civile, religiosa)."@it , "This class represents the circumstance type (e.g.: civil, religious)"@en , "This class represents the type of circumstance (e.g. civil, religious)"@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Circumstance type"@en , "Tipo di circostanza"@it ;
        rdfs:subClassOf    core:Type ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa BDI: CA/CAR; CA/CAC" .

:isUseTypeOf  a             owl:ObjectProperty ;
        rdfs:comment        "This property relates the type of a cultural entity use to its use."@en , "Questa proprietà collega il tipo di uso del bene (attuale, precedente, storico) con il suo uso."@it ;
        rdfs:domain         :UseType ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "is use type of"@en , "è tipo d'uso di"@it ;
        rdfs:range          :Use ;
        rdfs:subPropertyOf  core:isTypeOf ;
        owl:versionInfo     "stable"@en , "stabile"@it .

:ObservationSurvey  a      owl:Class ;
        rdfs:comment       "Questa classe rappresenta un tipo particolare di indagine, ovvero il rilevamento (l'occasione o l'indagine in occasione della quale è stato rilevato, individuato, osservato il bene) di un bene musicale di interesse etno-organologico o di un bene demoetno-antropologico."@it , "This class represents a particular type of survey on a cultural property, that is an observation survey: the observation of musical heritage or demoethnoanthropological heritage."@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Indagine di rilevamento"@it , "Observation survey"@en ;
        rdfs:subClassOf    :Survey ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  l0:Agent ;
                             owl:onProperty     :hasSurveySoundEngineer
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :ObservationSurveyType ;
                             owl:onProperty     :hasObservationSurveyType
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  l0:Agent ;
                             owl:onProperty     :hasSurveyPhotographer
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  l0:Agent ;
                             owl:onProperty     :hasActivityOperator
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  l0:Agent ;
                             owl:onProperty     :hasActivityResponsible
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :Research ;
                             owl:onProperty     :isRelatedToResearch
                           ] ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa SM e BDM 4.00: DR" .

:isCoinIssuanceOf  a        owl:ObjectProperty ;
        rdfs:comment        "Questa è la proprietà inversa a \"ha emissione di moneta\"."@it , "This is the inverse property of \"has coin issuance\"."@en ;
        rdfs:domain         :CoinIssuance ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "è emissione di moneta"@it , "is coin issuance of"@en ;
        rdfs:range          [ a            owl:Class ;
                              owl:unionOf  ( cis:CulturalEntity <https://w3id.org/arco/ontology/denotative-description/Counterstamp> )
                            ] ;
        rdfs:subPropertyOf  core:isSituationOf ;
        owl:versionInfo     "stabile"@it , "stable"@en .

:hasProfession  a          owl:ObjectProperty ;
        rdfs:comment       "This property relates an agent to its job. For example the agent responsible of the production of a cultual entity."@en , "Questa proprietà collega un agente al suo mestiere o professione, per esempio l'utente del bene oppure il responsabile della fabbricazione di un bene con il suo mestiere o la sua professione."@it ;
        rdfs:domain        l0:Agent ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "ha professione"@it , "has profession"@en ;
        rdfs:range         :Profession ;
        owl:inverseOf      :isProfessionOf ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa BDM 2.00: UT/UTN/UTNM - ICCD Normativa BDM 4.00: AU/AUT/AUTE"@it .

:BibliographyCategory
        a                  owl:Class ;
        rdfs:comment       "This class represents the category associated to a bibliography (e.g. accompanying bibliography, comparative bibliography, specific bibliography)."@en , "Questa classe rappresenta la categoria della bibliografia. Nel contesto delle normative per la catalogazione ICCD, questa classe ha associato un vocabolario chiuso definito in tre tipi: bibliografia specifica, bibliografia di confronto e bibliografia di corredo."@it ;
        rdfs:label         "Genere della bibliografia"@it , "Bibliography category"@en ;
        rdfs:subClassOf    core:Category ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normative OA-OAC-MI-D-S-RA-TMA-CA-MA-SAS-SI 3.00: DO/BIB/BIBX - Normative VeAC e AT 3.01: DO/BSE/BSEX."@it .

:UseType  a                owl:Class ;
        rdfs:comment       "This class represents the type of use of a cultural property (current, previous, historical)"@en , "Questa classe rappresenta il tipo di uso del bene (attuale, precedente, storico o dato non disponibile)."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Tipo d'uso"@it , "Use type"@en ;
        rdfs:subClassOf    core:Type ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale: UT/UTU/UTUT" .

:hasCulturalPropertyEstimate
        a                   owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega un bene culturale alla stima effettuata sul bene stesso."@it , "This property relates a cultural property to the estimate of that cultural property."@en ;
        rdfs:domain         cis:CulturalEntity ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "has cultural property estimate"@en , "ha stima di bene culturale"@it ;
        rdfs:range          :CulturalPropertyEstimate ;
        rdfs:subPropertyOf  :hasEstimate ;
        owl:inverseOf       :isCulturalPropertyEstimateOf ;
        owl:versionInfo     "stabile"@it , "stable"@en .

:isCopyrightHolderIn  a     owl:ObjectProperty ;
        rdfs:comment        "This is the inverse property of \"has copyright holder\"."@en , "Questa è la proprietà inversa di \"ha titolare dei diritti d'autore\""@it ;
        rdfs:domain         l0:Agent ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "è titolare dei diritti d'autore in"@it , "is copyright holder in"@en ;
        rdfs:range          :Copyright ;
        rdfs:subPropertyOf  :isAgentRelatedTo ;
        owl:versionInfo     "stabile"@it , "stable"@en .

:isDatingOf  a              owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega una cronologia all'entità cui si riferisce."@it , "This property relates a dating to an entity."@en ;
        rdfs:domain         :Dating ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "è cronologia di"@it , "is dating of"@en ;
        rdfs:range          owl:Thing ;
        rdfs:subPropertyOf  core:isSituationOf ;
        owl:versionInfo     "stabile"@it , "stable"@en .

:ComparativeBibliography
        a                :BibliographyCategory , owl:NamedIndividual ;
        rdfs:comment     "This individual represents the definition relative to the kind of bibliography used for comparisons."@en , "Questo individuo rappresenta la definizione (vocabolario chiuso) relativa al genere di bibliografia utilizzata per confronti (stilistici, tipologici, ecc.)."@it ;
        rdfs:label       "Comparative bibliography"@en , "Bibliografia di confronto"@it ;
        owl:versionInfo  "stable"@en , "stabile"@it .

:Forgery  a                owl:Class ;
        rdfs:comment       "Questa classe rappresenta una contraffazione di un bene culturale, cioè una riproduzione di un bene culturale da parte di un autore che non dichiari l'autore dell'originale."@it , "This class represents a forgery of a cultural property, that is a copy of a cultural property for which the author doesn't declare the original author."@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Forgery"@en , "Contraffazione"@it ;
        rdfs:subClassOf    :DerivatedWork ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa F: RO/CRF/CRFT = 'contraffazione'"@it .

:hasResponsibility  a      owl:ObjectProperty ;
        rdfs:comment       "Questa proprietà collega un bene fotografico (fotografia o fondo fotografico) all'individuazione di una responsabilità attribuibile a un agente relativamente ai processi di produzione e di divulgazione che caratterizzano specificamente i beni fotografici, quindi alle diverse personalità responsabili, a vario titolo, del ciclo produttivo del bene in esame, oltre che della sua circolazione, divulgazione, commercializzazione e promozione (committenti, stampatori, ritoccatori, coloritori, editori, distributori, sponsor, curatori e responsabili di edizioni e di serie, dedicanti e dedicatari, responsabili di collezioni e di collazioni, ecc.)."@it , "This property relates a photographic cultural entity (photography or photographic fond) to the responsibility attribution of an agent. The agent is in charge of the production or disclosure process which characterises photographic heritage (i.e. printers, editors, distributors, sposors, collection responsibles etc.)"@en ;
        rdfs:domain        cis:CulturalEntity ;
        rdfs:isDefinedBy   "This property relates a photographic heritage to the the attribution of a responsibility to an agent, relating to the activities of production and dissemination of photographic heritage (e.g.: committent, editor, printer, dedicatee, etc.)."@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "has responsibility"@en , "ha responsabilità"@it ;
        rdfs:range         :Responsibility ;
        owl:inverseOf      :isResponsibilityFor ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa F: PD/PDF" .

:Anomaly  a                owl:Class ;
        rdfs:comment       "Questa classe rappresenta un'anomalia rilevata nel corso di una fotointerpretazione o fotorestituzione."@it , "This class represents an anomaly detected during a photo interpretation or rendering."@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Anomalia"@it , "Anomaly"@en ;
        rdfs:subClassOf    core:Situation ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :AnomalyOrigin ;
                             owl:onProperty     :hasAnomalyOrigin
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :AnomalyType ;
                             owl:onProperty     :hasAnomalyType
                           ] ;
        rdfs:subClassOf    [ a                   owl:Restriction ;
                             owl:onProperty      :isAnomalyOf ;
                             owl:someValuesFrom  :PhotoInterpretationRendering
                           ] ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: RE/FOI/FOIA" .

:archivalRecordSetTitle
        a                  owl:DatatypeProperty ;
        rdfs:comment       "Questa proprietà rappresenta il titolo dell'unità archivistica complessa (fondo, serie, sottoserie, etc.) in cui si trova un'unità documentaria."@it , "This property represents the title of the archival record set in which a documentary unit is located."@en ;
        rdfs:domain        :ArchivalRecordSetMembership ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "titolo di unità archivistica complessa"@it , "archival record set title"@en ;
        rdfs:range         rdfs:Literal ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa F: UB/UBF/UBFU" .

:hasMemberOfPhotographicSeries
        a                  owl:ObjectProperty ;
        rdfs:comment       "Questa proprietà, inversa a \"è membro di serie\", collega l'appartenenza di un bene fotografico a una serie editoriale al bene fotografico coinvolto nella relazione."@it , "This property relates the membership of a cultural entity (e.g. photographic heritage) to its photographic series. It is the inverse property of \"isMemberPhotographicSeries\"."@en ;
        rdfs:domain        :PhotographicSeriesMembership ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "ha membro di serie fotografica"@it , "has member of photographic series"@en ;
        rdfs:range         cis:CulturalEntity ;
        owl:inverseOf      :isMemberOfPhotographicSeriesIn ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa F: PD/SFI; PD/SSI" .

<https://w3id.org/italia/onto/SM/URL>
        a       owl:DatatypeProperty .

:registrationDateOrGU
        a                  owl:DatatypeProperty ;
        rdfs:comment       "Questa proprietà rappresenta la data dell'avvenuta trascrizione al registro immobiliare, quando trattasi di vincoli imposti con leggi che richiedano la trascrizione, o il numero della Gazzetta Ufficiale su cui è stato pubblicato il decreto."@it , "This property represents the date of the registration or the number of the Official Journal on which the decree was published."@en ;
        rdfs:domain        :ProtectiveMeasure ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "data di registrazione o gazzetta ufficiale"@it , "registration date or official journal"@en ;
        rdfs:range         rdfs:Literal ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: TU/NVC/NVCR" .

:AnomalyOrigin  a          owl:Class ;
        rdfs:comment       "Questa classe rappresenta l'origine dell'anomalia rilevata nell'indagine di fotointerpretazione o fotorestituzione."@it , "This class represents the anomaly origin of the photo interpretation rendering."@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Origine dell'anomalia"@it , "Anomaly origin"@en ;
        rdfs:subClassOf    core:CulturalEntityCharacteristic ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :Anomaly ;
                             owl:onProperty     [ owl:inverseOf  :hasAnomalyOrigin ]
                           ] ;
        owl:disjointWith   :CulturalPropertyStage ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: RE/FOI/FOIA" .

:isOwnerIn  a               owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà, inversa a \"ha proprietario\", rappresenta la partecipazione di un agente alla condizione giuridica di un bene culturale, di cui l'agente ha la proprietà."@it , "This class relates an agent, that is the owner of a cultural property, to the legal situation of that cultural property."@en ;
        rdfs:domain         l0:Agent ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "è proprietario in"@it , "is owner in"@en ;
        rdfs:range          :LegalSituation ;
        rdfs:subPropertyOf  :isAgentRelatedTo ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: TU/CDG/CDGS" .

:isAnomalyTypeOf  a         owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega il tipo di anomalia (puntuale, lineare, areale) a un'anomalia rilevata nel corso di una fotointerpretazione o fotorestituzione."@it , "This property relates the anomaly type (line, point, poligony anomaly) to an anomaly revealed by a photo interpretation rendering."@en ;
        rdfs:domain         :AnomalyType ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "è tipo di anomalia di"@it , "is anomaly type of"@en ;
        rdfs:range          :Anomaly ;
        rdfs:subPropertyOf  core:isTypeOf ;
        owl:versionInfo     "stable"@en , "stabile"@it .

:ExportImportCertificationType
        a                  owl:Class ;
        rdfs:comment       "This class represents the type of export/import certification of a cultural property (e.g.: temporary movement certification, temporary export license, free movement certification, etc.)."@en , "Questa classe rappresenta il tipo di certificazione amministrativa di circolazione ed esportazione/importazione di un bene culturale (es.: attestato di libera circolazione, licenza di esportazione definitiva, ecc)."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Export import certification type"@en , "Tipo di certificazione di esportazione o importazione"@it ;
        rdfs:subClassOf    core:Type ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: TU/ESP/ESPT" .

:isInterventionTypeOf
        a                   owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega il tipo di intervento, a fini conservativi o di altro tipo, che ha interessato un bene culturale al relativo intervento."@it , "This property relates the type of intervention on a cultural property to the related intervention."@en ;
        rdfs:domain         :InterventionType ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "is intervention type of"@en , "è tipo di intervento di"@it ;
        rdfs:range          :Intervention ;
        rdfs:subPropertyOf  core:isTypeOf ;
        owl:versionInfo     "stable"@en , "stabile"@it .

:NoLongerInPublication
        a                  owl:Class ;
        rdfs:comment       "Questa classe rappresenta una stampa che non è più parte integrante della pubblicazione, ma che lo è stata in passato."@it , "This class represents a print that is no longer was a part of a publication."@en ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Stampa non più in volume"@it , "Print no longer in publication"@en ;
        rdfs:subClassOf    :Reproduction ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa S 3: RO/ADL/ADLS"@it .

:isReferenceCatalogueOf
        a                 owl:ObjectProperty ;
        rdfs:comment      "This is the inverse property of \"has reference catalogue\"."@en , "Questa è la proprietà inversa di \"ha repertorio di riferimento\"."@it ;
        rdfs:domain       :ReferenceCatalogue ;
        rdfs:isDefinedBy  <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label        "è repertorio di riferimento di"@it , "is reference catalogue of"@en ;
        rdfs:range        :Copy ;
        owl:versionInfo   "stable"@en , "stabile"@it .

:address  a                 owl:DatatypeProperty ;
        rdfs:comment        "Questa proprietà rappresenta l'indirizzo di riferimento di un agente (persona, organizzazione), inteso come un tipo specifico di contatto presso il quale l'agente è reperibile."@it , "This property represents a specific type of contact at which the agent is available."@en ;
        rdfs:domain         l0:Agent ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "indirizzo"@it , "address"@en ;
        rdfs:range          rdfs:Literal ;
        rdfs:subPropertyOf  :contacts ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: TU/CDG/CDGI" .

:ArchaeologicalFieldSurvey
        a                  owl:Class ;
        rdfs:comment       "This class represents a particular type of survey on a cultural property, that is an archaeological field survey, limited to the surface."@en , "Questa classe rappresenta un tipo particolare di indagine su bene culturale, ovvero una ricognizione archeologica, intesa come ricognizione di superficie."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Archaeological field survey"@en , "Ricognizione archeologica"@it ;
        rdfs:subClassOf    :Survey ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  l0:Agent ;
                             owl:onProperty     :hasSurveyScientificDirector
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  :SurveyMethod ;
                             owl:onProperty     :hasSurveyMethod
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     :archeologicalFieldSurveyLocalIdentifier
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     :archaeologicalFieldSurveyICCDIdentifier
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  l0:Agent ;
                             owl:onProperty     :hasActivityResponsible
                           ] ;
        rdfs:subClassOf    [ a                  owl:Restriction ;
                             owl:allValuesFrom  rdfs:Literal ;
                             owl:onProperty     :environmentalState
                           ] ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: RE/RCG" .

:useFunction  a            owl:DatatypeProperty , owl:FunctionalProperty ;
        rdfs:comment       "This property represents object function."@en , "Questa proprietà rappresenta la funzione che l'oggetto ha o ha avuto."@it ;
        rdfs:domain        :UseFunction ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "use function"@en , "funzione d'uso"@it ;
        rdfs:range         rdfs:Literal ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale: UT/UTU/UTUF - BDM 2.00:UT/UTF - PST 3.01: DA/UTF" .

:OrnamentalUse  a        :UseTypeSpecification , owl:NamedIndividual ;
        rdfs:comment     "This individual represents cultural entity's ornamental use specifications."@en , "Questo individuo rappresenta le specifiche d'uso ornamentale di un bene."@it ;
        rdfs:label       "Ornamentale"@it , "Ornamental"@en ;
        owl:versionInfo  "stable"@en , "stabile"@it .

:hasSecondaryAuthor  a      owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega un'entità al suo autore secondario, come ad esempio l'autore di un contributo o una parte di una pubblicazione."@it , "This property relates an entity to its secondary authors. For example an author of a publication's contribution or section."@en ;
        rdfs:domain         owl:Thing ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "has secondary author"@en , "ha autore secondario"@it ;
        rdfs:range          l0:Agent ;
        rdfs:subPropertyOf  :hasRelatedAgent ;
        owl:inverseOf       :isSecondaryAuthorOf ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normative VeAC e AT 3.01: DO/BSE/BSER" .

core:note  a    owl:DatatypeProperty .

:isEditorOf  a              owl:ObjectProperty ;
        rdfs:comment        "Questa è la proprietà inversa di \"ha editore\"."@it , "This is the inverse property of \"has editor\"."@en ;
        rdfs:domain         l0:Agent ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "is editor of"@en , "è editore di"@it ;
        rdfs:range          :Edition ;
        rdfs:subPropertyOf  :isAgentRelatedTo ;
        owl:versionInfo     "stabile"@it , "stable"@en .

:isCommissionOf  a          owl:ObjectProperty ;
        rdfs:comment        "Questa proprietà collega l'individuazione di una committenza all'entità culturale che è stata commissionata."@it , "This property relates a commission to the cultural entity that was commissioned."@en ;
        rdfs:domain         :Commission ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "è committenza di"@it , "is commission of"@en ;
        rdfs:range          cis:CulturalEntity ;
        rdfs:subPropertyOf  core:isSituationOf ;
        owl:versionInfo     "stabile"@it , "stable"@en .

:hasTomb  a                owl:ObjectProperty ;
        rdfs:comment       "This property relates an archaeological excavation to the tomb detected during the survey."@en , "Questa proprietà collega uno scavo archeologico alla deposizione funeraria individuata durante l'indagine."@it ;
        rdfs:domain        :ArchaeologicalExcavation ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "has tomb"@en , "ha deposizione funeraria"@it ;
        rdfs:range         :Tomb ;
        owl:inverseOf      :isTombOf ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa Trasversale 4.00: RE/DSC/DSCS" .

:SameAuthorCopy  a         owl:Class ;
        rdfs:comment       "This class represents a copy of a cultural property created by the same author of the original cultural property."@en , "Questa classe rappresenta una replica di un bene culturale, cioè una duplicazione dell'originale da parte dello stesso autore."@it ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "Replica"@it , "Same author copy"@en ;
        rdfs:subClassOf    :Copy ;
        owl:versionInfo    "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag  "ICCD Normativa F: RO/CRF/CRFT = 'replica'"@it .

:hasRelatedWork  a        owl:ObjectProperty ;
        rdfs:comment      "Questa proprietà collega un bene culturale a un'altra opera collegata (es.: copia, fase preparatoria, etc.), che può essere essa stessa un bene culturale."@it , "This property relates a cultural property to a related work (e.g. copy, preparatory work)."@en ;
        rdfs:domain       cis:CulturalEntity ;
        rdfs:isDefinedBy  <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label        "ha opera collegata"@it , "has related work"@en ;
        rdfs:range        cis:CulturalEntity ;
        owl:inverseOf     :isWorkRelatedTo ;
        owl:versionInfo   "stable"@en , "stabile"@it .

:abbreviation  a           owl:DatatypeProperty ;
        rdfs:comment       "Questa proprietà rappresenta l'abbreviazione che identifica il riferimento bibliografico."@it , "This property represents the abbreviation that identifies the bibliographic reference."@en ;
        rdfs:domain        :Bibliography ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "abbreviation"@en , "abbreviazione"@it ;
        rdfs:range         rdfs:Literal ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "BIBR"@it .

core:Situation  a  owl:Class .

:hasExportImportCertificationType
        a                   owl:ObjectProperty ;
        rdfs:comment        "ha tipo di certificazione di esportazione o importazione"@it , "Questa proprietà collega una certificazione amministrativa di circolazione ed esportazione/importazione di un bene culturale alla sua tipologia (es.: attestato di libera circolazione, licenza di esportazione definitiva, ecc)."@it , "This property relates a import-export certification of a cultural entity to its type (i.e. delivery confirmation certification, free movement certification etc)."@en ;
        rdfs:domain         :ExportImportCertification ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "has export import certification type"@en ;
        rdfs:range          :ExportImportCertificationType ;
        rdfs:subPropertyOf  core:hasType ;
        owl:inverseOf       :isExportImportCertificationTypeOf ;
        owl:versionInfo     "stable"@en , "stabile"@it ;
        a-cat:iccdNormTag   "ICCD Normativa Trasversale 4.00: TU/ESP/ESPT" .

:hasDocumentationType
        a                   owl:ObjectProperty ;
        rdfs:comment        "This property relates a documentation to its type."@en , "Questa proprietà collega una documentazione al tipo di documentazione."@it ;
        rdfs:domain         :Documentation ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "has documentation type"@en , "ha tipo di documentazione"@it ;
        rdfs:range          :DocumentationType ;
        rdfs:subPropertyOf  core:hasType ;
        owl:inverseOf       :isDocumentationTypeOf ;
        owl:versionInfo     "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag   "FTAP, DRAT, FNTP (+VDCP, REGP), ADMP (v. 3.00 e 3.01)" .

core:specifications  a  owl:DatatypeProperty .

:isTitleOf  a              owl:ObjectProperty ;
        rdfs:comment       "This property relates a title to the entity to which it is referred."@en , "Questa proprietà collega un titolo all'entità cui si riferisce."@it ;
        rdfs:domain        :Title ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "is title of"@en , "è titolo di"@it ;
        rdfs:range         owl:Thing ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "OG/SGT/SGTP; SG/SGL/SGLT; SG/SGL/SGLL; OG/SGT/SGTR; DA/AID/AIDN; SG/SGL/SGLA; DA/AID/AIDT; OG/SGT/SGTT; RO/ROF/ROFT; DO/BSE/BSET; DO/BSE/BSEC." .

:isAuthorOf  a                  owl:ObjectProperty ;
        rdfs:comment            "Questa proprietà collega un agent a una entità di qualsiasi tipo (documentazione, bene culturale, etc.) di cui quell'agente è autore."@it , "This property relates an agent to an entity the agent is author of."@en ;
        rdfs:domain             l0:Agent ;
        rdfs:isDefinedBy        <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label              "è autore di"@it , "is author of"@en ;
        rdfs:range              owl:Thing ;
        rdfs:subPropertyOf      :isAgentRelatedTo ;
        owl:propertyChainAxiom  ( :isAttributedAuthorIn :isAuthorshipAttributionOf ) ;
        owl:versionInfo         "stable"@en , "stabile"@it .

:isPreviousLocationOf
        a                   owl:ObjectProperty ;
        rdfs:comment        "This is the inverse property of \"has previous location\"."@en , "Questa è la proprietà inversa di \"ha sede di provenienza\"."@it ;
        rdfs:domain         cis:CulturalEntity ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "è sede di provenienza di"@it , "is previous location of"@en ;
        rdfs:range          cis:CulturalEntity ;
        rdfs:subPropertyOf  :isWorkRelatedTo ;
        owl:versionInfo     "stable"@en , "stabile"@it .

:preparatoryOrFinalWorkPreviousLocation
        a                  owl:DatatypeProperty ;
        rdfs:comment       "This property represents information relating to ancient or previous location of the work from which the matrix or print is ​​drawn."@en , "Questa proprietà rappresenta le informazioni relative all'antica o precedente l'attuale collocazione dell'opera da cui è tratta la matrice o la stampa presso collezioni, palazzi, chiese, ecc., quando questa è segnalata sulla matrice/stampa o sicuramente deducibile dalle fonti bibliografiche."@it ;
        rdfs:domain        :PreparatoryOrFinalWork ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "preparatory or final work previous location"@en , "collocazione precedente dell'opera preparatoria o finale"@it ;
        rdfs:range         rdfs:Literal ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "ICCD Normative S, MI 3: RO/ROF/ROFR"@it .

:hasTitle  a               owl:ObjectProperty ;
        rdfs:comment       "Questa proprietà collega un oggetto al suo titolo. Nel caso del dominio dei beni culturali, può collegare un bene culturale o un'opera collegata al bene culturale perché sua fase finale o preparatoria (proprio, attribuito, parallelo, alternativo), oppure un'edizione al suo titolo (principale o secondario), oppure una serie fotografica al suo titolo, etc."@it , "This property relates an object to its title."@en ;
        rdfs:domain        owl:Thing ;
        rdfs:isDefinedBy   <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label         "has title"@en , "ha titolo"@it ;
        rdfs:range         :Title ;
        owl:inverseOf      :isTitleOf ;
        owl:versionInfo    "stabile"@it , "stable"@en ;
        a-cat:iccdNormTag  "OG/SGT/SGTP; SG/SGL/SGLT; SG/SGL/SGLL; OG/SGT/SGTR; DA/AID/AIDN; SG/SGL/SGLA; DA/AID/AIDT; OG/SGT/SGTT; RO/ROF/ROFT; DO/BSE/BSET; DO/BSE/BSEC."@it .

:isCulturalScopeOf  a       owl:ObjectProperty ;
        rdfs:comment        "This property relates a cultural scope of a cultural entity to the situation where this cultural scope is attributed."@en , "Questa proprietà collega l'ambito culturale attribuito a un bene culturale alla situazione in cui è avvenuta tale attribuzione."@it ;
        rdfs:domain         :CulturalScope ;
        rdfs:isDefinedBy    <https://w3id.org/arco/ontology/context-description> ;
        rdfs:label          "is cultural scope of"@en , "è ambito culturale di"@it ;
        rdfs:range          :CulturalScopeAttribution ;
        rdfs:subPropertyOf  l0:isTopicOf ;
        owl:versionInfo     "stable"@en , "stabile"@it .

core:isComponentOf  a  owl:ObjectProperty .
