@prefix aberowl: <http://aber-owl.net/ontology/> .
@prefix bioportal: <https://bioportal.bioontology.org/ontologies/> .
@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 foaf: <http://xmlns.com/foaf/0.1/> .
@prefix miriam: <https://registry.identifiers.org/registry/> .
@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#> .

bioregistry.metaresource:aberowl dcterms:hasPart aberowl:COVID19 .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:COVID19 .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:covid19 .

bioregistry.metaresource:miriam dcterms:hasPart miriam:covid19 .

bioregistry:covid19 a bioregistry.schema:0000001 ;
    rdfs:label "SARS-CoV-2" ;
    dcterms:description "Curated contextual database gathering samples related to SARS-CoV-2 virus and covid-19 disease."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch aberowl:COVID19,
        bioportal:COVID19,
        miriam:covid19 ;
    dcat:keyword "ontology" ;
    foaf:homepage <https://covid19.sfb.uit.no> ;
    bioregistry.schema:0000005 "SFB_COVID19_MW286762"^^xsd:string ;
    bioregistry.schema:0000006 "https://covid19.sfb.uit.no/api/records/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\w+_COVID19_[-\\w]+$"^^xsd:string ;
    bioregistry.schema:0000010 <http://aber-owl.net/media/ontologies/COVID19/3/covid19.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-6772-2775 ;
    bioregistry.schema:0000024 "https://covid19.sfb.uit.no/api/records/"^^xsd:string ;
    bioregistry.schema:0000027 <https://covid19.sfb.uit.no/api/records/SFB_COVID19_MW286762> ;
    bioregistry.schema:0000029 "covid19" .

orcid:0000-0002-6772-2775 rdfs:label "Dylan McGagh" ;
    foaf:mbox "dylan.mcgagh@magd.ox.ac.uk" .

aberowl:COVID19 dcterms:isPartOf bioregistry.metaresource:aberowl .

bioportal:COVID19 dcterms:isPartOf bioregistry.metaresource:bioportal .

miriam:covid19 dcterms:isPartOf bioregistry.metaresource:miriam .

