Nanopublication

< Home

ID

https://w3id.org/np/RAdQOQGY91OBdYvmnRa8-4alp7mr0TXVjOzro0-u4m4is

Formats

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

Content

@prefix this: <https://w3id.org/np/RAdQOQGY91OBdYvmnRa8-4alp7mr0TXVjOzro0-u4m4is> .
@prefix sub: <https://w3id.org/np/RAdQOQGY91OBdYvmnRa8-4alp7mr0TXVjOzro0-u4m4is/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA73dIK+VgmKp0ArJk+kTITSP12I5j4p8LS+C1A0ZYxFL0NR4Pvhme/TOD5xdiQOdiNu7/xH70VBbMHvZ4my/Nd/CLyt5mJjGjQdoLE7nb/4sEPZLTMZs7kf4SwRq73fyno1CDYHies5f7LDACg9H07El4lKRXAoTuOPSZWpYGpvnaqv3/SpnchBZwLc848EjYhUocLoZN7TyLGjV7Ig6+OdQYdT6vUI1ZIDR5T3Nii/gczevGdgRX+Xqx+uCSwfrt1mAuK+m4Fw5JGAQyfebE49UbSGfIOsNtpUnK2qH1qZW9SKWePtLN+JxS6UTJCyckCgs+kdkrmDqPGxS6WuD4wwIDAQAB";
    npx:hasSignature "VI3FJarIZexI/i16k+vqveedezM410hTeXr56laN62fj1IwzIGZL7U+ZNe3Qft6aMP71DbK7BfyfZqSooZYrjxg4oy1dyD3M+Q4A7GBX8zs0O8tLLvdoVgw5zVLc6jtBoKR1ZistKP0rlVI7Zgoa3Qh8SQ5NyoJeOd/JObEFBbWMbN5r36DCiV8IkoN9Jpfpo1F2PL0Kv+6W5FnqSMw0Zn+1cPpnUZz8N3eUhAjZ4wYYNLPOx/fwZ6hVySpZvXzAbZD/W1p2MQdJJrutfXsnfA/mQjTaktbyYEaWiZgITXRUwTsvLuivBCd8UKeEb+VtLoeJCp1idEjSjx6g6jaO7A==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}