Nanopublication

< Home

ID

https://w3id.org/np/RAWsTqXR-wJJs3P9_m42LrSspM6W1mse1qce5vVn48B2s

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/RAWsTqXR-wJJs3P9_m42LrSspM6W1mse1qce5vVn48B2s/> .
@prefix this: <https://w3id.org/np/RAWsTqXR-wJJs3P9_m42LrSspM6W1mse1qce5vVn48B2s> .
@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> a ns1:FAIRDigitalObject;
    dcterms:conformsTo <https://w3id.org/np/RABPR2eJ7dbuf_OPDLztvRZI-el2_wBFkVBiPCLmr1Q50/test-fdo-profile>;
    rdfs:label "Test FDO: README of Nanodash";
    ns1:hasMetadata this:;
    ns1:isMaterializedBy <https://raw.githubusercontent.com/knowledgepixels/nanodash/refs/heads/master/README.md> .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0009-0118-9195 .
}

sub:pubinfo {
  <https://hdl.handle.net/21.T11966/06a6c27e3e2ef27779ec> rdfs:label "DataRef" .
  
  this: npx:introduces <https://example.org/test-fdo>;
    rdfs:label "FAIR Digital Object: Test FDO: README of Nanodash";
    prov:generatedAtTime "2025-07-01T09:42:05.897303"^^xsd:dateTime;
    prov:wasAttributedTo orcid:0009-0009-0118-9195 .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAw3QafWPHCDnuVY+aTaavfIP9Q6GWzlYL0kTzq7+t11EKQoG6IDcxt1naJ2aftVjMmEn+n1kruckVXGXaBZANNPUJj/Vk1RGF9UqdEb+HI2F8NKxE3/lnwFWDCI4mPOI0AL5MyTOsbkzARbLeW4eMYALYuYHyjkB41OjFqho3uHEUFlVuOgq/SKaTN2iW53hT47DxVs3hSCD5Y3ZPpZzwwSASy/lkAbqdmcOftansqwp6PTlbvyzHp9z6VLWxCNWajndrAMuvFo4a6XegKPTQy5yAd/Q61x9l1hlzuD/iCem/oF/+xFVVD7KH7ZbrSj9b/MVr7emN0w3GGMMiYIeKjQIDAQAB";
    npx:hasSignature "K3Xk+9DWnz7Qoxoo8KxAdKA9Ai0lLx42J1iAazva5RLG8sZ1FnNqXTR8edt1XvFr2KpWqkM0mW8L5ht8PxHmLEZLYoUPVnyquDux+1qVxw8o+/czfwAMCAS90J6syEiySoM75mOFgXilAHa6+oneVNQFffnb7nCGMP5RB9WHMxVGv8d2AVZtOP09S1V09gJT83vmb7UBtoiqXbAW28Y9C4vNigMxzezIuzNLdxBFz8TijVqwokftalJIYqcfU5v4oMdkRpnDEwu9f4BdaSx0/0UX2CxSIrigfrkUs6ieoEcE/Yu9VJDImNocZ3BYK1jp6YqeJdmrcMRvsHq6mAlS3Q==";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0009-0009-0118-9195 .
}