@prefix this: <https://w3id.org/np/RAEZtqr7eHgTvXQbEtfH_LkC24LMoPFHGYbUfgeNM3_HU> .
@prefix sub: <https://w3id.org/np/RAEZtqr7eHgTvXQbEtfH_LkC24LMoPFHGYbUfgeNM3_HU#> .
@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 ns1: <http://purl.org/np/> .
@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:Jep dct:description "Jep Gambardella is the charismatic protagonist of La Grande Bellezza (The Great Beauty), a 2013 Italian film directed by Paolo Sorrentino. Jep is a writer and journalist in Rome, known for his charm, wit, and deep sense of disillusionment. Having authored a single successful novel in his youth, he now spends his time navigating the glamorous yet hollow social circles of Roman high society. Despite his hedonistic lifestyle, Jep grapples with existential questions about beauty, meaning, and the passage of time, often reflecting on his lost youth and unfulfilled potential." ;
    a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://www.wikidata.org/entity/Q95074> ;
    rdfs:label "Jep Gambardella" ;
    rdfs:seeAlso <https://nl.wikipedia.org/wiki/La_grande_bellezza> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0009-3431-6365 .
}
sub:pubinfo {
  <http://www.wikidata.org/entity/Q95074> nt:hasLabelFromApi "fictional character - fictional human or non-human character in a narrative work of art" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQChH5uqrgyz7bmC5DoTcBxQgwyLG+NiV9DWNs6JQp8CuttoXQYrATpIOjqFIAkgt0TpNmguRCIES+CJnU8Zkqf1XonUIdAns/HSh0cl0HUeCnfyfjXOLpgzR6IrOar+xLNW+GDfI2mpCi83jcRKdruVSBIohbjLTqx3jQA+/1iFiwIDAQAB" ;
    npx:hasSignature "UQWqgSFqrZJwLWPu0jz/0RjCVTbUzuaPGknUPxxJE0+bNUQbV3CLetbUoauyciaSMhkOnojd/BODVeLP/PImxJgggCB5daw8pg1ouNDjOjJVawAyUADqaYoEoTpsfkksPbxfOABnlLy9SXob2TXwwE862CGRUKqbsd/rr/2k+RU=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0009-0009-3431-6365 .
  this: dct:created "2024-10-06T16:33:07.054Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0009-3431-6365 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces sub:Jep ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    rdfs:label "Jep Gambardella" ;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM , ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90 ;
    nt:wasCreatedFromTemplate ns1:RAQIX0i-LjZs1mRakp1Ee0wf7XcQmdhFQvrfOd7pjFiuw .
}