## Turtle Start ##
@prefix : <#> .
@prefix schema: <https://schema.org/> .

<http://opal.openlinksw.com/#this>
    a schema:Product ;
    schema:name "OpenLink AI Layer (OPAL)" ;
    schema:description "Persona-specific messaging for OpenLink AI Layer (OPAL)." ;
    schema:hasPart
        :persona-ai-strategist ,
        :persona-knowledge-worker ,
        :persona-developer ,
        :persona-ai-engineer .

:persona-ai-strategist
    a schema:CreativeWork ;
    schema:position 1 ;
    schema:name "AI Strategist" ;
    schema:url <https://opal.openlinksw.com/opal-for-ai-strategist/> ;
    schema:headline "Deploy AI agents with strategic intent" ;
    schema:text "Design and orchestrate AI agent deployments that align with organizational goals, integrating LLMs with structured knowledge, governed data access, and enterprise-wide interoperability." ;
    schema:image <https://www.openlinksw.com/DAV/oplweb3/images/opal-ai-strategist-persona.png> ;
    schema:about <http://opal.openlinksw.com/#this> ;
    schema:audience :audience-ai-strategist ;
    schema:potentialAction :action-ai-strategist .

:audience-ai-strategist
    a schema:Audience ;
    schema:audienceType "AI Strategist" .

:action-ai-strategist
    a schema:ReadAction ;
    schema:name "Learn more about AI Strategist" ;
    schema:object :persona-ai-strategist .

:persona-knowledge-worker
    a schema:CreativeWork ;
    schema:position 2 ;
    schema:name "Knowledge Worker" ;
    schema:url <https://opal.openlinksw.com/opal-for-knowledge-worker/> ;
    schema:headline "Let AI agents surface what matters" ;
    schema:text "Access curated knowledge bases, document collections, and enterprise data through conversational AI agents that deliver relevant insights without requiring technical expertise." ;
    schema:image <https://www.openlinksw.com/DAV/oplweb3/images/opal-knowledge-worker-persona.png> ;
    schema:about <http://opal.openlinksw.com/#this> ;
    schema:audience :audience-knowledge-worker ;
    schema:potentialAction :action-knowledge-worker .

:audience-knowledge-worker
    a schema:Audience ;
    schema:audienceType "Knowledge Worker" .

:action-knowledge-worker
    a schema:ReadAction ;
    schema:name "Learn more about Knowledge Worker" ;
    schema:object :persona-knowledge-worker .

:persona-developer
    a schema:CreativeWork ;
    schema:position 3 ;
    schema:name "Developer" ;
    schema:url <https://opal.openlinksw.com/opal-for-developer/> ;
    schema:headline "Develop AI agents and skills" ;
    schema:text "Create and deploy agents and/or skills that are loosely coupled with databases, knowledge bases/graphs, filesystems, and APIs—deployable across private or public data spaces using existing open standards." ;
    schema:image <https://www.openlinksw.com/DAV/oplweb3/images/opal-developer-persona.png> ;
    schema:about <http://opal.openlinksw.com/#this> ;
    schema:audience :audience-developer ;
    schema:potentialAction :action-developer .

:audience-developer
    a schema:Audience ;
    schema:audienceType "Developer" .

:action-developer
    a schema:ReadAction ;
    schema:name "Learn more about Developer" ;
    schema:object :persona-developer .

:persona-ai-engineer
    a schema:CreativeWork ;
    schema:position 4 ;
    schema:name "AI Engineer" ;
    schema:url <https://opal.openlinksw.com/opal-for-ai-engineer/> ;
    schema:headline "Move beyond prompt engineering—leveraging context engineering" ;
    schema:text "Construct production AI agent and skills pipelines that loosely couple LLMs with data spaces using open standards, where context engineering delivers semantically enhanced memory, precision, consistency, and reliable outcomes." ;
    schema:image <https://www.openlinksw.com/DAV/oplweb3/images/opal-ai-engineer-persona.png> ;
    schema:about <http://opal.openlinksw.com/#this> ;
    schema:audience :audience-ai-engineer ;
    schema:potentialAction :action-ai-engineer .

:audience-ai-engineer
    a schema:Audience ;
    schema:audienceType "AI Engineer" .

:action-ai-engineer
    a schema:ReadAction ;
    schema:name "Learn more about AI Engineer" ;
    schema:object :persona-ai-engineer .
## Turtle End ##
