@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:PHOSPHOPOINT.PROTEIN .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:phosphopoint.protein .

bioregistry.metaresource:miriam dcterms:hasPart miriam:phosphopoint.protein .

bioregistry.metaresource:n2t dcterms:hasPart n2t:phosphopoint.protein .

bioregistry:phosphopoint.protein a bioregistry.schema:0000001 ;
    rdfs:label "PhosphoPoint Phosphoprotein" ;
    dcterms:description "PhosphoPOINT is a database of the human kinase and phospho-protein interactome. It describes the interactions among kinases, their potential substrates and their interacting (phospho)-proteins. It also incorporates gene expression and uses gene ontology (GO) terms to annotate interactions. This collection references phosphoprotein information."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:PHOSPHOPOINT.PROTEIN,
        n2t:phosphopoint.protein,
        miriam:phosphopoint.protein ;
    foaf:homepage <http://kinase.bioinformatics.tw/> ;
    bioregistry.schema:0000005 "AURKA"^^xsd:string ;
    bioregistry.schema:0000006 "http://kinase.bioinformatics.tw/showall.jsp?type=PhosphoProtein&info=Gene&name=$1&drawing=0&sorting=0&kinome=0"^^xsd:string ;
    bioregistry.schema:0000008 "^\\w+$"^^xsd:string ;
    bioregistry.schema:0000012 true ;
    bioregistry.schema:0000024 "https://bioregistry.io/phosphopoint.protein:"^^xsd:string ;
    bioregistry.schema:0000027 <http://kinase.bioinformatics.tw/showall.jsp?type=PhosphoProtein&info=Gene&name=AURKA&drawing=0&sorting=0&kinome=0> ;
    bioregistry.schema:0000029 "phosphopoint.protein" .

biocontext:PHOSPHOPOINT.PROTEIN dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:phosphopoint.protein dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:phosphopoint.protein dcterms:isPartOf bioregistry.metaresource:miriam .

