Nanopublication

< Home

ID

https://w3id.org/np/RAjExMidH3FPTGILoLj_JxqOSKOhWjbLbHyYsfZgEX_HY

Formats

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

Content

@prefix this: <https://w3id.org/np/RAjExMidH3FPTGILoLj_JxqOSKOhWjbLbHyYsfZgEX_HY> .
@prefix sub: <https://w3id.org/np/RAjExMidH3FPTGILoLj_JxqOSKOhWjbLbHyYsfZgEX_HY/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqv8gpR8QxIh/4J5wDJYkMDtt14IoJoEJQaivCYktrTYXE62tBiEdELqFU80FmhJFBQWmrejCqKpAQelcmU6wFdD9kJfOjotmkC5sgS3FNQhPQ38zi9srgEyNO8RT+Kz4aswFnYR9WZdL5hysnxd2PVeoioS7wEdI1GpM3yY1BTZlRW9vqJt9mwOlTp7rT0uCVwt8KlPVtqYDdVyqv6q25tsePtfusbGlhOaBpW1yWgy2bftNqrgUYnb5ZqdshKmUyjqbquiCoeyASWQXN+l3uqfHFwM5aXf7iPcv8sJ7b8EHqzJV4kT3JiiuTgwxD5tNGMhRWYqzn1UST3ACNPfQgQIDAQAB";
    npx:hasSignature "eokRSM7Ds4EsKDmMKH6L8hucfm7IMrI7U/FqzMhwyHcKhXud/h3HbsjLEhCAbMgniFjosmnv7/0u9P9xSifCOfX4hUWq30JQwOLZxAu3pbxwPCjhvuZAKKbLdhld/jR7f9EpUM4/PbebjhBQXUTOAOmCY4qQGzJI1TSZMhHoHHzbUTMlQOqidG/NmEH52mU57otUdvoCQ26V/aRwPRE4SnvRsB2+JKMy1Yd3HAptj8zUyTS4SO3rWb9AKnAtRydGRcYWOJOjQglleEaLFo8ZMy1g4gkgweYt+MUwjg07+OpoFZRCTd2c5leBgRe++2kaKW11E0FrCpC65HjMQijrMQ==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}