@prefix this: . @prefix sub: . @prefix schema: . @prefix gen: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { a gen:Paragraph; schema:about ; schema:title "Placeholder structure"; gen:hasContent """

Nanopublication query templates use variable names starting with \"_\" to denote placeholders, following grlc syntax. Those that end in \"_iri\" like \"?_resource_iri\" are IRI placeholder; otherwise they are literal placeholders, like \"?_name\".

The name of the API parameter is the variable name with the prefix and the type suffix removed: ?_resource_iri is filled by a parameter called resource, and ?_name by one called name. The underscores and the \"_iri\" never appear in the request.

"""; gen:hasPositionString "01.02" . } sub:provenance { sub:assertion prov:wasAttributedTo . } sub:pubinfo { this: dct:created "2026-09-09T14:46:50Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces ; rdfs:label "Placeholder structure"; prov:wasDerivedFrom ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAl8cMusqtNyKA6UIsi3f7BAcZmHQXWxU0qk0PLsboMWQxYrGBfGgHTgRHJrBRxL+Zn9kJHKVmz2smDcjCBptXi/OwWy80gjsx+Pbe6IWz3zFPWF1UoFIKfPnC0slV67CQgdM853zW7Bmk9/uflCtK4EtZKmPdRGtUHVC7DTVvDBMDzLRGdE2KCBVN29EbM5GGVNvijYbaZQ9OFQPBkQshayqSIyGRr6rreJdkrRVLIzu3uuAjKYydaeXZWSN2JLnVBwrClKUxaEdCwhb5nXpMtKOMD+R+LgaXLeJUWM8BdRSYnta9ZqI5pHY4y3v+eW7J+HHeTvRbHvlik+Z4hFUXmQIDAQAB"; npx:hasSignature "V6L7laY4F2/pUNFtp9MryG/Rtf9mbB0Ng6sFnDew/8cfYNKwHWr8XkequcYKtSiC0KOMh+XZ1+FMfXPaHK5B912eCGlYLKzFy+Vy2SeJUUPRxGrlDOTDbSWMXMn7ixjz/xeXvN+Kc26J/HP1LSyP8FPhhIHN8d6IKazsZxe4IvX1rpQzx5U54ntYRQDni1fOClWm6MTKfmaRn7AjRPaWjoMPrr9ohwo04dtq70V8VD8uF7rehG1VHdKsjC6MEd0TBnXopggoL1iJgkpbQo6v1mWMy1MfDj21He/uhzGmHeQWmuuJ3dbPvZ7+1fzGCqbQ8tH1Tzhjh7qYv/vxfijJYw=="; npx:hasSignatureTarget this:; npx:signedBy . }