@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fairsharing: <https://fairsharing.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix lov: <https://lov.linkeddata.es/dataset/lov/vocabs/> .
@prefix orcid: <https://orcid.org/> .
@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 zazuko: <https://bioregistry.io/metaregistry/zazuko/resolve/> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:hydra .

bioregistry.metaresource:fairsharing dcterms:hasPart fairsharing:FAIRsharing.1Uw3Q9 .

bioregistry.metaresource:lov dcterms:hasPart lov:hydra .

bioregistry.metaresource:zazuko dcterms:hasPart zazuko:hydra .

bioregistry:hydra a bioregistry.schema:0000001 ;
    rdfs:label "The Hydra Core Vocabulary" ;
    dcterms:description "The Hydra repository was a digital archive for the University of Hull. It was developed to hold, manage, preserve and provide access to the growing body of digital material generated through the research, teaching and administrative activities of the University."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch zazuko:hydra,
        fairsharing:FAIRsharing.1Uw3Q9,
        lov:hydra ;
    dcat:keyword "business administration",
        "chemistry",
        "clinical psychology",
        "computer science",
        "education science",
        "engineering science",
        "event",
        "geography",
        "history",
        "institutional repository",
        "life science",
        "medicine",
        "physics",
        "policy",
        "psychology",
        "rdf",
        "research on teaching, learning and training",
        "sound" ;
    foaf:homepage <http://www.w3.org/ns/hydra/spec/latest/core/> ;
    bioregistry.schema:0000005 "TemplatedLink"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.w3.org/ns/hydra/core#$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-0964-254X ;
    bioregistry.schema:0000024 "http://www.w3.org/ns/hydra/core#"^^xsd:string ;
    bioregistry.schema:0000027 <http://www.w3.org/ns/hydra/core#TemplatedLink> ;
    bioregistry.schema:0000029 "hydra" .

orcid:0000-0002-0964-254X rdfs:label "Chris Awre" ;
    foaf:mbox "c.awre@hull.ac.uk" .

zazuko:hydra dcterms:isPartOf bioregistry.metaresource:zazuko .

fairsharing:FAIRsharing.1Uw3Q9 dcterms:isPartOf bioregistry.metaresource:fairsharing .

lov:hydra dcterms:isPartOf bioregistry.metaresource:lov .

