Nanopublication

< Home

ID

https://w3id.org/np/RABWfhdNY_1Q_veAmPym58naNa8oY45F3L_AyZeKZRYok

Formats

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

Content

@prefix this: <https://w3id.org/np/RABWfhdNY_1Q_veAmPym58naNa8oY45F3L_AyZeKZRYok> .
@prefix sub: <https://w3id.org/np/RABWfhdNY_1Q_veAmPym58naNa8oY45F3L_AyZeKZRYok/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqKrK1x1wytWtFd1tspdyuU9uhDX7otc534WFgZCjRTs2kArjcNWFRkgqUqJ1dWGPwUiIoDIdi8fVJ5cI2bXpMmHlelrMae0q60I+YpWC85iPlEJWeGh6u2izX2M3VGZFkt/anK0vtPRZ4gIFoV5dxLPJ6ahDHszzN04ckvnPS2/CZ8ZAPwAWaDmChc74T1NLqQXHGtumh9uBBb715AtnsPPSbkWc5MVeOsDkEwpcX0/hTsvsjvUnvSY1ZiRkwFOXAaXGjVP5QV5hUfl5RJt61WgDXGvsFe78aQSuA41eHsSv7mjKaSlSHPtszqWMKi5arrDY6RaazJqrA5TN+dEARwIDAQAB";
    npx:hasSignature "COqy9sY021gbgM9Qtzzi88Zjje3c9JPUvIShI4YFzCGy/3kiknagpHN5mZrp+BJAXQRmreUslnwbjVLG4UQYnsg6iNHsQVxS1kpyy+pl66uejmsHUPp/r6b4gNNaDDl7T7EzuILtlq7h8Z8dPC/k6/jgOOEwnpwVHqDZwB52U9FKYT0PzWLgQdq5yyzyLj3I1kvGExs0v2EphdwHvF0qnkIJ4HfSFKv1MlYRPvt5UHGzvmbYLT3sxNlfEDRRwZeaTo4Tr3tbYu5Qvw+px0ISxlbWU57v8Csr8I1Ols3JA/gpPXqUYLmnw5LYOuqAtFQZ/0cXmjvmoffGrkvh1LndhA==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}