@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 wikidata: <http://www.wikidata.org/entity/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:aberowl dcterms:hasPart aberowl:GNO .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:GNO .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:gno .

bioregistry.metaresource:obofoundry dcterms:hasPart obofoundry:gno .

bioregistry.metaresource:ols dcterms:hasPart ols:gno .

bioregistry.metaresource:ontobee dcterms:hasPart ontobee:GNO .

bioregistry.metaresource:wikidata.entity dcterms:hasPart wikidata:Q113012663 .

bioregistry:gno a bioregistry.schema:0000001 ;
    rdfs:label "Glycan Naming and Subsumption Ontology" ;
    dcterms:description "An ontology for glycans based on GlyTouCan, but organized by subsumption."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/glygen-glycan-data/GNOme> ;
    skos:exactMatch aberowl:GNO,
        ontobee:GNO,
        wikidata:Q113012663,
        bioportal:GNO,
        ols:gno,
        obofoundry:gno ;
    dcat:keyword "obo",
        "ontology" ;
    foaf:homepage <https://gnome.glyomics.org/> ;
    bioregistry.schema:0000005 "10004892"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.obolibrary.org/obo/GNO_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^(\\d{8}|(\\w+\\d+\\w+))$"^^xsd:string ;
    bioregistry.schema:0000010 obo:gno.owl ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0001-5168-3196 ;
    bioregistry.schema:0000023 "gnome" ;
    bioregistry.schema:0000024 "http://purl.obolibrary.org/obo/GNO_"^^xsd:string ;
    bioregistry.schema:0000027 obo:GNO_10004892 ;
    bioregistry.schema:0000029 "gno" .

orcid:0000-0001-5168-3196 rdfs:label "Nathan Edwards" ;
    foaf:mbox "nje5@georgetown.edu" .

aberowl:GNO dcterms:isPartOf bioregistry.metaresource:aberowl .

ontobee:GNO dcterms:isPartOf bioregistry.metaresource:ontobee .

wikidata:Q113012663 dcterms:isPartOf bioregistry.metaresource:wikidata.entity .

bioportal:GNO dcterms:isPartOf bioregistry.metaresource:bioportal .

ols:gno dcterms:isPartOf bioregistry.metaresource:ols .

obofoundry:gno dcterms:isPartOf bioregistry.metaresource:obofoundry .

