@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 integbio: <https://catalog.integbio.jp/dbcatalog/en/record/> .
@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:bioregistry dcterms:hasPart bioregistry:eropmoscow .

bioregistry.metaresource:integbio dcterms:hasPart integbio:nbdc00265 .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:eropmoscow .

bioregistry:eropmoscow a bioregistry.schema:0000001 ;
    rdfs:label "Endogenous Regulatory OligoPeptide knowledgebase-Moscow" ;
    dcterms:description "EROP-Moscow is a curated oligopeptide (2-50 amino acid residues) sequence database which strives to provide a high level of annotations (such as descriptions of the structure of an oligopeptide, its source and function, post-translational modifications, etc.)."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch integbio:nbdc00265,
        prefixcommons:eropmoscow ;
    dcat:keyword "carbohydrate",
        "protein",
        "sequence" ;
    foaf:homepage <http://erop.inbi.ras.ru> ;
    bioregistry.schema:0000005 "E00002"^^xsd:string ;
    bioregistry.schema:0000006 "http://erop.inbi.ras.ru/result2.php?PepName=$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "http://erop.inbi.ras.ru/result2.php?PepName="^^xsd:string ;
    bioregistry.schema:0000027 <http://erop.inbi.ras.ru/result2.php?PepName=E00002> ;
    bioregistry.schema:0000029 "eropmoscow" .

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

integbio:nbdc00265 dcterms:isPartOf bioregistry.metaresource:integbio .

prefixcommons:eropmoscow dcterms:isPartOf bioregistry.metaresource:prefixcommons .

