@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @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:assertion a nt:AssertionTemplate; rdfs:label "Commenting on something"; nt:hasStatement sub:st1; nt:hasTag "Comments" . sub:comment a nt:LongLiteralPlaceholder; rdfs:label "your comment" . sub:st1 rdf:object sub:comment; rdf:predicate rdfs:comment; rdf:subject sub:thing; a rdf:Statement . sub:thing a nt:UriPlaceholder; rdfs:label "The URL/URI of the thing you want to comment on" . rdfs:comment rdfs:label "has my comment - connects an identifier (left) to a human-readable comment (right)" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "PKjHvDNJkr7h6TlodlzDdKq1OqZqv5z3nN/76KcQwpLQ3ijWBDbi3gOaHF1AAPM86WxGj6LSG7GVE1jhR+RoOlgwfdEjS6w80myZbpDPK8uqGYIz7WpSJg6i80aIEbzYSFRyWmlg1i6x38vKnt7jGPpL7GU/CiVDUIvsV2pypAk="; npx:hasSignatureTarget this: . this: dct:created "2023-03-01T14:56:15.513+01:00"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; npx:supersedes ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . }