@prefix this: <https://w3id.org/np/RA9TqVNYjKr3fwY6CJBqOCu6HZhBuD3We2rAG73ngRLLY> .
@prefix sub: <https://w3id.org/np/RA9TqVNYjKr3fwY6CJBqOCu6HZhBuD3We2rAG73ngRLLY#> .
@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:AI dct:description "AI refers to the development of computer systems that simulate human intelligence, enabling machines to learn, reason, and solve problems. It encompasses machine learning, natural language processing, and computer vision, revolutionizing industries by automating tasks, analyzing data, and improving efficiency." ;
    a <http://www.w3.org/2002/07/owl#NamedIndividual> , <http://www.w3.org/2002/07/owl#Thing> ;
    rdfs:label "artificial intelligence" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0001-5282-4365 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCbb/r16twpPdLKR6M+xJCSD4cifspKbbBQcaLHzuqylkI+F5HW7jvg/7UDMGv+Z8rOSitcLVAm5zJqYmFPZHxxejPDUttr0vMltk4WTzkDpk0+cENLYfiSIiKPD4RyLEI38eXybjsyAWYlGmDzq0ohxCbwLFvDH3mSmKdSiIkycQIDAQAB" ;
    npx:hasSignature "cfrKCrb0GZP+pKlq+eK7B5f2yZm4XpEMYXmMdV4H26TEyxsw4fBHz9hL2VMgEqCk5FVHf0NPF9h1o7fz16t4dAl8iXJKrC1Iu8ehkoHP0EteRd+6o1gYAfx0AynCShOMbJyTWExUaNxCy0x5D9tQc8sNdTFOENOCgnIO0Na73+I=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-10-11T09:23:07.355Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0001-5282-4365 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces sub:AI ;
    a <https://w3id.org/kpxl/biodiv/terms/BiodivNanopub> ;
    rdfs:label "Individual: artificial intelligence" ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> , <http://purl.org/np/RAR40PzxS9rmUC2lH2ct7IlYhyEib-3GXY5DkuR8wgHRw> , <http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAjAOvAXgovv5wmQ1ox0-AEzkxIiU9am-5qPk4iKQkCUU> .
}