@prefix this: <https://w3id.org/np/RA4UMx89HYvpEHLU9ap7BT27cs-cMHoYQLrj2DKYL1oQo> .
@prefix sub: <https://w3id.org/np/RA4UMx89HYvpEHLU9ap7BT27cs-cMHoYQLrj2DKYL1oQo#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:DRS-API <http://schema.org/url> <https://doi.org/10.5281/zenodo.1405753> ;
    <http://usefulinc.com/ns/doap#implements> <blob:https://ga4gh.github.io/8a874bd4-4966-4142-a6c7-603d891fd92d> ;
    a fip:Available-FAIR-Supporting-Resource , fip:Communication-protocol , fip:FAIR-Enabling-Resource ;
    rdfs:comment "GA4GH Data Repository Service (DRS) API is a generic interface to data repositories so data consumers, workflow systems, can access data objects in a single, standard way regardless of where they are stored and how they are managed. The primary functionality of DRS is to map a logical ID to a means for physically retrieving the data represented by the ID." ;
    rdfs:label "Data Repository Service API" ;
    rdfs:seeAlso <https://ga4gh.github.io/data-repository-service-schemas> ;
    skos:closeMatch <https://www.ga4gh.org/product/data-repository-service-drs/> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0009-0004-2157-1408 ;
    prov:wasDerivedFrom <https://www.ga4gh.org/product/data-repository-service-drs/> .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "ZFX/x9yS2U0nO6q661Uk9fSR7XXDZK42u9GuRBt/dP62kQGsMSbfSOcSNxi+o+oYhngapnDq8WwaUtcrFHGTdpmor0mjZSZeDZCOrB/8vNGB8OoFbB8dBAicQ0mBoo717IVkJALBHsVakMnARy8IYJaS4D3kJTLfWaWUgHsVsPk=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-03-26T02:28:42Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:DRS-API ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/dfeec2d0-68c4-4958-9237-c070333d5ff0> .
}