Nanopublication

< Home

ID

https://w3id.org/np/RAGPjM_uLgcnfC3L6yx9GLRT5ozls_PDxW36YepZIbRWc

Formats

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

Content

@prefix this: <https://w3id.org/np/RAGPjM_uLgcnfC3L6yx9GLRT5ozls_PDxW36YepZIbRWc> .
@prefix sub: <https://w3id.org/np/RAGPjM_uLgcnfC3L6yx9GLRT5ozls_PDxW36YepZIbRWc/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA8SS1BgCo5V4L7EB25DMKyDWvkhk+Aq9cUM8eUN2g9N8de8FNBXapbiQXfl6YmWn5ZtBenAJUAKxCqKFpidFA6q2KIV9ykCExIj7h5j6JH4KPaV5lF2cdS+AegD+tVbCYAJMg21veh4mhc0tcPgUjnp6pqx8pQAZl8G9u01GAkVP1RSYiJ3YoVUzi6+m/GLn4046/qO88FrUO8zefQoirFuKvVrCX1O1DckHVyS0SMcTX1JssxLRUdAXJl9R/14An+btO77TnvtGGewwg6CJM5jLBAUv/DcZ8NCJqj278QtcrxVEEr9q46j95jugDi67Ply/BEfnaNUaqN4H0rrsmtwIDAQAB";
    npx:hasSignature "X6hfGjC/0hSLov8pOQzgO6elGKqdqjcrWd6bGZtg633v13P14c1hAUZYVy0iEDXWUrJugLq54pUdqqcOE37eCQxtzJZZfp8QBsQGRwzD2piqhsuF41EhhccSW1AhVzRuTsuTErCwiKc7cr1Fvz1lSd1vQE3sTvUtT65a4tbyP1ZRzwVHLP/YCsmj7r/uNf1KgTGD3OiIcDRNMghE6LLSN/yExRRnCZaNfQ+FjTYa2oNbpj5MgN4FUjCvBF33Y6NMu8mR1BxSRnsO/C+yOVwNzuut52SfqIBSdz6qrKfD9EH83DWYnxIKzHAIn03qdYKld2wpqNejhoN1qjh/YdcVXA==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}