@prefix this: <https://w3id.org/np/RAOCRbiuBQ49VDPvZiEuFJ9bByDr2fVii24JzHLLX5upw> .
@prefix sub: <https://w3id.org/np/RAOCRbiuBQ49VDPvZiEuFJ9bByDr2fVii24JzHLLX5upw#> .
@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:Romeo dct:description "A young man of about sixteen, Romeo is handsome, intelligent, and sensitive. Though impulsive and immature, his idealism and passion make him an extremely likable character. He lives in the middle of a violent feud between his family and the Capulets, but he is not at all interested in violence." ;
    a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://www.wikidata.org/entity/Q95074> ;
    rdfs:label "Romeo Montague" ;
    rdfs:seeAlso <https://www.sparknotes.com/shakespeare/romeojuliet/characters/#:~:text=A%20young%20man%20of%20about,at%20all%20interested%20in%20violence.> .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0001-1422-238X .
}
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 "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCgnClfvsa1UT+9ofHBa7auL55nqlFU5JLXq0hiAXjTqIBwb32vPeq4ctodg1lf0G0Yu97fPo2JGt+rmicnziLkiHdRx7CT4z+Uv4WH/q0/8kkOglW9ax6K+prHhtBV+SiY9FWXGSycUx94g5VjcxELi0zhEy7+eRCUbX24MJCfnQIDAQAB" ;
    npx:hasSignature "Ud8l+DFXTT4TGSkeygbjY2YfRf3+/7xNq1XrHY0L56c91hybrSpyBO5JXan3E+NPSL4s2mDF3vUwGvYSSuuTL3Wftlu43UM0zTc+ZeVJryj+YgNgNplxr/iTpN6jvD94JN0xewAnE54B6Oc8phrNIDJErViRDcGr7NGefhGLMMs=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-10-08T15:56:28.188Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0001-1422-238X ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces sub:Romeo ;
    rdfs:label "Individual: Romeo Montague" ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> , <http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAjAOvAXgovv5wmQ1ox0-AEzkxIiU9am-5qPk4iKQkCUU> .
}