@prefix aberowl: <http://aber-owl.net/ontology/> .
@prefix biocontext: <https://bioregistry.io/metaregistry/biocontext/> .
@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 n2t: <https://bioregistry.io/metaregistry/n2t/resolve/> .
@prefix orcid: <https://orcid.org/> .
@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:aberowl dcterms:hasPart aberowl:FPLX .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:FPLX .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:FPLX .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:fplx .

bioregistry.metaresource:miriam dcterms:hasPart miriam:fplx .

bioregistry.metaresource:n2t dcterms:hasPart n2t:fplx .

bioregistry:fplx a bioregistry.schema:0000001 ;
    rdfs:label "FamPlex" ;
    dcterms:description "FamPlex is a collection of resources for grounding biological entities from text and describing their hierarchical relationships."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch aberowl:FPLX,
        bioportal:FPLX,
        biocontext:FPLX,
        n2t:fplx,
        miriam:fplx ;
    dcat:keyword "ontology" ;
    foaf:homepage <https://sorgerlab.github.io/famplex/> ;
    bioregistry.schema:0000005 "GPIb_IX_V"^^xsd:string ;
    bioregistry.schema:0000006 "https://sorgerlab.github.io/famplex/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[a-zA-Z0-9][A-Za-z0-9_]+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0001-9439-5346 ;
    bioregistry.schema:0000023 "famplex" ;
    bioregistry.schema:0000024 "https://sorgerlab.github.io/famplex/"^^xsd:string ;
    bioregistry.schema:0000026 ror:03vek6s52 ;
    bioregistry.schema:0000027 <https://sorgerlab.github.io/famplex/GPIb_IX_V> ;
    bioregistry.schema:0000029 "fplx" .

orcid:0000-0001-9439-5346 rdfs:label "Benjamin M. Gyori" ;
    foaf:mbox "benjamin_gyori@hms.harvard.edu" .

aberowl:FPLX dcterms:isPartOf bioregistry.metaresource:aberowl .

bioportal:FPLX dcterms:isPartOf bioregistry.metaresource:bioportal .

biocontext:FPLX dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:fplx dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:fplx dcterms:isPartOf bioregistry.metaresource:miriam .

