Nanopublication

< Home

ID

https://w3id.org/np/RAo3dPkPG8o97Y8481IEjxy2BKInEXCP-mUbuxAle3M5w

Formats

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

Content

@prefix this: <https://w3id.org/np/RAo3dPkPG8o97Y8481IEjxy2BKInEXCP-mUbuxAle3M5w> .
@prefix sub: <https://w3id.org/np/RAo3dPkPG8o97Y8481IEjxy2BKInEXCP-mUbuxAle3M5w/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsLXC/VHfVMKzYlGQP8r1IqwPaXW+t/d+3zpot/a6/uep8yET8ZTS9LMwkGHI4EgaaPYJHCtsaqS407hwh7Srf2g3CGlB2aFVNiAFEFY035EmCNq92HL2nvdzdlN8JLVPFveh4qhKDr2ifPecK1bv6nF3e/8mQHvUXHYps1UdaRrT/ybETekGbogbyNhRgF8jl7CNrKQF2LAPEU8q6wS9XDjlTICL58aSZO+Ah0+vFEF96l6A8NvjF7OLwneQKZifycLkGboWhDX2LlJhvS+F6lP8x/5En1TPhIQ27N9bK1h0Z3faNOdW1dNKh97Vcj4p1LANOr9zQ3Gy4IpWMw/7RwIDAQAB";
    npx:hasSignature "od9qCDpKn5w2jgyq74eoqOnU0nWY8ja5y52zHTjy/FZE7rAiVLfxOzDKfGrqRWlyKba4AEA7UbQzNcI9u7dwZ7tP4I00LCdjX/vUpYV2YFgp7OgmO9HylWk5e43b6EIBtmy4m9R0/agNt6yHxxaOfhQM2t1oANnJ7eDV9paWdhjtHyqDTNRmic1PwwO6wobjc2EqJLrc4g2AO8F8EGROAqcaUBiI0vVG/HmYpvD0iE3dHq/NMuxmrQ5RJltuodf7t5dT8Dt2Wx78pYxMj4dfEXe+N7Jda0g2399SRafbyZyi/RbiBDmYdyu0VA47jxY2OatWXgAcZuTBs/iLAz7NJQ==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}