@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { sub:trag a ; rdfs:label "tragedy"; rdfs:subClassOf ; "Tragedy in plays depicts a protagonist's downfall due to flaws or circumstances, evoking pity and fear, exploring profound themes."; . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0009-0001-1422-238X . } sub:pubinfo { nt:hasLabelFromApi "tragedy - event of great loss, usually of human life" . nt:hasLabelFromApi "drama - formal type of literature intended for performance, where the text is written in the form of character lines and the author's remarks and is usually divided into acts and scenes" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCgnClfvsa1UT+9ofHBa7auL55nqlFU5JLXq0hiAXjTqIBwb32vPeq4ctodg1lf0G0Yu97fPo2JGt+rmicnziLkiHdRx7CT4z+Uv4WH/q0/8kkOglW9ax6K+prHhtBV+SiY9FWXGSycUx94g5VjcxELi0zhEy7+eRCUbX24MJCfnQIDAQAB"; npx:hasSignature "YugtID3vPNec3kIpDYah0z0AQydjZ/o/D5VsBxWbofzly0xbIumVLURAHY7WsRssKCRsRK/7Fb7KUmM+hkoIVwKPJ7GOU95y7+KYHKIliWYXF9/Uv+D6T1Y0wU4ScR5KBz0kBmQXc/DxVurFZjCH7jtfioTCn5qMiVLfEF6MhT4="; npx:hasSignatureTarget this: . this: dct:created "2023-10-08T15:51:54.647Z"^^xsd:dateTime; dct:creator orcid:0009-0001-1422-238X; dct:license ; npx:introduces sub:trag; a npx:ExampleNanopub; rdfs:label "Class: tragedy"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . }