https://w3id.org/np/RASMxaPjDKengM1cBO96Wstv8ksFKsdtz2Fxqoc_WHShQ
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RASMxaPjDKengM1cBO96Wstv8ksFKsdtz2Fxqoc_WHShQ> .
@prefix sub: <https://w3id.org/np/RASMxaPjDKengM1cBO96Wstv8ksFKsdtz2Fxqoc_WHShQ/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
<http://example.org/s> <http://example.org/p> <http://example.org/o> .
}
sub:provenance {
sub:assertion dc:created "2024-01-01T00:00:00Z"^^xsd:dateTime .
}
sub:pubinfo {
this: dc:creator <https://orcid.org/0000-0000-0000-0000> .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyLaeBbSkqDDbg/Poi671HnvFSblFfl7SmZ64hgKGBfy0LUtYTvgcr/5yeZnLFVWK4qYN1+1tLvPrVYs59jAz4DIh68bWUIUUxbDFQ1+M5LkVRB4Q/54GV0Mjev2tNc6sjFhdMkP5fxZdzU8sfFZx8IQwlGuvmOre7ya6V3RlXZ6PmKqB4epf1ekD3WrJqLN8m+wCP6YqYKS30phsJgEaf2RfLcjVsDrH2DBq4Mby7BrjRtovymHDpkIZeaJoutyvBR5o6u6F8c9a5jhg2DWou6aopj9aWMWHfoWLq1TIf0TDHTbofA5QoMm/Hc/dvTklaTUL2QBas1QDt/IE2HixywIDAQAB";
npx:hasSignature "T4j/zdb/iHJetWAEWObzYGv21TAE3+J34x1gO5N20ZOQS5kxWYNeGn0sJXzgXleymy7IPL0vsZQnmlKLhV6xzIzzqncZKJjCsl5CtlOQ6eRi3+7fFkAwRT0/7P4Zqg/5+Rw2aAQg2283/ydPnXoa4esK7jxasC5MnZwdDF2Ul2tahG+nT0AaTD2QjqwdIt6GsMQwkNu+g/UdLok693d3Dq6E4hk+UaeBaFMrpXbjjJD1J7e91X60SWrTM6+56DbPffThrMKwtaGJ0adth/b+RfSSVr2bkjh4RcnHe1dC7z1gUF7DAmtgLxNUUWsRrcfdrvVwyy9At9/s9ViwQ0+yZQ==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}