Nanopublication

< Home

ID

https://w3id.org/np/RAncqAgqItO12kCHLXuDFxaZfawa4b0xZ_82iAFc9hBtQ

Formats

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

Content

@prefix this: <https://w3id.org/np/RAncqAgqItO12kCHLXuDFxaZfawa4b0xZ_82iAFc9hBtQ> .
@prefix sub: <https://w3id.org/np/RAncqAgqItO12kCHLXuDFxaZfawa4b0xZ_82iAFc9hBtQ/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix obo: <http://purl.obolibrary.org/obo/> .

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

sub:assertion {
  sub:Pithia a fip:Available-FAIR-Supporting-Resource, fip:Domain-Agnostic-FAIR-Supporting-Resource,
      fip:FAIR-Representation-Service, fip:FAIR-Supporting-Resource;
    obo:RO_0002233 <http://purl.org/dc/dcmitype/Text>;
    obo:RO_0002234 <https://doi.org/10.25504/FAIRsharing.87ccfd>;
    <http://schema.org/url> <https://github.com/SKefalidis/PYTHIA>;
    rdfs:comment "PYTHIA is a knowledge graph question-answering (KGQA) engine that is designed to function as a plug-and-play solution for general-purpose and specialized knowledge graphs (KG), without requiring any finetuning or modification.";
    rdfs:label "Pithia" .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-2195-3997 .
}

sub:pubinfo {
  this: dct:created "2026-06-30T20:03:41Z"^^xsd:dateTime;
    dct:creator <https://fip.fair-wizard.com/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:Pithia;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/b186c07d-3b31-4efb-be4a-930e739729bb> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "gmYKR2WyPdj0Ly/ONc4a/KsZ3t6QaY3TQ4/ot4mqv16ZkDu/Qes0l43O3APPbV4C/yiDSHDWX2DLDmxtHRacyzhc5z0eHJnTBSfB007cZuhsZTvDbUCqL94fVce27aZ9t46aC9TuCgiHE7EYq4L23gc0NsZHY/g0RuAx742VU2k=";
    npx:hasSignatureTarget this: .
}