Nanopublication

< Home

ID

https://w3id.org/np/RAFEjRlpMaKQ-gJifodWziLCv1bdhC9sEIWQYA6Q0hFVY

Formats

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

Content

@prefix this: <https://w3id.org/np/RAFEjRlpMaKQ-gJifodWziLCv1bdhC9sEIWQYA6Q0hFVY> .
@prefix sub: <https://w3id.org/np/RAFEjRlpMaKQ-gJifodWziLCv1bdhC9sEIWQYA6Q0hFVY/> .
@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#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

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

sub:assertion {
  <https://doi.org/10.1016/j.caeai.2024.100309> rdfs:label "Yang ACM, Lin JY, Lin CY, and Ogata H (2024) Enhancing python learning with PyTutor: Efficacy of a ChatGPT-Based intelligent tutoring system in programming education. Comput. Educ.: Artif. Intell. 100309" .
  
  sub:chatgpt_based_intelligent_tutoring_for_programming a <https://w3id.org/spaces/AI-in-education/r/terms/AI-as-personalized-learning-tool>,
      <https://w3id.org/spaces/AI-in-education/r/terms/AI-in-Education-approach>;
    dct:description "The PyTutor approach uses a ChatGPT-based intelligent tutoring system that provides continuous guidance, problem-solving hints, and detailed code explanations for beginner Python programmers through a structured multi-level hint system progressing from pseudocode to cloze code to basic and advanced solutions, dynamically adapting to each student's level.";
    dct:source <https://doi.org/10.1016/j.caeai.2024.100309>;
    rdfs:label "ChatGPT-based intelligent tutoring for programming education (PyTutor)" .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}

sub:pubinfo {
  orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .
  
  this: dct:created "2026-02-10T12:00:00.000+01:00"^^xsd:dateTime;
    dct:creator <https://w3id.org/np/RAVkNLhqtCY6sVZMWqyyUkzmHJyd8-0naSJ_S_CNbabf0/ai-in-edu-bot>;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:introduces sub:chatgpt_based_intelligent_tutoring_for_programming;
    npx:supersedes <https://w3id.org/np/temp/RA_kgEjML8F7JxYh3U2LDKv7kFFIEosAn5fHqQ-SV0oHM>;
    rdfs:label "ChatGPT-based intelligent tutoring for programming education (PyTutor)" .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7wtogQOHJO4ma+HTxdNL2b83kKHopztAlm96edli6yOnm0kHwY9Rea1hsqsOGQga0UZSkpzpfgqk6AUufPU/pwjstYTZVIp3ws0zrZ92u4b4EaImOYDSaJNroxLoajEdDsA0/acoX6eP7rqhOHAuQpZyQQq8+8ptR397z3rx1sC2I3Zgd+90lcgm/m5nZIdOPRqD4R5OozX1T6vvzNtZiggUO6Ww1NyIjZe/3wlavyT0T6k4uPcnkpJw0x60CXwXXOUgCYgi25Q1Hs9fZJx7vmBJ7V6sALv2ExOymiItvdTOgYInOcTNw7GoP2JkooavGl9A8aPgy4q+xbP0fqIqFwIDAQAB";
    npx:hasSignature "6mSQtpMudpNz3ZeGnmnbyBrMgZ9r2o/TM1tUlruI4CaR8m0yDy+b2CJ30SSZTfr18Mrqkn5eOJ8ZiTwqiJBoOsWNzyknAqjTJF6ymv9aS8rlErQBFVxNrcHHzEIRTaSae/666VCk58JhefFXRrOgX053zbSP3+qmmvaT/H6HOtCQ+gZPyTKZfWz8Q8BifXA8UR3Ay2iL1pfiWpD5B5+I8gDMdj7/m7m8rp8m6B3Km/w7KHC1Eu5L19MAXfOqBCu4eoClw/znQvsSSIBd/1einEziREozJAmJFWLrg5ypZUNb+fWV+a+itKEKMXd/Eiqx3UWSFmxxK3lr+CID6cQEHQ==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://w3id.org/np/RAVkNLhqtCY6sVZMWqyyUkzmHJyd8-0naSJ_S_CNbabf0/ai-in-edu-bot> .
  
  <https://w3id.org/spaces/AI-in-education/r/terms/AI-as-personalized-learning-tool>
    nt:hasLabelFromApi "AI as personalized learning tool - Approach to use AI in education as a personalized learning tool." .
}