@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 re3data: <https://www.re3data.org/repository/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:APD .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:apd .

bioregistry.metaresource:miriam dcterms:hasPart miriam:apd .

bioregistry.metaresource:n2t dcterms:hasPart n2t:apd .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:apd .

bioregistry.metaresource:re3data dcterms:hasPart re3data:r3d100012901 .

bioregistry:apd a bioregistry.schema:0000001 ;
    rdfs:label "Antimicrobial Peptide Database" ;
    dcterms:description "The antimicrobial peptide database (APD) provides information on anticancer, antiviral, antifungal and antibacterial peptides."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:APD,
        n2t:apd,
        prefixcommons:apd,
        miriam:apd,
        re3data:r3d100012901 ;
    dcat:keyword "protein" ;
    foaf:homepage <http://aps.unmc.edu/AP/> ;
    bioregistry.schema:0000005 "01001"^^xsd:string ;
    bioregistry.schema:0000006 "http://aps.unmc.edu/AP/database/query_output.php?ID=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d{5}$"^^xsd:string ;
    bioregistry.schema:0000012 true ;
    bioregistry.schema:0000019 orcid:0000-0002-4841-7927 ;
    bioregistry.schema:0000024 "http://aps.unmc.edu/AP/database/query_output.php?ID="^^xsd:string ;
    bioregistry.schema:0000027 <http://aps.unmc.edu/AP/database/query_output.php?ID=01001> ;
    bioregistry.schema:0000029 "apd" .

orcid:0000-0002-4841-7927 rdfs:label "Guangshun Wang" ;
    foaf:mbox "gwang@unmc.edu" .

biocontext:APD dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:apd dcterms:isPartOf bioregistry.metaresource:n2t .

prefixcommons:apd dcterms:isPartOf bioregistry.metaresource:prefixcommons .

miriam:apd dcterms:isPartOf bioregistry.metaresource:miriam .

re3data:r3d100012901 dcterms:isPartOf bioregistry.metaresource:re3data .

