@prefix dc: <http://purl.org/dc/terms/> .
@prefix this: <https://w3id.org/np/RADXHujRtUd8zN2SEeQ2-nnNFHz8QrOOFxZJfEYxCYZCc> .
@prefix sub: <https://w3id.org/np/RADXHujRtUd8zN2SEeQ2-nnNFHz8QrOOFxZJfEYxCYZCc#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@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 {
  orcid:0009-0003-1071-9457 <https://w3id.org/kpxl/opo/terms/thinksIsOverrated> <http://www.wikidata.org/entity/Q590076> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0003-1071-9457 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDMy7lJXBhLDJLBOaBQm2e8JEehFpe1aTATJ9KpwHQstzPuBp8TVNsTcT2r40+WpldTpbzsLtLGQesEiQu8LJoE+Khr8ZUN285ZNxn1jPsvlvRhg2qacSM0LZaLFaB3roh71nrGjm3EQNjxmpa+WJylr9Ml8MFEtEuF4jANPRS9JQIDAQAB" ;
    npx:hasSignature "VdEf9EwJb3wtcEX1Ord9LQQYkmSlZTX6nOLTH8IXyS62AuSFsyoc66w0/UHV6+VNcDyUbbY4/kYuk7ceixkDLWPuEAwSU8941r1hi2GprMd0eH9qJo4KVz/Y5/H4rpUvMYj0Jbidf51/JdyrqTCsCnb4Ee0jExd+8XGbrPmIhLA=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0009-0003-1071-9457 .
  this: dc:created "2025-01-23T13:29:46.452Z"^^xsd:dateTime ;
    dc:creator orcid:0009-0003-1071-9457 ;
    dc:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    rdfs:label "think this is overrated: Pizza Hawaii" ;
    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/RAZIJAwr284IkV0RrOBa-ZlVKbw-2hLu3BI5LNRRv4Xd8> .
}