@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 "Reaction to a NanoPublication"; nt:hasNanopubLabelPattern "React to: ${thing}"; nt:hasStatement sub:s1; nt:hasTag "Reacts" . sub:reaction a nt:LiteralPlaceholder; nt:hasRegex ".{1}" . sub:s1 rdf:object sub:reaction; rdf:predicate ; rdf:subject sub:thing; a rdf:Statement . sub:thing a nt:UriPlaceholder . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0009-0009-6638-993X . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDKdy5SRZoxEXjMbZeKicMqoUVPUxBT20voqY0RoyvDrMYZ8d6Q6/eUPkDLIlijjzgW0PmrBs7Yf1gkYt5j8g4xiPX9kWVwgoH7fplNxgyyhilc6IOkKAtSnPQPYdNJ7TethtMSnAH40A6Fs2C2mAmMEPpeSLv49SK1aA+HY2X8TQIDAQAB"; npx:hasSignature "n+RRUAJ/rinYLioZVbNCtE8dsK8+dD9W7owE3cRi1e4yVnRJcMmYpMxUna16faUulomhb8f+EOXA+PXsya1NI8E87QhDGbYGCbQRhXbQnDqsZ9sv5begyVvK3r+tjyaAV4GqDxGwjUzUZc4DZx7CWzzyU5Ajzh32BYCN5HVeoJk="; npx:hasSignatureTarget this:; npx:signedBy orcid:0009-0009-6638-993X . this: dct:created "2024-12-07T19:26:46.272Z"^^xsd:dateTime; dct:creator orcid:0009-0009-6638-993X; dct:license ; npx:supersedes ; npx:wasCreatedAt ; rdfs:label "Template: Reaction to a NanoPublication"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . }