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

<http://www.openlinksw.com/support/#this>
    a schema:Service ;
    schema:name "OpenLink Software Customer Support" ;
    schema:description "Persona-specific messaging for OpenLink Software Customer Support." ;
    schema:hasPart
        :persona-customer ,
        :persona-integration-partner ,
        :persona-isv ,
        :persona-oem .

:persona-customer
    a schema:CreativeWork ;
    schema:position 1 ;
    schema:name "Customer" ;
    schema:url <https://www.openlinksw.com/support/support-for-customer/> ;
    schema:headline "Resolve issues quickly with expert guidance" ;
    schema:text "Access comprehensive support plans, direct technical assistance, and self-service resources to ensure successful deployment, configuration, and long-term operation of OpenLink products." ;
    schema:image <https://www.openlinksw.com/DAV/oplweb3/images/support-customer-persona.png> ;
    schema:about <http://www.openlinksw.com/support/#this> ;
    schema:audience :audience-customer ;
    schema:potentialAction :action-customer .

:audience-customer
    a schema:Audience ;
    schema:audienceType "Customer" .

:action-customer
    a schema:ReadAction ;
    schema:name "Learn more about Customer Support" ;
    schema:object :persona-customer .

:persona-integration-partner
    a schema:CreativeWork ;
    schema:position 2 ;
    schema:name "Integration Partner" ;
    schema:url <https://www.openlinksw.com/support/support-for-integration-partner/> ;
    schema:headline "Build integrations with confidence" ;
    schema:text "Leverage deep technical support and documentation to build, validate, and maintain integrations with OpenLink products across diverse data environments and enterprise architectures." ;
    schema:image <https://www.openlinksw.com/DAV/oplweb3/images/support-integration-partner-persona.png> ;
    schema:about <http://www.openlinksw.com/support/#this> ;
    schema:audience :audience-integration-partner ;
    schema:potentialAction :action-integration-partner .

:audience-integration-partner
    a schema:Audience ;
    schema:audienceType "Integration Partner" .

:action-integration-partner
    a schema:ReadAction ;
    schema:name "Learn more about Integration Partner Support" ;
    schema:object :persona-integration-partner .

:persona-isv
    a schema:CreativeWork ;
    schema:position 3 ;
    schema:name "ISV" ;
    schema:url <https://www.openlinksw.com/support/support-for-isv/> ;
    schema:headline "Embed dependable connectivity in your product" ;
    schema:text "Access the technical expertise and partner resources needed to incorporate OpenLink data access standards into software products with confidence, compliance, and long-term supportability." ;
    schema:image <https://www.openlinksw.com/DAV/oplweb3/images/support-isv-persona.png> ;
    schema:about <http://www.openlinksw.com/support/#this> ;
    schema:audience :audience-isv ;
    schema:potentialAction :action-isv .

:audience-isv
    a schema:Audience ;
    schema:audienceType "ISV" .

:action-isv
    a schema:ReadAction ;
    schema:name "Learn more about ISV Support" ;
    schema:object :persona-isv .

:persona-oem
    a schema:CreativeWork ;
    schema:position 4 ;
    schema:name "OEM" ;
    schema:url <https://www.openlinksw.com/support/support-for-oem/> ;
    schema:headline "Deliver reliable data connectivity at scale" ;
    schema:text "Integrate OpenLink connectivity components into your platform with dedicated OEM support, ensuring performance, compatibility, and ongoing alignment with evolving product roadmaps." ;
    schema:image <https://www.openlinksw.com/DAV/oplweb3/images/support-oem-persona.png> ;
    schema:about <http://www.openlinksw.com/support/#this> ;
    schema:audience :audience-oem ;
    schema:potentialAction :action-oem .

:audience-oem
    a schema:Audience ;
    schema:audienceType "OEM" .

:action-oem
    a schema:ReadAction ;
    schema:name "Learn more about OEM Support" ;
    schema:object :persona-oem .
## Turtle End ##
