Nanopublication

< Home

ID

https://w3id.org/np/RAQBJsCkRXaTKnDlxAmcwfX40xvJChmEN20vZaUaRMujM

Formats

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

Content

@prefix this: <https://w3id.org/np/RAQBJsCkRXaTKnDlxAmcwfX40xvJChmEN20vZaUaRMujM> .
@prefix sub: <https://w3id.org/np/RAQBJsCkRXaTKnDlxAmcwfX40xvJChmEN20vZaUaRMujM/> .
@prefix schema: <http://schema.org/> .
@prefix gen: <https://w3id.org/kpxl/gen/terms/> .
@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#> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  <https://w3id.org/np/RAvox0mbZtF5Ohhp6wxl4MD_IhPbiEA-dB8PwQretnyWE/faq-entry> a schema:Question;
    dct:isPartOf <https://w3id.org/spaces/nanopub/r/faq>;
    rdfs:label "How can I find nanopublications meeting certain criteria?";
    gen:hasContent """<p>The main entry point for finding nanopublications by criteria is <a href=\"https://query.knowledgepixels.com/\">Nanopub Query</a> — a service that exposes published SPARQL query templates as REST API endpoints. Anyone can publish a new query as a nanopublication and immediately use it via the API; existing templates cover common needs such as finding nanopublications by author, type, topic, or content. For fully custom searches, direct SPARQL queries can also be issued against the type-specific or full nanopublication endpoints.

For interactive use, <a href=\"https://nanodash.knowledgepixels.com/\">Nanodash</a> offers a <a href=\"https://nanodash.knowledgepixels.com/queries\">Query tab</a> that lets you browse and run all published query templates, and pre-built views are also available on user, space, and resource pages.</p>""" .
}

sub:provenance {
  sub:assertion prov:wasDerivedFrom <https://w3id.org/np/RAvox0mbZtF5Ohhp6wxl4MD_IhPbiEA-dB8PwQretnyWE> .
}

sub:pubinfo {
  this: dct:created "2026-05-09T21:25:50Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1267-0234;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces <https://w3id.org/np/RAvox0mbZtF5Ohhp6wxl4MD_IhPbiEA-dB8PwQretnyWE/faq-entry>;
    rdfs:label "FAQ: How can I find nanopublications meeting certain criteria?";
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RAcTpoh5Ra0ssqmcpOgWdaZ_YiPE6demO6cpw-2RvSNs8>;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>,
      <https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw>, <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAWVrrZFodmZwbu78C0jwIcbdPo-GKNsXI5N1Ckroo_u4> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
    npx:hasSignature "Y+ctMO/yAbtiC7JH1qb8D+eM3Gv+2DJrZ1Spaa/bPiqekx3452qKKASnFp2ZACS6eQsnm/ucXZ6yZN5/cvBW+W3cTxdxXI70qJu12QHY0PuoF+D4XdpDFSo4siAW5OUVRvTIJuR+CU8gzvuQ7SKPDPk0xp6D+t8pZ84RZZKZl+o=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-1267-0234 .
}