@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 go.resource: <https://bioregistry.io/metaregistry/go/resolve/> .
@prefix orcid: <https://orcid.org/> .
@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:unirule .

bioregistry.metaresource:go dcterms:hasPart go.resource:UniRule .

bioregistry:unirule a bioregistry.schema:0000001 ;
    rdfs:label "UniRule" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "Rules are devised and tested by experienced curators using experimental data from manually annotated entries as templates. UniRule rules can annotate protein properties such as the protein name, function, catalytic activity, pathway membership, and subcellular location, along with sequence specific information, such as the positions of post-translational modifications and active sites."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch go.resource:UniRule ;
    foaf:homepage <https://www.uniprot.org/unirule/> ;
    bioregistry.schema:0000005 "UR000124451"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.uniprot.org/unirule/$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-6982-4660 ;
    bioregistry.schema:0000024 "https://www.uniprot.org/unirule/"^^xsd:string ;
    bioregistry.schema:0000027 <https://www.uniprot.org/unirule/UR000124451> ;
    bioregistry.schema:0000029 "unirule" .

orcid:0000-0002-6982-4660 rdfs:label "Alex Bateman" ;
    foaf:mbox "agb@ebi.ac.uk" .

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

go.resource:UniRule dcterms:isPartOf bioregistry.metaresource:go .

