## Turtle Start ##
@prefix : <#> .
@prefix schema: <https://schema.org/> .

<http://www.openlinksw.com/#this>
    a schema:Organization ;
    schema:name "OpenLink Software" ;
    schema:description "Persona-specific messaging for OpenLink Software homepage." ;
    schema:hasPart
        :persona-cto ,
        :persona-data-architect ,
        :persona-developer ,
        :persona-ai-leader ,
        :persona-partner .

:persona-cto
    a schema:CreativeWork ;
    schema:position 1 ;
    schema:name "CTO / Technology Executive" ;
    schema:url <https://www.openlinksw.com/personas/cto/> ;
    schema:headline "Build AI Agents & Skills on a semantically rich foundation" ;
    schema:text "Ensure the development and deployment of AI agents and skills informed by semantically rich data, information, and knowledge across your enterprise—delivering agility without introducing new silos or compounding technical debt." ;
    schema:image <https://www.openlinksw.com/images/www-persona-cto-tech-exec.png> ;
    schema:about <http://www.openlinksw.com/#this> ;
    schema:audience :audience-cto ;
    schema:potentialAction :action-cto .

:audience-cto
    a schema:Audience ;
    schema:audienceType "CTO / Technology Executive" .

:action-cto
    a schema:ReadAction ;
    schema:name "How we help you the CTO / Technology Executive" ;
    schema:object :persona-cto .

:persona-data-architect
    a schema:CreativeWork ;
    schema:position 2 ;
    schema:name "Data Architect" ;
    schema:url <https://www.openlinksw.com/personas/data-architect/> ;
    schema:headline "Make loosely coupled data, information, and knowledge the norm" ;
    schema:text "Design and implement a loosely coupled architecture for AI agents and skills using open standards, knowledge graphs, and interoperable data access—connecting databases, documents, APIs, and semantic layers without creating brittle dependencies." ;
    schema:image <https://www.openlinksw.com/images/www-persona-data-architect.png> ;
    schema:about <http://www.openlinksw.com/#this> ;
    schema:audience :audience-data-architect ;
    schema:potentialAction :action-data-architect .

:audience-data-architect
    a schema:Audience ;
    schema:audienceType "Data Architect" .

:action-data-architect
    a schema:ReadAction ;
    schema:name "How we help you the Data Architect" ;
    schema:object :persona-data-architect .

:persona-developer
    a schema:CreativeWork ;
    schema:position 3 ;
    schema:name "Developer" ;
    schema:url <https://www.openlinksw.com/personas/developer/> ;
    schema:headline "Build intelligent applications with open standards and portable skills" ;
    schema:text "Develop high-performance applications, APIs, and AI agents using standards-based connectivity and query technologies including ODBC, JDBC, ADO.NET, SQL, SPARQL, GraphQL, and REST—while integrating seamlessly with relational databases, knowledge graphs, vector stores, and document collections." ;
    schema:image <https://www.openlinksw.com/images/www-persona-developer.png> ;
    schema:about <http://www.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 "How we help you the Developer" ;
    schema:object :persona-developer .

:persona-ai-leader
    a schema:CreativeWork ;
    schema:position 4 ;
    schema:name "AI Leader" ;
    schema:url <https://www.openlinksw.com/personas/ai-leader/> ;
    schema:headline "Operationalize trustworthy AI with enterprise context" ;
    schema:text "Deploy AI agents and intelligent workflows grounded in enterprise data, governed knowledge graphs, and semantically enriched retrieval pipelines—improving explainability, contextual accuracy, interoperability, and long-term scalability across your organization." ;
    schema:image <https://www.openlinksw.com/images/www-persona-ai-leader.png> ;
    schema:about <http://www.openlinksw.com/#this> ;
    schema:audience :audience-ai-leader ;
    schema:potentialAction :action-ai-leader .

:audience-ai-leader
    a schema:Audience ;
    schema:audienceType "AI Leader" .

:action-ai-leader
    a schema:ReadAction ;
    schema:name "How we help you the AI Leader" ;
    schema:object :persona-ai-leader .

:persona-partner
    a schema:CreativeWork ;
    schema:position 5 ;
    schema:name "Partner" ;
    schema:url <https://www.openlinksw.com/personas/partner/> ;
    schema:headline "Extend your platform with trusted connectivity and AI infrastructure" ;
    schema:text "Partner with OpenLink to embed standards-based connectivity, semantic interoperability, and AI-enablement capabilities into your products and services—supported by proven integration expertise for ISVs, OEMs, system integrators, and enterprise solution providers." ;
    schema:image <https://www.openlinksw.com/images/www-persona-partner.png> ;
    schema:about <http://www.openlinksw.com/#this> ;
    schema:audience :audience-partner ;
    schema:potentialAction :action-partner .

:audience-partner
    a schema:Audience ;
    schema:audienceType "Partner" .

:action-partner
    a schema:ReadAction ;
    schema:name "How we help you, the Partner" ;
    schema:object :persona-partner .
## Turtle End ##
