Nanopublication

< Home

ID

https://w3id.org/np/RAJYYAnF9lwZctPpzQRs0bHLLsks0RYJcUhn6gRQViCnU

Formats

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

Content

@prefix this: <https://w3id.org/np/RAJYYAnF9lwZctPpzQRs0bHLLsks0RYJcUhn6gRQViCnU> .
@prefix sub: <https://w3id.org/np/RAJYYAnF9lwZctPpzQRs0bHLLsks0RYJcUhn6gRQViCnU/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  sub:knight-radiant a <http://www.w3.org/2002/07/owl#Class>;
    rdfs:label "Knight Radiant";
    <http://www.w3.org/2004/02/skos/core#definition> "The Knights Radiant, commonly known as Radiants, were a fictional military organization of ten consecrated orders, centered at Urithiru on Roshar, from the book series The Stormlight Archive." .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0006-5898-4761 .
}

sub:pubinfo {
  orcid:0009-0006-5898-4761 foaf:name "Sherida van den Bent" .
  
  this: dct:created "2025-10-12T13:42:06.036Z"^^xsd:dateTime;
    dct:creator orcid:0009-0006-5898-4761;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:introduces sub:knight-radiant;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    rdfs:label "Class: Knight Radiant";
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw>,
      <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAJetZMP40rNpwVYsUpYA5_psx-paQ6pf5Gu9iz9Vmwak> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA8l75JTB7lTmjoztRw3dHvnSfGMUYAb1ElK/em66FJ4hHHOnwDqW+gg+r82IlxRiYC1cT7EMb/RxV5q0IwGirX7PP3u6koQASFQ8KvfSUTYv8qlx6tp4Ie5ZbTJ1+wgE850L4L1eTiu2ro9uEzbCNpcQM/L0OV9PiwZLIicWl/0u6O0H73znjYsZwfN5W/D+ynHLDBcyKCFs8+ufh1c0NvsPTv45KpuXwF2TM9TKTALYYlb8ehXhe7Mkx0lP5BLZVVQT/zPkkzfvplXGHQRoZlusEnBpQVnSSxxX1fcNF0G0vbisBrLYoswHwFyXBXJwQUH5CF6sB1ZyM5k5eQhy17wIDAQAB";
    npx:hasSignature "jJDH1QpnsFk2KlpwgGXrzyTyAqr65dyrVjSF7qd2F6zlCtj39uGCmskCQbI0iVkwsWipleJJSGs4RZOA8jPsvHcEs/CF7ZIWkkR+4advlMyf3x08yFc2DvCIQV2JjRwNVrqZIaVikzfWp0ikpiY9DWtOQTy7xMj3UfF8W7gFWMwsDwrS5rmPHv9SqOD0sj9w/Z3cAKJFxaHdbqpRsr3AeE2XOPtNWfYU9yEsBVj0pp47QXkoZKWUw2utJJWyBVw5ItrW2I5xPHC0mCsdIAr7CKlI68EnBSJsEb+TBguhsYsxKlhfbiqprHtrl4+4Kj5bALnUGOc8fskANvfZF2oVOQ==";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0009-0006-5898-4761 .
}