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

<http://ps.openlinksw.com/#this>
    a schema:Service ;
    schema:name "OpenLink Software Professional Services" ;
    schema:description "Persona-specific messaging for OpenLink Software Professional Services." ;
    schema:hasPart
        :persona-forward-deployed-engineer ,
        :persona-ai-consultant .

:persona-forward-deployed-engineer
    a schema:CreativeWork ;
    schema:position 1 ;
    schema:name "Forward Deployed Engineer" ;
    schema:url <https://ps.openlinksw.com/ps-for-forward-deployed-engineer/> ;
    schema:headline "Speed up production deployment" ;
    schema:text "Work with expert engineers to implement, configure, and integrate OpenLink solutions across enterprise data environments—reducing friction and accelerating time to value." ;
    schema:image <https://www.openlinksw.com/DAV/oplweb3/images/ps-forward-deployed-engineer-persona.png> ;
    schema:about <http://ps.openlinksw.com/#this> ;
    schema:audience :audience-forward-deployed-engineer ;
    schema:potentialAction :action-forward-deployed-engineer .

:audience-forward-deployed-engineer
    a schema:Audience ;
    schema:audienceType "Forward Deployed Engineer" .

:action-forward-deployed-engineer
    a schema:ReadAction ;
    schema:name "Learn more about Forward Deployed Engineer" ;
    schema:object :persona-forward-deployed-engineer .

:persona-ai-consultant
    a schema:CreativeWork ;
    schema:position 2 ;
    schema:name "AI Consultant" ;
    schema:url <https://ps.openlinksw.com/ps-for-ai-consultant/> ;
    schema:headline "Turn AI potential into enterprise outcomes" ;
    schema:text "Engage strategic consulting expertise to design, validate, and optimize AI agent and/or skills deployments, knowledge graph integrations, and data-driven AI workflows aligned with your business objectives." ;
    schema:image <https://www.openlinksw.com/DAV/oplweb3/images/ps-ai-consultant-persona.png> ;
    schema:about <http://ps.openlinksw.com/#this> ;
    schema:audience :audience-ai-consultant ;
    schema:potentialAction :action-ai-consultant .

:audience-ai-consultant
    a schema:Audience ;
    schema:audienceType "AI Consultant" .

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