Nanopublication

< Home

ID

https://w3id.org/np/RA5BVEP0C97H8NBrhQUW9gKLr7Zp0gze2SYp0gj2AEzlc

Formats

.trig | .trig.txt | .jelly | .jelly.txt

Content

@prefix this: <https://w3id.org/np/RA5BVEP0C97H8NBrhQUW9gKLr7Zp0gze2SYp0gj2AEzlc> .
@prefix sub: <https://w3id.org/np/RA5BVEP0C97H8NBrhQUW9gKLr7Zp0gze2SYp0gj2AEzlc#> .
@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: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  <https://w3id.org/np/RA4UMx89HYvpEHLU9ap7BT27cs-cMHoYQLrj2DKYL1oQo#DRS-API> a fip:Available-FAIR-Supporting-Resource,
      fip:Communication-protocol, fip:FAIR-Enabling-Resource;
    <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>;
    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 "GA4GH 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 "KLm1KW+5ytx0ZC3HIcfWXlthWvNwzrrXArE3OgifBYhD+QZmw/HlkT6mhnZGmGJUO8hidSQBQ+NIZFvwAB7uZ0TEAbIrQX6HTH+gLSzxXY6c7jZnKydZ1p5vBN7A4n1mvk+JrDWdWpS/aamU69JcfI8wp30qwjihlqToJPizRcM=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2025-03-28T22:24:25Z"^^xsd:dateTime;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces <https://w3id.org/np/RA4UMx89HYvpEHLU9ap7BT27cs-cMHoYQLrj2DKYL1oQo#DRS-API>;
    npx:supersedes <https://w3id.org/np/RA4UMx89HYvpEHLU9ap7BT27cs-cMHoYQLrj2DKYL1oQo>;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/dfeec2d0-68c4-4958-9237-c070333d5ff0> .
}