Nanopublication

< Home

ID

https://w3id.org/np/RAcqH8yP6JMGDAV42OI_JTksM1DCTmeQ-ZR1WdYqrlCEE

Formats

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

Content

@prefix this: <https://w3id.org/np/RAcqH8yP6JMGDAV42OI_JTksM1DCTmeQ-ZR1WdYqrlCEE> .
@prefix sub: <https://w3id.org/np/RAcqH8yP6JMGDAV42OI_JTksM1DCTmeQ-ZR1WdYqrlCEE/> .
@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 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/RAyYRyxAxzxpHBod0YTM01_94x6TOs59etOgVtsfd06rs/DANSDataProcessingManual>
    a fip:Available-FAIR-Supporting-Resource, fip:Domain-Agnostic-FAIR-Supporting-Resource,
      fip:FAIR-Practice, fip:FAIR-Supporting-Resource;
    rdfs:comment "The manual contains information on how data is processed by DANS data station SSH.";
    rdfs:label "DANS Data Stations Data Processing Manual";
    rdfs:seeAlso <https://dans.knaw.nl/wp-content/uploads/2024/06/R.4.6.-Datastations-Data-Processing-Team-Handleiding_for-Publication-1.pdf>;
    fip:declared-by <https://w3id.org/np/RA508adujnSK418WRLX5OgfUeWh5cA0pqc3UqXyMGhaeU/Managers-DANS-DataStationSSH>;
    fip:has-description-source <https://dans.knaw.nl/wp-content/uploads/2024/06/R.4.6.-Datastations-Data-Processing-Team-Handleiding_for-Publication-1.pdf> .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0001-6899-760X .
}

sub:pubinfo {
  this: dct:created "2026-07-27T10:59:55Z"^^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/RAyYRyxAxzxpHBod0YTM01_94x6TOs59etOgVtsfd06rs/DANSDataProcessingManual>;
    npx:supersedes <https://w3id.org/np/RAyYRyxAxzxpHBod0YTM01_94x6TOs59etOgVtsfd06rs>;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/340ceb8f-721e-4f1b-b0e2-5defacbc5f1b> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "pFjtB3GSZteN8Nb03M/NsyEyE/tCfol2ljxqR8weCB1DOl7C5edOMqIVKtoefvW+OUknunggFhlBf0TIt2n3W+ehIUFvWDpZ4Oh7Xaf+fiYUl5HG5evMACR6sN6FgSlAsPbhLljDllGLnIljU9/3DAslUBzsHE1H4vH0kKy1pok=";
    npx:hasSignatureTarget this: .
}