Semantic Technologies for Cybersecurity Education Competencies
JSON-LD Implementation of Distributed Learning Analytics

Ryan Straight

University of Arizona

Aaron Escamilla

University of Arizona

2025-11-05

Research Context

Current Assumptions

Current Ed Tech

Individual Humans + Passive AI Tools

Reality

Human ↔︎ AI Assemblages

Empirical Evidence from Pilot Study

89.4%

of education-focused NICE Framework work role competencies contain posthuman elements

How do we track/assess/teach this?

What is Posthumanism?

Decentering the human
Agency is distributed
Technology mediates, not just supports

Our Core Contribution

A methodological framework

Not a complete framework analysis

Theory → JSON-LD → SPARQL

Demonstrated through OG-015, with preliminary CE-001 extension

Implementation Approach

Three-Stage Methodology

Posthuman Theory → JSON-LD Schema → Queryable Competencies

The Posthuman Ontology

JSON-LD Structure:
Context → Analysis → Code Frequencies

SE-C: 22 | HTE-S: 17 | NHA-S: 10

Primary Case Study: OG-015

Technology Portfolio Management

73 coded instances

9 posthuman categories

What the Data Reveals

Preliminary Extension: CE-001 Analysis

Making It Queryable

PREFIX posthuman: <https://posthuman.education/ontology#>
PREFIX nice: <https://nice.nist.gov/framework/terms#>

SELECT ?workRole ?name ?entanglementType
WHERE {
  ?workRole a nice:WorkRole ;
            schema:name ?name ;
            posthuman:posthumanAnalysis ?analysis .

  ?analysis posthuman:primaryCategories ?category .
  ?category a posthuman:HumanTechnologyEntanglement ;
            posthuman:subtype ?entanglementType .
}
ORDER BY ?entanglementType

Standard semantic web - works with any triplestore

Implications and Applications

Learning Analytics Implications

Before

Track: Individual performance

Now

Track: Human-AI collaboration

What we can now measure

Curriculum Gap Analysis

Systematic competency enhancement

Evidence-based curriculum design

Assessment Applications

Distributed Agency
Technological Mediation
Adaptive Collaboration

Now assessable, not just theoretical

Integration Strategy

Backward Compatible + Posthuman Enhanced

Incremental adoption, not replacement

Beyond Cybersecurity

HealthcareClimate ScienceEngineering

Anywhere human-AI collaboration is fundamental

Reproducible methodology

Validation and Future Work

Technical Validation

✓ JSON-LD validated
✓ SPARQL queries work
✓ Standards compatible

Scaling the Methodology

Completed: OG-004/005 (JCERP) + OG-015 + CE-001 (ISCAP)

Next Phase: 52-role systematic analysis

Then: Public framework release + Implementation guides

Fall 2026 target for complete framework

Conclusions

1. Posthuman theory → Practical tech

2. Assess what actually matters

3. Enhance existing systems

Contact

Ryan Straight

ryanstraight@arizona.edu
ORCID: 0000-0002-6251-5662

Aaron Escamilla

escamillaa@arizona.edu