Nanopublication

< Home

ID

https://w3id.org/np/RA50wa1Lxvf9zLX_cMim6eW7Tv1t9kGobS5nuB0moumKI

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RA50wa1Lxvf9zLX_cMim6eW7Tv1t9kGobS5nuB0moumKI> .
@prefix sub: <https://w3id.org/np/RA50wa1Lxvf9zLX_cMim6eW7Tv1t9kGobS5nuB0moumKI/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

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 <https://w3id.org/kpxl/grlc/grlc-query>;
    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 <http://www.apache.org/licenses/LICENSE-2.0>;
    rdfs:label "Get the link to the biochementity-definition template";
    <https://w3id.org/kpxl/grlc/endpoint> <https://w3id.org/np/l/nanopub-query-1.1/repo/meta>;
    <https://w3id.org/kpxl/grlc/sparql> """select ?content where {
  values ?_ontology_multi_iri {}
  bind(concat('<p><a href=\"/publish?template=',
              encode_for_uri('https://w3id.org/np/RAD4mKOVqsJc7nAVVR0dXXcVFU2IOjrFywv2GspkpalfQ'),
              '&template-version=latest&param_vocabulary=',
              encode_for_uri(str(?_ontology_multi_iri)),
              '\">➕ define a new biochementity...</a></p>') 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 <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:embeds sub:get-biochementity-template-link;
    rdfs:label "Get the link to the biochementity-definition template";
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>,
      <https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw>, <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAEFAt-QcFK0ZhqfvlsmS10BnzGJA0xwOICZXkO-ai87k> .
  
  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 .
}