@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 fairsharing: <https://fairsharing.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix miriam: <https://registry.identifiers.org/registry/> .
@prefix n2t: <https://bioregistry.io/metaregistry/n2t/resolve/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ror: <https://ror.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:RRID .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:rrid .

bioregistry.metaresource:fairsharing dcterms:hasPart fairsharing:FAIRsharing.ATwSZG .

bioregistry.metaresource:miriam dcterms:hasPart miriam:rrid .

bioregistry.metaresource:n2t dcterms:hasPart n2t:rrid .

bioregistry:rrid a bioregistry.schema:0000001 ;
    rdfs:label "Research Resource Identification" ;
    dcterms:contributor orcid:0000-0002-5497-0243 ;
    dcterms:description """The Research Resource Identification Initiative provides RRIDs to 4 main classes of resources: Antibodies, Cell Lines, Model Organisms, and Databases / Software tools.: Antibodies, Model Organisms, and Databases / Software tools.
The initiative works with participating journals to intercept manuscripts in the publication process that use these resources, and allows publication authors to incorporate RRIDs within the methods sections. It also provides resolver services that access curated data from 10 data sources: the antibody registry (a curated catalog of antibodies), the SciCrunch registry (a curated catalog of software tools and databases), and model organism nomenclature authority databases (MGI, FlyBase, WormBase, RGD), as well as various stock centers. These RRIDs are aggregated and can be searched through SciCrunch."""^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:RRID,
        n2t:rrid,
        fairsharing:FAIRsharing.ATwSZG,
        miriam:rrid ;
    dcat:keyword "annotation",
        "biochemistry",
        "biology",
        "centrally registered identifier",
        "chemistry",
        "community resource",
        "data retrieval",
        "fair",
        "life science",
        "omics",
        "resource discovery",
        "resource metadata" ;
    foaf:homepage <https://rrid.site> ;
    bioregistry.schema:0000005 "AB_262044"^^xsd:string ;
    bioregistry.schema:0000006 "https://scicrunch.org/resolver/RRID:$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[a-zA-Z]+.+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-5497-0243 ;
    bioregistry.schema:0000024 "https://scicrunch.org/resolver/RRID:"^^xsd:string ;
    bioregistry.schema:0000026 ror:0168r3w48 ;
    bioregistry.schema:0000027 <https://scicrunch.org/resolver/RRID:AB_262044> ;
    bioregistry.schema:0000029 "rrid" .

biocontext:RRID dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:rrid dcterms:isPartOf bioregistry.metaresource:n2t .

fairsharing:FAIRsharing.ATwSZG dcterms:isPartOf bioregistry.metaresource:fairsharing .

orcid:0000-0002-5497-0243 rdfs:label "Anita Bandrowski" ;
    foaf:mbox "bandrow@gmail.com" .

miriam:rrid dcterms:isPartOf bioregistry.metaresource:miriam .

