Nanopublication

< Home

ID

https://w3id.org/np/RA8hlzz24lW-q3hw6YZPjCM27O7uOjdkAn9U431T9dtAg

Formats

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

Content

@prefix this: <https://w3id.org/np/RA8hlzz24lW-q3hw6YZPjCM27O7uOjdkAn9U431T9dtAg> .
@prefix sub: <https://w3id.org/np/RA8hlzz24lW-q3hw6YZPjCM27O7uOjdkAn9U431T9dtAg/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix pav: <http://purl.org/pav/> .
@prefix schema: <https://schema.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@prefix biolink: <https://w3id.org/biolink/vocab/> .
@prefix infores: <https://w3id.org/biolink/infores/> .

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 dcterms:created "2" .
}

sub:pubinfo {
  this: dcterms:created "2026-09-22T01:53:06.381Z"^^xsd:dateTime;
    dcterms:creator orcid:0000-0000-0000-0000 .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqhtWwM5qcQCsO/CvNLhyXy0YbWwHNTFm8YAKbwrLqei6OTAox192SNJlzNcTZr9krGKCXh7kDHXwttMRBf3OtVEIQ/bOgRaA/iE7lLoYTD5QaUaGbqop/RUW6CEZECzGarL0T2i33Uw0DMaNvZZEjnE0Vv0OJN3lL/QQGPZEsAe4JFUR/DuM/Ms6JxLkfgmurYrqmmbQdl/IK2/bjrXaeyzJ56dZWVfb0EhRk6PWynY4uNo8YCcHAs1ia9iw13JIFF54ScjSOoafugF3IuAD98AupGPTvo2+2Tzh7EkzaR9eafJN5cAnXbDpmjyxvxbobbieq5G6RhQCOJNYDrHS+QIDAQAB";
    npx:hasSignature "EGQkQNeutWMGHkik9voPXSNmSNUG0At+DsMFvLienXWDDmEIssGp47rGbbQ/1awOEm0ueJzRFRLKqqpkH1YTsmbFWYnjPcFa9e0xiikiM7uuP/uEphgvMNydEL7936+/4no9eixCvg/0uKvB8wvhJ9WccA6jfsRgWEAnNP/9Dg25mJ+UAA5FWboWrTwBn3MnvV/xgP77Tw9sjhxXOMqr/2kmkQFfmllCEPVBThKkB/zC+el8nnrlL1UpIiOLSw73RMZTwvLoA1LRIFoA5qe8JflTu3Cpqozwq/5NlUtQFqwEawXP9gYv/Ly6BHB+IoWWf3BTv7mAjV+dpFXJHGQziQ==";
    npx:hasSignatureTarget this: .
}