@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 doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix obofoundry: <https://www.obofoundry.org/ontology/> .
@prefix ols: <https://www.ebi.ac.uk/ols4/ontologies/> .
@prefix ontobee: <http://www.ontobee.org/ontology/> .
@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:NGBO .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:NGBO .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:ngbo .

bioregistry.metaresource:obofoundry dcterms:hasPart obofoundry:ngbo .

bioregistry.metaresource:ols dcterms:hasPart ols:ngbo .

bioregistry.metaresource:ontobee dcterms:hasPart ontobee:NGBO .

bioregistry:ngbo a bioregistry.schema:0000001 ;
    rdfs:label "Next Generation Biobanking Ontology" ;
    dcterms:description "Next Generation Biobanking Ontology (NGBO) is an open application ontology representing contextual data about omics digital assets in biobank. The ontology focuses on capturing the information about three main activities: wet bench analysis used to generate omics data, bioinformatics analysis used to analyze and interpret data, and data management."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/Dalalghamdi/NGBO> ;
    skos:exactMatch aberowl:NGBO,
        ontobee:NGBO,
        bioportal:NGBO,
        ols:ngbo,
        obofoundry:ngbo ;
    dcat:keyword "obo",
        "ontology" ;
    foaf:homepage <https://github.com/Dalalghamdi/NGBO> ;
    bioregistry.schema:0000005 "6000122"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.obolibrary.org/obo/NGBO_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d{7}$"^^xsd:string ;
    bioregistry.schema:0000010 obo:ngbo.owl ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-2801-0767 ;
    bioregistry.schema:0000024 "http://purl.obolibrary.org/obo/NGBO_"^^xsd:string ;
    bioregistry.schema:0000027 obo:NGBO_6000122 ;
    bioregistry.schema:0000029 "ngbo" .

orcid:0000-0002-2801-0767 rdfs:label "Dalia Alghamdi" ;
    foaf:mbox "dal.alghamdi92@gmail.com" .

aberowl:NGBO dcterms:isPartOf bioregistry.metaresource:aberowl .

ontobee:NGBO dcterms:isPartOf bioregistry.metaresource:ontobee .

bioportal:NGBO dcterms:isPartOf bioregistry.metaresource:bioportal .

ols:ngbo dcterms:isPartOf bioregistry.metaresource:ols .

obofoundry:ngbo dcterms:isPartOf bioregistry.metaresource:obofoundry .

