Nanopublication

< Home

ID

https://w3id.org/np/RAN3pw3WE8ZIE0bwED2s-iYl-yFycVLQznDBV7JGCH4qQ

Formats

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

Content

@prefix this: <https://w3id.org/np/RAN3pw3WE8ZIE0bwED2s-iYl-yFycVLQznDBV7JGCH4qQ> .
@prefix sub: <https://w3id.org/np/RAN3pw3WE8ZIE0bwED2s-iYl-yFycVLQznDBV7JGCH4qQ/> .
@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 {
  sub:LargeLanguageModel a <http://www.w3.org/2002/07/owl#Class>;
    rdfs:label "large language model";
    <http://www.w3.org/2004/02/skos/core#definition> "A large language model is an artificial intelligence model trained on a large corpus of text to generate and understand natural language." .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0001-0322-219X .
}

sub:pubinfo {
  this: dct:created "2025-10-11T05:04:27.607Z"^^xsd:dateTime;
    dct:creator orcid:0009-0001-0322-219X;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:introduces sub:LargeLanguageModel;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    rdfs:label "Class: large language model";
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw>,
      <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAJetZMP40rNpwVYsUpYA5_psx-paQ6pf5Gu9iz9Vmwak> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnWHTEvfKmUuzqXSeTyJJ8kcsw3EzhY/+yXVfL7+1a1cghdfFS7I8tzAI0xbMIQorQdLi2L1vGXhSHEA0fsDMs9tYhfqhVR28lU6xlrAFeP1TJzDWE+uYNZtPoTKihYX1+EF9ehFIaZKBF6xjqyTOztV1zWtXMoQRyq09tJtuZV8BZfXknqthoPu1BicCZKFQ09EQ2VJh+ggg4W6xkUmfqPhxC0yPNv4w+Whm110LmI0MhZyuiKXddTo7ZuZHJcEah7PC7ey2aNNsRBV2q9wVo/HonSmQlGJAp/n9obyb0bNPanNvH56TBwYrROTQp2iqOt+VqNCpbYTCUoMv2lmxCQIDAQAB";
    npx:hasSignature "hhUttdi8ZYzqWFIjIAlkBAsRKgrE2SZuJIL6stYoqXyu27vMJOAvHygOCbXAmt9dzsNLG6/KuQcbSc9UtAKCySnvMCzg+GDiwCTWSCTw3/f99aQndCrJfytSqbZc+J1gvEaWIBm569M/Obu5SZZrjzRetzuItpVZkKREvU2TmZqQEz3QaoA7DcAjDfdhSEw4Hc0hXJ1ckMQdFu4zJD+vT8c6wf3jE6vXHZ+ur5LIbPztnGO6V90Lcai9Jp2yq1z7TUAjOyMERxEi/EIswPv+WhQsP9OUGfPl609nLv+CEKwjOCGPjDjc79Y0By96lWHNpmp/DCq7+1PMIFGc13Rt3w==";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0009-0001-0322-219X .
}