Nanopublication

< Home

ID

https://w3id.org/np/RA2lwFptzS9HxpP4HwmMXCr3esPn4w8fbLaGsHXdE3mLM

Formats

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

Content

@prefix this: <https://w3id.org/np/RA2lwFptzS9HxpP4HwmMXCr3esPn4w8fbLaGsHXdE3mLM> .
@prefix sub: <https://w3id.org/np/RA2lwFptzS9HxpP4HwmMXCr3esPn4w8fbLaGsHXdE3mLM/> .
@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-19T12:38:15.797Z"^^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 "P3m/oC6oFK2dKP7AeDRRYdGhK1RmYw9cLdChDdlt7MD7hHOnHs33Dnjggd6mZofXNIHxJQLVyaKoKHJ4y0zkJH++GB0b7QURzNN0kiaiGK/OaFQD87SxS4ZUnRzspIu3EPbMw//V0qGWKfZmwx2bYQHWEf6hTJp8HK03owiq8J7f/fRYkIb1m9js2QqtnHlTrbx5k8maPzdDdWa0bIOV4UAo0Vc/K/UawN/VfW8VkAjaHbjlajBIMUfcxGYKSu6jDTyxwmC2Rb1PcESl4ZcRvAMvcvH0AZQwQvna4vDl+ppnA6RTNTbzzbeWYKEvXN8Zh85s3nzPzQBqwdDh73eaCg==";
    npx:hasSignatureTarget this:;
    npx:signedBy <http://example.org/creator> .
  
  sub:this npx:supersedes <https://w3id.org/np/321> .
}