@prefix this: . @prefix sub: . @prefix np: . @prefix xsd: . @prefix rdfs: . @prefix hycl: . @prefix prov: . @prefix npx: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubInfo; a np:Nanopublication . } sub:assertion { sub:mystatement a hycl:Statement; rdfs:label "All cats are gray" . } sub:provenance { sub:assertion prov:generatedAtTime "2021-04-07T17:10:03.978462"^^xsd:dateTime; prov:wasAttributedTo . hycl:claims sub:mystatement . } sub:pubInfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCqDYQKXdt0wLyWC9nsBpURQCYDd7uMZqIHeWwZzcxHy7qT3mqKgwuW2dmEQV+rsr+OjNnzKDKEnR/h25m0IQcgJDEy7aa0gwokN+9Gwf0pwM1HyneYb28Qa0UonyXpR1y5ilQ3kblmH2PMGJEdifCp0uk7ONeRlsO5IGIB1ZkNmwIDAQAB"; npx:hasSignature "PgS9eyGDLaBZTq0QKpEvW2sgqNcqo1dorUbI7IPwdi/10mf6oyiVib0x+Ty063cwp7/7RDXR/A1UiXa+qPlYy61iFOlF9mQZ5JhtRaD2fTiVVyEKpN4SjhlGnhlLCGI6lVafIgsw2soo8omZrbK7LI1I65YC+6aTGkAobpmApBo="; npx:hasSignatureTarget this: . this: prov:generatedAtTime "2021-04-07T17:10:03.978462"^^xsd:dateTime; prov:wasAttributedTo . }