@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://personaopps.com/#definedterm-competency-snapshots> a rdfs:Class,
        owl:Class ;
    rdfs:label "Competency Snapshots" ;
    dcterms:created "2025"^^xsd:gYear ;
    rdfs:comment "An Educational OPP application delivering a point-in-time summary of a user's demonstrated competencies." ;
    rdfs:isDefinedBy <https://personaopps.com/#ontology> .

<https://personaopps.com/#definedterm-conversation-driven-workflows> a rdfs:Class,
        owl:Class ;
    rdfs:label "Conversation-Driven Workflows" ;
    dcterms:created "2025"^^xsd:gYear ;
    rdfs:comment "A Workflow OPP application in which business or mission processes are executed and guided through structured AI conversation." ;
    rdfs:isDefinedBy <https://personaopps.com/#ontology> .

<https://personaopps.com/#definedterm-conversation-first-platform> a rdfs:Class,
        owl:Class ;
    rdfs:label "Conversation-First Platform" ;
    dcterms:created "2025"^^xsd:gYear ;
    rdfs:comment "Positioning phrase describing PersonaOPPs' architecture and design philosophy centered on realistic AI conversation as the primary interface." ;
    rdfs:isDefinedBy <https://personaopps.com/#ontology> .

<https://personaopps.com/#definedterm-conversational-enterprise-platform> a rdfs:Class,
        owl:Class ;
    rdfs:label "Conversational Enterprise Platform" ;
    dcterms:created "2025"^^xsd:gYear ;
    rdfs:comment "PersonaOPPs' owned product category and brand promise, positioning it as a conversational enterprise platform that turns realistic AI interactions into structured, outcome-focused reports." ;
    rdfs:isDefinedBy <https://personaopps.com/#ontology> .

<https://personaopps.com/#definedterm-conversational-practice> a rdfs:Class,
        owl:Class ;
    rdfs:label "Conversational Practice" ;
    dcterms:created "2025"^^xsd:gYear ;
    rdfs:comment "An Educational OPP application focused on structured, repeatable conversation practice for skill-building." ;
    rdfs:isDefinedBy <https://personaopps.com/#ontology> .

<https://personaopps.com/#definedterm-conversational-workflows> a rdfs:Class,
        owl:Class ;
    rdfs:label "Conversational Workflows" ;
    dcterms:created "2025"^^xsd:gYear ;
    rdfs:comment "Use mechanism describing how PersonaOPPs structures conversation-driven business and mission processes into guided, repeatable workflows." ;
    rdfs:isDefinedBy <https://personaopps.com/#ontology> .

<https://personaopps.com/#definedterm-guided-workflow-support> a rdfs:Class,
        owl:Class ;
    rdfs:label "Guided Workflow Support" ;
    dcterms:created "2025"^^xsd:gYear ;
    rdfs:comment "A Workflow OPP application providing step-by-step conversational guidance through a defined process." ;
    rdfs:isDefinedBy <https://personaopps.com/#ontology> .

<https://personaopps.com/#definedterm-objective> a rdfs:Class,
        owl:Class ;
    rdfs:label "Objective" ;
    dcterms:created "2025"^^xsd:gYear ;
    rdfs:comment "The first step in the PersonaOPPs 'How it Works' flow, defining the goal or purpose of a given OPP session." ;
    rdfs:isDefinedBy <https://personaopps.com/#ontology> .

<https://personaopps.com/#definedterm-opp-objective-profile-pathway> a rdfs:Class,
        owl:Class ;
    rdfs:label "OPP (Objective, Profile, Pathway)" ;
    dcterms:created "2025"^^xsd:gYear ;
    rdfs:comment "Framework unit for PersonaOPPs: each OPP defines an Objective (the user's goal), a Profile (the AI persona), and a Pathway (the step-by-step journey to the objective)." ;
    rdfs:isDefinedBy <https://personaopps.com/#ontology> .

<https://personaopps.com/#definedterm-pathway> a rdfs:Class,
        owl:Class ;
    rdfs:label "Pathway" ;
    dcterms:created "2025"^^xsd:gYear ;
    rdfs:comment "The structured sequence of steps an OPP follows between the persona profile and the realistic AI conversation." ;
    rdfs:isDefinedBy <https://personaopps.com/#ontology> .

<https://personaopps.com/#definedterm-persona-profile> a rdfs:Class,
        owl:Class ;
    rdfs:label "Persona Profile" ;
    dcterms:created "2025"^^xsd:gYear ;
    rdfs:comment "The AI persona configuration used in an OPP session, defining the character and context the user practices or works with." ;
    rdfs:isDefinedBy <https://personaopps.com/#ontology> .

<https://personaopps.com/#definedterm-realistic-ai-conversation> a rdfs:Class,
        owl:Class ;
    rdfs:label "Realistic AI Conversation" ;
    dcterms:created "2025"^^xsd:gYear ;
    rdfs:comment "The core interactive experience of an OPP, in which the user engages in a lifelike voice conversation with an AI persona." ;
    rdfs:isDefinedBy <https://personaopps.com/#ontology> .

<https://personaopps.com/#definedterm-smart-report> a rdfs:Class,
        owl:Class ;
    rdfs:label "Smart Report" ;
    dcterms:created "2025"^^xsd:gYear ;
    rdfs:comment "The structured output generated at the end of an OPP session, translating the conversation into measurable insight." ;
    rdfs:isDefinedBy <https://personaopps.com/#ontology> .

<https://personaopps.com/#definedterm-structured-insight> a rdfs:Class,
        owl:Class ;
    rdfs:label "Structured Insight" ;
    dcterms:created "2025"^^xsd:gYear ;
    rdfs:comment "Outcome-language term describing the organized, analyzable insight produced from OPP conversations." ;
    rdfs:isDefinedBy <https://personaopps.com/#ontology> .

<https://personaopps.com/#definedterm-workflow-support> a rdfs:Class,
        owl:Class ;
    rdfs:label "Workflow Support" ;
    dcterms:created "2025"^^xsd:gYear ;
    rdfs:comment "Outcome-language term describing the operational guidance value delivered by Workflow OPPs." ;
    rdfs:isDefinedBy <https://personaopps.com/#ontology> .

<https://personaopps.com/#ontology> a owl:Ontology ;
    dcterms:creator <https://personaopps.com/#organization-personaopps> ;
    dcterms:description "Terms this entity coined or redefined, declared as classes. Terms it uses without claiming authorship are in the SKOS concept scheme instead." ;
    dcterms:title "PersonaOPPs — owned terms" .

