Nanopublication

< Home

ID

https://w3id.org/np/RA8F9BxvCyINaAbF2F_7D4xADRb7Wxqbbj_rQ03gRVGiw

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RA8F9BxvCyINaAbF2F_7D4xADRb7Wxqbbj_rQ03gRVGiw> .
@prefix sub: <https://w3id.org/np/RA8F9BxvCyINaAbF2F_7D4xADRb7Wxqbbj_rQ03gRVGiw/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix freq: <https://w3id.org/fff/req/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix wf: <http://purl.org/wf4ever/wfdesc#> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  <https://w3id.org/np/RA3ZbYz71d3WJPlx2HO2WnurRdSOmsIZL2IQAd2Bsntns/F2A-CS4-US1> a
      freq:User-Story;
    wf:hasInput <https://w3id.org/np/RA4-AB6HxAIe2_GuU0r_PPuX41-oL5QU74ujPzQ9RtDTg/F2A-CS4-DOA4>,
      <https://w3id.org/np/RAEgE_Ms8ozbIDXFghdul-gbKPC7pPqGv4EUedPLdpDho/F2A-CS4-DOA2>,
      <https://w3id.org/np/RArlaRrnyEyr5PoCgNPGHTR_nJQROHWl6IMJkWwLVQtpA/F2A-CS4-DOA3>;
    rdfs:label "F2A-CS4-US1 | Researcher shares resources";
    freq:as-a "Researcher";
    freq:has-action <https://w3id.org/fff/terms/share>;
    freq:has-purpose <https://w3id.org/fff/terms/transfer-knowledge>;
    freq:has-role <https://w3id.org/fff/terms/researcher>;
    freq:has-solution-path <https://w3id.org/fff/terms/fairification>, <https://w3id.org/fff/terms/implementation-of-user-interactive-dashboard>,
      <https://w3id.org/fff/terms/transformation-of-data-to-knowledge>;
    freq:i-want-to "create and/or share datasets, scripts and metadata together with the scientific paper";
    freq:so-that "other actors can use it and create new knowledge" .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-2104-3187 .
}

sub:pubinfo {
  this: dct:created "2026-06-17T12:20:28Z"^^xsd:dateTime;
    dct:creator <https://fip.fair-wizard.com/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces <https://w3id.org/np/RA3ZbYz71d3WJPlx2HO2WnurRdSOmsIZL2IQAd2Bsntns/F2A-CS4-US1>;
    npx:supersedes <https://w3id.org/np/RA3ZbYz71d3WJPlx2HO2WnurRdSOmsIZL2IQAd2Bsntns>;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/70d8ee45-8333-439c-9dfe-7ce4ab5e4c8f> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "XeEUVcMO8aJk+EetBIJW77taxGMXGNII7xuzEUT03lwVHsaeERpeWPeTmhkYMllfnh5m7+5ulNJZMkcWNG8sTB19DIDPVxSMbHVV+LquJUbbtvlYJyZU2US4qahUnCAld70a0c6DJL89dmCL49GGZq0ty+SfVosXjvJRKRB0IKM=";
    npx:hasSignatureTarget this: .
}