## Turtle Start ##
@prefix schema:    <http://schema.org/> .
@prefix cc:        <http://creativecommons.org/ns#> .
@prefix xsd:       <http://www.w3.org/2001/XMLSchema#> .
@prefix opllic:    <http://www.openlinksw.com/ontology/licenses#> .
@prefix oplsof:    <http://www.openlinksw.com/ontology/software#> .
@prefix oplpro:    <http://www.openlinksw.com/ontology/products#> .
@prefix wdrs:      <http://www.w3.org/2007/05/powder-s#> .
@prefix skos:      <http://www.w3.org/2004/02/skos/core#> .
@prefix oplofr:    <http://www.openlinksw.com/ontology/offers#> .
@prefix gr:        <http://purl.org/goodrelations/v1#> .
@prefix source:    <http://virtuoso.openlinksw.com/data/turtle/FileAccessOffers-License-Prices.ttl> .
@prefix :          <#> . # Base URI for this document's entities

# --- Document Metadata (Simplified Stub) ---

source: a schema:CreativeWork ;
    schema:name "Demo File Access Offers Definitions" ;
    schema:comment "This document describes offers for access to specific files hosted on URIBurner." ;
    schema:author <http://www.openlinksw.com/#this> ; # Placeholder
    cc:attributionName "OpenLink Software Example" ;
    schema:datePublished "2026-06-09T00:00:00Z"^^xsd:dateTime ;
    schema:dateModified "2026-06-11T00:00:00Z"^^xsd:dateTime .

# --- Licensed Product / Service  ---

# File access
<http://data.openlinksw.com/oplweb/URIBurnerFA#this> a schema:WebAPI ;
    schema:name "File access via URIBurner"@en ;
    schema:applicationCategory "File Access"@en ;
    schema:applicationSubCategory "ACL controlled file access"@en ;
    schema:description """Attribute-based, access control constrained access to a File hosted by URIBurner."""@en ;
# -- OPAL server needed to create the ACLs
    skos:related <http://data.openlinksw.com/oplweb/URIBurnerOPAL#this> ;
    schema:provider [
        a schema:Organization ;
        schema:name "OpenLink Software"@en ;
        schema:url <https://www.openlinksw.com/> ;
    ] ;
    schema:url <https://linkeddata.uriburner.com/> ;
    schema:hasPart
        [
            a schema:WebAPI ;
            schema:name "WebDAV Service Endpoint"@en ;
            schema:description """WebDAV Endpoint for file interactions."""@en ;
            schema:serviceType "WebDAV Service"@en ;
            schema:url <https://linkeddata.uriburner.com/DAV> .
        ] .

# --- File Access Offers ---
# -- Price Specification --
<http://data.openlinksw.com/oplweb/offer-unitprice/FileAccessPriceSpecification#this> a schema:UnitPriceSpecification, oplofr:RetailUnitPriceSpecification ;
    schema:priceCurrency "USD"^^xsd:string ;
    schema:price "2.99"^^xsd:decimal ;
    schema:unitCode "C62"^^xsd:string ; # Piece
    schema:name "File Access" ;
    schema:validFrom "2026-06-09T00:00:00Z"^^xsd:dateTime ; # Placeholder
    schema:validThrough "2026-12-31T23:59:59Z"^^xsd:dateTime ; # Placeholder
    oplofr:interval "month"^^xsd:string ;
    oplofr:intervalCount "1"^^xsd:integer ;
    wdrs:describedby source: .

# -- License Description --
<http://data.openlinksw.com/oplweb/license/DemoFileAccessLicense1URIBurner#this> a opllic:ProductLicense, opllic:ExpiringLicense, schema:Product, opllic:ACLOnly, opllic:SubscriptionLicense  ;
    oplsof:hasOperatingSystemFamily   oplsof:OSFamilyAny ;
    oplsof:hasDatabaseFamily oplsof:WorldWideWeb ;
    schema:image <https://www.openlinksw.com/DAV/oplweb3/images/world-cup-2026-file-access.jpg> ;
    schema:name "License for accessing the 2026 FIFA World Cup Country & Player Guide Meshup Infographic (HTML) on URIBurner" ;
    skos:prefLabel "2026 World Cup Country & Player Guide Infographic License (HTML)" ;
    skos:altLabel "Read-only access license for the 2026 FIFA World Cup Country & Player Guide Meshup HTML infographic, hosted on URIBurner" ;
    schema:description "This license grants read-only access to the 2026 FIFA World Cup Country & Player Guide Meshup HTML infographic (https://linkeddata.uriburner.com/DAV/demos/daas_paid/world-cup-2026-country-player-guide-meshup-gpt5-chat-1.html) — a GPT-5 Chat-generated interactive page meshing country qualification data with The Guardian's complete player guide." ;
    opllic:productLicenseOf <http://data.openlinksw.com/oplweb/URIBurnerFA#this> ;
    opllic:partOf <http://data.openlinksw.com/oplweb/offer/DemoFileAccessOffer1URIBurner#this> ;
    opllic:hasDuration <http://data.openlinksw.com/oplweb/license/License-Duration#ongoing-subscription> ;
    opllic:uriParameter <https://linkeddata.uriburner.com/DAV/demos/daas_paid/world-cup-2026-country-player-guide-meshup-gpt5-chat-1.html> ;
    wdrs:describedby source: .

# -- Offer Description --
<http://data.openlinksw.com/oplweb/offer/DemoFileAccessOffer1URIBurner#this> a schema:Offer, oplofr:SubscriptionOffer, oplofr:DAVOffer, oplofr:DemoFileAccessOffer ;
    oplofr:offerNumber "KG-HTML-FILE-ACCESS-UB-WORLDCUP-GUIDE"^^xsd:string ;
    schema:name "2026 FIFA World Cup Country & Player Guide Meshup Infographic (HTML) — File Access on URIBurner" ;
    skos:prefLabel "2026 World Cup Country & Player Guide HTML Infographic Access" ;
    schema:comment "Purchasing this offer grants read-only access to the 2026 FIFA World Cup Country & Player Guide Meshup HTML infographic (https://linkeddata.uriburner.com/DAV/demos/daas_paid/world-cup-2026-country-player-guide-meshup-gpt5-chat-1.html) — a GPT-5 Chat-generated interactive infographic combining country qualification and player guide data." ;
    schema:description "File access offer providing read-only access to the GPT-5 Chat-generated 2026 FIFA World Cup Country & Player Guide Meshup HTML infographic at https://linkeddata.uriburner.com/DAV/demos/daas_paid/world-cup-2026-country-player-guide-meshup-gpt5-chat-1.html, hosted on URIBurner." ;
    wdrs:describedby source: ;
    schema:businessFunction gr:Sell ;
    schema:itemOffered <http://data.openlinksw.com/oplweb/license/DemoFileAccessLicense1URIBurner#this> ;
    schema:priceSpecification <http://data.openlinksw.com/oplweb/offer-unitprice/FileAccessPriceSpecification#this> ;
    oplofr:isMemberOf <http://data.openlinksw.com/oplweb/OfferGroupFileAccess#this> ;
    schema:validFrom "2026-06-09T00:00:00Z"^^xsd:dateTime ; # Placeholder
    schema:validThrough "2026-12-31T23:59:59Z"^^xsd:dateTime ; # Placeholder
    schema:potentialAction <https://shop.openlinksw.com/shop/cart.vsp?command=add&item=http%3A%2F%2Fdata.openlinksw.com%2Foplweb%2Foffer%2FDemoFileAccessOffer1URIBurner%23this> ;
    skos:related [oplpro:hasFamily    <http://data.openlinksw.com/oplweb/product_family/opal#this> ] .


# -- License Description --
<http://data.openlinksw.com/oplweb/license/DemoFileAccessLicense2URIBurner#this> a opllic:ProductLicense, opllic:ExpiringLicense, schema:Product, opllic:ACLOnly, opllic:SubscriptionLicense  ;
    oplsof:hasOperatingSystemFamily   oplsof:OSFamilyAny ;
    oplsof:hasDatabaseFamily oplsof:WorldWideWeb ;
    schema:image <https://www.openlinksw.com/DAV/oplweb3/images/world-cup-2026-file-access.jpg> ;
    schema:name "License for accessing the 2026 FIFA World Cup Country & Player Guide Knowledge Graph (RDF-Turtle) on URIBurner" ;
    skos:prefLabel "2026 World Cup Country & Player Guide Knowledge Graph License (RDF-Turtle)" ;
    skos:altLabel "Read-only access license for the 2026 FIFA World Cup Country & Player Guide Meshup RDF-Turtle knowledge graph, hosted on URIBurner" ;
    schema:description "This license grants read-only access to the 2026 FIFA World Cup Country & Player Guide Meshup RDF-Turtle knowledge graph (https://linkeddata.uriburner.com/DAV/demos/daas_paid/world-cup-2026-country-player-guide-meshup-gpt5-chat-1.ttl) — a GPT-5 Chat-generated knowledge graph meshing country qualification data with The Guardian's complete player guide." ;
    opllic:productLicenseOf <http://data.openlinksw.com/oplweb/URIBurnerFA#this> ;
    opllic:partOf <http://data.openlinksw.com/oplweb/offer/DemoFileAccessOffer2URIBurner#this> ;
    opllic:hasDuration <http://data.openlinksw.com/oplweb/license/License-Duration#ongoing-subscription> ;
    opllic:uriParameter <https://linkeddata.uriburner.com/DAV/demos/daas_paid/world-cup-2026-country-player-guide-meshup-gpt5-chat-1.ttl> ;
    wdrs:describedby source: .

# -- Offer Description --
<http://data.openlinksw.com/oplweb/offer/DemoFileAccessOffer2URIBurner#this> a schema:Offer, oplofr:SubscriptionOffer, oplofr:DAVOffer, oplofr:DemoFileAccessOffer ;
    oplofr:offerNumber "KG-TTL-FILE-ACCESS-UB-WORLDCUP-GUIDE"^^xsd:string ;
    schema:name "2026 FIFA World Cup Country & Player Guide Knowledge Graph (RDF-Turtle) — File Access on URIBurner" ;
    skos:prefLabel "2026 World Cup Country & Player Guide RDF-Turtle Knowledge Graph Access" ;
    schema:comment "Purchasing this offer grants read-only access to the 2026 FIFA World Cup Country & Player Guide Meshup RDF-Turtle knowledge graph (https://linkeddata.uriburner.com/DAV/demos/daas_paid/world-cup-2026-country-player-guide-meshup-gpt5-chat-1.ttl) — a GPT-5 Chat-generated knowledge graph combining country qualification and player guide data." ;
    schema:description "File access offer providing read-only access to the GPT-5 Chat-generated 2026 FIFA World Cup Country & Player Guide Meshup RDF-Turtle knowledge graph at https://linkeddata.uriburner.com/DAV/demos/daas_paid/world-cup-2026-country-player-guide-meshup-gpt5-chat-1.ttl, hosted on URIBurner." ;
    wdrs:describedby source: ;
    schema:businessFunction gr:Sell ;
    schema:itemOffered <http://data.openlinksw.com/oplweb/license/DemoFileAccessLicense2URIBurner#this> ;
    schema:priceSpecification <http://data.openlinksw.com/oplweb/offer-unitprice/FileAccessPriceSpecification#this> ;
    oplofr:isMemberOf <http://data.openlinksw.com/oplweb/OfferGroupFileAccess#this> ;
    schema:validFrom "2026-06-09T00:00:00Z"^^xsd:dateTime ; # Placeholder
    schema:validThrough "2026-12-31T23:59:59Z"^^xsd:dateTime ; # Placeholder
    schema:potentialAction <https://shop.openlinksw.com/shop/cart.vsp?command=add&item=http%3A%2F%2Fdata.openlinksw.com%2Foplweb%2Foffer%2FDemoFileAccessOffer2URIBurner%23this> ;
    skos:related [oplpro:hasFamily    <http://data.openlinksw.com/oplweb/product_family/opal#this> ] .


# --- Link provider to offers ---
<http://www.openlinksw.com/dataspace/organization/openlink#this> schema:offers
    <http://data.openlinksw.com/oplweb/offer/DemoFileAccessOffer1URIBurner#this> ,
    <http://data.openlinksw.com/oplweb/offer/DemoFileAccessOffer2URIBurner#this> .

## License Duration for Licenses to be associated with offers in this doc

<http://data.openlinksw.com/oplweb/license/License-Duration#ongoing-subscription>
    opllic:isDurationOf <http://data.openlinksw.com/oplweb/license/DemoFileAccessLicense1URIBurner#this> , 
                       <http://data.openlinksw.com/oplweb/license/DemoFileAccessLicense2URIBurner#this> .

<http://data.openlinksw.com/oplweb/license/License-Duration#ongoing-subscription> a opllic:Duration ; 
    schema:name "License Duration — Ongoing subscription" .

## Turtle End ##
