@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { rdf:type rdfs:label "is a" . rdfs:label "thank you message" . rdfs:label "has the reason" . rdfs:label "is giving thanks to" . rdfs:label "is from" . sub:assertion a nt:AssertionTemplate, nt:UnlistedTemplate; rdfs:label "Express a thank-you (experimental)"; nt:hasNanopubLabelPattern "${thanker} thanks ${thanked}"; nt:hasStatement sub:st01, sub:st02, sub:st03, sub:st04 . sub:reason a nt:ExternalUriPlaceholder; rdfs:label "enter the reason URI" . sub:st01 rdf:object ; rdf:predicate rdf:type; rdf:subject sub:thank-you . sub:st02 rdf:object sub:thanker; rdf:predicate ; rdf:subject sub:thank-you . sub:st03 rdf:object sub:thanked; rdf:predicate ; rdf:subject sub:thank-you . sub:st04 rdf:object sub:reason; rdf:predicate ; rdf:subject sub:thank-you . sub:thank-you a nt:LocalResource; rdfs:label "this message" . sub:thanked a nt:AgentPlaceholder; rdfs:label "choose who receives the thank you" . sub:thanker a nt:AgentPlaceholder; rdfs:label "choose who gives the thank you" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . this: dct:created "2025-08-08T09:52:56.925Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:supersedes ; npx:wasCreatedAt ; rdfs:label "Template: Express a thank-you (experimental)"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB"; npx:hasSignature "Ipv8BVwgW1obJ4Er7Y49yEt5TQwt50H255XthDso/k22CDWjALU1clNFu3hQn4+GzuSUrHkxOjCzQxhjufjxQ+hBQcgH29KiWjnatzpO5j7TjlBUg8X71CQcNTJlxCbqVjS+KKYIa+nueOVRol/jfHyxJWjjckT9POhF9y5YuCI="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }