Nanopublication

< Home

ID

https://w3id.org/np/RA95MhntcOPXcrbuQqKS1DnJDO2RpqC7VdoSh602BguzQ

Formats

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

Content

@prefix this: <https://w3id.org/np/RA95MhntcOPXcrbuQqKS1DnJDO2RpqC7VdoSh602BguzQ> .
@prefix sub: <https://w3id.org/np/RA95MhntcOPXcrbuQqKS1DnJDO2RpqC7VdoSh602BguzQ#> .
@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:PlannedResearchData a fip:Digital-Object-Type;
    rdfs:comment "Specification of research data that does not yet exist. Format and type agnostic. The motivation for this is that it allows for specification of data even before it is generated, e.g. in the planning of an experiment or specification of a model input or output.";
    rdfs:label "Planned Research Data" .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0001-8869-3718 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "DCbNxH5mssgLG9qcOeN5cBpmChC8iQTQ7OYXfnH2DvIph3R84sA7mtgwMUVg5ER/IaURGdF7m1NMa2zjHVICZCxvmhNMzn4YflDZ02zif9hJxIg+Cj8iD7g/8Tj3K+L0OA2Umdf//0THIEGVBZGASzMWsOyrcJhcn5TEcu2oUow=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2025-03-06T10:16:58Z"^^xsd:dateTime;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:PlannedResearchData;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/1a57f8d8-76f1-4c3d-be86-73a2901b5f1d> .
}