@prefix this: <https://w3id.org/np/RApkL8-3uWi6adY1lVzkWn6DLPvbe0sAmWhp0G61ZJHFs> .
@prefix sub: <https://w3id.org/np/RApkL8-3uWi6adY1lVzkWn6DLPvbe0sAmWhp0G61ZJHFs/> .
@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: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:PoliticalSatirist a <http://www.w3.org/2002/07/owl#Class> ;
    rdfs:label "PoliticalSatirist" ;
    rdfs:subClassOf <http://www.wikidata.org/entity/Q36180> ;
    <http://www.w3.org/2004/02/skos/core#definition> "A writer who uses satire to criticize political systems and social injustice." .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0009-1650-0599 .
}
sub:pubinfo {
  <http://www.wikidata.org/entity/Q36180> nt:hasLabelFromApi "writer - person who uses written words to communicate ideas and to produce literary works" .
  this: dct:created "2025-10-12T20:34:38.149Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0009-1650-0599 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces sub:PoliticalSatirist ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    rdfs:label "Class: PoliticalSatirist" ;
    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 "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCb1Kop48la0q2n7iJ6ko4aMOrYbZIebEtlA9AbSogziolTXaXzuqnD6GaMUFjoNU8iwyjmBsKCwliINpn9p4Sr2vt4yaIlOyV1kxnFNUSXJD2GwFsxXN+joKGWdXp7/imWKX3SXcGiGcBi9Ssbk/1ucKAhvujD0PeJCNPFeoyDewIDAQAB" ;
    npx:hasSignature "LtQpUkjzoUrkR0+wblel5IXMzEiaxJd6ChSBiONNZ6VfHf5Ql8p0rP7P6qyiCbOVHOioMGGY/V2P6iqNtQRHd+IGl51qHB8pfCrDwiq/v9nLOH0re84QylweHbtl8RLDvPKO9mGwx/gqKXNXXfGF/XHqzjgm43BVtNpU6vkzvr4=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0009-0009-1650-0599 .
}