Nanopublication

< Home

ID

https://w3id.org/np/RAsefT0DZl1Su5YYQgjXpTVbq8QlEaJMVPqVPy6c6z7Mg

Formats

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

Content

@prefix this: <https://w3id.org/np/RAsefT0DZl1Su5YYQgjXpTVbq8QlEaJMVPqVPy6c6z7Mg> .
@prefix sub: <https://w3id.org/np/RAsefT0DZl1Su5YYQgjXpTVbq8QlEaJMVPqVPy6c6z7Mg/> .
@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:created "2026-03-15T10:08:27.579Z"^^xsd:dateTime;
    dc:creator <https://orcid.org/0000-0000-0000-0000> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnko1LHFKOs9j7zWNcKcyeJB0By59rKUW/Agm2qiWcEhl7VwbpBLSym6cXJqbTrVLGE8XkVHV+68wrzgxL/ajntWw6OhzahHsON8PbOCRijzRCgpj4VAEeWYX/nuAfO5pTyUP9IMOcPVsnny8FxAqUQUOCDA6mfNgwOJUNT2KJN5a37vGdWrbiy4XKmbMbZ2AyNZovLyQZR5dxgHizkQRDeldMS6nVbMIjQeB7FtzoOF18h68USRjeji7sUlEeiXxX4TN8NIe+mVbxjKF7zf+zLATP87TPA5XbslMrqhAqoZ2G9PMfn6pL5aPIBN/bbyhFJMoz3xa9KrzvSevskWWKQIDAQAB";
    npx:hasSignature "JPCvhNGeHqEXxgo7qVs+NW6DMZljKoTmodjtWAtcZs8+4D0GWvt87QFhDQ21SVEoZGP5uAhvaOQxBvwQVO/JXucWgZr9rmrSmrWdHE1Qi0cqsRSVP+amA6y8In0T3Emb3UrhTn3fvvVviqLf8dN9hgoZ2/k3fvy/jUJXAv4zMin2JLSibMU2nAdhle/E+nF9w5U6QHaG4yrUqLaFjp0N/fo18PkncKS4hcM+0Dg5mgFdWVhpagLspA76NNZryYYxOCVyxlsR/Mx4If9Rdp/GvOWiHADEg/qhE9xhaWPKmiJcrm9SnfFCY32hSo3RyuQyy+qyB7WcRYe4pbHUll5p0A==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}