@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 pathguide: <http://www.pathguide.org/fullrecord.php?DBID=> .
@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 uniprot.resource: <https://www.uniprot.org/database/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:signor .

bioregistry.metaresource:miriam dcterms:hasPart miriam:signor .

bioregistry.metaresource:pathguide dcterms:hasPart pathguide:599 .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:signor .

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

bioregistry:signor a bioregistry.schema:0000001 ;
    rdfs:label "Signaling Network Open Resource" ;
    dcterms:description "SIGNOR, the SIGnaling Network Open Resource, organizes and stores in a structured format signaling information published in the scientific literature."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch pathguide:599,
        prefixcommons:signor,
        miriam:signor,
        uniprot.resource:DB-0206 ;
    dcat:keyword "enzyme and pathway databases",
        "interactions",
        "ontology",
        "protein",
        "sbml" ;
    foaf:homepage <https://signor.uniroma2.it/> ;
    bioregistry.schema:0000005 "SIGNOR-C41"^^xsd:string ;
    bioregistry.schema:0000006 "https://signor.uniroma2.it/relation_result.php?id=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^SIGNOR\\-[A-Z]+\\d+$"^^xsd:string ;
    bioregistry.schema:0000010 <https://w3id.org/biopragmatics/resources/signor/signor.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000023 "SIGNOR" ;
    bioregistry.schema:0000024 "https://signor.uniroma2.it/relation_result.php?id="^^xsd:string ;
    bioregistry.schema:0000027 <https://signor.uniroma2.it/relation_result.php?id=SIGNOR-C41> ;
    bioregistry.schema:0000029 "signor" .

pathguide:599 dcterms:isPartOf bioregistry.metaresource:pathguide .

prefixcommons:signor dcterms:isPartOf bioregistry.metaresource:prefixcommons .

miriam:signor dcterms:isPartOf bioregistry.metaresource:miriam .

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

