https://w3id.org/np/RAyOE00phvWys92KMhhbnj6goZSwMgLD7oJsjO1nbp-NM
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAyOE00phvWys92KMhhbnj6goZSwMgLD7oJsjO1nbp-NM> .
@prefix sub: <https://w3id.org/np/RAyOE00phvWys92KMhhbnj6goZSwMgLD7oJsjO1nbp-NM/> .
@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 {
orcid:0000-0000-0000-0000 foaf:name "Test User" .
sub:keyDeclaration npx:declaredBy orcid:0000-0000-0000-0000;
npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD3RHyHR7WWKBYevw1qK86B6RVzI7oKlvghqXvbpOAX1KueDE6Itru34HRhrVy4OMLCRQWBE3VXktKdbgOxD3vC4cIxz5LX+XOgGWzv5WKSjOfXu/yIeJrzsuIkyHvw7/tToGrE0itJ1wGylJv+YieizmGvNiUHhP0J0+YFMNnvewIDAQAB" .
}
sub:provenance {
sub:assertion prov:wasAttributedTo sub:assertion .
}
sub:pubinfo {
this: dcterms:created "2026-07-15T10:34:09.162Z"^^xsd:dateTime;
dcterms:creator orcid:0000-0000-0000-0000 .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD3RHyHR7WWKBYevw1qK86B6RVzI7oKlvghqXvbpOAX1KueDE6Itru34HRhrVy4OMLCRQWBE3VXktKdbgOxD3vC4cIxz5LX+XOgGWzv5WKSjOfXu/yIeJrzsuIkyHvw7/tToGrE0itJ1wGylJv+YieizmGvNiUHhP0J0+YFMNnvewIDAQAB";
npx:hasSignature "669pRQ1AXeDAbL4gUXCxaZ4FO/AmqnfFlrYjuWhn4o+/rxsqc4MOm4SVC0+f5h8ApZr8ACEtQi6go6FUwF6B3BqwzWoVs4FC69uS6qtsv/L4tLWDBlE9Ur8IIqx3X1IY5VGtq8amm97hFNpFV8Xhu44zZH05uuyJKMCThYSVay0=";
npx:hasSignatureTarget this: .
}