@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 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:PROGLYC .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:proglyc .

bioregistry.metaresource:miriam dcterms:hasPart miriam:proglyc .

bioregistry.metaresource:n2t dcterms:hasPart n2t:proglyc .

bioregistry:proglyc a bioregistry.schema:0000001 ;
    rdfs:label "ProGlycProt" ;
    dcterms:description "ProGlycProt (Prokaryotic Glycoprotein) is a repository of bacterial and archaeal glycoproteins with at least one experimentally validated glycosite (glycosylated residue). Each entry in the database is fully cross-referenced and enriched with available published information about source organism, coding gene, protein, glycosites, glycosylation type, attached glycan, associated oligosaccharyl/glycosyl transferases (OSTs/GTs), supporting references, and applicable additional information."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:PROGLYC,
        n2t:proglyc,
        miriam:proglyc ;
    foaf:homepage <http://www.proglycprot.org/> ;
    bioregistry.schema:0000005 "AC119"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.proglycprot.org/detail.aspx?ProId=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[A-Z]C\\d{1,3}$"^^xsd:string ;
    bioregistry.schema:0000012 true ;
    bioregistry.schema:0000024 "http://www.proglycprot.org/detail.aspx?ProId="^^xsd:string ;
    bioregistry.schema:0000027 <http://www.proglycprot.org/detail.aspx?ProId=AC119> ;
    bioregistry.schema:0000029 "proglyc" .

biocontext:PROGLYC dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:proglyc dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:proglyc dcterms:isPartOf bioregistry.metaresource:miriam .

