Nanopublication

< Home

ID

https://w3id.org/np/RAATPwsf1oF5-5QZU3rAy3FQmfMPv1O9SSLk5IqwisIcE

Formats

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

Content

@prefix this: <https://w3id.org/np/RAATPwsf1oF5-5QZU3rAy3FQmfMPv1O9SSLk5IqwisIcE> .
@prefix sub: <https://w3id.org/np/RAATPwsf1oF5-5QZU3rAy3FQmfMPv1O9SSLk5IqwisIcE#> .
@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 {
  sub:NPDSpecimens_Flowchart a fip:FAIR-Enabling-Resource, fip:FAIR-Supporting-Resource-to-be-Developed,
      fip:Provenance-model;
    rdfs:comment "This resource describes the flowchart developed within the ITINERIS Project by the DiSSCo community of the Institute of Marine Sciences (CNR-ISMAR) for the management of physical and digital samples.";
    rdfs:label "Natural Physical and Digital Specimens Flowchart" .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-1436-584X .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "AVsrj5Ij45oaLVthevzRdDmnkaxR4FZSfxSv4j+i0lQqbb1VvOSn1750LQLqTo8Y9cNJC56V5Iasuhltr5icplSCXs2Q4XxtzXBRWuYttiNmXRJAj3Kmqoc9dYi+oByXtsCjp2QDER3sMS0FLJc0UeCGlxGdE2SFsSUG3cQUIzk=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2025-03-05T09:50:11Z"^^xsd:dateTime;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:NPDSpecimens_Flowchart;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/4f0b6d90-1a07-44f0-9518-7a1db030f7c5> .
}