Nanopublication

< Home

ID

https://w3id.org/np/RAxGrEqol5WQEXHumb_W4Sljt-xW_t_kKZvryMQpfOwh8

Formats

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

Content

@prefix this: <https://w3id.org/np/RAxGrEqol5WQEXHumb_W4Sljt-xW_t_kKZvryMQpfOwh8> .
@prefix sub: <https://w3id.org/np/RAxGrEqol5WQEXHumb_W4Sljt-xW_t_kKZvryMQpfOwh8/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArjcN4BbFLw16OOqRQhldRk10wdz3I/BoCC/pig2+GWb9DNl7s2YiQpt2cgSy1h4apJP9AbEUblV8RDp52BPY01hWzIC1yl8h/7lYK0mAd1dE4Jxqw9VoDM+MxGBJz0Wd9ghpe+oIEsVlGhfPVB2YbDbU8DnxPLM9WvwEim0+jhSMtvhDUMcnZ4z0IMvkB9v+WkgMpw/6foFAxBCBTy8nfx8YT71YEV3r83ikbE7oXL6xtml0jOREI98NThc9/raDVu9LzGjxQKp/6+mmjpPc19mtRd76YZVMXDxCVYzqoJGzJCabb+jlNPLIKfrSah72ZX0F44ySrdLRfbbcdmzN/wIDAQAB";
    npx:hasSignature "BYg/UhpC9wkZel8OCBk1ZaChNxiVDPNsayqmD4u7UvsGybQjAwzgYpyTdDqjfE7ToA/Hw8lZO4OmzF32tQQOL2B41fE66tB2T4vPJWTCuxRguXFeV4G/BWBC/gC76mRewzLBZtDE9vmXHvCLufySt73udfDuyjhIl3hqxzg9WHzTCsEqgi5Pl15yVrS1BNK9FAZyrFX8ovXMY43uaTCVkGOzKN9CijPAVzcxEwlDyov3K8xQlFJNPlqJxU4Pc+n7x9S2LJ4EwAjgQIaaAEGq6hSP/AkpE5kKuyN1mqPuuimLazFPiw2oZ8KRA3lTqhYj8a0LUKxNt5mw+fZPgG0O2Q==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}