Nanopublication

< Home

ID

https://w3id.org/np/RAs-kg01yBgeI6HmndAUyXqwaLLQ6TYGn_OPAB8ZRGwQs

Formats

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

Content

@prefix this: <https://w3id.org/np/RAs-kg01yBgeI6HmndAUyXqwaLLQ6TYGn_OPAB8ZRGwQs> .
@prefix sub: <https://w3id.org/np/RAs-kg01yBgeI6HmndAUyXqwaLLQ6TYGn_OPAB8ZRGwQs/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnLHcym03ShGN4NWqzEDnTSmQK3P/4rpFFqVncl+CXr5MrLVYo7cyrmP6cwYCWQvpHVanG+ufLTAOPZkp1006v18TXzjVUdnsXZaJGfWlNs5dIxQsqltfIQLyyRhI+FUgXefajpfoLjQO+d3Owuf7OBOLzJsrK+qDm2BLuvS1/+n5AZsBOyuAblPACTlKvyz1gLrrxHTFlTKa3QOGUKIJe8/at7a3MYYOko/8nVVBmwylIt9+b0qwyseMN94EgD+3Tw7IoYL3+NphzZbbjifUnFfD+4A4Akn1UWIV7CVJwrjbEPvTlk9S1Cvjsi6eS72cJSrbrvAoDwI4yanVusaBgwIDAQAB";
    npx:hasSignature "j2aGyZfwaNhZBFUR04wFjYvXC1AMpkFrXIljp+Rlf+wjlXGelm7xdMsRqoUukJv9d45NF3phf72P3yWN7TsY0ogRugUP2LERMWzu/Z3PlW9cr+qnStCf5JW8vaV+lW1KDuSdAIF/EeSJk3WY9SB0+B42llKslOGOfEAVLadzrbu0Ssde6iO4WshpBnXuToOWmQredHPR1e5OMPteDLVavZa20HLOvnxFWL1vCtjjFGRuuaD5AM5sZSkgIsIdIGQoouJ4OqCrioTgWiXpV/3vIXft8ma3KmwoXsNuov1wh0N42vYkSYl+FUCI06SjBOgVBW/kKKPBafCCdqHOusSShw==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}