@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 fairsharing: <https://fairsharing.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@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:BIRNLEX .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:BIRNLEX .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:birnlex .

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

bioregistry:birnlex a bioregistry.schema:0000001 ;
    rdfs:label "Biomedical Informatics Research Network Lexicon" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The BIRN Project lexicon will provide entities for data and database annotation for the BIRN project, covering anatomy, disease, data collection, project management and experimental design."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch aberowl:BIRNLEX,
        bioportal:BIRNLEX,
        fairsharing:FAIRsharing.jedbbt ;
    dcat:keyword "anatomy",
        "biomedical science",
        "disease",
        "ontology",
        "study design" ;
    foaf:homepage bioportal:BIRNLEX ;
    bioregistry.schema:0000005 "2023"^^xsd:string ;
    bioregistry.schema:0000006 "http://uri.neuinfo.org/nif/nifstd/birnlex_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000010 <http://aber-owl.net/media/ontologies/BIRNLEX/1/birnlex.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 [ rdfs:label "William Bug" ;
            foaf:mbox "wbug@ncmir.ucsd.edu" ] ;
    bioregistry.schema:0000024 "http://uri.neuinfo.org/nif/nifstd/birnlex_"^^xsd:string ;
    bioregistry.schema:0000027 <http://uri.neuinfo.org/nif/nifstd/birnlex_2023> ;
    bioregistry.schema:0000029 "birnlex" .

orcid:0000-0003-4423-4370 rdfs:label "Charles Tapley Hoyt" ;
    foaf:mbox "cthoyt@gmail.com" .

aberowl:BIRNLEX dcterms:isPartOf bioregistry.metaresource:aberowl .

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

bioportal:BIRNLEX dcterms:isPartOf bioregistry.metaresource:bioportal .

