@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix event: <http://purl.org/NET/c4dm/event.owl#> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix vs:    <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix skos:  <http://www.w3.org/2004/02/skos/core#> .
@prefix dcterms: <http://purl.org/dc/terms/> .

<http://data.archiveshub.ac.uk/def/FindingAid>
        a                 rdfs:Class ;
        rdfs:comment      "A document describing an archival resource."@en ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Finding Aid"@en ;
        rdfs:subClassOf   foaf:Document , <http://purl.org/ontology/bibo/Document> ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Finding Aid"@en .

<http://data.archiveshub.ac.uk/def/level>
        a                 rdf:Property ;
        rdfs:comment      "An indicator of the part of an archival collection constituted by an archival resource."@en ;
        rdfs:domain       <http://data.archiveshub.ac.uk/def/ArchivalResource> ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Level"@en ;
        rdfs:range        <http://data.archiveshub.ac.uk/def/Level> ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Level"@en .

<http://data.archiveshub.ac.uk/def/archbox>
        a                 rdf:Property ;
        rdfs:comment      "A number of archival boxes"@en ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Archival Box"@en ;
        rdfs:range        rdfs:Literal ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Archival Box"@en .

<http://data.archiveshub.ac.uk/def/associatedWith>
        a                 rdf:Property ;
        rdfs:comment      "A concept adjudged by a cataloguer to have an association with an archival resource which they consider useful for the purposes of discovering that resource."@en ;
        rdfs:domain       <http://data.archiveshub.ac.uk/def/ArchivalResource> ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Associated With"@en ;
        rdfs:range        skos:Concept ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Associated With"@en .

<http://data.archiveshub.ac.uk/def/accessRestrictions>
        a                 rdf:Property ;
        rdfs:comment      "Access Restrictions"@en ;
        rdfs:domain       <http://data.archiveshub.ac.uk/def/ArchivalResource> ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Access Restrictions"@en ;
        rdfs:range        rdfs:Literal ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Access Restrictions"@en .

<http://data.archiveshub.ac.uk/def/Repository>
        a                 rdfs:Class ;
        rdfs:comment      "An institution or agency responsible for providing access to archival materials."@en ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Repository"@en ;
        rdfs:subClassOf   dcterms:Agent , foaf:Agent , foaf:Organization ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Repository"@en .

<http://data.archiveshub.ac.uk/def/scopecontent>
        a                 rdf:Property ;
        rdfs:comment      "Scope and Content"@en ;
        rdfs:domain       <http://data.archiveshub.ac.uk/def/ArchivalResource> ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Scope and Content"@en ;
        rdfs:range        rdfs:Literal ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Scope and Content"@en .

<http://data.archiveshub.ac.uk/def/otherFindingAids>
        a                 rdf:Property ;
        rdfs:comment      "Other Finding Aids"@en ;
        rdfs:domain       <http://data.archiveshub.ac.uk/def/ArchivalResource> ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Other Finding Aids"@en ;
        rdfs:range        rdfs:Literal ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Other Finding Aids"@en .

<http://data.archiveshub.ac.uk/def/dates>
        a                 rdf:Property ;
        rdfs:comment      "Dates"@en ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Dates"@en ;
        rdfs:range        rdfs:Literal ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Dates"@en .

<http://data.archiveshub.ac.uk/def/dateCreatedAccumulatedEnd>
        a                 rdf:Property ;
        rdfs:comment      "The end date, represented as a typed literal, of a time interval during which the archival resource was created or accumulated."@en ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Date created or accumulated (end)"@en ;
        rdfs:range        rdfs:Literal ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Date created or accumulated (end)"@en .

<http://data.archiveshub.ac.uk/def/dateDeath>
        a                 rdf:Property ;
        rdfs:comment      "The date of death of the person."@en ;
        rdfs:domain       foaf:Person ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Date of Death"@en ;
        rdfs:range        rdfs:Literal ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Date of Death"@en .

<http://data.archiveshub.ac.uk/def/maintenanceAgencyCode>
        a                 rdf:Property ;
        rdfs:comment      "The ISO 15511 code for the repository."@en ;
        rdfs:domain       <http://data.archiveshub.ac.uk/def/Repository> ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Maintenance Agency Code"@en ;
        rdfs:range        rdfs:Literal ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Maintenance Agency Code"@en .

<http://data.archiveshub.ac.uk/def/epithet>
        a                 rdf:Property ;
        rdfs:comment      "Epithet"@en ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Epithet"@en ;
        rdfs:range        rdfs:Literal ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Epithet"@en .

<http://data.archiveshub.ac.uk/def/isMaintenanceAgencyOf>
        a                 rdf:Property ;
        rdfs:comment      "An archival finding aid for which the repository is responsible for the maintenance."@en ;
        rdfs:domain       <http://data.archiveshub.ac.uk/def/Repository> ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Is Maintenance Agency Of"@en ;
        rdfs:range        <http://data.archiveshub.ac.uk/def/FindingAid> ;
        owl:inverseOf     <http://data.archiveshub.ac.uk/def/maintenanceAgency> ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Is Maintenance Agency Of"@en .

<http://data.archiveshub.ac.uk/def/location>
        a                 rdf:Property ;
        rdfs:comment      "Location"@en ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Location"@en ;
        rdfs:range        rdfs:Literal ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Location"@en .

<http://data.archiveshub.ac.uk/def/metre>
        a                 rdf:Property ;
        rdfs:comment      "A number of metres"@en ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Metre"@en ;
        rdfs:range        rdfs:Literal ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Metre"@en .

<http://data.archiveshub.ac.uk/def/dateBirth>
        a                 rdf:Property ;
        rdfs:comment      "The date of birth of the person."@en ;
        rdfs:domain       foaf:Person ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Date of Birth"@en ;
        rdfs:range        rdfs:Literal ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Date of Birth"@en .

<http://data.archiveshub.ac.uk/id/project/locah>
        a               foaf:Project ;
        rdfs:label      "LOCAH Project"@en ;
        skos:prefLabel  "LOCAH Project"@en ;
        foaf:name       "LOCAH Project"@en .

<http://data.archiveshub.ac.uk/def/extent>
        a                 rdf:Property ;
        rdfs:comment      "The size of the archival resource."@en ;
        rdfs:domain       <http://data.archiveshub.ac.uk/def/ArchivalResource> ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Extent"@en ;
        rdfs:range        rdfs:Literal ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Extent"@en .

<http://data.archiveshub.ac.uk/def/name>
        a                 rdf:Property ;
        rdfs:comment      "Name"@en ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Name"@en ;
        rdfs:range        rdfs:Literal ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Name"@en .

<http://data.archiveshub.ac.uk/def/countryCode>
        a                 rdf:Property ;
        rdfs:comment      "The ISO 3166-1 code for the country of the repository."@en ;
        rdfs:domain       <http://data.archiveshub.ac.uk/def/Repository> ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Country Code"@en ;
        rdfs:range        rdfs:Literal ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Country Code"@en .

<http://data.archiveshub.ac.uk/def/GenreForm>
        a                 rdfs:Class ;
        rdfs:comment      "A category of archival material, defined either by style or technique of intellectual content, order of information or object function, or physical characteristics."@en ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Genre or Form"@en ;
        rdfs:subClassOf   skos:Concept ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Genre or Form"@en .

<http://data.archiveshub.ac.uk/def/bibliography>
        a                 rdf:Property ;
        rdfs:comment      "Bibliography"@en ;
        rdfs:domain       <http://data.archiveshub.ac.uk/def/ArchivalResource> ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Bibliography"@en ;
        rdfs:range        rdfs:Literal ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Bibliography"@en .

<http://data.archiveshub.ac.uk/def/isBiographicalHistoryFor>
        a                 rdf:Property ;
        rdfs:comment      "An archival resource that the narrative or chronology places in context by providing information about their creator(s)."@en ;
        rdfs:domain       <http://data.archiveshub.ac.uk/def/BiographicalHistory> ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Is Biographical History For"@en ;
        rdfs:range        <http://data.archiveshub.ac.uk/def/ArchivalResource> ;
        owl:inverseOf     <http://data.archiveshub.ac.uk/def/hasBiographicalHistory> ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Is Biographical History For"@en .

<http://data.archiveshub.ac.uk/def/file>
        a                 rdf:Property ;
        rdfs:comment      "A number of files"@en ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "File"@en ;
        rdfs:range        rdfs:Literal ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "File"@en .

<http://data.archiveshub.ac.uk/def/administers>
        a                 rdf:Property ;
        rdfs:comment      "A resource which the agent manages."@en ;
        rdfs:domain       dcterms:Agent , foaf:Agent ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Administers"@en ;
        owl:inverseOf     <http://data.archiveshub.ac.uk/def/isAdministeredBy> ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Administers"@en .

<http://data.archiveshub.ac.uk/def/item>
        a                 rdf:Property ;
        rdfs:comment      "A number of items"@en ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Item"@en ;
        rdfs:range        rdfs:Literal ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Item"@en .

<http://data.archiveshub.ac.uk/def/envelope>
        a                 rdf:Property ;
        rdfs:comment      "A number of envelopes"@en ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Envelope"@en ;
        rdfs:range        rdfs:Literal ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Envelope"@en .

<http://data.archiveshub.ac.uk/def/encodingOf>
        a                 rdf:Property ;
        rdfs:comment      "An archival finding aid of which the EAD document is an encoding."@en ;
        rdfs:domain       <http://data.archiveshub.ac.uk/def/EAD> ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Encoding Of"@en ;
        rdfs:range        <http://data.archiveshub.ac.uk/def/FindingAid> ;
        owl:inverseOf     <http://data.archiveshub.ac.uk/def/encodedAs> ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Encoding Of"@en .

<http://data.archiveshub.ac.uk/def/isAdministeredBy>
        a                 rdf:Property ;
        rdfs:comment      "An agent that manages the resource."@en ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Is Administered By"@en ;
        rdfs:range        dcterms:Agent , foaf:Agent ;
        owl:inverseOf     <http://data.archiveshub.ac.uk/def/administers> ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Is Administered By"@en .

<http://data.archiveshub.ac.uk/def/processing>
        a                 rdf:Property ;
        rdfs:comment      "Processing"@en ;
        rdfs:domain       <http://data.archiveshub.ac.uk/def/ArchivalResource> ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Processing"@en ;
        rdfs:range        rdfs:Literal ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Processing"@en .

<http://data.archiveshub.ac.uk/def/EAD>
        a                 rdfs:Class ;
        rdfs:comment      "A document conforming to the Encoded Archival Description standard."@en ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "EAD Document"@en ;
        rdfs:subClassOf   foaf:Document , <http://purl.org/ontology/bibo/Document> ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "EAD Document"@en .

<http://data.archiveshub.ac.uk/def/paper>
        a                 rdf:Property ;
        rdfs:comment      "A number of papers"@en ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Paper"@en ;
        rdfs:range        rdfs:Literal ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Paper"@en .

<http://data.archiveshub.ac.uk/def/useRestrictions>
        a                 rdf:Property ;
        rdfs:comment      "Use Restrictions"@en ;
        rdfs:domain       <http://data.archiveshub.ac.uk/def/ArchivalResource> ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Use Restrictions"@en ;
        rdfs:range        rdfs:Literal ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Use Restrictions"@en .

<http://data.archiveshub.ac.uk/def/members>
        a                 rdf:Property ;
        rdfs:comment      "Members"@en ;
        rdfs:domain       <http://data.archiveshub.ac.uk/def/ArchivalResource> ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Members"@en ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Members"@en .

<http://data.archiveshub.ac.uk/def/origination>
        a                 rdf:Property ;
        rdfs:comment      "An agent responsible for the creation or accumulation of the archival resource."@en ;
        rdfs:domain       <http://data.archiveshub.ac.uk/def/ArchivalResource> ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Origination"@en ;
        rdfs:range        dcterms:Agent , foaf:Agent ;
        owl:inverseOf     <http://data.archiveshub.ac.uk/def/isOriginationOf> ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Origination"@en .

<http://data.archiveshub.ac.uk/def/Creation>
        a                 rdfs:Class ;
        rdfs:comment      "An event that resulted in the creation or accumulation of an archival resource."@en ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Creation"@en ;
        rdfs:subClassOf   event:Event , <http://linkedevents.org/ontology/Event> ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Creation"@en .

<http://data.archiveshub.ac.uk/def/surname>
        a                 rdf:Property ;
        rdfs:comment      "The surname of a person who is the focus of the concept"@en ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Surname"@en ;
        rdfs:range        rdfs:Literal ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Surname"@en .

<http://data.archiveshub.ac.uk/def/physicalTechnicalRequirements>
        a                 rdf:Property ;
        rdfs:comment      "Physical and Technical Requirements"@en ;
        rdfs:domain       <http://data.archiveshub.ac.uk/def/ArchivalResource> ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Physical and Technical Requirements"@en ;
        rdfs:range        rdfs:Literal ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Physical and Technical Requirements"@en .

<http://data.archiveshub.ac.uk/def/maintenanceAgency>
        a                 rdf:Property ;
        rdfs:comment      "A repository responsible for the maintenance of the archival finding aid."@en ;
        rdfs:domain       <http://data.archiveshub.ac.uk/def/FindingAid> ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Maintenance Agency"@en ;
        rdfs:range        <http://data.archiveshub.ac.uk/def/Repository> ;
        owl:inverseOf     <http://data.archiveshub.ac.uk/def/isMaintenanceAgencyOf> ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Maintenance Agency"@en .

<http://data.archiveshub.ac.uk/def/forename>
        a                 rdf:Property ;
        rdfs:comment      "The forename of a person who is the focus of the concept"@en ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Forename"@en ;
        rdfs:range        rdfs:Literal ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Forename"@en .

<http://data.archiveshub.ac.uk/def/locationOfOriginals>
        a                 rdf:Property ;
        rdfs:comment      "Location of Originals"@en ;
        rdfs:domain       <http://data.archiveshub.ac.uk/def/ArchivalResource> ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Location of Originals"@en ;
        rdfs:range        rdfs:Literal ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Location of Originals"@en .

<http://data.archiveshub.ac.uk/def/appraisal>
        a                 rdf:Property ;
        rdfs:comment      "Appraisal"@en ;
        rdfs:domain       <http://data.archiveshub.ac.uk/def/ArchivalResource> ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Appraisal"@en ;
        rdfs:range        rdfs:Literal ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Appraisal"@en .

<http://data.archiveshub.ac.uk/def/Family>
        a                    rdfs:Class ;
        rdfs:comment         "A group of people affiliated by consanguinity, affinity, or co-residence."@en ;
        rdfs:isDefinedBy     <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label           "Family"@en ;
        rdfs:subClassOf      foaf:Group , dcterms:Agent , foaf:Agent ;
        owl:equivalentClass  [ rdfs:resource  "http://purl.org/archival/vocab/arch#Family" ] ;
        vs:term_status       "unstable" ;
        skos:prefLabel       "Family"@en .

<http://data.archiveshub.ac.uk/def/>
        rdfs:comment       "The LOCAH RDF Vocabulary"@en ;
        rdfs:label         "The LOCAH RDF Vocabulary"@en ;
        event:produced_in  <http://data.archiveshub.ac.uk/id/project/locah> ;
        skos:prefLabel     "The LOCAH RDF Vocabulary"@en .

<http://data.archiveshub.ac.uk/def/title>
        a                 rdf:Property ;
        rdfs:comment      "The title of a person who is the focus of the concept"@en ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Title"@en ;
        rdfs:range        rdfs:Literal ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Title"@en .

<http://data.archiveshub.ac.uk/def/custodialHistory>
        a                 rdf:Property ;
        rdfs:comment      "Custodial History"@en ;
        rdfs:domain       <http://data.archiveshub.ac.uk/def/ArchivalResource> ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Custodial History"@en ;
        rdfs:range        rdfs:Literal ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Custodial History"@en .

<http://data.archiveshub.ac.uk/def/isPublisherOf>
        a                 rdf:Property ;
        rdfs:comment      "A resource which the agent makes available."@en ;
        rdfs:domain       dcterms:Agent , foaf:Agent ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Is Publisher Of"@en ;
        owl:inverseOf     dcterms:publisher ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Is Publisher Of"@en .

<http://data.archiveshub.ac.uk/def/dateCreatedAccumulated>
        a                 rdf:Property ;
        rdfs:comment      "The date, represented as a typed literal, of a time interval during which the archival resource was created or accumulated."@en ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Date created or accumulated"@en ;
        rdfs:range        rdfs:Literal ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Date created or accumulated"@en .

<http://data.archiveshub.ac.uk/def/providesAccessTo>
        a                 rdf:Property ;
        rdfs:comment      "A resource to which the agent provides access."@en ;
        rdfs:domain       dcterms:Agent , foaf:Agent ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Provides Access To"@en ;
        owl:inverseOf     <http://data.archiveshub.ac.uk/def/accessProvidedBy> ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Provides Access To"@en .

<http://data.archiveshub.ac.uk/def/Floruit>
        a                 rdfs:Class ;
        rdfs:comment      "An event corresponding to the activity of an agent."@en ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Floruit"@en ;
        rdfs:subClassOf   event:Event , <http://linkedevents.org/ontology/Event> ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Floruit"@en .

<http://data.archiveshub.ac.uk/def/note>
        a                 rdf:Property ;
        rdfs:comment      "Note"@en ;
        rdfs:domain       <http://data.archiveshub.ac.uk/def/ArchivalResource> ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Note"@en ;
        rdfs:range        rdfs:Literal ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Note"@en .

<http://data.archiveshub.ac.uk/def/folder>
        a                 rdf:Property ;
        rdfs:comment      "A number of folders"@en ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Folder"@en ;
        rdfs:range        rdfs:Literal ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Folder"@en .

<http://data.archiveshub.ac.uk/def/body>
        a                 rdf:Property ;
        rdfs:comment      "A literal representation of the content of the document."@en ;
        rdfs:domain       foaf:Document , <http://purl.org/ontology/bibo/Document> ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Body"@en ;
        rdfs:range        rdfs:Literal ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Body"@en .

<http://data.archiveshub.ac.uk/def/relatedMaterial>
        a                 rdf:Property ;
        rdfs:comment      "Related Material"@en ;
        rdfs:domain       <http://data.archiveshub.ac.uk/def/ArchivalResource> ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Related Material"@en ;
        rdfs:range        rdfs:Literal ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Related Material"@en .

<http://data.archiveshub.ac.uk/def/Level>
        a                 rdfs:Class ;
        rdfs:comment      "An indicator of the part of an archival collection constituted by an archival resource, whether it is the whole collection or a sub-section of it."@en ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Level"@en ;
        rdfs:subClassOf   skos:Concept ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Level"@en .

<http://data.archiveshub.ac.uk/def/dateCreatedAccumulatedStart>
        a                 rdf:Property ;
        rdfs:comment      "The start date, represented as a typed literal, of a time interval during which the archival resource was created or accumulated."@en ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Date created or accumulated (start)"@en ;
        rdfs:range        rdfs:Literal ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Date created or accumulated (start)"@en .

<http://data.archiveshub.ac.uk/def/accessProvidedBy>
        a                 rdf:Property ;
        rdfs:comment      "An agent that provides access to the resource."@en ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Access Provided By"@en ;
        rdfs:range        dcterms:Agent , foaf:Agent ;
        owl:inverseOf     <http://data.archiveshub.ac.uk/def/providesAccessTo> ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Access Provided By"@en .

<http://data.archiveshub.ac.uk/def/dateCreatedAccumulatedString>
        a                 rdf:Property ;
        rdfs:comment      "The date, represented as a string, of a time interval during which the archival resource was created or accumulated."@en ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Date created or accumulated"@en ;
        rdfs:range        rdfs:Literal ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Date created or accumulated"@en .

<http://data.archiveshub.ac.uk/def/page>
        a                 rdf:Property ;
        rdfs:comment      "A number of pages"@en ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Page"@en ;
        rdfs:range        rdfs:Literal ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Page"@en .

<http://data.archiveshub.ac.uk/def/other>
        a                 rdf:Property ;
        rdfs:comment      "Other"@en ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Other"@en ;
        rdfs:range        rdfs:Literal ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Other"@en .

<http://data.archiveshub.ac.uk/def/acquisitions>
        a                 rdf:Property ;
        rdfs:comment      "Acquisitions"@en ;
        rdfs:domain       <http://data.archiveshub.ac.uk/def/ArchivalResource> ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Acquisitions"@en ;
        rdfs:range        rdfs:Literal ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Acquisitions"@en .

<http://data.archiveshub.ac.uk/def/BiographicalHistory>
        a                 rdfs:Class ;
        rdfs:comment      "A narrative or chronology that places archival materials in context by providing information about their creator(s). A finding aid may contain several such narratives or chronologies pertaining to different archival materials and their creators."@en ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Biographical History"@en ;
        rdfs:subClassOf   foaf:Document , <http://purl.org/ontology/bibo/DocumentPart> ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Biographical History"@en .

<http://data.archiveshub.ac.uk/def/isRepresentedBy>
        a                 rdf:Property ;
        rdfs:comment      "An archival resourcce represented by the resource."@en , "A resource which represents the archival resource, such as an image of a text page, a transcription of text, an audio or video clip, or an aggregation of such resources."@en ;
        rdfs:domain       <http://data.archiveshub.ac.uk/def/ArchivalResource> ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Is Represented By"@en ;
        rdfs:range        <http://data.archiveshub.ac.uk/def/ArchivalResource> ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Is Represented By"@en .

<http://data.archiveshub.ac.uk/def/cubicmetre>
        a                 rdf:Property ;
        rdfs:comment      "A number of cubic metres"@en ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Cubic Metre"@en ;
        rdfs:range        rdfs:Literal ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Cubic Metre"@en .

<http://data.archiveshub.ac.uk/def/encodedAs>
        a                 rdf:Property ;
        rdfs:comment      "An EAD document that is an encoding of the archival finding aid."@en ;
        rdfs:domain       <http://data.archiveshub.ac.uk/def/FindingAid> ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Encoded As"@en ;
        rdfs:range        <http://data.archiveshub.ac.uk/def/EAD> ;
        owl:inverseOf     <http://data.archiveshub.ac.uk/def/encodingOf> ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Encoded As"@en .

<http://data.archiveshub.ac.uk/def/alternateFormsAvailable>
        a                 rdf:Property ;
        rdfs:comment      "Alternate Forms Available"@en ;
        rdfs:domain       <http://data.archiveshub.ac.uk/def/ArchivalResource> ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Alternate Forms Available"@en ;
        rdfs:range        rdfs:Literal ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Alternate Forms Available"@en .

<http://data.archiveshub.ac.uk/def/hasBiographicalHistory>
        a                 rdf:Property ;
        rdfs:comment      "A narrative or chronology that places archival materials in context by providing information about their creator(s)."@en ;
        rdfs:domain       <http://data.archiveshub.ac.uk/def/ArchivalResource> ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Has Biographical History"@en ;
        rdfs:range        <http://data.archiveshub.ac.uk/def/BiographicalHistory> ;
        owl:inverseOf     <http://data.archiveshub.ac.uk/def/isBiographicalHistoryFor> ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Has Biographical History"@en .

<http://data.archiveshub.ac.uk/def/Function>
        a                 rdfs:Class ;
        rdfs:comment      "A sphere of activity or process."@en ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Function"@en ;
        rdfs:subClassOf   skos:Concept ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Function"@en .

<http://data.archiveshub.ac.uk/def/isOriginationOf>
        a                 rdf:Property ;
        rdfs:comment      "An archival resource for which the agent is responsible for the creation or accumulation."@en ;
        rdfs:domain       dcterms:Agent , foaf:Agent ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Is Origination Of"@en ;
        rdfs:range        <http://data.archiveshub.ac.uk/def/ArchivalResource> ;
        owl:inverseOf     <http://data.archiveshub.ac.uk/def/origination> ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Is Origination Of"@en .

<http://data.archiveshub.ac.uk/def/ArchivalResource>
        a                 rdfs:Class ;
        rdfs:comment      "Recorded information in any form or medium, created or received and maintained, by an organization or person(s) in the transaction of business or the conduct of affairs, and maintained for its long-term research value. An archival resource may be an individual item, such as a letter or photograph, or (more commonly) some aggregation of such items managed and described as a unit."@en ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Archival Resource"@en ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Archival Resource"@en .

<http://data.archiveshub.ac.uk/def/accruals>
        a                 rdf:Property ;
        rdfs:comment      "Accruals"@en ;
        rdfs:domain       <http://data.archiveshub.ac.uk/def/ArchivalResource> ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Accruals"@en ;
        rdfs:range        rdfs:Literal ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Accruals"@en .

<http://data.archiveshub.ac.uk/def/volume>
        a                 rdf:Property ;
        rdfs:comment      "A number of volumes"@en ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Volume"@en ;
        rdfs:range        rdfs:Literal ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Volume"@en .

<http://data.archiveshub.ac.uk/def/Extent>
        a                 rdfs:Class ;
        rdfs:comment      "The size of an archival resource."@en ;
        rdfs:isDefinedBy  <http://data.archiveshub.ac.uk/def/> ;
        rdfs:label        "Extent"@en ;
        rdfs:subClassOf   dcterms:SizeOrDuration ;
        vs:term_status    "unstable" ;
        skos:prefLabel    "Extent"@en .
