@prefix biocontext: <https://bioregistry.io/metaregistry/biocontext/> .
@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 miriam: <https://registry.identifiers.org/registry/> .
@prefix n2t: <https://bioregistry.io/metaregistry/n2t/resolve/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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:biocontext dcterms:hasPart biocontext:NGL .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:ngl .

bioregistry.metaresource:miriam dcterms:hasPart miriam:ngl .

bioregistry.metaresource:n2t dcterms:hasPart n2t:ngl .

bioregistry:ngl a bioregistry.schema:0000001 ;
    rdfs:label "NASA GeneLab" ;
    dcterms:description "NASA's GeneLab gathers spaceflight genomic data, RNA and protein expression, and metabolic profiles, interfaces with existing databases for expanded research, will offer tools to conduct data analysis, and is in the process of creating a place online where scientists, researchers, teachers and students can connect with their peers, share their results, and communicate with NASA."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:NGL,
        n2t:ngl,
        miriam:ngl ;
    foaf:homepage <https://genelab-data.ndc.nasa.gov/genelab/> ;
    bioregistry.schema:0000005 "GLDS-141"^^xsd:string ;
    bioregistry.schema:0000006 "https://genelab-data.ndc.nasa.gov/genelab/accession/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^GLDS-\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://genelab-data.ndc.nasa.gov/genelab/accession/"^^xsd:string ;
    bioregistry.schema:0000026 ror:02acart68 ;
    bioregistry.schema:0000027 <https://genelab-data.ndc.nasa.gov/genelab/accession/GLDS-141> ;
    bioregistry.schema:0000029 "ngl" .

biocontext:NGL dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:ngl dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:ngl dcterms:isPartOf bioregistry.metaresource:miriam .

