@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 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 prefixcommons: <https://registry.bio2kg.org/resource/> .
@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:biocontext dcterms:hasPart biocontext:PMAP.SUBSTRATEDB .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:pmap.substratedb .

bioregistry.metaresource:miriam dcterms:hasPart miriam:pmap.substratedb .

bioregistry.metaresource:n2t dcterms:hasPart n2t:pmap.substratedb .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:pmap.substratedb .

bioregistry:pmap.substratedb a bioregistry.schema:0000001 ;
    rdfs:label "SubstrateDB" ;
    dcterms:description "The Proteolysis MAP is a resource for proteolytic networks and pathways. PMAP is comprised of five databases, linked together in one environment. SubstrateDB contains molecular information on documented protease substrates."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:PMAP.SUBSTRATEDB,
        n2t:pmap.substratedb,
        prefixcommons:pmap.substratedb,
        miriam:pmap.substratedb ;
    dcat:keyword "domain",
        "protein",
        "reaction" ;
    foaf:homepage <http://substrate.burnham.org/> ;
    bioregistry.schema:0000005 "1915"^^xsd:string ;
    bioregistry.schema:0000006 "http://substrate.burnham.org/protein/annotation/$1/html"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0003-2023-4608 ;
    bioregistry.schema:0000024 "https://bioregistry.io/pmap.substratedb:"^^xsd:string ;
    bioregistry.schema:0000027 <http://substrate.burnham.org/protein/annotation/1915/html> ;
    bioregistry.schema:0000029 "pmap.substratedb" .

orcid:0000-0003-2023-4608 rdfs:label "Alexey M. Eroshkin" ;
    foaf:mbox "eroshkin@burnham.org" .

biocontext:PMAP.SUBSTRATEDB dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:pmap.substratedb dcterms:isPartOf bioregistry.metaresource:n2t .

prefixcommons:pmap.substratedb dcterms:isPartOf bioregistry.metaresource:prefixcommons .

miriam:pmap.substratedb dcterms:isPartOf bioregistry.metaresource:miriam .

