@base <http://archivi.ibc.regione.emilia-romagna.it/ontology/eac-cpf/eac-cpf.rdf> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix : <.> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix xsi: <http://www.w3.org/2001/XMLSchema-instance> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix bio: <http://purl.org/vocab/bio/0.1/> .
@prefix gn: <http://www.geonames.org/ontology#> .

:biogHist
    a owl:DatatypeProperty ;
    rdfs:domain :entity ;
    rdfs:label "Biographical or Historical Note"^^xsd:string ;
    rdfs:range xsd:string .

:control
    a owl:ObjectProperty ;
    rdfs:domain :entity ;
    rdfs:isDefinedBy <http://www3.iath.virginia.edu/eac/cpf/tagLibrary/cpfTagLibrary.html#d1e1944> ;
    rdfs:label "Control"^^xsd:string ;
    rdfs:range :controlArea .

:controlArea
    a owl:Class ;
    rdfs:isDefinedBy <http://www3.iath.virginia.edu/eac/cpf/tagLibrary/cpfTagLibrary.html#d1e1944> ;
    rdfs:label "control area"^^xsd:string ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty :recordID ;
        owl:someValuesFrom rdfs:Literal
    ], [
        a owl:Restriction ;
        owl:onProperty :maintenanceStatus ;
        owl:someValuesFrom rdfs:Literal
    ], [
        a owl:Restriction ;
        owl:onProperty :publicationStatus ;
        owl:someValuesFrom rdfs:Literal
    ], [
        a owl:Restriction ;
        owl:onProperty :maintenanceAgency ;
        owl:someValuesFrom rdfs:Literal
    ], [
        a owl:Restriction ;
        owl:onProperty :conventionDeclaration ;
        owl:someValuesFrom rdfs:Literal
    ], [
        a owl:Restriction ;
        owl:onProperty :localTypeDeclaration ;
        owl:someValuesFrom rdfs:Literal
    ], [
        a owl:Restriction ;
        owl:onProperty :maintenanceHistory ;
        owl:someValuesFrom rdfs:Literal
    ], [
        a owl:Restriction ;
        owl:onProperty :source ;
        owl:someValuesFrom rdfs:Literal
    ] .

:conventionDeclaration
    a owl:DatatypeProperty ;
    rdfs:domain :entity ;
    rdfs:label "Convention Declaration"^^xsd:string ;
    rdfs:range xsd:string .

:corporateBody
    a owl:Class ;
    rdfs:isDefinedBy <http://www3.iath.virginia.edu/eac/cpf/tagLibrary/cpfTagLibrary.html#d1e2773> ;
    rdfs:label "corporate body"^^xsd:string ;
    rdfs:subClassOf :entity .

:cpfRelation
    a owl:ObjectProperty ;
    rdfs:domain :entity ;
    rdfs:isDefinedBy <http://www3.iath.virginia.edu/eac/cpf/tagLibrary/cpfTagLibrary.html#d1e2216> ;
    rdfs:label "Corporate Body, Person, or Family Relation"^^xsd:string ;
    rdfs:range :relation .

:cpfRelationType
    a owl:DatatypeProperty ;
    rdfs:domain :relation ;
    rdfs:label "Corporate Body, Person, or Family Relation Type"^^xsd:string ;
    rdfs:range xsd:string .

:description
    a owl:ObjectProperty ;
    rdfs:domain :entity ;
    rdfs:isDefinedBy <http://www3.iath.virginia.edu/eac/cpf/tagLibrary/cpfTagLibrary.html#d1e2138> ;
    rdfs:label "Description"^^xsd:string ;
    rdfs:range :descriptionArea .

:descriptionArea
    a owl:Class ;
    rdfs:isDefinedBy <http://www3.iath.virginia.edu/eac/cpf/tagLibrary/cpfTagLibrary.html#d1e2138> ;
    rdfs:label "description area"^^xsd:string ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty :existDates ;
        owl:someValuesFrom rdfs:Literal
    ], [
        a owl:Restriction ;
        owl:onProperty bio:Birth ;
        owl:someValuesFrom rdfs:Literal
    ], [
        a owl:Restriction ;
        owl:onProperty bio:Death ;
        owl:someValuesFrom rdfs:Literal
    ], [
        a owl:Restriction ;
        owl:onProperty :biogHist ;
        owl:someValuesFrom rdfs:Literal
    ], [
        a owl:Restriction ;
        owl:onProperty :cpfRelation ;
        owl:someValuesFrom :relation
    ], [
        a owl:Restriction ;
        owl:onProperty :resourceRelation ;
        owl:someValuesFrom :relation
    ], [
        a owl:Restriction ;
        owl:onProperty :nameEntry ;
        owl:someValuesFrom rdfs:Literal
    ] .

<>
    dc:creator "Istituto per i beni artistici culturali e naturali della Regione Emilia-Romagna and Regesta.exe" ;
    dcterms:isReferencedBy <../semanticEnvironment/index.html> ;
    a owl:Ontology ;
    owl:imports <http://purl.org/dc/elements/1.1/>, <http://purl.org/dc/terms/> ;
    owl:versionInfo 1.2 ;
    skos:historyNote [
        dc:creator "Silvia Mazzini" ;
        dc:date "2013-02-18" ;
        rdf:value "Creata la Object Property eac-cpf:hasPlace"
    ], [
        dc:creator "Silvia Mazzini" ;
        dc:date "2013-02-18" ;
        rdf:value "Creata la Datatype Property eac-cpf:placeRole"
    ] .

:entity
    a owl:Class ;
    rdfs:isDefinedBy <http://www3.iath.virginia.edu/eac/cpf/tagLibrary/cpfTagLibrary.html#d1e2773> ;
    rdfs:label "entity"^^xsd:string .

:existDates
    a owl:DatatypeProperty ;
    rdfs:domain :entity ;
    rdfs:label "Dates of Existence"^^xsd:string ;
    rdfs:range xsd:string .

:family
    a owl:Class ;
    rdfs:isDefinedBy <http://www3.iath.virginia.edu/eac/cpf/tagLibrary/cpfTagLibrary.html#d1e2773> ;
    rdfs:label "family"^^xsd:string ;
    rdfs:subClassOf :entity .

:function
    a owl:DatatypeProperty ;
    rdfs:domain :entity ;
    rdfs:label "Function"^^xsd:string ;
    rdfs:range xsd:string .

:generalContext
    a owl:DatatypeProperty ;
    rdfs:domain :entity ;
    rdfs:label "General Context"^^xsd:string ;
    rdfs:range xsd:string .

:hasMultipleIdentities
    a owl:ObjectProperty ;
    rdfs:domain :entity ;
    rdfs:isDefinedBy <http://www3.iath.virginia.edu/eac/cpf/tagLibrary/cpfTagLibrary.html#d1e4966> ;
    rdfs:label "Multiple Identities"^^xsd:string ;
    rdfs:range :entity .

:hasPlace
    a owl:ObjectProperty ;
    rdfs:domain :entity ;
    rdfs:isDefinedBy <http://www3.iath.virginia.edu/eac/cpf/tagLibrary/cpfTagLibrary.html#d1e5820> ;
    rdfs:label "Place"^^xsd:string ;
    rdfs:range :place ;
    owl:versionInfo "Questa proprietà è stata inserita nella versione del 18 febbraio 2013"^^xsd:string .

:language
    a owl:Class ;
    rdfs:isDefinedBy <http://www3.iath.virginia.edu/eac/cpf/tagLibrary/cpfTagLibrary.html#d1e3737> ;
    rdfs:label "language"^^xsd:string ;
    owl:Restriction [
        a owl:allValuesFrom ;
        owl:Class <http://id.loc.gov/vocabulary/iso639-1>
    ] .

:languageDeclaration
    a owl:ObjectProperty ;
    rdfs:domain :entity ;
    rdfs:isDefinedBy <http://www3.iath.virginia.edu/eac/cpf/tagLibrary/cpfTagLibrary.html#d1e3791> ;
    rdfs:label "Language Declaration"^^xsd:string ;
    rdfs:range :language .

:languageUsed
    a owl:DatatypeProperty ;
    rdfs:domain :entity ;
    rdfs:label "Languages Used"^^xsd:string ;
    rdfs:range xsd:string .

:legalStatus
    a owl:DatatypeProperty ;
    rdfs:domain :corporateBody ;
    rdfs:label "Legal Status"^^xsd:string ;
    rdfs:range xsd:string .

:localControl
    a owl:DatatypeProperty ;
    rdfs:domain :entity ;
    rdfs:label "Local Control"^^xsd:string ;
    rdfs:range xsd:string .

:localTypeDeclaration
    a owl:DatatypeProperty ;
    rdfs:domain :entity ;
    rdfs:label "Local Type Declaration"^^xsd:string ;
    rdfs:range xsd:string .

:maintenanceAgency
    a owl:DatatypeProperty ;
    rdfs:domain :entity ;
    rdfs:label "Maintenance Agency"^^xsd:string ;
    rdfs:range xsd:string .

:maintenanceHistory
    a owl:DatatypeProperty ;
    rdfs:domain :entity ;
    rdfs:label "Maintenance History"^^xsd:string ;
    rdfs:range xsd:string .

:maintenanceStatus
    a owl:DatatypeProperty ;
    rdfs:domain :entity ;
    rdfs:label "Maintenance Status"^^xsd:string ;
    rdfs:range xsd:string .

:mandate
    a owl:DatatypeProperty ;
    rdfs:domain :corporateBody ;
    rdfs:label "Mandate"^^xsd:string ;
    rdfs:range xsd:string .

:nameArea
    a owl:Class ;
    rdfs:isDefinedBy :dainserire ;
    rdfs:label "name area"^^xsd:string ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty foaf:name ;
        owl:someValuesFrom rdfs:Literal
    ], [
        a owl:Restriction ;
        owl:onProperty foaf:givenName ;
        owl:someValuesFrom rdfs:Literal
    ], [
        a owl:Restriction ;
        owl:onProperty foaf:depiction ;
        owl:someValuesFrom rdfs:Literal
    ], [
        a owl:Restriction ;
        owl:onProperty foaf:page ;
        owl:someValuesFrom rdfs:Literal
    ] .

:nameEntry
    a owl:ObjectProperty ;
    rdfs:domain :entity ;
    rdfs:isDefinedBy <http://www3.iath.virginia.edu/eac/cpf/tagLibrary/cpfTagLibrary.html#d1e5077> ;
    rdfs:label "Name Entry"^^xsd:string ;
    rdfs:range :nameArea .

:occupation
    a owl:DatatypeProperty ;
    rdfs:domain :entity ;
    rdfs:label "Occupation"^^xsd:string ;
    rdfs:range xsd:string .

:person
    a owl:Class ;
    rdfs:isDefinedBy <http://www3.iath.virginia.edu/eac/cpf/tagLibrary/cpfTagLibrary.html#d1e2773> ;
    rdfs:label "person"^^xsd:string ;
    rdfs:subClassOf :entity .

:place
    a owl:Class ;
    rdfs:isDefinedBy <http://www3.iath.virginia.edu/eac/cpf/tagLibrary/cpfTagLibrary.html#d1e5921> ;
    rdfs:label "place"^^xsd:string ;
    owl:equivalentClass gn:Feature .

:placeRole
    a owl:DatatypeProperty ;
    rdfs:domain :place ;
    rdfs:label "Place Role"^^xsd:string ;
    rdfs:range xsd:string ;
    owl:versionInfo "Questa proprietà è stata inserita nella versione del 18 febbraio 2013"^^xsd:string .

:publicationStatus
    a owl:DatatypeProperty ;
    rdfs:domain :entity ;
    rdfs:label "Publication Status"^^xsd:string ;
    rdfs:range xsd:string .

:recordID
    a owl:DatatypeProperty ;
    rdfs:domain :entity ;
    rdfs:label "Record Identifier"^^xsd:string ;
    rdfs:range xsd:anyURI .

:relation
    a owl:Class ;
    rdfs:isDefinedBy <http://www3.iath.virginia.edu/eac/cpf/tagLibrary/cpfTagLibrary.html#d1e6439> ;
    rdfs:label "relation"^^xsd:string ;
    rdfs:subClassOf [
        a owl:Restriction ;
        owl:onProperty :cpfRelationType ;
        owl:someValuesFrom rdfs:Literal
    ], [
        a owl:Restriction ;
        owl:onProperty dc:description ;
        owl:someValuesFrom rdfs:Literal
    ], [
        a owl:Restriction ;
        owl:onProperty dc:relation ;
        owl:someValuesFrom rdfs:Literal
    ], [
        a owl:Restriction ;
        owl:onProperty dc:date ;
        owl:someValuesFrom rdfs:Literal
    ] .

:resourceRelation
    a owl:ObjectProperty ;
    rdfs:domain :entity ;
    rdfs:isDefinedBy <http://www3.iath.virginia.edu/eac/cpf/tagLibrary/cpfTagLibrary.html#d1e6491> ;
    rdfs:label "Resource Relation"^^xsd:string ;
    rdfs:range :relation .

:resourceRelationType
    a owl:DatatypeProperty ;
    rdfs:domain :relation ;
    rdfs:label "Resource Relation Type"^^xsd:string ;
    rdfs:range xsd:string .

:source
    a owl:DatatypeProperty ;
    rdfs:domain :entity ;
    rdfs:label "Source"^^xsd:string ;
    rdfs:range xsd:string .

:structureOrGenealogy
    a owl:DatatypeProperty ;
    rdfs:domain :entity ;
    rdfs:label "Structure or Genealogy"^^xsd:string ;
    rdfs:range xsd:string .

