@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:hasNanopubLabelPattern "Comment on: ${thing}"; 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 "gRQpJVbk6hoMfRVhJYZDgFIRqP0vjjEBj5Gxi0AiSx9gXQM0bLQodfVKQwQhn3/ijj+729Jw7BgNJ3ba/me3SoyWQ9kuRM62QTQpOdMbDrta/LIIwvwS69LqRypXaVOIQecKxjoPzGKHOy3GDh7Ch0LV4eawoPr437z17bYD9MM="; npx:hasSignatureTarget this: . this: dct:created "2023-08-16T11:35:52.763+02:00"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:supersedes ; rdfs:label "Template: Commenting on something"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . }