Nanopublication

< Home

ID

https://w3id.org/np/RAHOrBPp-SyDyc0DBgoGHTgdmT3S4zWLAif3S0Ixl0gqk

Formats

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

Content

@prefix this: <https://w3id.org/np/RAHOrBPp-SyDyc0DBgoGHTgdmT3S4zWLAif3S0Ixl0gqk> .
@prefix sub: <https://w3id.org/np/RAHOrBPp-SyDyc0DBgoGHTgdmT3S4zWLAif3S0Ixl0gqk/> .
@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-20T08:21:33.758Z"^^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 "b3UFE8wkmt5tGEppBTqdF20Eq+/kYR8FH/9si8vn2KAELFPA6IrbMjgjNPddp7Uo0ktDg1b4efRM1fm3tFbtkiGmA8ImnBRuxuBMoce3zNLoP5YRBwUiYiTPIRo72bGm2/GaQcPLtgpXEn2RdGJ6667pVTRmyi8WpjU1Fmc1zRHhXmvwLU8smrvWIO/C2bdzsJ0sRUxXII5EVlD5MJ8nRIsPSGgKY3q6QH6m19/lu44k9jsAXeyofMeo7iPnLThEz8CpQoGZBNBWAhaSsxK25y9I+09G7DLeynLfNka/FJ/q+3N8MYvqj3G2Gfcd4DsYmUXm6d4Z4HeDDi15st0y2w==";
    npx:hasSignatureTarget this:;
    npx:signedBy <http://example.org/creator> .
  
  sub:this npx:supersedes <https://w3id.org/np/321> .
}