Nanopublication

< Home

ID

https://w3id.org/np/RAHmZcfOt4r1j79dyGtkmYz3NyuxjFgZLBqDTcS2z7OQE

Formats

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

Content

@prefix this: <https://w3id.org/np/RAHmZcfOt4r1j79dyGtkmYz3NyuxjFgZLBqDTcS2z7OQE> .
@prefix sub: <https://w3id.org/np/RAHmZcfOt4r1j79dyGtkmYz3NyuxjFgZLBqDTcS2z7OQE#> .
@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix dcat: <https://www.w3.org/ns/dcat#> .
@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:fip a fip:FAIR-Implementation-Profile;
    dct:description "NORMAN Database System- MassBank EU: This is the FIP of NORMAN Database System MassBank EU";
    rdfs:label "NORMAN Database System- MassBank EU";
    fip:declared-by <http://purl.org/np/RAnG1KQTq8iUqlFL_WWdXJmdQx_OdJ8Vpcvqja5n-FGcI#NDS>;
    fip:has-declaration-index <https://w3id.org/np/RA5oMtG_wQXix6-mXvya4-MyqmqpuVqQGvdUeVd0Ig-3M>;
    dcat:endDate "2023-12-31"^^xsd:date;
    dcat:startDate "2023-03-09"^^xsd:date .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-0295-6618 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "pM2ZbZsDFxC9eEe6ug4tk0dzhQffYh9CXdd77Lm/INr8JrIOePamOuUYkRAL/jpfTy61dvGlhR5C7JL198eZX+cp0BKraKLxdnnIZ6g0QiB4cqmuHbLi7entSZTFP2BQaV/CvLRHrvfar+HXpeOymYKsnA0/ZsrKisH4v3+PQ+o=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2024-01-22T20:12:21Z"^^xsd:dateTime;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:fip;
    npx:supersedes <http://purl.org/np/RAzhAmI2c2YYpNcdnSLOzHoasL_jyUboc2yeT7gs60Y7c>;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/6fea1599-b376-467c-9012-170ef09a08b8> .
}