@prefix this: . @prefix sub: . @prefix gen: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { rdfs:comment rdfs:label "has my comment - connects an identifier (left) to a human-readable comment (right)" . sub:comment a nt:LongLiteralPlaceholder; rdfs:label "your comment" . sub:st1 a rdf:Statement; rdf:object sub:comment; rdf:predicate rdfs:comment; rdf:subject sub:thing . sub:template a nt:AssertionTemplate; dct:isVersionOf sub:templateKind; rdfs:label "Commenting on something"; gen:governedBy ; nt:hasNanopubLabelPattern "Comment on: ${thing}"; nt:hasStatement sub:st1 . sub:thing a nt:UriPlaceholder; rdfs:label "The URL/URI of the thing you want to comment on" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0001-8492-0354 . } sub:pubinfo { orcid:0000-0001-8492-0354 foaf:name "Ashley Caselli" . this: dct:created "2026-07-21T10:05:30.417Z"^^xsd:dateTime; dct:creator orcid:0000-0001-8492-0354; dct:license ; npx:embeds sub:template; npx:introduces sub:templateKind; npx:wasCreatedAt ; rdfs:label "Commenting on something"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCaQXE2B2hJ6QdWxaWerU4F/XOtCQdj2OkdrIYd1kpMY9hIUh8boxaO3uOBeqvvqKLf5HjpRF4DT1eghOSsa2Dhd5HRTM/XIamvwWkHpN4oB3Ml19pAAzjTqczYmFLfgG67mGL5+vSA8VEdHtKQCrvP4SpTibMBP1qaxt3k1tqD6wIDAQAB"; npx:hasSignature "JECoJ82EBf426qEKYnf7nBuK07YTWPfL7KAfGXNc/nGk0ekmWukdqf3fhU16YzMHrcf1PxU+9JNkaRFpAsTgi99g7AEmue9j/Gpj3mnlRPiCkfiNyzdjSZvcv2W5ZyhcWc1PAGT230MeNDpgv4JMRg056Gk4STZN17Wjr7UXvfk="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0001-8492-0354 . nt:hasLabelFromApi "Nanodash - The group maintaining Nanodash." . }