@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 miriam: <https://registry.identifiers.org/registry/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix re3data: <https://www.re3data.org/repository/> .
@prefix ror: <https://ror.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:immport .

bioregistry.metaresource:fairsharing dcterms:hasPart fairsharing:FAIRsharing.bpkzqp .

bioregistry.metaresource:miriam dcterms:hasPart miriam:immport .

bioregistry.metaresource:re3data dcterms:hasPart re3data:r3d100012529 .

bioregistry:immport a bioregistry.schema:0000001 ;
    rdfs:label "Immunology Database and Analysis Portal" ;
    dcterms:description "ImmPort is a scientific data resource funded by the National Institutes of Health (NIH) to preserve and share immunology research and clinical trials data generated by NIH researchers and external organizations. ImmPort uses FAIR principles to maximize reuse of deposited data for advancement of biomedical sciences."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch fairsharing:FAIRsharing.bpkzqp,
        miriam:immport,
        re3data:r3d100012529 ;
    dcat:keyword "biomedical science",
        "clinical studies",
        "covid-19",
        "immunology",
        "model organisms",
        "preclinical studies",
        "translational medicine" ;
    foaf:homepage <https://www.immport.org/home> ;
    bioregistry.schema:0000005 "sdy998"^^xsd:string ;
    bioregistry.schema:0000006 "https://immport.org/shared/study/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[sS][dD][yY]\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://immport.org/shared/study/"^^xsd:string ;
    bioregistry.schema:0000026 ror:043z4tv69 ;
    bioregistry.schema:0000027 <https://immport.org/shared/study/sdy998> ;
    bioregistry.schema:0000029 "immport" .

fairsharing:FAIRsharing.bpkzqp dcterms:isPartOf bioregistry.metaresource:fairsharing .

miriam:immport dcterms:isPartOf bioregistry.metaresource:miriam .

re3data:r3d100012529 dcterms:isPartOf bioregistry.metaresource:re3data .

