@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://data.archiveshub.ac.uk/def/> . @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 ns1: <http://www.w3.org/2003/06/sw-vocab-status/ns#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix dct: <http://purl.org/dc/terms/> . ns0:accessProvidedBy a owl:ObjectProperty ; 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 dct:Agent, foaf:Agent ; owl:inverseOf ns0:providesAccessTo ; ns1:term_status "unstable" ; skos:prefLabel "Access Provided By"@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://data.archiveshub.ac.uk/def/> .
@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 ns1: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dct: <http://purl.org/dc/terms/> .

ns0:accessProvidedBy
    a owl:ObjectProperty ;
    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 dct:Agent, foaf:Agent ;
    owl:inverseOf ns0:providesAccessTo ;
    ns1:term_status "unstable" ;
    skos:prefLabel "Access Provided By"@en .