@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:patient_undergoing_PCI a ; rdfs:label "patient undergoing PCI"; rdfs:subClassOf ; "patient undergoing percutaneous coronary intervention" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-0519-7776 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC0XO//lG7w8A+eB1KT87c5XqhAGx6AHQB1sw58GsNCfmUM9DCZaylHZyPnsp/DcgP2Rm9AVwU0TFiUcHqFZUp7t9L1CfoscpgTSVHaWoclKpPTwsjooCmB1W0KbTDOufErW/jIHD7cvM8TH5TFMogMtBHLomSgM3JIv/4G9M0E8QIDAQAB"; npx:hasSignature "M4djO3Cv8wZWSR0X279142Cd+ODE1nUXXr/AaXZjKi+ts47Vybif3b1kP04A32iGPpJb+izASNX0rHy/0NjLie4yvgbfleJNEz0pY3/7xOWxe9ZdDd1SuKzcCvmOxGJd/Z94YaQIGuNxjT2ROPegO2o3epjwlknlkTZaSD+KyK4="; npx:hasSignatureTarget this: . this: dct:created "2021-07-05T13:41:14.735+03:00"^^xsd:dateTime; dct:creator orcid:0000-0002-0519-7776; npx:introduces sub:patient_undergoing_PCI; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate ; nt:wasCreatedFromTemplate . }