https://w3id.org/np/RAc4p2xkGTcNRzAjvp72JrEDixlqnP2SZnu6cJDBB16aQ
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAc4p2xkGTcNRzAjvp72JrEDixlqnP2SZnu6cJDBB16aQ> .
@prefix sub: <https://w3id.org/np/RAc4p2xkGTcNRzAjvp72JrEDixlqnP2SZnu6cJDBB16aQ/> .
@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-19T17:08:16.205Z"^^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 "qTirFqNO4Eif9fIRvRmSAhH6YzHdcgnIV7Q1yR+amt4BysSidhnQTzvq3H20h/UZIk5BHjmPxGU0jgK8R+j8+BssZzBineM+JzdfJ9mVyjJjF1lM1ypCK45zMYkSf25gq4v16or8q/aS49mepgXm3KDwcznMMud7f8r3VYMniqynjnBYdjL3pvDKecDBTQZw0H6WqEogWLLixiFBcwm8iheHcja6995tjzKQ6PfJuuZC8qqQjHxaCFMht5AFMrB9gSdJ53IIjkqP1n0PXwBM/IEBt31FQmBvE6S8JOP7xs11m7YND+dacKERj54QdrAAcrki6ziFlF22SD9f9HSTJg==";
npx:hasSignatureTarget this:;
npx:signedBy <http://example.org/creator> .
sub:this npx:supersedes <https://w3id.org/np/321> .
}