Prompt 1: Generate an RDF-based description of the each offer along the following lines : 1. Use JSON-LD Notation 1. Name subjects and objects using a hash-based hyperlink based on https://discourse.org/pricing 1. Use https://discourse.org/ for @base 1. Use terms from Schema.org for describing Organizations Offers, Products, Images, and Product Features 1. Write response to a code-block 1. Connect what's described, coherently, to https://discourse.org/features which is a new page about the new CoPilot technology from Microsoft *All prices in USD* #### Basic ~~$50~~ $25per month Save 50% off for the first year A private, invite-only space for your team, group, or club [Start free 14-day trial](https://discourse.org/pricing#form) * **Includes:** * ![Included|14x14](https://discourse.org/a/img/icon-check-black.svg) 100 members * ![Included|14x14](https://discourse.org/a/img/icon-check-black.svg) 5 admins & moderators * ![Included|14x14](https://discourse.org/a/img/icon-check-black.svg) 50k monthly page views * ![Included|14x14](https://discourse.org/a/img/icon-check-black.svg) 10GB storage * ![Included|14x14](https://discourse.org/a/img/icon-check-black.svg) 50k monthly emails * ![Included|14x14](https://discourse.org/a/img/icon-check-black.svg) Real-time chat * ![Included|14x14](https://discourse.org/a/img/icon-check-black.svg) Secure web access * ![Included|14x14](https://discourse.org/a/img/icon-check-black.svg) Mobile app * ![Included|14x14](https://discourse.org/a/img/icon-check-black.svg) Email support * ![Included|14x14](https://discourse.org/a/img/icon-check-black.svg) Global CDN * ![Included|14x14](https://discourse.org/a/img/icon-check-black.svg) [Complete feature set](https://discourse.org/features) * ![Included|14x14](https://discourse.org/a/img/icon-check-black.svg) [Basic plugins](https://discourse.org/plugins) Response: ```json ## JSON-LD Start ## { "@context": { "@base": "https://discourse.org/", "@vocab": "https://schema.org/" }, "@graph": [ { "@id": "pricing#basic", "@type": "Offer", "name": "Basic", "priceCurrency": "USD", "price": "25", "eligibleDuration": { "@type": "QuantitativeValue", "value": "1", "unitText": "Year" }, "description": "A private, invite-only space for your team, group, or club", "url": "https://discourse.org/pricing#form", "availabilityStarts": "2023-03-17", "availabilityEnds": "2024-03-16", "priceSpecification": { "@type": "UnitPriceSpecification", "referenceQuantity": { "@type": "QuantitativeValue", "value": "1", "unitText": "Month" }, "price": "50", "discount": "50%", "discountCurrency": "USD", "validFrom": "2023-03-17", "validThrough": "2024-03-16" }, "itemOffered": { "@type": "Product", "additionalType": "https://discourse.org/features", "name": "Basic Plan", "image": "https://discourse.org/a/img/icon-check-black.svg", "description": "A private, invite-only space for your team, group, or club", "additionalProperty": [ { "@type": "PropertyValue", "name": "100 members", "value": "100" }, { "@type": "PropertyValue", "name": "5 admins & moderators", "value": "5" }, { "@type": "PropertyValue", "name": "50k monthly page views", "value": "50000" }, { "@type": "PropertyValue", "name": "10GB storage", "value": "10", "unitText": "GB" }, { "@type": "PropertyValue", "name": "50k monthly emails", "value": "50000" }, { "@type": "PropertyValue", "name": "Real-time chat", "value": "Included" }, { "@type": "PropertyValue", "name": "Secure web access", "value": "Included" }, { "@type": "PropertyValue", "name": "Mobile app", "value": "Included" }, { "@type": "PropertyValue", "name": "Email support", "value": "Included" }, { "@type": "PropertyValue", "name": "Global CDN", "value": "Included" }, { "@type": "PropertyValue", "name": "Complete feature set", "valueReference": { "@type": "URL", "url": "https://discourse.org/features" } }, { "@type": "PropertyValue", "name": "Basic plugins", "valueReference": { "@type": "URL", "url": "https://discourse.org/plugins" } } ] } } ] } ## JSON-LD End ## ``` Prompt 2: Repeat for the following. #### Standard $100per month Connect with your community and grow together [Start free 14-day trial](https://discourse.org/pricing#form) * **Everything in Basic, plus:** * ![Included|14x14](https://discourse.org/a/img/icon-check-black.svg) Unlimited members * ![Included|14x14](https://discourse.org/a/img/icon-check-black.svg) 100k monthly page views * ![Included|14x14](https://discourse.org/a/img/icon-check-black.svg) 20GB storage * ![Included|14x14](https://discourse.org/a/img/icon-check-black.svg) 100k monthly emails * ![Included|14x14](https://discourse.org/a/img/icon-check-black.svg) Public access * ![Included|14x14](https://discourse.org/a/img/icon-check-black.svg) Custom themes and components * ![Included|14x14](https://discourse.org/a/img/icon-check-black.svg) Custom domain * ![Included|14x14](https://discourse.org/a/img/icon-check-black.svg) [DiscourseConnect (SSO)](https://meta.discourse.org/t/13045) * ![Included|14x14](https://discourse.org/a/img/icon-check-black.svg) Social login * ![Included|14x14](https://discourse.org/a/img/icon-check-black.svg) Sign in with Apple * ![Included|14x14](https://discourse.org/a/img/icon-check-black.svg) [Standard plugins](https://discourse.org/plugins#standard) Response: ```json ## JSON-LD Start ## { "@context": { "@base": "https://discourse.org/", "@vocab": "https://schema.org/" }, "@graph": [ { "@id": "pricing#standard", "@type": "Offer", "name": "Standard", "priceCurrency": "USD", "price": "100", "description": "Connect with your community and grow together", "url": "https://discourse.org/pricing#form", "itemOffered": { "@type": "Product", "name": "Standard Plan", "image": "https://discourse.org/a/img/icon-check-black.svg", "description": "Connect with your community and grow together", "isRelatedTo": { "@type": "Product", "name": "Basic Plan", "identifier": "pricing#basic" }, "additionalProperty": [ { "@type": "PropertyValue", "name": "Unlimited members", "value": "Unlimited" }, { "@type": "PropertyValue", "name": "100k monthly page views", "value": "100000" }, { "@type": "PropertyValue", "name": "20GB storage", "value": "20", "unitText": "GB" }, { "@type": "PropertyValue", "name": "100k monthly emails", "value": "100000" }, { "@type": "PropertyValue", "name": "Public access", "value": "Included" }, { "@type": "PropertyValue", "name": "Custom themes and components", "value": "Included" }, { "@type": "PropertyValue", "name": "Custom domain", "value": "Included" }, { "@type": "PropertyValue", "name": "DiscourseConnect (SSO)", "valueReference": { "@type": "URL", "url": "https://meta.discourse.org/t/13045" } }, { "@type": "PropertyValue", "name": "Social login", "value": "Included" }, { "@type": "PropertyValue", "name": "Sign in with Apple", "value": "Included" }, { "@type": "PropertyValue", "name": "Standard plugins", "valueReference": { "@type": "URL", "url": "https://discourse.org/plugins#standard" } } ] } } ] } ## JSON-LD End ## Prompt 3: Repeat for the following. #### Business $300per month Scale your business and help your customers and users connect with each other [Start free 14-day trial](https://discourse.org/pricing#form) * **Everything in Standard, plus:** * ![Included|14x14](https://discourse.org/a/img/icon-check-black.svg) 15 admins & moderators * ![Included|14x14](https://discourse.org/a/img/icon-check-black.svg) 500k monthly page views * ![Included|14x14](https://discourse.org/a/img/icon-check-black.svg) 100GB storage * ![Included|14x14](https://discourse.org/a/img/icon-check-black.svg) 300k monthly emails * ![Included|14x14](https://discourse.org/a/img/icon-check-black.svg) Amazon, LinkedIn, and Microsoft authentication * ![Included|14x14](https://discourse.org/a/img/icon-check-black.svg) OpenID Connect * ![Included|14x14](https://discourse.org/a/img/icon-check-black.svg) Custom OAuth2 * ![Included|14x14](https://discourse.org/a/img/icon-check-black.svg) Learning Management System Integration * ![Included|14x14](https://discourse.org/a/img/icon-check-black.svg) [Business plugins](https://discourse.org/plugins#business) * ![Included|14x14](https://discourse.org/a/img/icon-check-black.svg) Migration * ![Included|14x14](https://discourse.org/a/img/icon-check-black.svg) Priority email support Response: ```json ## JSON-LD Start ## { "@context": { "@base": "https://discourse.org/", "@vocab": "https://schema.org/" }, "@graph": [ { "@id": "pricing#business", "@type": "Offer", "name": "Business", "priceCurrency": "USD", "price": "300", "description": "Scale your business and help your customers and users connect with each other", "url": "https://discourse.org/pricing#form", "itemOffered": { "@type": "Product", "name": "Business Plan", "image": "https://discourse.org/a/img/icon-check-black.svg", "description": "Scale your business and help your customers and users connect with each other", "isRelatedTo": { "@type": "Product", "name": "Standard Plan", "identifier": "pricing#standard" }, "additionalProperty": [ { "@type": "PropertyValue", "name": "15 admins & moderators", "value": "15" }, { "@type": "PropertyValue", "name": "500k monthly page views", "value": "500000" }, { "@type": "PropertyValue", "name": "100GB storage", "value": "100", "unitText": "GB" }, { "@type": "PropertyValue", "name": "300k monthly emails", "value": "300000" }, { "@type": "PropertyValue", "name": "Amazon, LinkedIn, and Microsoft authentication", "value": "Included" }, { "@type": "PropertyValue", "name": "OpenID Connect", "value": "Included" }, { "@type": "PropertyValue", "name": "Custom OAuth2", "value": "Included" }, { "@type": "PropertyValue", "name": "Learning Management System Integration", "value": "Included" }, { "@type": "PropertyValue", "name": "Business plugins", "valueReference": { "@type": "URL", "url": "https://discourse.org/plugins#business" } }, { "@type": "PropertyValue", "name": "Migration", "value": "Included" }, { "@type": "PropertyValue", "name": "Priority email support", "value": "Included" } ] } } ] } ## JSON-LD End ## ``` Prompt 4: Repeat for the following. #### Enterprise [Learn more](https://discourse.org/enterprise) • [Procuring](https://discourse.org/procuring) Our most powerful plan to customize the design of your brand's community experience [Contact us](https://discourse.org/pricing#form) * **Everything in Business, plus:** * ![Included|14x14](https://discourse.org/a/img/icon-check-black.svg) Unlimited admins & moderators * ![Included|14x14](https://discourse.org/a/img/icon-check-black.svg) 3M+ monthly page views * ![Included|14x14](https://discourse.org/a/img/icon-check-black.svg) 200GB+ storage * ![Included|14x14](https://discourse.org/a/img/icon-check-black.svg) 1.5M+ monthly emails * ![Included|14x14](https://discourse.org/a/img/icon-check-black.svg) SAML * ![Included|14x14](https://discourse.org/a/img/icon-check-black.svg) [Enterprise plugins](https://discourse.org/plugins#enterprise) * ![Included|14x14](https://discourse.org/a/img/icon-check-black.svg) [Custom migration](https://discourse.org/migrations) Response: ```json ## JSON-LD Start ## { "@context": { "@base": "https://discourse.org/", "@vocab": "https://schema.org/" }, "@graph": [ { "@id": "enterprise", "@type": "Offer", "name": "Enterprise", "description": "Our most powerful plan to customize the design of your brand's community experience", "url": "https://discourse.org/enterprise", "itemOffered": { "@type": "Product", "name": "Enterprise Plan", "image": "https://discourse.org/a/img/icon-check-black.svg", "description": "Our most powerful plan to customize the design of your brand's community experience", "isRelatedTo": { "@type": "Product", "name": "Business Plan", "identifier": "pricing#business" }, "additionalProperty": [ { "@type": "PropertyValue", "name": "Unlimited admins & moderators", "value": "Unlimited" }, { "@type": "PropertyValue", "name": "3M+ monthly page views", "value": "3000000+" }, { "@type": "PropertyValue", "name": "200GB+ storage", "value": "200+", "unitText": "GB" }, { "@type": "PropertyValue", "name": "1.5M+ monthly emails", "value": "1500000+" }, { "@type": "PropertyValue", "name": "SAML", "value": "Included" }, { "@type": "PropertyValue", "name": "Enterprise plugins", "valueReference": { "@type": "URL", "url": "https://discourse.org/plugins#enterprise" } }, { "@type": "PropertyValue", "name": "Custom migration", "valueReference": { "@type": "URL", "url": "https://discourse.org/migrations" } } ] } } ] } ## JSON-LD End ## ```