Nanopublication

< Home

ID

https://w3id.org/np/RA-cJ4MAu5A1EsFJhRHoWVjheNDJI4ACeQM-knXb4yvRk

Formats

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

Content

@prefix this: <https://w3id.org/np/RA-cJ4MAu5A1EsFJhRHoWVjheNDJI4ACeQM-knXb4yvRk> .
@prefix sub: <https://w3id.org/np/RA-cJ4MAu5A1EsFJhRHoWVjheNDJI4ACeQM-knXb4yvRk/> .
@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/RAXXc0-zTdnt8VivMJT1kNLxrsrbDRYxy2ZOJ2vIRoOM8/faq-entry> a schema:Question;
    dct:isPartOf <https://w3id.org/spaces/nanopub/r/faq>;
    rdfs:label "Where do questions about nanopublications get useful answers in reasonable time frames?";
    gen:hasContent """<p>For development-related questions — bugs, feature requests, API specifics — the best place is the GitHub issue tracker of the relevant project, such as <a href=\"https://github.com/knowledgepixels/nanopub-registry\">Nanopub Registry</a>, <a href=\"https://github.com/knowledgepixels/nanopub-query\">Nanopub Query</a>, <a href=\"https://github.com/knowledgepixels/nanodash\">Nanodash</a>, or one of the client libraries.</p>

<p>For broader questions, discussions, or simply getting in touch with the community, several channels listed at <a href=\"https://nanopub.net/contact\">nanopub.net/contact</a> are active: a public <a href=\"https://matrix.to/#/#nanopub:matrix.org\">Matrix chat</a>, the <a href=\"https://groups.google.com/g/nanopub-users/\">nanopub-users mailing list</a>, the <a href=\"https://mas.to/@nanopub\">@nanopub Mastodon account</a>, and the <code>association@nanopub.net</code> email address of the Nanopublication Association.</p>""" .
}

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

sub:pubinfo {
  this: dct:created "2026-05-13T13:46:54Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1267-0234;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces <https://w3id.org/np/RAXXc0-zTdnt8VivMJT1kNLxrsrbDRYxy2ZOJ2vIRoOM8/faq-entry>;
    rdfs:label "FAQ: Where do questions about nanopublications get useful answers in reasonable time frames?";
    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 "jFb/K7ceax5m12ezDfIitm3/NqkoEtclMjFyZTQL0TJEDPS+d7QIKF08CfbkVlxMn7Llfukje+FoX4OEUZDIgk2oIQF71Eq5yCEErcfCHLtBVnmuDVI/YYHR8sAsPXtOUTUhdJnLmk9+qkvbDVb/NL7fjT9IQdbsjzhmrI5wF7A=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-1267-0234 .
}