Nanopublication

< Home

ID

https://w3id.org/np/RA81gqGYPgkBqLc8hoWNOYasWexADTYnweoEJM_mDoCSo

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 sub: <https://w3id.org/np/RA81gqGYPgkBqLc8hoWNOYasWexADTYnweoEJM_mDoCSo/> .
@prefix this: <https://w3id.org/np/RA81gqGYPgkBqLc8hoWNOYasWexADTYnweoEJM_mDoCSo> .
@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/test-fdo-123> a ns1:FAIRDigitalObject;
    dcterms:conformsTo <https://w3id.org/np/RABPR2eJ7dbuf_OPDLztvRZI-el2_wBFkVBiPCLmr1Q50/test-fdo-profile>;
    rdfs:label "Example FDO";
    ns1:hasMetadata this:;
    ns1:isMaterializedBy <https://example.org/dummy-data> .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0000-0000-0000 .
}

sub:pubinfo {
  <https://hdl.handle.net/21.T11966/06a6c27e3e2ef27779ec> rdfs:label "DataRef" .
  
  this: npx:introduces <https://example.org/test-fdo-123>;
    rdfs:label "FAIR Digital Object: Example FDO";
    prov:generatedAtTime "2026-07-30T00:08:23.243368"^^xsd:dateTime;
    prov:wasAttributedTo orcid:0000-0000-0000-0000 .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAq9e7QDcdFRyokJ7JxLp/0BfiWVeeYdm+AIdNGQ27UyihfAfe7zhai/RL45ARFI8E5/L9LhnoW/qhy6HeDn3/QcH33YZuyvwATZ7aB3x838kbWaZLnmko9I1L9Sb9XDpxvyckkGo7zgZ92y+5UcU/b6urEqivUHqBm9dB5g0kkODzbqBjDUIokKXhr4OFlIWk3VaYpK+k4ktNHdakcqp3F7ZSBU+QKlLiqHEXNrIAsW9XukVIu16Zo8jQKJFI2edPmyhJV0tJ7ChfLut4YvErHXxv5c0d0TIO9BFGs9JgS16L0sVvphYWkOTLFaiYrVFb9YqNwGU1j9gX8vsDYUSSLQIDAQAB";
    npx:hasSignature "fdU9EsaI5ti8aLF5RoceEqbKEf5U86VmPmAdaEGV0yayNYV9fSYw/MOpjI8VqHoSyj8CmmMJd4USrI4E4psZSrSunHhsaLDNdjWyoL7jHV41zeE6zG9NeD104ZEWdTlPipzS3jDQo43D533er8cL6g6uVSNnhADpSln/aRpeXlT5H+EzsX8L60xB04Gy+2kuvReXT2Tw4C5VFnTI+28dMR/6rgZZzw7tr8w29iZNjI1tlUW9/6E/HDwIf/aCcAmrfKSdqhDqcUJ/6zWDs9rEcAqnKkBF1Q2qFgJdAAsYCdzQb6TXuub3a+6ZexqFy3R1Olf3SwcqKnyXQt0fCd9Mcg==";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0000-0000-0000 .
}