Nanopublication

< Home

ID

https://w3id.org/np/RAO7mLTMH7KYNO483m6_RPSbPpvkHfdfIRY0G45nh3SAs

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/RAO7mLTMH7KYNO483m6_RPSbPpvkHfdfIRY0G45nh3SAs/> .
@prefix this: <https://w3id.org/np/RAO7mLTMH7KYNO483m6_RPSbPpvkHfdfIRY0G45nh3SAs> .
@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/fdo-with-multiple-datarefs> a ns1:FAIRDigitalObject;
    dcterms:conformsTo <https://w3id.org/np/RABPR2eJ7dbuf_OPDLztvRZI-el2_wBFkVBiPCLmr1Q50/test-fdo-profile>;
    rdfs:label "FDO with multiple datarefs";
    ns1:hasMetadata this:;
    ns1:isMaterializedBy <https://raw.githubusercontent.com/knowledgepixels/nanodash/refs/heads/master/README.md>,
      <https://raw.githubusercontent.com/knowledgepixels/nanodash/refs/heads/master/pom.xml> .
}

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/fdo-with-multiple-datarefs>;
    rdfs:label "FAIR Digital Object: FDO with multiple datarefs";
    prov:generatedAtTime "2026-07-29T23:13:19.625457"^^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 "AQaSJE8L1A1YrQQ1x3rOpppNQLNcbjju0V3HLM3Mc1P+80ueSDq0uhdH0g2pwnknHrLOabQ7p/7LZGCZqdhY9E4Qd1mGm8n8+HWRUOrc8sWCzsNg8vQP6zngw8KkwcKl0fDC3Hy8N2cH8NduoznrzSJEtbUWakxoL2FAW88XMETm2jj4Z+r2fWdfoqUZrbKX8+W2JLYP9B1mQOS1fGWhYoC43NwaV67U0xSnMEEz5LEXd6EB4MzeNWCzs5fiynxCperJBBjVVS3nZGrYoQ3NPKzV3JN2EUJw6+junWj8dSkQrBcYDPOm42N0fSNLgIy8bdxf1lxHpO5IaMi3njtkpw==";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0000-0000-0000 .
}