@prefix this: <https://w3id.org/np/RAiQKVwFmEo4bGxUlvv6452q0wdPSewe_3lXF8LuZ3sTs> .
@prefix sub: <https://w3id.org/np/RAiQKVwFmEo4bGxUlvv6452q0wdPSewe_3lXF8LuZ3sTs#> .
@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:toBe dct:description "a famous line from a monologue in Hamlet about choosing between life and death in the face of turmoil" ;
    a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://www.wikidata.org/entity/Q206287> ;
    rdfs:label "To be or not to be: That is the question" ;
    rdfs:seeAlso <https://www.goodreads.com/quotes/36560-to-be-or-not-to-be-that-is-the-question> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo sub:Q2747111 .
}
sub:pubinfo {
  <http://www.wikidata.org/entity/Q206287> nt:hasLabelFromApi "quotation - repetition of one expression as part of another one" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCzSw0bw1YlJqEzErVyoD5BdFmBLVtUh7WxExuzeXzY5zRF9kJzmyisPJXhav/s/Axe9DtCyhQ88ghfNDF3qD+xUpf0399Vao3ghT2fK333kAZtcKT9EtGiHj1dGFvLkt4vqrNe8/Fw1RlVkZKXewrkg57GSmJmnOrb4VLrfmCC4QIDAQAB" ;
    npx:hasSignature "i/d6wTrnxM/aMJpc+mzp+dJVqgA/SqspUuSZlzewzorCIsf+MeApurkFgmljhgBAhhMdVH/ptlE007bjhTdZvGeBHp/DJ0nhhe9t4hgkGObt9/HKIhs7kd9cgiwngYKFNakylpk68SjbGrbU7NVlHlP94iNRC5KgxxBBDbKI/6g=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-10-11T10:34:26.969Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0008-0599-2041 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces sub:toBe ;
    rdfs:label "Individual: To be or not to be: That is the question" ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANUBzTXWga5sX6dA3MhSVb4M8bdc74zvsfN_z6I5Ka1I> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> , <http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAjAOvAXgovv5wmQ1ox0-AEzkxIiU9am-5qPk4iKQkCUU> .
}