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 an Organization (denoted by https://discourse.org/#this), and its 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": { "@vocab": "https://schema.org/", "@base": "https://discourse.org/" }, "@id": "#this", "@type": "Organization", "name": "Discourse", "url": "https://discourse.org/", "hasOfferCatalog": { "@type": "OfferCatalog", "itemListElement": [ { "@type": "Offer", "@id": "pricing#basic", "name": "Basic", "description": "A private, invite-only space for your team, group, or club", "url": "https://discourse.org/pricing#basic", "priceCurrency": "USD", "price": "25", "eligibleDuration": { "@type": "QuantitativeValue", "value": "1", "unitCode": "MON" }, "availabilityStarts": "2023-03-17", "availabilityEnds": "2024-03-17", "priceSpecification": { "@type": "UnitPriceSpecification", "valueAddedTaxIncluded": true, "referenceQuantity": { "@type": "QuantitativeValue", "value": "50", "unitText": "PERCENT" } }, "itemOffered": { "@type": "Product", "name": "Basic Plan", "image": "https://discourse.org/a/img/icon-check-black.svg", "additionalProperty": [ { "@type": "PropertyValue", "name": "Members", "value": "100" }, { "@type": "PropertyValue", "name": "Admins & Moderators", "value": "5" }, { "@type": "PropertyValue", "name": "Monthly Page Views", "value": "50000" }, { "@type": "PropertyValue", "name": "Storage", "value": "10 GB" }, { "@type": "PropertyValue", "name": "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", "value": "https://discourse.org/features" }, { "@type": "PropertyValue", "name": "Basic Plugins", "value": "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": { "@vocab": "https://schema.org/", "@base": "https://discourse.org/" }, "@id": "#this", "@type": "Organization", "name": "Discourse", "url": "https://discourse.org/", "hasOfferCatalog": { "@type": "OfferCatalog", "itemListElement": [ { "@type": "Offer", "@id": "pricing#standard", "name": "Standard", "description": "Connect with your community and grow together", "url": "https://discourse.org/pricing#standard", "priceCurrency": "USD", "price": "100", "eligibleDuration": { "@type": "QuantitativeValue", "value": "1", "unitCode": "MON" }, "availabilityStarts": "2023-03-17", "itemOffered": { "@type": "Product", "name": "Standard Plan", "image": "https://discourse.org/a/img/icon-check-black.svg", "additionalProperty": [ { "@type": "PropertyValue", "name": "Unlimited Members", "value": "Included" }, { "@type": "PropertyValue", "name": "Monthly Page Views", "value": "100000" }, { "@type": "PropertyValue", "name": "Storage", "value": "20 GB" }, { "@type": "PropertyValue", "name": "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)", "value": "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", "value": "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": { "@vocab": "https://schema.org/", "@base": "https://discourse.org/" }, "@id": "#this", "@type": "Organization", "name": "Discourse", "url": "https://discourse.org/", "hasOfferCatalog": { "@type": "OfferCatalog", "itemListElement": [ { "@type": "Offer", "@id": "pricing#business", "name": "Business", "description": "Scale your business and help your customers and users connect with each other", "url": "https://discourse.org/pricing#business", "priceCurrency": "USD", "price": "300", "eligibleDuration": { "@type": "QuantitativeValue", "value": "1", "unitCode": "MON" }, "availabilityStarts": "2023-03-17", "itemOffered": { "@type": "Product", "name": "Business Plan", "image": "https://discourse.org/a/img/icon-check-black.svg", "additionalProperty": [ { "@type": "PropertyValue", "name": "Admins & Moderators", "value": "15" }, { "@type": "PropertyValue", "name": "Monthly Page Views", "value": "500000" }, { "@type": "PropertyValue", "name": "Storage", "value": "100 GB" }, { "@type": "PropertyValue", "name": "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", "value": "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": { "@vocab": "https://schema.org/", "@base": "https://discourse.org/" }, "@id": "#this", "@type": "Organization", "name": "Discourse", "url": "https://discourse.org/", "hasOfferCatalog": { "@type": "OfferCatalog", "itemListElement": [ { "@type": "Offer", "@id": "pricing#enterprise", "name": "Enterprise", "description": "Our most powerful plan to customize the design of your brand's community experience", "url": "https://discourse.org/enterprise", "availabilityStarts": "2023-03-17", "itemOffered": { "@type": "Product", "name": "Enterprise Plan", "image": "https://discourse.org/a/img/icon-check-black.svg", "additionalProperty": [ { "@type": "PropertyValue", "name": "Unlimited Admins & Moderators", "value": "Included" }, { "@type": "PropertyValue", "name": "Monthly Page Views", "value": "3000000+" }, { "@type": "PropertyValue", "name": "Storage", "value": "200 GB+" }, { "@type": "PropertyValue", "name": "Monthly Emails", "value": "1500000+" }, { "@type": "PropertyValue", "name": "SAML", "value": "Included" }, { "@type": "PropertyValue", "name": "Enterprise Plugins", "value": "https://discourse.org/plugins#enterprise" }, { "@type": "PropertyValue", "name": "Custom Migration", "value": "https://discourse.org/migrations" } ] } } ] } } ## JSON-LD End ## ```