Nanopublication

< Home

ID

https://w3id.org/np/RAJAGdLNBbLAGAiXLvLGK2gcFbcui8Ki0Zq02yvF7ZG8Q

Formats

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

Content

@prefix this: <https://w3id.org/np/RAJAGdLNBbLAGAiXLvLGK2gcFbcui8Ki0Zq02yvF7ZG8Q> .
@prefix sub: <https://w3id.org/np/RAJAGdLNBbLAGAiXLvLGK2gcFbcui8Ki0Zq02yvF7ZG8Q/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix pav: <http://purl.org/pav/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfg: <http://www.w3.org/2004/03/trix/rdfg-1/> .
@prefix dce: <http://purl.org/dc/elements/1.1/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix npx: <http://purl.org/nanopub/x/> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  <http://example.org/model> <http://example.org/for> <http://example.org/nanopublications>;
    <http://example.org/is> <http://example.org/minimalCommonFormat> .
}

sub:provenance {
  sub:assertion prov:hadPrimarySource <http://dx.doi.org/10.3233/ISU-2010-0613> .
}

sub:pubinfo {
  this: dct:created "2026-02-20T15:20:57.223Z"^^xsd:dateTime;
    dct:creator <http://example.org/creator>;
    <https://w3id.org/np/o/ntemplate/wasCreatedFromProvenanceTemplate> <https://w3id.org/np/123> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwNz2QK3SEifno78S7+48zUB0xpTex3mAzW73ZimHqNcdEMU5/apslrGrTHGFAt/Chocgo++r6JQp5ygY7NyJHGWdaIqnt85pjX4PbNfLAvapyUO00qZP34fY61w4eZ9UMtleWEsmZKRtQPyJ8ODl46i/rfPuZlcJGpM9Nmy5mpGWuepqIEvF4a/t7pLVeCEDFSYXT+yaiygt6ynIK5f7TtEDhZpeUf/Q74WhMPJXm4yTU/hqOX4IW+50kWHNArGGZwUaXwzyG6M3Zd6UMModryGkLqS4H/MSE3ZA1Ylnms7BfWLEXhMWlaKi6HRV4nGRDLhxVSi9LSRi3LWKLhNIIQIDAQAB";
    npx:hasSignature "ba5spQCh7kAdKEfj7isNu2eL3Vs7UASWNy3p68DXZ7MSt0jKkJeokhUv7RHXExrR//IDwPVpIoKGDofNICvBIYM4C8h2VFWfX8vg5H1KdtoHMuEiQAPKR0ZNRKtn2DZOrfAs/qC+4QATt7iX/RJ7mN86OQPS1M6nrcPef39+som0457RS2edkSTmZH7dXV2cRi3kFuh+W1xUSZwgu1x5t/MGtgenHVmtnM33yYpHZxAfL8DnqECfAgSoYHh1enqMIlX/SaNkcL2BQ4jB0WVssgpDLUhbEulMSDp7SqSzyAIu15PBPu8IYoFLQMlDTkbU0RhJrJE0naHoBkAHr4sZ0w==";
    npx:hasSignatureTarget this:;
    npx:signedBy <http://example.org/creator> .
  
  sub:this npx:supersedes <https://w3id.org/np/321> .
}