Nanopublication

< Home

ID

https://w3id.org/np/RAEpEqw69d75_DPF_lqmQfAf3DRc3ftuiJ0Q6XdN3uNTg

Formats

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

Content

@prefix this: <https://w3id.org/np/RAEpEqw69d75_DPF_lqmQfAf3DRc3ftuiJ0Q6XdN3uNTg> .
@prefix sub: <https://w3id.org/np/RAEpEqw69d75_DPF_lqmQfAf3DRc3ftuiJ0Q6XdN3uNTg/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3FjJz0ftnpPohqO/fWuMNCvaKHf4YEywgBBS2Ek2nXK074Hb3cZBrAC5UhldiWO7bTBIj0jkzvUqFL9Aoqf7vf2CqU9z10EKNKRmU+7HzkJI/ddogNP7xPdhnlNd5BMcJSLKgr0UADKiKbQvmU4X7Qse88CL5WTmAo1DIX4e5vrvuF4LFw8s6jAI70yyRj9JLkkex5Czpn6Z4+ZQJHzt7YSydKftV0fo5eCDEk5UeRbP3hRN9bcJADG/pi2NWAGGkTF8TTSjSqbiOxdgHQHiV4NasdGP3P3G22loI8MxbfOpCbqbsfkI8I66d3rcRSci7f1OGzhpazkgGxmt8xNVlQIDAQAB";
    npx:hasSignature "HXR0jVQa6R6LksToYtNb2UDgEo582qHk2SJu5mh51qCP6bI291KrztaoEDYohaY912+sH8ICjnsN0N2q3KNznHmjxap7UgiSXtWyOUqxo8hupheoCITPImugEM4ImWnPoUb+1oVSb+Lpc4QBm3rw3Kh/sFMaC45Lmj1DsQnKlt2nLvvkmA8RS/TfDfXWUQHYIHGnoPh+hp1n8dEwzJ4Wjr4WUUjF5uzU+GHlRwwwQryESNgLIZxKEZwyRzvC48vCLD2OUglv35uxVbDQ0x+KSZJjESLRkCIRXdghhnPVGnbiFQWirdHkL1dtsCWAGZ3m11wg/r0tJHKiBB4vc6AWRA==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}