@prefix foaf:   <http://xmlns.com/foaf/0.1/> .
@prefix solid:  <http://www.w3.org/ns/solid/terms#> .
@prefix pim:    <http://www.w3.org/ns/pim/space#> .
@prefix vcard:  <http://www.w3.org/2006/vcard/ns#> .
@prefix schema: <http://schema.org/> .
@prefix sec:    <https://w3id.org/security#> .
@prefix xsd:    <http://www.w3.org/2001/XMLSchema#> .
@prefix dct:    <http://purl.org/dc/terms/> .
@prefix fxd:    <https://acme-id.interego.xwisee.com/ns/foxxi-demo#> .

<>
    a foaf:PersonalProfileDocument ;
    foaf:maker  <#me> ;
    foaf:primaryTopic  <#me> ;
    dct:created  "2026-05-19T00:00:00Z"^^xsd:dateTime ;
    dct:description  "Demo WebID profile for Ngozi Kowalski — Learning Engineer (Acme Training Co tenant). Aligned to the IEEE ICICLE canonical definition of the profession: applying the learning sciences using human-centered design, engineering methodologies, and data-informed decision making to support learners." .

<#me>
    a foaf:Person, schema:Person ;
    foaf:name  "Ngozi Kowalski" ;
    vcard:fn   "Ngozi Kowalski" ;
    foaf:givenName  "Ngozi" ;
    foaf:familyName "Kowalski" ;
    foaf:title  "Learning Engineer" ;
    schema:jobTitle "Learning Engineer" ;
    schema:description "Learning engineer in the IEEE ICICLE sense — applies the learning sciences using human-centered design, engineering methodologies, and data-informed decision making. Sits across the three pillars of learning sciences + data science + computer science: cognitive task analysis on course content, KLI-framework matching of practice to objectives, BKT / IRT mastery calibration, ADL TLA instrumentation (xAPI / cmi5), and 1EdTech competency-standard emission (CASE / CaSS / CLR / OB3)." ;
    schema:worksFor [
      a schema:Organization ;
      schema:name "Acme Training Co (demo tenant)" ;
      schema:identifier "did:web:acme-id.interego.xwisee.com"
    ] ;
    schema:department "Learning Engineering" ;
    # Discipline / methods (the canonical ICICLE legs of the profession)
    schema:knowsAbout
      "Learning Sciences (parent discipline)" ,
      "Human-Centered Design (HCD)" ,
      "Engineering methodologies (process / iteration / instrumentation)" ,
      "Data-informed decision making" ,
      "Cognitive Task Analysis (CTA)" ,
      "KLI Framework (Knowledge–Learning–Instruction; Koedinger et al., CMU)" ,
      "Evidence-based practice" ,
      "Bayesian Knowledge Tracing (BKT)" ,
      "Item Response Theory (IRT)" ,
      "Cognitive Load Theory" ,
      "Spaced repetition / SM-2" ,
      "Worked-example effect" ,
      "Knowledge components / knowledge tracing" ;
    # Edtech standards the substrate ingests / emits
    schema:knowsAbout
      "IEEE P2247 — Adaptive Instructional Systems" ,
      "IEEE 1484.12.1 — Learning Object Metadata (LOM)" ,
      "IEEE 1484.20.1 — RDCEO (competency definitions)" ,
      "IEEE LERS (Learning Engineering Reference System) family" ,
      "ADL Total Learning Architecture (TLA)" ,
      "xAPI 1.0.3" ,
      "cmi5" ,
      "SCORM 2004 3rd Edition" ,
      "1EdTech CASE 1.0" ,
      "1EdTech CaSS" ,
      "1EdTech CLR 2.0" ,
      "1EdTech Open Badges 3.0" ,
      "W3C Verifiable Credentials 2.0" ;
    foaf:mbox  <mailto:le@acme-id.interego.xwisee.com> ;
    solid:account  <https://acme-id.interego.xwisee.com/users/le/> ;
    solid:oidcIssuer  <https://identity.interego.xwisee.com/> ;
    fxd:audienceTag  "learning-engineering", "engineering", "all-employees", "managers" ;
    fxd:userId  "u-le" ;
    fxd:walletAddress  "0xBffbE299d15487f55AD5051FB32a26C6Da5Dd8Ec" ;
    sec:verificationMethod [
      a sec:EcdsaSecp256k1RecoveryMethod2020 ;
      sec:controller  <#me> ;
      sec:ethereumAddress  "0xBffbE299d15487f55AD5051FB32a26C6Da5Dd8Ec"
    ] .
