@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:holofood.animal .

bioregistry:holofood.animal a bioregistry.schema:0000001 ;
    rdfs:label "HoloFood animal" ;
    dcterms:contributor orcid:0009-0008-8406-631X ;
    dcterms:description "The HoloFood Data Portal centralizes access to datasets from the HoloFood project, which explores host microbiota interactions in salmon and chicken production. It links phenotypic data with microbiome samples and derived genomic resources and therefore simplifies data integration, supporting researchers in multiomics and microbiome studies. The identifiers in the animal semantic space correspond to animals that samples in the database are obtained from."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    foaf:homepage <https://www.holofooddata.org> ;
    bioregistry.schema:0000005 "SAMEA112904733"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.holofooddata.org/animal/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^SAMEA\\d{9}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-5805-7195 ;
    bioregistry.schema:0000021 orcid:0000-0001-9439-5346 ;
    bioregistry.schema:0000024 "https://www.holofooddata.org/animal/"^^xsd:string ;
    bioregistry.schema:0000027 <https://www.holofooddata.org/animal/SAMEA112904733> ;
    bioregistry.schema:0000029 "holofood.animal" .

orcid:0000-0001-9439-5346 rdfs:label "Benjamin M. Gyori" ;
    foaf:mbox "b.gyori@northeastern.edu" .

orcid:0000-0002-5805-7195 rdfs:label "Tom Gilbert" ;
    foaf:mbox "tgilbert@sund.ku.dk" .

orcid:0009-0008-8406-631X rdfs:label "Nalika Palayoor" ;
    foaf:mbox "palayoor.n@northeastern.edu" .

