@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @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 { sub:get-biochementity-template-link a ; dct:description "Returns a single row whose content column holds a ready-made link to the Nanodash publish form for the 'Defining a biochementity' template (https://w3id.org/np/RAD4mKOVqsJc7nAVVR0dXXcVFU2IOjrFywv2GspkpalfQ), pre-filled with the given ontology or vocabulary as the template's vocabulary field. It backs a minimal plain-paragraph view that offers the 'add a class' step on its own, so that a listing view does not have to carry it as a view-level action; it was split out of the '⏳ Classes pending approval' view for that reason. The link is a root-relative /publish URL with template-version=latest, which Nanodash renders as a button and to which it appends the page context automatically, so the same query works on any Nanodash instance and from any resource page. The query has no triple patterns -- it only formats the URL around the given resource IRI -- so the endpoint it declares is immaterial and a light repository is used."; dct:license ; rdfs:label "Get the link to the biochementity-definition template"; ; """select ?content where { values ?_ontology_multi_iri {} bind(concat('

➕ define a new biochementity...

') as ?content) }""" . } 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 "2026-08-26T06:47:07Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:embeds sub:get-biochementity-template-link; rdfs:label "Get the link to the biochementity-definition template"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "MiVGAtcmOt/b07U/KMla/Tw4ilfl/5rbwdqoVYWPNGoRPdzxoWupFiIcywdWALimEyOEU2Jj/eJ0ARyIONoGnuOR1Ktn6LtJ+UgiWJ0MkSkv1PZPROND3ROs2iJAfQK0Y0jAG79H03/YMu5znZgw3rsPz1Sp6PWH0MgyOby6bk8="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }