@prefix this: <https://w3id.org/np/RATZZhIZ0UA27axeCpgi6FyM9NCYOiYeoCBaTOToIaqaE> .
@prefix sub: <https://w3id.org/np/RATZZhIZ0UA27axeCpgi6FyM9NCYOiYeoCBaTOToIaqaE#> .
@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: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:ChatGPT dct:description "\"ChatGPT\" is a name used to refer to the language model that you are currently interacting with. It is based on the GPT-3.5 architecture developed by OpenAI and is designed for natural language understanding and generation. It's a text-based AI model that can answer questions, provide information, assist with writing, and engage in conversations with users." ;
    a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://www.w3.org/2002/07/owl#Thing> ;
    rdfs:label "Language model" .
}
sub:provenance {
  sub:assertion dct:source <http://rs.tdwg.org/dwc/terms/HumanObservation> ;
    <http://rs.tdwg.org/dwc/terms/basisOfRecord> <http://rs.tdwg.org/dwc/terms/HumanObservation> ;
    prov:wasAttributedTo orcid:0009-0007-0842-5141 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCM2P+exvqZNdif1hCZ3n/m/azB8lUrB9kn0kvaDbiENGYAFVqp95O2imDEGm7FardFfXckZjDuzJMM9dXMjK2xUNx6xcRsJHJICjsD+81biSRzWqp9b+pxVv5vcHODqZcpA9MHS4gUdAnYMNm5dp1PtddgimhKX0COs5bGkYKAPQIDAQAB" ;
    npx:hasSignature "FCqGnekfYCQv+LdNYnyYIYjBdtCNEgzqZCK/0T2qqnKbrb0TslZFqmwdNgC5sONVX1kne5WKjq/JPS/QcMZ/dkgA4f41fp8hcHdtZDaZihctEDjx1512JC+3DUrhWKben/5ahKMaoGa7J77ZTd/uuJURYmzgCLCNwHnXV+JKQ2U=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-10-11T17:22:40.526Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0007-0842-5141 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces sub:ChatGPT ;
    rdfs:label "Individual: Language model" ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RA-4AE_X28pW3dkmCNNP06QSnsxqMiduN7gX3HxSciX5k> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> , <http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAjAOvAXgovv5wmQ1ox0-AEzkxIiU9am-5qPk4iKQkCUU> .
}