Nanopublication

< Home

ID

https://w3id.org/np/RA93sZ_d9H3FvoZbDPLyR6PoFz6UkHyN3Nf7GXgNhK4iU

Formats

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

Content

@prefix this: <https://w3id.org/np/RA93sZ_d9H3FvoZbDPLyR6PoFz6UkHyN3Nf7GXgNhK4iU> .
@prefix sub: <https://w3id.org/np/RA93sZ_d9H3FvoZbDPLyR6PoFz6UkHyN3Nf7GXgNhK4iU/> .
@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#> .

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

sub:assertion {
  <http://www.wikidata.org/entity/Q942938> a <http://www.wikidata.org/entity/Q95074> .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0002-0970-8921 .
}

sub:pubinfo {
  <http://www.wikidata.org/entity/Q942938> nt:hasLabelFromApi "Dexter Morgan - fictional character from the Showtime series" .
  
  <http://www.wikidata.org/entity/Q95074> nt:hasLabelFromApi "character - fictional human or non-human character in a narrative work of art" .
  
  this: dct:created "2025-10-08T15:37:41.376Z"^^xsd:dateTime;
    dct:creator orcid:0009-0002-0970-8921;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    rdfs:label "Dexter Morgan is a character";
    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/RAWcbb3lRQZNYrCYo1uUfxHF1p6apBUW9hTeJRoHrqYZQ> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAt1DUnMa3BC3Nak89+8QqyEZO9yD+7b21vu+iwr3zDI8vZBuwjWRUxph1fXYC2JFDOnA3wxehU663+rABYxn+0wKRusjjoro9aBRpEBCgXSXiJfJTmBFjBvxITxJ5Zm5GoNHaVMj05Mgu05MkfSxAzBKzqvl6+4L1w/SMF+1iECCrBo/ZmvZTl42jG5FwrI8qSrNhlVTO4krHaTj5YX4yMck5gSDFMoEaRvgn50lcUG4BLr35dO0tgbp/emAfOXoNUz6oe4kSn2jmO5fQx1ym738jAN1MZUBWz0JxiFc93Oxk50LgvzyWjqIT1qdypwowDKa498jnyk+gCv6vYfuKxwIDAQAB";
    npx:hasSignature "qVWHuf+WohsB7lBPovPB5yH0wEgrjZDSW5ilkQCIn6CAEtbUTFsBJl2Vt3yI6q7Dpo/Eps/Vy38CZjhBaPMsDD3PAB8AB1vbfrCbk2SMaoDVuhefACdRmUQzLRXYF9sK9I4WJkLEHsUjjNkkMLUFPUX2uaaqvyar8fXFUsrVBdzfu1N/2BZvjAqYrsp3+xUNTlqQgrpOU+heUJy4cWGzn9OIJ43AeQBu4bJex/zh1FsZWQLXkfG1O0fEgqOnzoOm7/Xq8EtfrDg1ieraKFOr73lwOmQke8UoFYnICmjORRKE1BRKADVu1SYxPr84iAUbnA7220nXoZg5iRCFIb6jJw==";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0009-0002-0970-8921 .
}