@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 integbio: <https://catalog.integbio.jp/dbcatalog/en/record/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rrid: <https://bioregistry.io/metaregistry/rrid/resolve/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:scr .

bioregistry.metaresource:integbio dcterms:hasPart integbio:nbdc01937 .

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

bioregistry:scr a bioregistry.schema:0000001 ;
    rdfs:label "SciCrunch Registry" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The SciCrunch Registry holds metadata records that describe digital resources, e.g., software, databases, projects and also services. Most of these are produced as a result of government funding and are available to the scientific community. Resources are manually curated to make sure the information is accurate. We also use a web crawler to find literature mentions for the resources."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch rrid:SCR,
        integbio:nbdc01937 ;
    dcat:keyword "cell/organelle",
        "health/disease",
        "interactive portal",
        "nih initiative",
        "portal",
        "repository",
        "rrid" ;
    foaf:homepage <https://scicrunch.org/browse/resourcedashboard> ;
    bioregistry.schema:0000005 "022586"^^xsd:string ;
    bioregistry.schema:0000006 "http://scicrunch.org/resolver/SCR_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-5497-0243 ;
    bioregistry.schema:0000023 "scicrunch" ;
    bioregistry.schema:0000024 "http://scicrunch.org/resolver/SCR_"^^xsd:string ;
    bioregistry.schema:0000027 <http://scicrunch.org/resolver/SCR_022586> ;
    bioregistry.schema:0000029 "scr" .

orcid:0000-0002-5497-0243 rdfs:label "Anita Bandrowski" ;
    foaf:mbox "abandrowski@ncmir.ucsd.edu" .

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

rrid:SCR dcterms:isPartOf bioregistry.metaresource:rrid .

integbio:nbdc01937 dcterms:isPartOf bioregistry.metaresource:integbio .

