Nanopublication

< Home

ID

https://w3id.org/np/RAtfb7nHU1JhjQejqtHy_tgGpgh0M6uo43faXnd6MfEe8

Formats

.trig | .trig.txt | .jelly | .jelly.txt

Content

@prefix this: <https://w3id.org/np/RAtfb7nHU1JhjQejqtHy_tgGpgh0M6uo43faXnd6MfEe8> .
@prefix sub: <https://w3id.org/np/RAtfb7nHU1JhjQejqtHy_tgGpgh0M6uo43faXnd6MfEe8#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix orcid: <https://orcid.org/> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  sub:assertion dcterms:creator orcid:undefined;
    rdfs:comment "test content" .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:undefined .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAudu1OH5T+7E2Y85fzxHjHc5+qMllCSwQCPMEgsAijQByDllecSreaPrqRgjy31COiKhMI7VF98s4NX/wIyahXCY2bG5jcdfb0kX9dyetsVYw1J8kMC2MGNI/V1XMoMkg98W+7f6OqNu6gFRizseXpjdUjETxWBNkoR4Ft70ybiPgNvG4U2CdINEk2d9L5D89l7B8bB8/h1J54f5MuVcEeytEzEmAJfSSl3jK4u8wqJZZWLrMF+fA2zKjeTt7muqbAJYQ3Ttz4OBj+sxHeCtBNHfpwKlRyOH23o7cf16gNrEzJ4EAKhKMrIzliqL1t9oNIf+QvyxZPNC201/Mn3u6nQIDAQAB";
    npx:hasSignature "VNC/JlNHPaDhtY/WG6SGk+Hx/OjDHfeqC71vmhtoUjtJx0qQRx6Z/qjgU1auIZCTWl8hJWozbzXts2K31zkUERSGE+qIj21v3zEH0r/6v3nnX9Bjwu6h6dU1Np5EYidZKHv826OXSvg6PWgQhG56AYINYiBPBg9kCLJZljJIkN9se4vK4PgNvjzOVcNE7+oUfxkj926DIyZOb3luFDrzUnkG3gkWaipuuGO/OWqMqjMuzTXTI5wiNwfjxsf7+NlXayZxy1swlBk7obqjQ9Jp+sUwTfb0S8/Pq01eIG8ULkskYalFa1R7rb8/3nb6qG5t4wvVMoEdXJJ6Xk4/PMlblw==";
    npx:hasSignatureTarget this: .
  
  this: a npx:ExampleNanopub, <https://sense-nets.xyz/SemanticPost>;
    dcterms:created "2024-04-12T11:03:28.888Z"^^xsd:dateTime;
    <http://sense-nets.xyz/rootSigner> "0x123456" .
}