@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 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:bioregistry dcterms:hasPart bioregistry:sparcdrs .

bioregistry.metaresource:miriam dcterms:hasPart miriam:sparc.drs .

bioregistry:sparcdrs a bioregistry.schema:0000001 ;
    rdfs:label "SPARC DRS" ;
    dcterms:description "The SPARC Data Repository Service (DRS) is an implementation of the Global Alliance for Genomics and Health (GA4GH) DRS specification that provides a standardized API that enables researchers and other data consumers to access and retrieve data objects from various data repositories in a consistent and cloud-agnostic way. This implementation provides information for data objects in the SPARC repository (sparc.science)."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch miriam:sparc.drs ;
    foaf:homepage <https://www.fdilab.org> ;
    bioregistry.schema:0000005 "package/8ca67504-3167-4cc8-ba74-98137bb7cd0a"^^xsd:string ;
    bioregistry.schema:0000006 "https://services.scicrunch.io/sparc/drs/v1/package/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^(?:[a-zA-Z]+\\/)?[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://services.scicrunch.io/sparc/drs/v1/package/"^^xsd:string ;
    bioregistry.schema:0000026 ror:0168r3w48 ;
    bioregistry.schema:0000027 <https://services.scicrunch.io/sparc/drs/v1/package/package/8ca67504-3167-4cc8-ba74-98137bb7cd0a> ;
    bioregistry.schema:0000029 "sparcdrs" .

miriam:sparc.drs dcterms:isPartOf bioregistry.metaresource:miriam .

