Nanopublication

< Home

ID

https://w3id.org/np/RAqf81e8lXfuh_LXONePCOANNIzY0HsQhF1GdboHqqI2o

Formats

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

Content

@prefix this: <https://w3id.org/np/RAqf81e8lXfuh_LXONePCOANNIzY0HsQhF1GdboHqqI2o> .
@prefix sub: <https://w3id.org/np/RAqf81e8lXfuh_LXONePCOANNIzY0HsQhF1GdboHqqI2o/> .
@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:URN:NBN a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource,
      fip:Identifier-service;
    <http://w3id.org/roh#isProvidedBy> <https://www.kb.nl/en/about-us/services/nbn-agency-nl>;
    rdfs:comment "National Bibliography Number (NBN) is a group of publication identifier systems used by national libraries in countries such as Germany, Italy, Finland, Norway, The Netherlands and Sweden.";
    rdfs:label "National Bibliography Number (NBN)";
    fip:has-description-source <https://cat.vocabs.dansdemo.nl/search?search=N4IgjgrgpgTgniAXCEAaEAzAhgYygFwDEBLAG31gGclQATLfLAFTgAcokQBZLVtEAG5ZS0JAG0xIYrSgA7fMQzFYaUAvykOyAJIz5i5TH5CRWug2ZstIAMoFjw0YkkQYsxLIBGskAF0AvugYAPYwALYMFLTiIK7uXj4BvgH+QA> .
}

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

sub:pubinfo {
  this: dct:created "2025-08-22T07:47:39Z"^^xsd:dateTime;
    dct:creator <https://fip.fair-wizard.com/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:URN:NBN;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/bb5b997a-d2c3-47c6-abde-d17485b12cb3> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "pElbI/PgX5lg9SZitFo4SJ3SJ51A9D+k4/eTu6VSPRCls7UA+IF5LQgvZzSQTmmnOSIwus7fxQg9nQaavhZDj2ULLrSd9K30eqEk5ouhCD+qwOvfxjdR3X/uG70BJggsg33QVNPHIlQ8lbG87tDFUn1hoyMCD7aglDaDXvjTQOQ=";
    npx:hasSignatureTarget this: .
}