@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix uniprot.resource: <https://www.uniprot.org/database/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:CONOSERVER .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:conoserver .

bioregistry.metaresource:miriam dcterms:hasPart miriam:conoserver .

bioregistry.metaresource:n2t dcterms:hasPart n2t:conoserver .

bioregistry.metaresource:uniprot dcterms:hasPart uniprot.resource:DB-0156 .

bioregistry:conoserver a bioregistry.schema:0000001 ;
    rdfs:label "ConoServer" ;
    dcterms:description "ConoServer is a database specialized in the sequence and structures of conopeptides, which are peptides expressed by carnivorous marine cone snails."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:CONOSERVER,
        n2t:conoserver,
        miriam:conoserver,
        uniprot.resource:DB-0156 ;
    dcat:keyword "organism-specific databases" ;
    foaf:homepage <http://www.conoserver.org/> ;
    bioregistry.schema:0000005 "2639"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.conoserver.org/?page=card&table=protein&id=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://www.conoserver.org/?page=card&table=protein&id="^^xsd:string ;
    bioregistry.schema:0000027 <http://www.conoserver.org/?page=card&table=protein&id=2639> ;
    bioregistry.schema:0000029 "conoserver" .

biocontext:CONOSERVER dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:conoserver dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:conoserver dcterms:isPartOf bioregistry.metaresource:miriam .

uniprot.resource:DB-0156 dcterms:isPartOf bioregistry.metaresource:uniprot .

