Nanopublication

< Home

ID

https://w3id.org/np/RAYNrW6HOc8-sB2XeT6YNZKSOD_a84PmNvm2uhm-ClDtg

Formats

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

Content

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix ns1: <https://w3id.org/fdof/ontology#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sub1: <https://w3id.org/np/RAYNrW6HOc8-sB2XeT6YNZKSOD_a84PmNvm2uhm-ClDtg/> .
@prefix this: <https://w3id.org/np/RA9-B6cKrFH-YB2x7abhRQL-MX8EZ6mumNzII_UfWcjmw> .
@prefix this1: <https://w3id.org/np/RAYNrW6HOc8-sB2XeT6YNZKSOD_a84PmNvm2uhm-ClDtg> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

sub1:Head {
  this1: a np:Nanopublication;
    np:hasAssertion sub1:assertion;
    np:hasProvenance sub1:provenance;
    np:hasPublicationInfo sub1:pubinfo .
}

sub1:assertion {
  <https://example.org/test-fdo-123> a ns1:FAIRDigitalObject;
    dcterms:conformsTo <https://w3id.org/np/RABPR2eJ7dbuf_OPDLztvRZI-el2_wBFkVBiPCLmr1Q50/test-fdo-profile>;
    rdfs:label "Updated label";
    ns1:isMaterializedBy <https://example.org/dummy-data> .
}

sub1:provenance {
  sub1:assertion prov:generatedAtTime "2026-07-29T21:29:41.377902"^^xsd:dateTime;
    prov:wasAttributedTo orcid:0000-0000-0000-0000 .
}

sub1:pubinfo {
  this1: npx:supersedes this:;
    prov:generatedAtTime "2026-07-29T21:29:41.377902"^^xsd:dateTime;
    prov:wasAttributedTo orcid:0000-0000-0000-0000 .
  
  sub1:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD3RHyHR7WWKBYevw1qK86B6RVzI7oKlvghqXvbpOAX1KueDE6Itru34HRhrVy4OMLCRQWBE3VXktKdbgOxD3vC4cIxz5LX+XOgGWzv5WKSjOfXu/yIeJrzsuIkyHvw7/tToGrE0itJ1wGylJv+YieizmGvNiUHhP0J0+YFMNnvewIDAQAB";
    npx:hasSignature "fd9gPkyyWCtd+1JY239+AslcgftiVhl7zPXu3zgJY2lRr4zbWLHpT9oQJauoh1hKL/Tjz+Ff4KUFb5brPqePb0HoOD1AJsoFa0E8rKZ1G6pC/NXo1YLYZOGQ18/KwW3V8KcF7MoqxokD6YfK+mxatYE9QOLLrMKisP0mP/BueYQ=";
    npx:hasSignatureTarget this1:;
    npx:signedBy orcid:0000-0000-0000-0000 .
}