Nanopublication

< Home

ID

https://w3id.org/np/RAh6fx_z49L0J0rot4pI_5fkFDc_06ZvM79Cfht4YjVNo

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/RAh6fx_z49L0J0rot4pI_5fkFDc_06ZvM79Cfht4YjVNo/> .
@prefix this: <https://w3id.org/np/RAh6fx_z49L0J0rot4pI_5fkFDc_06ZvM79Cfht4YjVNo> .
@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-30T00:06:46.789296"^^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 "irRnivCVZ+H1ZqOpeuFID/8OG9AEcRYKH6/ZrnVD4OcZuWU1tArX26EtZxxhLR5YH3RZv2J7hljdFlcIWbWt4czvl4j0TEq0Dkqkt/xP2yNuf1XoVSGoRt/lg5bj7ayNfTEr5uzEClwjgZ8WGNQP+jBs1ElZcunq+N0D0379b6yNXUOORAc/J6QClgqN9cTuC939E00cy9SEFlub58DZ4+pRKhovLKO3yKAo24c7DgfkGB+BeYoqVfP+FyHQdrdkkBAqfS3s+Irsj9RfhPslMTlHxi9lSG05rloLC9g165AQWsjGWNy/drGUeTtGR9tm0mZR+OVdmlrqRBh6dYjuNA==";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0000-0000-0000 .
}