Nanopublication

< Home

ID

https://w3id.org/np/RA4ynMdoq4nQLS3TCwFUn7IcZpSq74_2dK91UWrPGfGkY

Formats

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

Content

@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sub: <https://w3id.org/np/RA4ynMdoq4nQLS3TCwFUn7IcZpSq74_2dK91UWrPGfGkY/> .
@prefix this: <https://w3id.org/np/RA4ynMdoq4nQLS3TCwFUn7IcZpSq74_2dK91UWrPGfGkY> .
@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 {
  <https://example.org/pubmate/test/2d5e3fdc-ba1c-40ab-9d48-6f164d601397> a rdfs:Resource;
    rdfs:label "Pubmate testsuite connector publish test"@en .
}

sub:provenance {
  sub:assertion prov:generatedAtTime "2026-06-19T12:03:22.098132+02:00"^^xsd:dateTime .
}

sub:pubinfo {
  this: prov:generatedAtTime "2026-06-19T12:03:22.098132+02:00"^^xsd:dateTime;
    prov:wasAttributedTo orcid:0000-0002-1825-0097 .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD3RHyHR7WWKBYevw1qK86B6RVzI7oKlvghqXvbpOAX1KueDE6Itru34HRhrVy4OMLCRQWBE3VXktKdbgOxD3vC4cIxz5LX+XOgGWzv5WKSjOfXu/yIeJrzsuIkyHvw7/tToGrE0itJ1wGylJv+YieizmGvNiUHhP0J0+YFMNnvewIDAQAB";
    npx:hasSignature "wGDeVKfmScHfwYcfS06yOKVpkRC7os9fAfpysWTjXXOpiKDsH+2qy6EMjTITK3c5C/SpWnAk9cP3PCTo2EmR4MT8iA7CauJ96o+QJmssaZdy71Sbw7R6AfwbY4k1sg2bpBAqzcfWX9NOrGJurJok4OJRuAql5Qof7Ox3538MkX8=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-1825-0097 .
}