# RDF Ontology generated by @inferal-relay/rdf-emitter

@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix tspv: <https://relay.inferal.com/ontology/typespec/versioning/> .
@prefix schema: <https://schema.org/> .
@prefix gr: <http://purl.org/goodrelations/v1#> .
@prefix shopify: <https://relay.inferal.com/ontology/shopify/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix qb: <http://purl.org/linked-data/cube#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix vann: <http://purl.org/vocab/vann/> .

# Ontology metadata
<https://relay.inferal.com/ontology/shopify/>
  rdfs:label "Shopify Admin API Ontology" ;
  dcterms:title "Shopify Admin API Ontology" ;
  dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
  dcterms:publisher <https://inferal.com/> ;
  vann:preferredNamespacePrefix "shopify" ;
  vann:preferredNamespaceUri "https://relay.inferal.com/ontology/shopify/" .

# Class: Metafield
shopify:Metafield a rdfs:Class ;
  rdfs:label "Metafield" ;
  rdfs:comment "Shopify metafield.\n\nMetafields are first-class in Shopify and can be attached to most resources." ;
  rdfs:subClassOf schema:PropertyValue .

# Class: Image
shopify:Image a rdfs:Class ;
  rdfs:label "Image" ;
  rdfs:comment "Image object shared across resources." ;
  rdfs:subClassOf schema:ImageObject .

# Class: Address
shopify:Address a rdfs:Class ;
  rdfs:label "Address" ;
  rdfs:comment "Shopify unified address format." ;
  rdfs:subClassOf schema:PostalAddress .

# Class: Price Set
shopify:PriceSet a rdfs:Class ;
  rdfs:label "Price Set" ;
  rdfs:comment "Price set with shop and presentment money amounts." .

# Class: Money
shopify:Money a rdfs:Class ;
  rdfs:label "Money" ;
  rdfs:comment "Money amount with currency." ;
  rdfs:subClassOf schema:MonetaryAmount .

# Class: User Error
shopify:UserError a rdfs:Class ;
  rdfs:label "User Error" ;
  rdfs:comment "Represents an error in a mutation." .

# Class: Shopify Error
shopify:Error a rdfs:Class ;
  rdfs:label "Shopify Error" ;
  rdfs:comment "Shopify API error response." ;
  rdfs:subClassOf schema:Thing .

# Class: Attribute
shopify:Attribute a rdfs:Class ;
  rdfs:label "Attribute" ;
  rdfs:comment "A custom property. Attributes are used to store additional information about a Shopify resource, such as\nproducts, customers, or orders. Attributes are stored as key-value pairs.\n\nFor example, a list of attributes might include whether a customer is a first-time buyer (`\"customer_first_order\": \"true\"`),\nwhether an order is gift-wrapped (`\"gift_wrapped\": \"true\"`), a preferred delivery date\n(`\"preferred_delivery_date\": \"2025-10-01\"`), the discount applied (`\"loyalty_discount_applied\": \"10%\"`), and any\nnotes provided by the customer (`\"customer_notes\": \"Please leave at the front door\"`)." .

# Class: Translation
shopify:Translation a rdfs:Class ;
  rdfs:label "Translation" ;
  rdfs:comment "A localized version of a field on a resource. Translations enable merchants to provide content in multiple languages for [`Product`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Product) objects, [`Collection`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Collection) objects, and other store resources.\n\nEach translation specifies the locale, the field being translated (identified by its key), and the translated value. Translations can be market-specific, allowing different content for the same language across different markets, or available globally when no [`Market`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Market) is specified. The `outdated` flag indicates whether the original content has changed since this translation was last updated.\n\nLearn more about [managing translated content](https://shopify.dev/docs/apps/build/markets/manage-translated-content)." .

# Class: Typed Attribute
shopify:TypedAttribute a rdfs:Class ;
  rdfs:label "Typed Attribute" ;
  rdfs:comment "Represents a typed custom attribute." .

# Class: Product
shopify:Product a rdfs:Class ;
  rdfs:label "Product" ;
  rdfs:comment "A product in the Shopify store." ;
  rdfs:subClassOf schema:Product .

# Class: Product Variant
shopify:ProductVariant a rdfs:Class ;
  rdfs:label "Product Variant" ;
  rdfs:comment "A product variant representing a specific version of a product." ;
  rdfs:subClassOf schema:ProductModel .

# Class: Selected Option
shopify:SelectedOption a rdfs:Class ;
  rdfs:label "Selected Option" ;
  rdfs:comment "Properties used by customers to select a product variant.\nProducts can have multiple options, like different sizes or colors." .

# Class: Product Option Value
shopify:ProductOptionValue a rdfs:Class ;
  rdfs:label "Product Option Value" ;
  rdfs:comment "A specific value for a [`ProductOption`](https://shopify.dev/docs/api/admin-graphql/latest/objects/ProductOption), such as \"Red\" or \"Blue\" for a \"Color\" option. Each value can be assigned to [`ProductVariant`](https://shopify.dev/docs/api/admin-graphql/latest/objects/ProductVariant) objects to create different versions of a [`Product`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Product).\n\nThe value tracks whether any variants currently use it through the [`hasVariants`](https://shopify.dev/docs/api/admin-graphql/latest/objects/ProductOptionValue#field-hasVariants) field. Values can include visual representations through swatches that display colors or images. When linked to a [`Metafield`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Metafield), the [`linkedMetafieldValue`](https://shopify.dev/docs/api/admin-graphql/latest/objects/ProductOptionValue#field-linkedMetafieldValue) provides additional structured data for the option value." .

# Class: Product Option
shopify:ProductOption a rdfs:Class ;
  rdfs:label "Product Option" ;
  rdfs:comment "A product option (e.g., Size, Color)." ;
  rdfs:subClassOf schema:PropertyValue .

# Class: Product Image
shopify:ProductImage a rdfs:Class ;
  rdfs:label "Product Image" ;
  rdfs:comment "A product image." ;
  rdfs:subClassOf schema:ImageObject .

# Class: Inventory Item
shopify:InventoryItem a rdfs:Class ;
  rdfs:label "Inventory Item" ;
  rdfs:comment "An inventory item represents a physical good." ;
  rdfs:subClassOf schema:Product .

# Class: Country Harmonized System Code
shopify:CountryHarmonizedSystemCode a rdfs:Class ;
  rdfs:label "Country Harmonized System Code" ;
  rdfs:comment "Country-specific harmonized system code." .

# Class: Product Category
shopify:ProductCategory a rdfs:Class ;
  rdfs:label "Product Category" ;
  rdfs:comment "The details of a specific product category within Shopify's [standardized product taxonomy](https://shopify.github.io/product-taxonomy/releases/unstable/?categoryId=sg-4-17-2-17). Provides access to the associated [`ProductTaxonomyNode`](https://shopify.dev/docs/api/admin-graphql/latest/objects/ProductTaxonomyNode)." .

# Class: Taxonomy Category
shopify:TaxonomyCategory a rdfs:Class ;
  rdfs:label "Taxonomy Category" ;
  rdfs:comment "A product category within Shopify's [standardized product taxonomy](https://shopify.github.io/product-taxonomy/releases/unstable/?categoryId=sg-4-17-2-17). Provides hierarchical organization through parent-child relationships, with each category tracking its ancestors, children, and level in the taxonomy tree.\n\nCategories include attributes specific to their product type and navigation properties like whether they're root, leaf, or archived categories. The taxonomy enables consistent product classification across Shopify and integrated marketplaces." .

# Class: Tax Line
shopify:TaxLine a rdfs:Class ;
  rdfs:label "Tax Line" ;
  rdfs:comment "Tax line applied to an order or line item." .

# Class: Discount Code
shopify:DiscountCode a rdfs:Class ;
  rdfs:label "Discount Code" ;
  rdfs:comment "Discount code applied to the order." .

# Class: Shipping Line
shopify:ShippingLine a rdfs:Class ;
  rdfs:label "Shipping Line" ;
  rdfs:comment "Shipping line for the order." .

# Class: Discount Allocation
shopify:DiscountAllocation a rdfs:Class ;
  rdfs:label "Discount Allocation" ;
  rdfs:comment "Discount allocation on a line item." .

# Class: Note Attribute
shopify:NoteAttribute a rdfs:Class ;
  rdfs:label "Note Attribute" ;
  rdfs:comment "Note attribute (key-value pair) on an order." .

# Class: Discount Application
shopify:DiscountApplication a rdfs:Class ;
  rdfs:label "Discount Application" ;
  rdfs:comment "Describes how a discount was applied to the order." .

# Class: Client Details
shopify:ClientDetails a rdfs:Class ;
  rdfs:label "Client Details" ;
  rdfs:comment "Details about the client that created the order." .

# Class: Order Line Item
shopify:OrderLineItem a rdfs:Class ;
  rdfs:label "Order Line Item" ;
  rdfs:comment "Line item in a Shopify order." ;
  rdfs:subClassOf schema:OrderItem .

# Class: Duty
shopify:Duty a rdfs:Class ;
  rdfs:label "Duty" ;
  rdfs:comment "The duty details for a line item." .

# Class: Order
shopify:Order a rdfs:Class ;
  rdfs:label "Order" ;
  rdfs:comment "A Shopify order." ;
  rdfs:subClassOf schema:Order .

# Class: Customer
shopify:Customer a rdfs:Class ;
  rdfs:label "Customer" ;
  rdfs:comment "A customer of the Shopify store." ;
  rdfs:subClassOf schema:Person .

# Class: Customer Address
shopify:CustomerAddress a rdfs:Class ;
  rdfs:label "Customer Address" ;
  rdfs:comment "A customer address." ;
  rdfs:subClassOf schema:PostalAddress .

# Class: Email Marketing Consent
shopify:EmailMarketingConsent a rdfs:Class ;
  rdfs:label "Email Marketing Consent" ;
  rdfs:comment "Email marketing consent information." .

# Class: Sms Marketing Consent
shopify:SmsMarketingConsent a rdfs:Class ;
  rdfs:label "Sms Marketing Consent" ;
  rdfs:comment "SMS marketing consent information." .

# Class: Company Contact
shopify:CompanyContact a rdfs:Class ;
  rdfs:label "Company Contact" ;
  rdfs:comment "A person who acts on behalf of a [`Company`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Company) to make B2B purchases. Company contacts are associated with [`Customer`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Customer) accounts and can place orders on behalf of their company.\n\nEach contact can be assigned to one or more [`CompanyLocation`](https://shopify.dev/docs/api/admin-graphql/latest/objects/CompanyLocation) objects with specific roles that determine their permissions and access to catalogs, pricing, and payment terms configured for those locations." .

# Class: Fulfillment
shopify:Fulfillment a rdfs:Class ;
  rdfs:label "Fulfillment" ;
  rdfs:comment "A fulfillment for an order." ;
  rdfs:subClassOf schema:ParcelDelivery .

# Class: Fulfillment Tracking Info
shopify:FulfillmentTrackingInfo a rdfs:Class ;
  rdfs:label "Fulfillment Tracking Info" ;
  rdfs:comment "Represents the tracking information for a fulfillment." .

# Class: Refund
shopify:Refund a rdfs:Class ;
  rdfs:label "Refund" ;
  rdfs:comment "A refund for an order." ;
  rdfs:subClassOf schema:Order .

# Class: Refund Line Item
shopify:RefundLineItem a rdfs:Class ;
  rdfs:label "Refund Line Item" ;
  rdfs:comment "A line item being refunded." .

# Class: Order Transaction
shopify:OrderTransaction a rdfs:Class ;
  rdfs:label "Order Transaction" ;
  rdfs:comment "A transaction associated with an order." ;
  rdfs:subClassOf schema:PayAction .

# Class: Transaction Fee
shopify:TransactionFee a rdfs:Class ;
  rdfs:label "Transaction Fee" ;
  rdfs:comment "Transaction fee related to an order transaction." .

# Class: Order Adjustment
shopify:OrderAdjustment a rdfs:Class ;
  rdfs:label "Order Adjustment" ;
  rdfs:comment "An adjustment to the order associated with a refund." .

# Class: Refund Duty
shopify:RefundDuty a rdfs:Class ;
  rdfs:label "Refund Duty" ;
  rdfs:comment "Represents a refunded duty." .

# Class: Additional Fee
shopify:AdditionalFee a rdfs:Class ;
  rdfs:label "Additional Fee" ;
  rdfs:comment "Additional fees applied to an [`Order`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Order) beyond the standard product and shipping costs. Additional fees typically include duties, import fees, or other special handling charges that need separate tracking from regular [`LineItem`](https://shopify.dev/docs/api/admin-graphql/latest/objects/LineItem) objects.\n\nEach fee includes its name, price in both shop and presentment currencies, and any applicable taxes broken down by [`TaxLine`](https://shopify.dev/docs/api/admin-graphql/latest/objects/TaxLine)." .

# Class: Resource Alert
shopify:ResourceAlert a rdfs:Class ;
  rdfs:label "Resource Alert" ;
  rdfs:comment "An alert message that appears in the Shopify admin about a problem with a store resource, with 1 or more actions to take. For example, you could use an alert to indicate that you're not charging taxes on some product variants.\nThey can optionally have a specific icon and be dismissed by merchants." .

# Class: Order Dispute Summary
shopify:OrderDisputeSummary a rdfs:Class ;
  rdfs:label "Order Dispute Summary" ;
  rdfs:comment "A summary of the important details for a dispute on an order." .

# Class: Order Risk
shopify:OrderRisk a rdfs:Class ;
  rdfs:label "Order Risk" ;
  rdfs:comment "A fraud risk assessment for an order." .

# Class: Location
shopify:Location a rdfs:Class ;
  rdfs:label "Location" ;
  rdfs:comment "A geographical location where inventory is stocked." ;
  rdfs:subClassOf schema:Place .

# Class: Location Suggested Address
shopify:LocationSuggestedAddress a rdfs:Class ;
  rdfs:label "Location Suggested Address" ;
  rdfs:comment "Represents a suggested address for a location." .

# Class: Custom Collection
shopify:CustomCollection a rdfs:Class ;
  rdfs:label "Custom Collection" ;
  rdfs:comment "A manually curated collection of products." ;
  rdfs:subClassOf schema:CollectionPage .

# Class: Smart Collection
shopify:SmartCollection a rdfs:Class ;
  rdfs:label "Smart Collection" ;
  rdfs:comment "An automated collection that uses rules to include products." ;
  rdfs:subClassOf schema:CollectionPage .

# Class: Smart Collection Rule
shopify:SmartCollectionRule a rdfs:Class ;
  rdfs:label "Smart Collection Rule" ;
  rdfs:comment "A rule for a smart collection." .

# Class: Collect
shopify:Collect a rdfs:Class ;
  rdfs:label "Collect" ;
  rdfs:comment "A collect links a product to a custom collection." .

# Class: Inventory Level
shopify:InventoryLevel a rdfs:Class ;
  rdfs:label "Inventory Level" ;
  rdfs:comment "The available quantity of an inventory item at a location." .

# Class: Inventory Quantity
shopify:InventoryQuantity a rdfs:Class ;
  rdfs:label "Inventory Quantity" ;
  rdfs:comment "The `InventoryQuantity` object lets you manage and track inventory quantities for specific [states](https://shopify.dev/docs/apps/fulfillment/inventory-management-apps#inventory-states).\nInventory quantities represent different states of items such as available for purchase, committed to orders, reserved for drafts, incoming from suppliers, or set aside for quality control or safety stock.\n\nYou can use [inventory levels](https://shopify.dev/docs/api/admin-graphql/latest/objects/inventorylevel) to manage where inventory items are stocked. You can also [make inventory adjustments](https://shopify.dev/docs/api/admin-graphql/latest/mutations/inventoryAdjustQuantities) to apply changes to inventory quantities.\n\nInventory quantities can be managed by a merchant or by [fulfillment services](https://shopify.dev/docs/api/admin-graphql/latest/objects/fulfillmentservice) that handle inventory tracking.\nLearn more about working with [Shopify's inventory management system](https://shopify.dev/docs/apps/fulfillment/inventory-management-apps)." .

# Class: Fulfillment Order
shopify:FulfillmentOrder a rdfs:Class ;
  rdfs:label "Fulfillment Order" ;
  rdfs:comment "A fulfillment order represents a group of line items that are to be fulfilled together." .

# Class: Fulfillment Order Line Item
shopify:FulfillmentOrderLineItem a rdfs:Class ;
  rdfs:label "Fulfillment Order Line Item" ;
  rdfs:comment "A line item in a fulfillment order." .

# Class: Fulfillment Order Line Item Financial Summary
shopify:FulfillmentOrderLineItemFinancialSummary a rdfs:Class ;
  rdfs:label "Fulfillment Order Line Item Financial Summary" ;
  rdfs:comment "The financial details of a fulfillment order line item." .

# Class: Fulfillment Order Line Item Warning
shopify:FulfillmentOrderLineItemWarning a rdfs:Class ;
  rdfs:label "Fulfillment Order Line Item Warning" ;
  rdfs:comment "A fulfillment order line item warning. For example, a warning about why a fulfillment request was rejected." .

# Class: Fulfillment Order Destination
shopify:FulfillmentOrderDestination a rdfs:Class ;
  rdfs:label "Fulfillment Order Destination" ;
  rdfs:comment "Fulfillment order destination." .

# Class: Delivery Method
shopify:DeliveryMethod a rdfs:Class ;
  rdfs:label "Delivery Method" ;
  rdfs:comment "Delivery method for a fulfillment order." .

# Class: Assigned Location
shopify:AssignedLocation a rdfs:Class ;
  rdfs:label "Assigned Location" ;
  rdfs:comment "Assigned location details (denormalized snapshot)." .

# Class: Shop
shopify:Shop a rdfs:Class ;
  rdfs:label "Shop" ;
  rdfs:comment "The shop resource represents the store itself." ;
  rdfs:subClassOf schema:Organization .

# Class: Shop Alert
shopify:ShopAlert a rdfs:Class ;
  rdfs:label "Shop Alert" ;
  rdfs:comment "An alert message that appears in the Shopify admin about a problem with a store setting, with an action to take. For example, you could show an alert to ask the merchant to enter their billing information to activate Shopify Plus." .

# Class: Available Channel Definitions By Channel
shopify:AvailableChannelDefinitionsByChannel a rdfs:Class ;
  rdfs:label "Available Channel Definitions By Channel" ;
  rdfs:comment "Represents an object containing all information for channels available to a shop." .

# Class: Domain
shopify:Domain a rdfs:Class ;
  rdfs:label "Domain" ;
  rdfs:comment "A unique string that represents the address of a Shopify store on the Internet." .

# Class: Fulfillment Service
shopify:FulfillmentService a rdfs:Class ;
  rdfs:label "Fulfillment Service" ;
  rdfs:comment "A third-party fulfillment service." ;
  rdfs:subClassOf schema:Service .

# Class: Navigation Item
shopify:NavigationItem a rdfs:Class ;
  rdfs:label "Navigation Item" ;
  rdfs:comment "A navigation item, holding basic link attributes." .

# Class: Shop Policy
shopify:ShopPolicy a rdfs:Class ;
  rdfs:label "Shop Policy" ;
  rdfs:comment "Policy that a merchant has configured for their store, such as their refund or privacy policy." .

# Class: Draft Order
shopify:DraftOrder a rdfs:Class ;
  rdfs:label "Draft Order" ;
  rdfs:comment "A draft order that can be completed into a regular order." ;
  rdfs:subClassOf schema:Order .

# Class: Draft Order Line Item
shopify:DraftOrderLineItem a rdfs:Class ;
  rdfs:label "Draft Order Line Item" ;
  rdfs:comment "A line item in a draft order." .

# Class: Draft Order Discount
shopify:DraftOrderDiscount a rdfs:Class ;
  rdfs:label "Draft Order Discount" ;
  rdfs:comment "A discount applied to a draft order or line item." .

# Class: Draft Order Platform Discount
shopify:DraftOrderPlatformDiscount a rdfs:Class ;
  rdfs:label "Draft Order Platform Discount" ;
  rdfs:comment "The platform discounts applied to the draft order." .

# Class: Draft Order Warning
shopify:DraftOrderWarning a rdfs:Class ;
  rdfs:label "Draft Order Warning" ;
  rdfs:comment "A warning that is displayed to the merchant when a change is made to a draft order." .

# Class: Gift Card
shopify:GiftCard a rdfs:Class ;
  rdfs:label "Gift Card" ;
  rdfs:comment "A gift card that can be used to pay for orders." ;
  rdfs:subClassOf schema:Product .

# Class: User
shopify:User a rdfs:Class ;
  rdfs:label "User" ;
  rdfs:comment "A user account on the Shopify store (staff member)." ;
  rdfs:subClassOf schema:Person .

# Class: Price Rule
shopify:PriceRule a rdfs:Class ;
  rdfs:label "Price Rule" ;
  rdfs:comment "A price rule defines conditions and discounts for automatic or code-based discounts." ;
  rdfs:subClassOf schema:Offer .

# Class: Prerequisite Range
shopify:PrerequisiteRange a rdfs:Class ;
  rdfs:label "Prerequisite Range" ;
  rdfs:comment "Prerequisite range for price rules." .

# Class: Quantity Ratio
shopify:QuantityRatio a rdfs:Class ;
  rdfs:label "Quantity Ratio" ;
  rdfs:comment "Buy X get Y quantity ratio." .

# Class: Purchase Requirement
shopify:PurchaseRequirement a rdfs:Class ;
  rdfs:label "Purchase Requirement" ;
  rdfs:comment "Buy X get Y purchase requirement." .

# Class: Price Rule Shareable Url
shopify:PriceRuleShareableUrl a rdfs:Class ;
  rdfs:label "Price Rule Shareable Url" ;
  rdfs:comment "Shareable URL for the discount code associated with the price rule." .

# Class: Country
shopify:Country a rdfs:Class ;
  rdfs:label "Country" ;
  rdfs:comment "A country that the shop ships to." ;
  rdfs:subClassOf schema:Country .

# Class: Province
shopify:Province a rdfs:Class ;
  rdfs:label "Province" ;
  rdfs:comment "A province or state within a country." ;
  rdfs:subClassOf schema:AdministrativeArea .

# Class: Customer Saved Search
shopify:CustomerSavedSearch a rdfs:Class ;
  rdfs:label "Customer Saved Search" ;
  rdfs:comment "A saved search for customers (also known as a customer segment)." ;
  rdfs:subClassOf schema:Thing .

# Class: Price Rule Discount Code
shopify:PriceRuleDiscountCode a rdfs:Class ;
  rdfs:label "Price Rule Discount Code" ;
  rdfs:comment "A discount code associated with a price rule." .

# Class: Shipping Zone
shopify:ShippingZone a rdfs:Class ;
  rdfs:label "Shipping Zone" ;
  rdfs:comment "A shipping zone groups countries/regions for shipping rate configuration." .

# Class: Shipping Country
shopify:ShippingCountry a rdfs:Class ;
  rdfs:label "Shipping Country" ;
  rdfs:comment "A country within a shipping zone." .

# Class: Shipping Province
shopify:ShippingProvince a rdfs:Class ;
  rdfs:label "Shipping Province" ;
  rdfs:comment "A province within a shipping country." .

# Class: Price Based Shipping Rate
shopify:PriceBasedShippingRate a rdfs:Class ;
  rdfs:label "Price Based Shipping Rate" ;
  rdfs:comment "A price-based shipping rate." .

# Class: Weight Based Shipping Rate
shopify:WeightBasedShippingRate a rdfs:Class ;
  rdfs:label "Weight Based Shipping Rate" ;
  rdfs:comment "A weight-based shipping rate." .

# Class: Carrier Shipping Rate Provider
shopify:CarrierShippingRateProvider a rdfs:Class ;
  rdfs:label "Carrier Shipping Rate Provider" ;
  rdfs:comment "A carrier-calculated shipping rate provider." .

# Class: Carrier Service
shopify:CarrierService a rdfs:Class ;
  rdfs:label "Carrier Service" ;
  rdfs:comment "A carrier service provides real-time shipping rates." ;
  rdfs:subClassOf schema:Service .

# Class: Theme
shopify:Theme a rdfs:Class ;
  rdfs:label "Theme" ;
  rdfs:comment "A theme controls the look and feel of a Shopify store." ;
  rdfs:subClassOf schema:CreativeWork .

# Class: Asset
shopify:Asset a rdfs:Class ;
  rdfs:label "Asset" ;
  rdfs:comment "A theme asset (template, stylesheet, image, etc.)." .

# Class: Script Tag
shopify:ScriptTag a rdfs:Class ;
  rdfs:label "Script Tag" ;
  rdfs:comment "A script tag loads a remote JavaScript file into a storefront page." .

# Class: Page
shopify:Page a rdfs:Class ;
  rdfs:label "Page" ;
  rdfs:comment "A page on the online store." ;
  rdfs:subClassOf schema:WebPage .

# Class: Blog
shopify:Blog a rdfs:Class ;
  rdfs:label "Blog" ;
  rdfs:comment "A blog that contains articles." ;
  rdfs:subClassOf schema:Blog .

# Class: Article
shopify:Article a rdfs:Class ;
  rdfs:label "Article" ;
  rdfs:comment "A blog article (post)." ;
  rdfs:subClassOf schema:BlogPosting .

# Class: Article Image
shopify:ArticleImage a rdfs:Class ;
  rdfs:label "Article Image" ;
  rdfs:comment "An article image." ;
  rdfs:subClassOf schema:ImageObject .

# Class: Webhook
shopify:Webhook a rdfs:Class ;
  rdfs:label "Webhook" ;
  rdfs:comment "A webhook subscription for receiving event notifications." .

# Class: Currency
shopify:Currency a rdfs:Class ;
  rdfs:label "Currency" ;
  rdfs:comment "An enabled currency for the shop." ;
  rdfs:subClassOf schema:Thing .

# Class: Policy
shopify:Policy a rdfs:Class ;
  rdfs:label "Policy" ;
  rdfs:comment "A shop policy (e.g., privacy policy, refund policy)." ;
  rdfs:subClassOf schema:WebPage .

# Class: Redirect
shopify:Redirect a rdfs:Class ;
  rdfs:label "Redirect" ;
  rdfs:comment "A URL redirect from one path to another." ;
  rdfs:subClassOf schema:Thing .

# Class: Market
shopify:Market a rdfs:Class ;
  rdfs:label "Market" ;
  rdfs:comment "A market represents a group of one or more regions that you want to target\nfor international sales." ;
  rdfs:subClassOf schema:Place ;
  tspv:addedInVersion shopify:v2024_04 .

# Class: Metafield Definition
shopify:MetafieldDefinition a rdfs:Class ;
  rdfs:label "Metafield Definition" ;
  rdfs:comment "A metafield definition defines the structure and validation for metafields\nof a given owner type." ;
  rdfs:subClassOf schema:PropertyValue .

# Class: Metafield Definition Validation
shopify:MetafieldDefinitionValidation a rdfs:Class ;
  rdfs:label "Metafield Definition Validation" ;
  rdfs:comment "A configured metafield definition validation.\n\nFor example, for a metafield definition of `number_integer` type, you can set a validation with the name `max`\nand a value of `15`. This validation will ensure that the value of the metafield is a number less than or equal to 15.\n\nRefer to the [list of supported validations](https://shopify.dev/api/admin/graphql/reference/common-objects/metafieldDefinitionTypes#examples-Fetch_all_metafield_definition_types)." .

# Class: Deprecated Api Call Entry
shopify:DeprecatedApiCallEntry a rdfs:Class ;
  rdfs:label "Deprecated Api Call Entry" ;
  rdfs:comment "A single deprecated API call entry." ;
  rdfs:subClassOf schema:Thing .

# Class: Deprecated Api Call
shopify:DeprecatedApiCall a rdfs:Class ;
  rdfs:label "Deprecated Api Call" ;
  rdfs:comment "Container for deprecated API call data." ;
  rdfs:subClassOf schema:Thing .

# Class: Event
shopify:Event a rdfs:Class ;
  rdfs:label "Event" ;
  rdfs:comment "An event represents an action that occurred in a shop,\nsuch as the creation or update of an order." ;
  rdfs:subClassOf schema:Event .

# Class: Collection Listing
shopify:CollectionListing a rdfs:Class ;
  rdfs:label "Collection Listing" ;
  rdfs:comment "A collection listing represents a collection that has been published\nto a sales channel app." ;
  rdfs:subClassOf schema:Collection .

# Class: Product Listing
shopify:ProductListing a rdfs:Class ;
  rdfs:label "Product Listing" ;
  rdfs:comment "A product listing represents a product that has been published\nto a sales channel app." ;
  rdfs:subClassOf schema:Product .

# Class: Checkout
shopify:Checkout a rdfs:Class ;
  rdfs:label "Checkout" ;
  rdfs:comment "A checkout represents an in-progress order that a customer\nis working through to completion." ;
  rdfs:subClassOf schema:Order .

# Class: Shopify Payments Payout
shopify:ShopifyPaymentsPayout a rdfs:Class ;
  rdfs:label "Shopify Payments Payout" ;
  rdfs:comment "A Shopify Payments payout represents a transfer of funds\nfrom a shop's Shopify Payments balance to the shop's bank account." ;
  rdfs:subClassOf schema:MoneyTransfer .

# Class: Shopify Payments Balance
shopify:ShopifyPaymentsBalance a rdfs:Class ;
  rdfs:label "Shopify Payments Balance" ;
  rdfs:comment "The current balance of a shop's Shopify Payments account." ;
  rdfs:subClassOf schema:Thing .

# Class: Shopify Payments Dispute
shopify:ShopifyPaymentsDispute a rdfs:Class ;
  rdfs:label "Shopify Payments Dispute" ;
  rdfs:comment "A Shopify Payments dispute occurs when a buyer questions the\nlegitimacy of a charge with their financial institution." ;
  rdfs:subClassOf schema:Thing .

# Class: Shopify Payments Balance Transaction
shopify:ShopifyPaymentsBalanceTransaction a rdfs:Class ;
  rdfs:label "Shopify Payments Balance Transaction" ;
  rdfs:comment "A balance transaction represents a movement of money\nin and out of the Shopify Payments balance." ;
  rdfs:subClassOf schema:MoneyTransfer .

# Class: Shopify Payments Adjustment Order
shopify:ShopifyPaymentsAdjustmentOrder a rdfs:Class ;
  rdfs:label "Shopify Payments Adjustment Order" ;
  rdfs:comment "The adjustment order object." .

# Class: Access Scope
shopify:AccessScope a rdfs:Class ;
  rdfs:label "Access Scope" ;
  rdfs:comment "An access scope represents a permission granted to an app." ;
  rdfs:subClassOf schema:Thing .

# Class: Storefront Access Token
shopify:StorefrontAccessToken a rdfs:Class ;
  rdfs:label "Storefront Access Token" ;
  rdfs:comment "A storefront access token provides unauthenticated access to the Storefront API." ;
  rdfs:subClassOf schema:Thing .

# Class: Application Charge
shopify:ApplicationCharge a rdfs:Class ;
  rdfs:label "Application Charge" ;
  rdfs:comment "A one-time application charge for an app." ;
  rdfs:subClassOf schema:Invoice .

# Class: Application Credit
shopify:ApplicationCredit a rdfs:Class ;
  rdfs:label "Application Credit" ;
  rdfs:comment "A credit issued to a merchant for an app." ;
  rdfs:subClassOf schema:Invoice .

# Class: Recurring Application Charge
shopify:RecurringApplicationCharge a rdfs:Class ;
  rdfs:label "Recurring Application Charge" ;
  rdfs:comment "A recurring application charge for an app subscription." ;
  rdfs:subClassOf schema:Invoice .

# Class: Usage Charge
shopify:UsageCharge a rdfs:Class ;
  rdfs:label "Usage Charge" ;
  rdfs:comment "A usage charge associated with a recurring application charge." ;
  rdfs:subClassOf schema:Invoice .

# Class: Marketing Event
shopify:MarketingEvent a rdfs:Class ;
  rdfs:label "Marketing Event" ;
  rdfs:comment "A marketing event represents a marketing activity such as an ad campaign,\nemail, or social media post." ;
  rdfs:subClassOf schema:Event .

# Class: Abandoned Checkout
shopify:AbandonedCheckout a rdfs:Class ;
  rdfs:label "Abandoned Checkout" ;
  rdfs:comment "An abandoned checkout represents a checkout that was not completed by the customer." ;
  rdfs:subClassOf schema:Order .

# Class: Comment
shopify:Comment a rdfs:Class ;
  rdfs:label "Comment" ;
  rdfs:comment "A comment on an article in a Shopify blog." ;
  rdfs:subClassOf schema:Comment .

# Class: Report
shopify:Report a rdfs:Class ;
  rdfs:label "Report" ;
  rdfs:comment "A published report in the Shopify admin." ;
  rdfs:subClassOf schema:CreativeWork .

# Class: Resource Feedback
shopify:ResourceFeedback a rdfs:Class ;
  rdfs:label "Resource Feedback" ;
  rdfs:comment "Resource feedback allows apps to communicate the state of a resource\nto the merchant from within the Shopify admin." ;
  rdfs:subClassOf schema:Thing .

# Class: App Feedback
shopify:AppFeedback a rdfs:Class ;
  rdfs:label "App Feedback" ;
  rdfs:comment "Reports the status of shops and their resources and displays this information\nwithin Shopify admin. AppFeedback is used to notify merchants about steps they need to take\nto set up an app on their store." .

# Class: Tender Transaction
shopify:TenderTransaction a rdfs:Class ;
  rdfs:label "Tender Transaction" ;
  rdfs:comment "A tender transaction represents a transaction that contributes to the\npayment of an order." ;
  rdfs:subClassOf schema:PayAction .

# Class: Product Response
shopify:ProductResponse a rdfs:Class ;
  rdfs:label "Product Response" .

# Class: Products Response
shopify:ProductsResponse a rdfs:Class ;
  rdfs:label "Products Response" .

# Class: Product Count Response
shopify:ProductCountResponse a rdfs:Class ;
  rdfs:label "Product Count Response" .

# Class: Product Variant Response
shopify:ProductVariantResponse a rdfs:Class ;
  rdfs:label "Product Variant Response" .

# Class: Product Variants Response
shopify:ProductVariantsResponse a rdfs:Class ;
  rdfs:label "Product Variants Response" .

# Class: Product Image Response
shopify:ProductImageResponse a rdfs:Class ;
  rdfs:label "Product Image Response" .

# Class: Product Images Response
shopify:ProductImagesResponse a rdfs:Class ;
  rdfs:label "Product Images Response" .

# Class: Order Response
shopify:OrderResponse a rdfs:Class ;
  rdfs:label "Order Response" .

# Class: Orders Response
shopify:OrdersResponse a rdfs:Class ;
  rdfs:label "Orders Response" .

# Class: Order Count Response
shopify:OrderCountResponse a rdfs:Class ;
  rdfs:label "Order Count Response" .

# Class: Transaction Response
shopify:TransactionResponse a rdfs:Class ;
  rdfs:label "Transaction Response" .

# Class: Transactions Response
shopify:TransactionsResponse a rdfs:Class ;
  rdfs:label "Transactions Response" .

# Class: Refund Response
shopify:RefundResponse a rdfs:Class ;
  rdfs:label "Refund Response" .

# Class: Refunds Response
shopify:RefundsResponse a rdfs:Class ;
  rdfs:label "Refunds Response" .

# Class: Risk Response
shopify:RiskResponse a rdfs:Class ;
  rdfs:label "Risk Response" .

# Class: Risks Response
shopify:RisksResponse a rdfs:Class ;
  rdfs:label "Risks Response" .

# Class: Customer Response
shopify:CustomerResponse a rdfs:Class ;
  rdfs:label "Customer Response" .

# Class: Customers Response
shopify:CustomersResponse a rdfs:Class ;
  rdfs:label "Customers Response" .

# Class: Customer Count Response
shopify:CustomerCountResponse a rdfs:Class ;
  rdfs:label "Customer Count Response" .

# Class: Customer Address Response
shopify:CustomerAddressResponse a rdfs:Class ;
  rdfs:label "Customer Address Response" .

# Class: Customer Addresses Response
shopify:CustomerAddressesResponse a rdfs:Class ;
  rdfs:label "Customer Addresses Response" .

# Class: Custom Collection Response
shopify:CustomCollectionResponse a rdfs:Class ;
  rdfs:label "Custom Collection Response" .

# Class: Custom Collections Response
shopify:CustomCollectionsResponse a rdfs:Class ;
  rdfs:label "Custom Collections Response" .

# Class: Smart Collection Response
shopify:SmartCollectionResponse a rdfs:Class ;
  rdfs:label "Smart Collection Response" .

# Class: Smart Collections Response
shopify:SmartCollectionsResponse a rdfs:Class ;
  rdfs:label "Smart Collections Response" .

# Class: Collect Response
shopify:CollectResponse a rdfs:Class ;
  rdfs:label "Collect Response" .

# Class: Collects Response
shopify:CollectsResponse a rdfs:Class ;
  rdfs:label "Collects Response" .

# Class: Collection Count Response
shopify:CollectionCountResponse a rdfs:Class ;
  rdfs:label "Collection Count Response" .

# Class: Generic Collection Response
shopify:GenericCollectionResponse a rdfs:Class ;
  rdfs:label "Generic Collection Response" .

# Class: Inventory Item Response
shopify:InventoryItemResponse a rdfs:Class ;
  rdfs:label "Inventory Item Response" .

# Class: Inventory Items Response
shopify:InventoryItemsResponse a rdfs:Class ;
  rdfs:label "Inventory Items Response" .

# Class: Inventory Level Response
shopify:InventoryLevelResponse a rdfs:Class ;
  rdfs:label "Inventory Level Response" .

# Class: Inventory Levels Response
shopify:InventoryLevelsResponse a rdfs:Class ;
  rdfs:label "Inventory Levels Response" .

# Class: Location Response
shopify:LocationResponse a rdfs:Class ;
  rdfs:label "Location Response" .

# Class: Locations Response
shopify:LocationsResponse a rdfs:Class ;
  rdfs:label "Locations Response" .

# Class: Location Count Response
shopify:LocationCountResponse a rdfs:Class ;
  rdfs:label "Location Count Response" .

# Class: Fulfillment Response
shopify:FulfillmentResponse a rdfs:Class ;
  rdfs:label "Fulfillment Response" .

# Class: Fulfillments Response
shopify:FulfillmentsResponse a rdfs:Class ;
  rdfs:label "Fulfillments Response" .

# Class: Fulfillment Count Response
shopify:FulfillmentCountResponse a rdfs:Class ;
  rdfs:label "Fulfillment Count Response" .

# Class: Fulfillment Order Response
shopify:FulfillmentOrderResponse a rdfs:Class ;
  rdfs:label "Fulfillment Order Response" .

# Class: Fulfillment Orders Response
shopify:FulfillmentOrdersResponse a rdfs:Class ;
  rdfs:label "Fulfillment Orders Response" .

# Class: Fulfillment Service Response
shopify:FulfillmentServiceResponse a rdfs:Class ;
  rdfs:label "Fulfillment Service Response" .

# Class: Fulfillment Services Response
shopify:FulfillmentServicesResponse a rdfs:Class ;
  rdfs:label "Fulfillment Services Response" .

# Class: Draft Order Response
shopify:DraftOrderResponse a rdfs:Class ;
  rdfs:label "Draft Order Response" .

# Class: Draft Orders Response
shopify:DraftOrdersResponse a rdfs:Class ;
  rdfs:label "Draft Orders Response" .

# Class: Draft Order Count Response
shopify:DraftOrderCountResponse a rdfs:Class ;
  rdfs:label "Draft Order Count Response" .

# Class: Draft Order Invoice Request
shopify:DraftOrderInvoiceRequest a rdfs:Class ;
  rdfs:label "Draft Order Invoice Request" .

# Class: Draft Order Invoice Response
shopify:DraftOrderInvoiceResponse a rdfs:Class ;
  rdfs:label "Draft Order Invoice Response" .

# Class: Gift Card Response
shopify:GiftCardResponse a rdfs:Class ;
  rdfs:label "Gift Card Response" .

# Class: Gift Cards Response
shopify:GiftCardsResponse a rdfs:Class ;
  rdfs:label "Gift Cards Response" .

# Class: Gift Card Count Response
shopify:GiftCardCountResponse a rdfs:Class ;
  rdfs:label "Gift Card Count Response" .

# Class: Price Rule Response
shopify:PriceRuleResponse a rdfs:Class ;
  rdfs:label "Price Rule Response" .

# Class: Price Rules Response
shopify:PriceRulesResponse a rdfs:Class ;
  rdfs:label "Price Rules Response" .

# Class: Price Rule Count Response
shopify:PriceRuleCountResponse a rdfs:Class ;
  rdfs:label "Price Rule Count Response" .

# Class: Discount Code Response
shopify:DiscountCodeResponse a rdfs:Class ;
  rdfs:label "Discount Code Response" .

# Class: Discount Codes Response
shopify:DiscountCodesResponse a rdfs:Class ;
  rdfs:label "Discount Codes Response" .

# Class: Discount Code Count Response
shopify:DiscountCodeCountResponse a rdfs:Class ;
  rdfs:label "Discount Code Count Response" .

# Class: Shipping Zones Response
shopify:ShippingZonesResponse a rdfs:Class ;
  rdfs:label "Shipping Zones Response" .

# Class: Carrier Service Response
shopify:CarrierServiceResponse a rdfs:Class ;
  rdfs:label "Carrier Service Response" .

# Class: Carrier Services Response
shopify:CarrierServicesResponse a rdfs:Class ;
  rdfs:label "Carrier Services Response" .

# Class: Theme Response
shopify:ThemeResponse a rdfs:Class ;
  rdfs:label "Theme Response" .

# Class: Themes Response
shopify:ThemesResponse a rdfs:Class ;
  rdfs:label "Themes Response" .

# Class: Asset Response
shopify:AssetResponse a rdfs:Class ;
  rdfs:label "Asset Response" .

# Class: Assets Response
shopify:AssetsResponse a rdfs:Class ;
  rdfs:label "Assets Response" .

# Class: Script Tag Response
shopify:ScriptTagResponse a rdfs:Class ;
  rdfs:label "Script Tag Response" .

# Class: Script Tags Response
shopify:ScriptTagsResponse a rdfs:Class ;
  rdfs:label "Script Tags Response" .

# Class: Script Tag Count Response
shopify:ScriptTagCountResponse a rdfs:Class ;
  rdfs:label "Script Tag Count Response" .

# Class: Page Response
shopify:PageResponse a rdfs:Class ;
  rdfs:label "Page Response" .

# Class: Pages Response
shopify:PagesResponse a rdfs:Class ;
  rdfs:label "Pages Response" .

# Class: Page Count Response
shopify:PageCountResponse a rdfs:Class ;
  rdfs:label "Page Count Response" .

# Class: Blog Response
shopify:BlogResponse a rdfs:Class ;
  rdfs:label "Blog Response" .

# Class: Blogs Response
shopify:BlogsResponse a rdfs:Class ;
  rdfs:label "Blogs Response" .

# Class: Blog Count Response
shopify:BlogCountResponse a rdfs:Class ;
  rdfs:label "Blog Count Response" .

# Class: Article Response
shopify:ArticleResponse a rdfs:Class ;
  rdfs:label "Article Response" .

# Class: Articles Response
shopify:ArticlesResponse a rdfs:Class ;
  rdfs:label "Articles Response" .

# Class: Article Count Response
shopify:ArticleCountResponse a rdfs:Class ;
  rdfs:label "Article Count Response" .

# Class: Webhook Response
shopify:WebhookResponse a rdfs:Class ;
  rdfs:label "Webhook Response" .

# Class: Webhooks Response
shopify:WebhooksResponse a rdfs:Class ;
  rdfs:label "Webhooks Response" .

# Class: Webhook Count Response
shopify:WebhookCountResponse a rdfs:Class ;
  rdfs:label "Webhook Count Response" .

# Class: Shop Response
shopify:ShopResponse a rdfs:Class ;
  rdfs:label "Shop Response" .

# Class: Country Response
shopify:CountryResponse a rdfs:Class ;
  rdfs:label "Country Response" .

# Class: Countries Response
shopify:CountriesResponse a rdfs:Class ;
  rdfs:label "Countries Response" .

# Class: Country Count Response
shopify:CountryCountResponse a rdfs:Class ;
  rdfs:label "Country Count Response" .

# Class: Province Response
shopify:ProvinceResponse a rdfs:Class ;
  rdfs:label "Province Response" .

# Class: Provinces Response
shopify:ProvincesResponse a rdfs:Class ;
  rdfs:label "Provinces Response" .

# Class: Province Count Response
shopify:ProvinceCountResponse a rdfs:Class ;
  rdfs:label "Province Count Response" .

# Class: Currencies Response
shopify:CurrenciesResponse a rdfs:Class ;
  rdfs:label "Currencies Response" .

# Class: Policies Response
shopify:PoliciesResponse a rdfs:Class ;
  rdfs:label "Policies Response" .

# Class: Redirect Response
shopify:RedirectResponse a rdfs:Class ;
  rdfs:label "Redirect Response" .

# Class: Redirects Response
shopify:RedirectsResponse a rdfs:Class ;
  rdfs:label "Redirects Response" .

# Class: Redirect Count Response
shopify:RedirectCountResponse a rdfs:Class ;
  rdfs:label "Redirect Count Response" .

# Class: Market Response
shopify:MarketResponse a rdfs:Class ;
  rdfs:label "Market Response" ;
  tspv:addedInVersion shopify:v2024_04 .

# Class: Markets Response
shopify:MarketsResponse a rdfs:Class ;
  rdfs:label "Markets Response" ;
  tspv:addedInVersion shopify:v2024_04 .

# Class: Market List Success Response
shopify:MarketListSuccessResponse a rdfs:Class ;
  rdfs:label "Market List Success Response" ;
  tspv:addedInVersion shopify:v2024_04 .

# Class: Market Create Success Response
shopify:MarketCreateSuccessResponse a rdfs:Class ;
  rdfs:label "Market Create Success Response" ;
  tspv:addedInVersion shopify:v2024_04 .

# Class: Market Get Success Response
shopify:MarketGetSuccessResponse a rdfs:Class ;
  rdfs:label "Market Get Success Response" ;
  tspv:addedInVersion shopify:v2024_04 .

# Class: Market Delete Success Response
shopify:MarketDeleteSuccessResponse a rdfs:Class ;
  rdfs:label "Market Delete Success Response" ;
  tspv:addedInVersion shopify:v2024_04 .

# Class: Metafield Definition Response
shopify:MetafieldDefinitionResponse a rdfs:Class ;
  rdfs:label "Metafield Definition Response" .

# Class: Metafield Definitions Response
shopify:MetafieldDefinitionsResponse a rdfs:Class ;
  rdfs:label "Metafield Definitions Response" .

# Class: Metafield Definition Count Response
shopify:MetafieldDefinitionCountResponse a rdfs:Class ;
  rdfs:label "Metafield Definition Count Response" .

# Class: Deprecated Api Calls Response
shopify:DeprecatedApiCallsResponse a rdfs:Class ;
  rdfs:label "Deprecated Api Calls Response" .

# Class: Event Response
shopify:EventResponse a rdfs:Class ;
  rdfs:label "Event Response" .

# Class: Events Response
shopify:EventsResponse a rdfs:Class ;
  rdfs:label "Events Response" .

# Class: Event Count Response
shopify:EventCountResponse a rdfs:Class ;
  rdfs:label "Event Count Response" .

# Class: Metafield Response
shopify:MetafieldResponse a rdfs:Class ;
  rdfs:label "Metafield Response" .

# Class: Metafields Response
shopify:MetafieldsResponse a rdfs:Class ;
  rdfs:label "Metafields Response" .

# Class: Metafield Count Response
shopify:MetafieldCountResponse a rdfs:Class ;
  rdfs:label "Metafield Count Response" .

# Class: Collection Listing Response
shopify:CollectionListingResponse a rdfs:Class ;
  rdfs:label "Collection Listing Response" .

# Class: Collection Listings Response
shopify:CollectionListingsResponse a rdfs:Class ;
  rdfs:label "Collection Listings Response" .

# Class: Product Listing Response
shopify:ProductListingResponse a rdfs:Class ;
  rdfs:label "Product Listing Response" .

# Class: Product Listings Response
shopify:ProductListingsResponse a rdfs:Class ;
  rdfs:label "Product Listings Response" .

# Class: Product Listing Count Response
shopify:ProductListingCountResponse a rdfs:Class ;
  rdfs:label "Product Listing Count Response" .

# Class: Checkout Response
shopify:CheckoutResponse a rdfs:Class ;
  rdfs:label "Checkout Response" .

# Class: Shipping Rates Response
shopify:ShippingRatesResponse a rdfs:Class ;
  rdfs:label "Shipping Rates Response" .

# Class: Payment Response
shopify:PaymentResponse a rdfs:Class ;
  rdfs:label "Payment Response" .

# Class: Payments Response
shopify:PaymentsResponse a rdfs:Class ;
  rdfs:label "Payments Response" .

# Class: Shopify Payments Payout Response
shopify:ShopifyPaymentsPayoutResponse a rdfs:Class ;
  rdfs:label "Shopify Payments Payout Response" .

# Class: Shopify Payments Payouts Response
shopify:ShopifyPaymentsPayoutsResponse a rdfs:Class ;
  rdfs:label "Shopify Payments Payouts Response" .

# Class: Shopify Payments Balance Response
shopify:ShopifyPaymentsBalanceResponse a rdfs:Class ;
  rdfs:label "Shopify Payments Balance Response" .

# Class: Shopify Payments Dispute Response
shopify:ShopifyPaymentsDisputeResponse a rdfs:Class ;
  rdfs:label "Shopify Payments Dispute Response" .

# Class: Shopify Payments Disputes Response
shopify:ShopifyPaymentsDisputesResponse a rdfs:Class ;
  rdfs:label "Shopify Payments Disputes Response" .

# Class: Shopify Payments Balance Transactions Response
shopify:ShopifyPaymentsBalanceTransactionsResponse a rdfs:Class ;
  rdfs:label "Shopify Payments Balance Transactions Response" .

# Class: Access Scopes Response
shopify:AccessScopesResponse a rdfs:Class ;
  rdfs:label "Access Scopes Response" .

# Class: Storefront Access Token Response
shopify:StorefrontAccessTokenResponse a rdfs:Class ;
  rdfs:label "Storefront Access Token Response" .

# Class: Storefront Access Tokens Response
shopify:StorefrontAccessTokensResponse a rdfs:Class ;
  rdfs:label "Storefront Access Tokens Response" .

# Class: Application Charge Response
shopify:ApplicationChargeResponse a rdfs:Class ;
  rdfs:label "Application Charge Response" .

# Class: Application Charges Response
shopify:ApplicationChargesResponse a rdfs:Class ;
  rdfs:label "Application Charges Response" .

# Class: Application Credit Response
shopify:ApplicationCreditResponse a rdfs:Class ;
  rdfs:label "Application Credit Response" .

# Class: Application Credits Response
shopify:ApplicationCreditsResponse a rdfs:Class ;
  rdfs:label "Application Credits Response" .

# Class: Recurring Application Charge Response
shopify:RecurringApplicationChargeResponse a rdfs:Class ;
  rdfs:label "Recurring Application Charge Response" .

# Class: Recurring Application Charges Response
shopify:RecurringApplicationChargesResponse a rdfs:Class ;
  rdfs:label "Recurring Application Charges Response" .

# Class: Usage Charge Response
shopify:UsageChargeResponse a rdfs:Class ;
  rdfs:label "Usage Charge Response" .

# Class: Usage Charges Response
shopify:UsageChargesResponse a rdfs:Class ;
  rdfs:label "Usage Charges Response" .

# Class: Customer Saved Search Response
shopify:CustomerSavedSearchResponse a rdfs:Class ;
  rdfs:label "Customer Saved Search Response" .

# Class: Customer Saved Searches Response
shopify:CustomerSavedSearchesResponse a rdfs:Class ;
  rdfs:label "Customer Saved Searches Response" .

# Class: Customer Saved Search Count Response
shopify:CustomerSavedSearchCountResponse a rdfs:Class ;
  rdfs:label "Customer Saved Search Count Response" .

# Class: Marketing Event Response
shopify:MarketingEventResponse a rdfs:Class ;
  rdfs:label "Marketing Event Response" .

# Class: Marketing Events Response
shopify:MarketingEventsResponse a rdfs:Class ;
  rdfs:label "Marketing Events Response" .

# Class: Marketing Event Count Response
shopify:MarketingEventCountResponse a rdfs:Class ;
  rdfs:label "Marketing Event Count Response" .

# Class: Abandoned Checkouts Response
shopify:AbandonedCheckoutsResponse a rdfs:Class ;
  rdfs:label "Abandoned Checkouts Response" .

# Class: Abandoned Checkout Count Response
shopify:AbandonedCheckoutCountResponse a rdfs:Class ;
  rdfs:label "Abandoned Checkout Count Response" .

# Class: Comment Response
shopify:CommentResponse a rdfs:Class ;
  rdfs:label "Comment Response" .

# Class: Comments Response
shopify:CommentsResponse a rdfs:Class ;
  rdfs:label "Comments Response" .

# Class: Comment Count Response
shopify:CommentCountResponse a rdfs:Class ;
  rdfs:label "Comment Count Response" .

# Class: Report Response
shopify:ReportResponse a rdfs:Class ;
  rdfs:label "Report Response" .

# Class: Reports Response
shopify:ReportsResponse a rdfs:Class ;
  rdfs:label "Reports Response" .

# Class: Resource Feedback Response
shopify:ResourceFeedbackResponse a rdfs:Class ;
  rdfs:label "Resource Feedback Response" .

# Class: Resource Feedback List Response
shopify:ResourceFeedbackListResponse a rdfs:Class ;
  rdfs:label "Resource Feedback List Response" .

# Class: Tender Transactions Response
shopify:TenderTransactionsResponse a rdfs:Class ;
  rdfs:label "Tender Transactions Response" .

# Class: User Response
shopify:UserResponse a rdfs:Class ;
  rdfs:label "User Response" .

# Class: Users Response
shopify:UsersResponse a rdfs:Class ;
  rdfs:label "Users Response" .

# Class: Product Created Event
shopify:ProductCreatedEvent a rdfs:Class ;
  rdfs:label "Product Created Event" ;
  rdfs:comment "Product created webhook payload." .

# Class: Product Updated Event
shopify:ProductUpdatedEvent a rdfs:Class ;
  rdfs:label "Product Updated Event" ;
  rdfs:comment "Product updated webhook payload." .

# Class: Product Deleted Event
shopify:ProductDeletedEvent a rdfs:Class ;
  rdfs:label "Product Deleted Event" ;
  rdfs:comment "Product deleted webhook payload." .

# Class: Order Created Event
shopify:OrderCreatedEvent a rdfs:Class ;
  rdfs:label "Order Created Event" ;
  rdfs:comment "Order created webhook payload." .

# Class: Order Updated Event
shopify:OrderUpdatedEvent a rdfs:Class ;
  rdfs:label "Order Updated Event" ;
  rdfs:comment "Order updated webhook payload." .

# Class: Order Cancelled Event
shopify:OrderCancelledEvent a rdfs:Class ;
  rdfs:label "Order Cancelled Event" ;
  rdfs:comment "Order cancelled webhook payload." .

# Class: Order Fulfilled Event
shopify:OrderFulfilledEvent a rdfs:Class ;
  rdfs:label "Order Fulfilled Event" ;
  rdfs:comment "Order fulfilled webhook payload." .

# Class: Order Paid Event
shopify:OrderPaidEvent a rdfs:Class ;
  rdfs:label "Order Paid Event" ;
  rdfs:comment "Order paid webhook payload." .

# Class: Order Partially Fulfilled Event
shopify:OrderPartiallyFulfilledEvent a rdfs:Class ;
  rdfs:label "Order Partially Fulfilled Event" ;
  rdfs:comment "Order partially fulfilled webhook payload." .

# Class: Customer Created Event
shopify:CustomerCreatedEvent a rdfs:Class ;
  rdfs:label "Customer Created Event" ;
  rdfs:comment "Customer created webhook payload." .

# Class: Customer Updated Event
shopify:CustomerUpdatedEvent a rdfs:Class ;
  rdfs:label "Customer Updated Event" ;
  rdfs:comment "Customer updated webhook payload." .

# Class: Customer Deleted Event
shopify:CustomerDeletedEvent a rdfs:Class ;
  rdfs:label "Customer Deleted Event" ;
  rdfs:comment "Customer deleted webhook payload." .

# Class: Customer Enabled Event
shopify:CustomerEnabledEvent a rdfs:Class ;
  rdfs:label "Customer Enabled Event" ;
  rdfs:comment "Customer enabled webhook payload." .

# Class: Customer Disabled Event
shopify:CustomerDisabledEvent a rdfs:Class ;
  rdfs:label "Customer Disabled Event" ;
  rdfs:comment "Customer disabled webhook payload." .

# Class: Fulfillment Created Event
shopify:FulfillmentCreatedEvent a rdfs:Class ;
  rdfs:label "Fulfillment Created Event" ;
  rdfs:comment "Fulfillment created webhook payload." .

# Class: Fulfillment Updated Event
shopify:FulfillmentUpdatedEvent a rdfs:Class ;
  rdfs:label "Fulfillment Updated Event" ;
  rdfs:comment "Fulfillment updated webhook payload." .

# Class: Inventory Item Created Event
shopify:InventoryItemCreatedEvent a rdfs:Class ;
  rdfs:label "Inventory Item Created Event" ;
  rdfs:comment "Inventory item created webhook payload." .

# Class: Inventory Item Updated Event
shopify:InventoryItemUpdatedEvent a rdfs:Class ;
  rdfs:label "Inventory Item Updated Event" ;
  rdfs:comment "Inventory item updated webhook payload." .

# Class: Inventory Item Deleted Event
shopify:InventoryItemDeletedEvent a rdfs:Class ;
  rdfs:label "Inventory Item Deleted Event" ;
  rdfs:comment "Inventory item deleted webhook payload." .

# Class: Inventory Level Updated Event
shopify:InventoryLevelUpdatedEvent a rdfs:Class ;
  rdfs:label "Inventory Level Updated Event" ;
  rdfs:comment "Inventory level updated webhook payload." .

# Class: Inventory Level Connected Event
shopify:InventoryLevelConnectedEvent a rdfs:Class ;
  rdfs:label "Inventory Level Connected Event" ;
  rdfs:comment "Inventory level connected webhook payload." .

# Class: Inventory Level Disconnected Event
shopify:InventoryLevelDisconnectedEvent a rdfs:Class ;
  rdfs:label "Inventory Level Disconnected Event" ;
  rdfs:comment "Inventory level disconnected webhook payload." .

# Class: Draft Order Created Event
shopify:DraftOrderCreatedEvent a rdfs:Class ;
  rdfs:label "Draft Order Created Event" ;
  rdfs:comment "Draft order created webhook payload." .

# Class: Draft Order Updated Event
shopify:DraftOrderUpdatedEvent a rdfs:Class ;
  rdfs:label "Draft Order Updated Event" ;
  rdfs:comment "Draft order updated webhook payload." .

# Class: Draft Order Deleted Event
shopify:DraftOrderDeletedEvent a rdfs:Class ;
  rdfs:label "Draft Order Deleted Event" ;
  rdfs:comment "Draft order deleted webhook payload." .

# Class: Collection Created Event
shopify:CollectionCreatedEvent a rdfs:Class ;
  rdfs:label "Collection Created Event" ;
  rdfs:comment "Collection created webhook payload." .

# Class: Collection Updated Event
shopify:CollectionUpdatedEvent a rdfs:Class ;
  rdfs:label "Collection Updated Event" ;
  rdfs:comment "Collection updated webhook payload." .

# Class: Collection Deleted Event
shopify:CollectionDeletedEvent a rdfs:Class ;
  rdfs:label "Collection Deleted Event" ;
  rdfs:comment "Collection deleted webhook payload." .

# Class: Theme Published Event
shopify:ThemePublishedEvent a rdfs:Class ;
  rdfs:label "Theme Published Event" ;
  rdfs:comment "Theme published webhook payload." .

# Class: Theme Updated Event
shopify:ThemeUpdatedEvent a rdfs:Class ;
  rdfs:label "Theme Updated Event" ;
  rdfs:comment "Theme updated webhook payload." .

# Class: Theme Deleted Event
shopify:ThemeDeletedEvent a rdfs:Class ;
  rdfs:label "Theme Deleted Event" ;
  rdfs:comment "Theme deleted webhook payload." .

# Class: App Uninstalled Event
shopify:AppUninstalledEvent a rdfs:Class ;
  rdfs:label "App Uninstalled Event" ;
  rdfs:comment "App uninstalled webhook payload." .

# Class: App Scopes Update Event
shopify:AppScopesUpdateEvent a rdfs:Class ;
  rdfs:label "App Scopes Update Event" ;
  rdfs:comment "App scopes update webhook payload." .

# Class: Customer Data Request Event
shopify:CustomerDataRequestEvent a rdfs:Class ;
  rdfs:label "Customer Data Request Event" ;
  rdfs:comment "Customer data request (GDPR) webhook payload." .

# Class: Customer Redact Event
shopify:CustomerRedactEvent a rdfs:Class ;
  rdfs:label "Customer Redact Event" ;
  rdfs:comment "Customer redact (GDPR) webhook payload." .

# Class: Shop Redact Event
shopify:ShopRedactEvent a rdfs:Class ;
  rdfs:label "Shop Redact Event" ;
  rdfs:comment "Shop redact (GDPR) webhook payload." .

# Class: Draft Order Invoice
<https://relay.inferal.com/ontology/shopify/inline/Shopify.DraftOrderInvoiceRequest/draftOrderInvoice> a rdfs:Class ;
  rdfs:label "Draft Order Invoice" .

# Class: Draft Order Invoice
<https://relay.inferal.com/ontology/shopify/inline/Shopify.DraftOrderInvoiceResponse/draftOrderInvoice> a rdfs:Class ;
  rdfs:label "Draft Order Invoice" .

# Class: Customer
<https://relay.inferal.com/ontology/shopify/inline/Shopify.Events.CustomerDataRequestEvent/customer> a rdfs:Class ;
  rdfs:label "Customer" .

# Class: Data Request
<https://relay.inferal.com/ontology/shopify/inline/Shopify.Events.CustomerDataRequestEvent/dataRequest> a rdfs:Class ;
  rdfs:label "Data Request" .

# Class: Customer
<https://relay.inferal.com/ontology/shopify/inline/Shopify.Events.CustomerRedactEvent/customer> a rdfs:Class ;
  rdfs:label "Customer" .

# Class: Body
<https://relay.inferal.com/ontology/shopify/inline/Shopify.MarketDeleteSuccessResponse/body> a rdfs:Class ;
  rdfs:label "Body" .

# Generated Record classes for Shopify.AbandonedCheckout.billingAddress
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/billingAddress/Container> a rdfs:Class ;
  rdfs:label "Billing Address Record" .
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/billingAddress/Entry> a rdfs:Class ;
  rdfs:label "Billing Address Entry" .

# Generated Record classes for Shopify.AbandonedCheckout.customer
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/customer/Container> a rdfs:Class ;
  rdfs:label "Customer Record" .
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/customer/Entry> a rdfs:Class ;
  rdfs:label "Customer Entry" .

# Generated Record classes for Shopify.AbandonedCheckout.discountCodes
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/discountCodes/Container> a rdfs:Class ;
  rdfs:label "Discount Codes Record" .
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/discountCodes/Entry> a rdfs:Class ;
  rdfs:label "Discount Codes Entry" .

# Generated Record classes for Shopify.AbandonedCheckout.lineItems
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/lineItems/Container> a rdfs:Class ;
  rdfs:label "Line Items Record" .
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/lineItems/Entry> a rdfs:Class ;
  rdfs:label "Line Items Entry" .

# Generated Record classes for Shopify.AbandonedCheckout.shippingAddress
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/shippingAddress/Container> a rdfs:Class ;
  rdfs:label "Shipping Address Record" .
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/shippingAddress/Entry> a rdfs:Class ;
  rdfs:label "Shipping Address Entry" .

# Generated Record classes for Shopify.CarrierShippingRateProvider.serviceFilter
<https://relay.inferal.com/ontology/shopify/record/Shopify.CarrierShippingRateProvider/serviceFilter/Container> a rdfs:Class ;
  rdfs:label "Service Filter Record" .
<https://relay.inferal.com/ontology/shopify/record/Shopify.CarrierShippingRateProvider/serviceFilter/Entry> a rdfs:Class ;
  rdfs:label "Service Filter Entry" .

# Generated Record classes for Shopify.Checkout.billingAddress
<https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/billingAddress/Container> a rdfs:Class ;
  rdfs:label "Billing Address Record" .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/billingAddress/Entry> a rdfs:Class ;
  rdfs:label "Billing Address Entry" .

# Generated Record classes for Shopify.Checkout.lineItems
<https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/lineItems/Container> a rdfs:Class ;
  rdfs:label "Line Items Record" .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/lineItems/Entry> a rdfs:Class ;
  rdfs:label "Line Items Entry" .

# Generated Record classes for Shopify.Checkout.shippingAddress
<https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/shippingAddress/Container> a rdfs:Class ;
  rdfs:label "Shipping Address Record" .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/shippingAddress/Entry> a rdfs:Class ;
  rdfs:label "Shipping Address Entry" .

# Generated Record classes for Shopify.Checkout.shippingLine
<https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/shippingLine/Container> a rdfs:Class ;
  rdfs:label "Shipping Line Record" .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/shippingLine/Entry> a rdfs:Class ;
  rdfs:label "Shipping Line Entry" .

# Generated Record classes for Shopify.CollectionListing.defaultProductImage
<https://relay.inferal.com/ontology/shopify/record/Shopify.CollectionListing/defaultProductImage/Container> a rdfs:Class ;
  rdfs:label "Default Product Image Record" .
<https://relay.inferal.com/ontology/shopify/record/Shopify.CollectionListing/defaultProductImage/Entry> a rdfs:Class ;
  rdfs:label "Default Product Image Entry" .

# Generated Record classes for Shopify.CollectionListing.image
<https://relay.inferal.com/ontology/shopify/record/Shopify.CollectionListing/image/Container> a rdfs:Class ;
  rdfs:label "Image Record" .
<https://relay.inferal.com/ontology/shopify/record/Shopify.CollectionListing/image/Entry> a rdfs:Class ;
  rdfs:label "Image Entry" .

# Generated Record classes for Shopify.DraftOrder.paymentTerms
<https://relay.inferal.com/ontology/shopify/record/Shopify.DraftOrder/paymentTerms/Container> a rdfs:Class ;
  rdfs:label "Payment Terms Record" .
<https://relay.inferal.com/ontology/shopify/record/Shopify.DraftOrder/paymentTerms/Entry> a rdfs:Class ;
  rdfs:label "Payment Terms Entry" .

# Generated Record classes for Shopify.Events.DraftOrderCreatedEvent.paymentTerms
<https://relay.inferal.com/ontology/shopify/record/Shopify.Events.DraftOrderCreatedEvent/paymentTerms/Container> a rdfs:Class ;
  rdfs:label "Payment Terms Record" .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Events.DraftOrderCreatedEvent/paymentTerms/Entry> a rdfs:Class ;
  rdfs:label "Payment Terms Entry" .

# Generated Record classes for Shopify.Events.DraftOrderUpdatedEvent.paymentTerms
<https://relay.inferal.com/ontology/shopify/record/Shopify.Events.DraftOrderUpdatedEvent/paymentTerms/Container> a rdfs:Class ;
  rdfs:label "Payment Terms Record" .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Events.DraftOrderUpdatedEvent/paymentTerms/Entry> a rdfs:Class ;
  rdfs:label "Payment Terms Entry" .

# Generated Record classes for Shopify.Events.FulfillmentCreatedEvent.receipt
<https://relay.inferal.com/ontology/shopify/record/Shopify.Events.FulfillmentCreatedEvent/receipt/Container> a rdfs:Class ;
  rdfs:label "Receipt Record" .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Events.FulfillmentCreatedEvent/receipt/Entry> a rdfs:Class ;
  rdfs:label "Receipt Entry" .

# Generated Record classes for Shopify.Events.FulfillmentUpdatedEvent.receipt
<https://relay.inferal.com/ontology/shopify/record/Shopify.Events.FulfillmentUpdatedEvent/receipt/Container> a rdfs:Class ;
  rdfs:label "Receipt Record" .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Events.FulfillmentUpdatedEvent/receipt/Entry> a rdfs:Class ;
  rdfs:label "Receipt Entry" .

# Generated Record classes for Shopify.Fulfillment.receipt
<https://relay.inferal.com/ontology/shopify/record/Shopify.Fulfillment/receipt/Container> a rdfs:Class ;
  rdfs:label "Receipt Record" .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Fulfillment/receipt/Entry> a rdfs:Class ;
  rdfs:label "Receipt Entry" .

# Generated Record classes for Shopify.FulfillmentOrder.fulfillmentHolds
<https://relay.inferal.com/ontology/shopify/record/Shopify.FulfillmentOrder/fulfillmentHolds/Container> a rdfs:Class ;
  rdfs:label "Fulfillment Holds Record" .
<https://relay.inferal.com/ontology/shopify/record/Shopify.FulfillmentOrder/fulfillmentHolds/Entry> a rdfs:Class ;
  rdfs:label "Fulfillment Holds Entry" .

# Generated Record classes for Shopify.FulfillmentOrder.internationalDuties
<https://relay.inferal.com/ontology/shopify/record/Shopify.FulfillmentOrder/internationalDuties/Container> a rdfs:Class ;
  rdfs:label "International Duties Record" .
<https://relay.inferal.com/ontology/shopify/record/Shopify.FulfillmentOrder/internationalDuties/Entry> a rdfs:Class ;
  rdfs:label "International Duties Entry" .

# Generated Record classes for Shopify.GenericCollectionResponse.collection
<https://relay.inferal.com/ontology/shopify/record/Shopify.GenericCollectionResponse/collection/Container> a rdfs:Class ;
  rdfs:label "Collection Record" .
<https://relay.inferal.com/ontology/shopify/record/Shopify.GenericCollectionResponse/collection/Entry> a rdfs:Class ;
  rdfs:label "Collection Entry" .

# Generated Record classes for Shopify.Market.regions
<https://relay.inferal.com/ontology/shopify/record/Shopify.Market/regions/Container> a rdfs:Class ;
  rdfs:label "Regions Record" .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Market/regions/Entry> a rdfs:Class ;
  rdfs:label "Regions Entry" .

# Generated Record classes for Shopify.MarketingEvent.marketedResources
<https://relay.inferal.com/ontology/shopify/record/Shopify.MarketingEvent/marketedResources/Container> a rdfs:Class ;
  rdfs:label "Marketed Resources Record" .
<https://relay.inferal.com/ontology/shopify/record/Shopify.MarketingEvent/marketedResources/Entry> a rdfs:Class ;
  rdfs:label "Marketed Resources Entry" .

# Generated Record classes for Shopify.Metafield.jsonValue
<https://relay.inferal.com/ontology/shopify/record/Shopify.Metafield/jsonValue/Container> a rdfs:Class ;
  rdfs:label "Json Value Record" .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Metafield/jsonValue/Entry> a rdfs:Class ;
  rdfs:label "Json Value Entry" .

# Generated Record classes for Shopify.MetafieldDefinition.type
<https://relay.inferal.com/ontology/shopify/record/Shopify.MetafieldDefinition/type/Container> a rdfs:Class ;
  rdfs:label "Type Record" .
<https://relay.inferal.com/ontology/shopify/record/Shopify.MetafieldDefinition/type/Entry> a rdfs:Class ;
  rdfs:label "Type Entry" .

# Generated Record classes for Shopify.OrderTransaction.receiptJson
<https://relay.inferal.com/ontology/shopify/record/Shopify.OrderTransaction/receiptJson/Container> a rdfs:Class ;
  rdfs:label "Receipt Json Record" .
<https://relay.inferal.com/ontology/shopify/record/Shopify.OrderTransaction/receiptJson/Entry> a rdfs:Class ;
  rdfs:label "Receipt Json Entry" .

# Generated Record classes for Shopify.PaymentResponse.payment
<https://relay.inferal.com/ontology/shopify/record/Shopify.PaymentResponse/payment/Container> a rdfs:Class ;
  rdfs:label "Payment Record" .
<https://relay.inferal.com/ontology/shopify/record/Shopify.PaymentResponse/payment/Entry> a rdfs:Class ;
  rdfs:label "Payment Entry" .

# Generated Record classes for Shopify.PaymentsResponse.payments
<https://relay.inferal.com/ontology/shopify/record/Shopify.PaymentsResponse/payments/Container> a rdfs:Class ;
  rdfs:label "Payments Record" .
<https://relay.inferal.com/ontology/shopify/record/Shopify.PaymentsResponse/payments/Entry> a rdfs:Class ;
  rdfs:label "Payments Entry" .

# Generated Record classes for Shopify.ProductListing.images
<https://relay.inferal.com/ontology/shopify/record/Shopify.ProductListing/images/Container> a rdfs:Class ;
  rdfs:label "Images Record" .
<https://relay.inferal.com/ontology/shopify/record/Shopify.ProductListing/images/Entry> a rdfs:Class ;
  rdfs:label "Images Entry" .

# Generated Record classes for Shopify.ProductListing.variants
<https://relay.inferal.com/ontology/shopify/record/Shopify.ProductListing/variants/Container> a rdfs:Class ;
  rdfs:label "Variants Record" .
<https://relay.inferal.com/ontology/shopify/record/Shopify.ProductListing/variants/Entry> a rdfs:Class ;
  rdfs:label "Variants Entry" .

# Generated Record classes for Shopify.ProductVariant.presentmentPrices
<https://relay.inferal.com/ontology/shopify/record/Shopify.ProductVariant/presentmentPrices/Container> a rdfs:Class ;
  rdfs:label "Presentment Prices Record" .
<https://relay.inferal.com/ontology/shopify/record/Shopify.ProductVariant/presentmentPrices/Entry> a rdfs:Class ;
  rdfs:label "Presentment Prices Entry" .

# Generated Record classes for Shopify.ShippingRatesResponse.shippingRates
<https://relay.inferal.com/ontology/shopify/record/Shopify.ShippingRatesResponse/shippingRates/Container> a rdfs:Class ;
  rdfs:label "Shipping Rates Record" .
<https://relay.inferal.com/ontology/shopify/record/Shopify.ShippingRatesResponse/shippingRates/Entry> a rdfs:Class ;
  rdfs:label "Shipping Rates Entry" .

# Generated Record classes for Shopify.ShopifyError.errors
<https://relay.inferal.com/ontology/shopify/record/Shopify.ShopifyError/errors/Container> a rdfs:Class ;
  rdfs:label "Errors Record" .
<https://relay.inferal.com/ontology/shopify/record/Shopify.ShopifyError/errors/Entry> a rdfs:Class ;
  rdfs:label "Errors Entry" .

# Generated Record classes for Shopify.TenderTransaction.paymentDetails
<https://relay.inferal.com/ontology/shopify/record/Shopify.TenderTransaction/paymentDetails/Container> a rdfs:Class ;
  rdfs:label "Payment Details Record" .
<https://relay.inferal.com/ontology/shopify/record/Shopify.TenderTransaction/paymentDetails/Entry> a rdfs:Class ;
  rdfs:label "Payment Details Entry" .

# Concept scheme: CustomerState
shopify:CustomerStateScheme a skos:ConceptScheme ;
  rdfs:label "CustomerState" ;
  rdfs:comment "Customer account state." ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/CustomerState/disabled> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/CustomerState/invited> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/CustomerState/enabled> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/CustomerState/declined> .

<https://relay.inferal.com/ontology/shopify/CustomerState/disabled> a skos:Concept ;
  skos:inScheme shopify:CustomerStateScheme ;
  skos:topConceptOf shopify:CustomerStateScheme ;
  skos:prefLabel "Disabled" ;
  skos:altLabel "disabled" ;
  skos:definition "Customer has not activated their account" ;
  skos:notation "disabled" .

<https://relay.inferal.com/ontology/shopify/CustomerState/invited> a skos:Concept ;
  skos:inScheme shopify:CustomerStateScheme ;
  skos:topConceptOf shopify:CustomerStateScheme ;
  skos:prefLabel "Invited" ;
  skos:altLabel "invited" ;
  skos:definition "Customer has been invited but hasn't accepted" ;
  skos:notation "invited" .

<https://relay.inferal.com/ontology/shopify/CustomerState/enabled> a skos:Concept ;
  skos:inScheme shopify:CustomerStateScheme ;
  skos:topConceptOf shopify:CustomerStateScheme ;
  skos:prefLabel "Enabled" ;
  skos:altLabel "enabled" ;
  skos:definition "Customer has activated their account" ;
  skos:notation "enabled" .

<https://relay.inferal.com/ontology/shopify/CustomerState/declined> a skos:Concept ;
  skos:inScheme shopify:CustomerStateScheme ;
  skos:topConceptOf shopify:CustomerStateScheme ;
  skos:prefLabel "Declined" ;
  skos:altLabel "declined" ;
  skos:definition "Customer has declined the invitation" ;
  skos:notation "declined" .

# Concept scheme: DiscountClass
shopify:DiscountClassScheme a skos:ConceptScheme ;
  rdfs:label "DiscountClass" ;
  rdfs:comment "The [discount class](https://help.shopify.com/manual/discounts/combining-discounts/discount-combinations)\nthat's used to control how discounts can be combined." ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/DiscountClass/product> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/DiscountClass/order> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/DiscountClass/shipping> .

<https://relay.inferal.com/ontology/shopify/DiscountClass/product> a skos:Concept ;
  skos:inScheme shopify:DiscountClassScheme ;
  skos:topConceptOf shopify:DiscountClassScheme ;
  skos:prefLabel "Product" ;
  skos:altLabel "product" ;
  skos:notation "PRODUCT" .

<https://relay.inferal.com/ontology/shopify/DiscountClass/order> a skos:Concept ;
  skos:inScheme shopify:DiscountClassScheme ;
  skos:topConceptOf shopify:DiscountClassScheme ;
  skos:prefLabel "Order" ;
  skos:altLabel "order" ;
  skos:notation "ORDER" .

<https://relay.inferal.com/ontology/shopify/DiscountClass/shipping> a skos:Concept ;
  skos:inScheme shopify:DiscountClassScheme ;
  skos:topConceptOf shopify:DiscountClassScheme ;
  skos:prefLabel "Shipping" ;
  skos:altLabel "shipping" ;
  skos:notation "SHIPPING" .

# Concept scheme: DraftOrderStatus
shopify:DraftOrderStatusScheme a skos:ConceptScheme ;
  rdfs:label "DraftOrderStatus" ;
  rdfs:comment "Draft order status." ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/DraftOrderStatus/open> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/DraftOrderStatus/invoice_sent> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/DraftOrderStatus/completed> .

<https://relay.inferal.com/ontology/shopify/DraftOrderStatus/open> a skos:Concept ;
  skos:inScheme shopify:DraftOrderStatusScheme ;
  skos:topConceptOf shopify:DraftOrderStatusScheme ;
  skos:prefLabel "Open" ;
  skos:altLabel "open" ;
  skos:definition "The draft order is open" ;
  skos:notation "open" .

<https://relay.inferal.com/ontology/shopify/DraftOrderStatus/invoice_sent> a skos:Concept ;
  skos:inScheme shopify:DraftOrderStatusScheme ;
  skos:topConceptOf shopify:DraftOrderStatusScheme ;
  skos:prefLabel "Invoice Sent" ;
  skos:altLabel "invoice_sent" ;
  skos:definition "The invoice has been sent" ;
  skos:notation "invoice_sent" .

<https://relay.inferal.com/ontology/shopify/DraftOrderStatus/completed> a skos:Concept ;
  skos:inScheme shopify:DraftOrderStatusScheme ;
  skos:topConceptOf shopify:DraftOrderStatusScheme ;
  skos:prefLabel "Completed" ;
  skos:altLabel "completed" ;
  skos:definition "The draft order has been completed into an order" ;
  skos:notation "completed" .

# Concept scheme: FinancialStatus
shopify:FinancialStatusScheme a skos:ConceptScheme ;
  rdfs:label "FinancialStatus" ;
  rdfs:comment "Financial status of an order." ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/FinancialStatus/pending> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/FinancialStatus/authorized> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/FinancialStatus/partiallyPaid> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/FinancialStatus/paid> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/FinancialStatus/partiallyRefunded> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/FinancialStatus/refunded> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/FinancialStatus/voided> .

<https://relay.inferal.com/ontology/shopify/FinancialStatus/pending> a skos:Concept ;
  skos:inScheme shopify:FinancialStatusScheme ;
  skos:topConceptOf shopify:FinancialStatusScheme ;
  skos:prefLabel "Pending" ;
  skos:altLabel "pending" ;
  skos:definition "Payment is pending" ;
  skos:notation "pending" .

<https://relay.inferal.com/ontology/shopify/FinancialStatus/authorized> a skos:Concept ;
  skos:inScheme shopify:FinancialStatusScheme ;
  skos:topConceptOf shopify:FinancialStatusScheme ;
  skos:prefLabel "Authorized" ;
  skos:altLabel "authorized" ;
  skos:definition "Payment has been authorized" ;
  skos:notation "authorized" .

<https://relay.inferal.com/ontology/shopify/FinancialStatus/partiallyPaid> a skos:Concept ;
  skos:inScheme shopify:FinancialStatusScheme ;
  skos:topConceptOf shopify:FinancialStatusScheme ;
  skos:prefLabel "Partially Paid" ;
  skos:altLabel "partiallyPaid" ;
  skos:definition "Payment has been partially paid" ;
  skos:notation "partially_paid" .

<https://relay.inferal.com/ontology/shopify/FinancialStatus/paid> a skos:Concept ;
  skos:inScheme shopify:FinancialStatusScheme ;
  skos:topConceptOf shopify:FinancialStatusScheme ;
  skos:prefLabel "Paid" ;
  skos:altLabel "paid" ;
  skos:definition "Payment has been paid in full" ;
  skos:notation "paid" .

<https://relay.inferal.com/ontology/shopify/FinancialStatus/partiallyRefunded> a skos:Concept ;
  skos:inScheme shopify:FinancialStatusScheme ;
  skos:topConceptOf shopify:FinancialStatusScheme ;
  skos:prefLabel "Partially Refunded" ;
  skos:altLabel "partiallyRefunded" ;
  skos:definition "Payment has been partially refunded" ;
  skos:notation "partially_refunded" .

<https://relay.inferal.com/ontology/shopify/FinancialStatus/refunded> a skos:Concept ;
  skos:inScheme shopify:FinancialStatusScheme ;
  skos:topConceptOf shopify:FinancialStatusScheme ;
  skos:prefLabel "Refunded" ;
  skos:altLabel "refunded" ;
  skos:definition "Payment has been fully refunded" ;
  skos:notation "refunded" .

<https://relay.inferal.com/ontology/shopify/FinancialStatus/voided> a skos:Concept ;
  skos:inScheme shopify:FinancialStatusScheme ;
  skos:topConceptOf shopify:FinancialStatusScheme ;
  skos:prefLabel "Voided" ;
  skos:altLabel "voided" ;
  skos:definition "Payment has been voided" ;
  skos:notation "voided" .

# Concept scheme: FulfillmentOrderRequestStatus
shopify:FulfillmentOrderRequestStatusScheme a skos:ConceptScheme ;
  rdfs:label "FulfillmentOrderRequestStatus" ;
  rdfs:comment "Fulfillment order request status." ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/FulfillmentOrderRequestStatus/unsubmitted> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/FulfillmentOrderRequestStatus/submitted> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/FulfillmentOrderRequestStatus/accepted> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/FulfillmentOrderRequestStatus/rejected> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/FulfillmentOrderRequestStatus/cancellation_requested> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/FulfillmentOrderRequestStatus/cancellation_accepted> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/FulfillmentOrderRequestStatus/cancellation_rejected> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/FulfillmentOrderRequestStatus/closed> .

<https://relay.inferal.com/ontology/shopify/FulfillmentOrderRequestStatus/unsubmitted> a skos:Concept ;
  skos:inScheme shopify:FulfillmentOrderRequestStatusScheme ;
  skos:topConceptOf shopify:FulfillmentOrderRequestStatusScheme ;
  skos:prefLabel "Unsubmitted" ;
  skos:altLabel "unsubmitted" ;
  skos:definition "No fulfillment request has been sent" ;
  skos:notation "unsubmitted" .

<https://relay.inferal.com/ontology/shopify/FulfillmentOrderRequestStatus/submitted> a skos:Concept ;
  skos:inScheme shopify:FulfillmentOrderRequestStatusScheme ;
  skos:topConceptOf shopify:FulfillmentOrderRequestStatusScheme ;
  skos:prefLabel "Submitted" ;
  skos:altLabel "submitted" ;
  skos:definition "A fulfillment request has been submitted" ;
  skos:notation "submitted" .

<https://relay.inferal.com/ontology/shopify/FulfillmentOrderRequestStatus/accepted> a skos:Concept ;
  skos:inScheme shopify:FulfillmentOrderRequestStatusScheme ;
  skos:topConceptOf shopify:FulfillmentOrderRequestStatusScheme ;
  skos:prefLabel "Accepted" ;
  skos:altLabel "accepted" ;
  skos:definition "The fulfillment request has been accepted" ;
  skos:notation "accepted" .

<https://relay.inferal.com/ontology/shopify/FulfillmentOrderRequestStatus/rejected> a skos:Concept ;
  skos:inScheme shopify:FulfillmentOrderRequestStatusScheme ;
  skos:topConceptOf shopify:FulfillmentOrderRequestStatusScheme ;
  skos:prefLabel "Rejected" ;
  skos:altLabel "rejected" ;
  skos:definition "The fulfillment request has been rejected" ;
  skos:notation "rejected" .

<https://relay.inferal.com/ontology/shopify/FulfillmentOrderRequestStatus/cancellation_requested> a skos:Concept ;
  skos:inScheme shopify:FulfillmentOrderRequestStatusScheme ;
  skos:topConceptOf shopify:FulfillmentOrderRequestStatusScheme ;
  skos:prefLabel "Cancellation Requested" ;
  skos:altLabel "cancellation_requested" ;
  skos:definition "A cancellation request has been submitted" ;
  skos:notation "cancellation_requested" .

<https://relay.inferal.com/ontology/shopify/FulfillmentOrderRequestStatus/cancellation_accepted> a skos:Concept ;
  skos:inScheme shopify:FulfillmentOrderRequestStatusScheme ;
  skos:topConceptOf shopify:FulfillmentOrderRequestStatusScheme ;
  skos:prefLabel "Cancellation Accepted" ;
  skos:altLabel "cancellation_accepted" ;
  skos:definition "A cancellation request has been accepted" ;
  skos:notation "cancellation_accepted" .

<https://relay.inferal.com/ontology/shopify/FulfillmentOrderRequestStatus/cancellation_rejected> a skos:Concept ;
  skos:inScheme shopify:FulfillmentOrderRequestStatusScheme ;
  skos:topConceptOf shopify:FulfillmentOrderRequestStatusScheme ;
  skos:prefLabel "Cancellation Rejected" ;
  skos:altLabel "cancellation_rejected" ;
  skos:definition "A cancellation request has been rejected" ;
  skos:notation "cancellation_rejected" .

<https://relay.inferal.com/ontology/shopify/FulfillmentOrderRequestStatus/closed> a skos:Concept ;
  skos:inScheme shopify:FulfillmentOrderRequestStatusScheme ;
  skos:topConceptOf shopify:FulfillmentOrderRequestStatusScheme ;
  skos:prefLabel "Closed" ;
  skos:altLabel "closed" ;
  skos:definition "closed" ;
  skos:notation "CLOSED" .

# Concept scheme: FulfillmentOrderStatus
shopify:FulfillmentOrderStatusScheme a skos:ConceptScheme ;
  rdfs:label "FulfillmentOrderStatus" ;
  rdfs:comment "Fulfillment order status." ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/FulfillmentOrderStatus/open> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/FulfillmentOrderStatus/in_progress> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/FulfillmentOrderStatus/cancelled> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/FulfillmentOrderStatus/incomplete> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/FulfillmentOrderStatus/closed> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/FulfillmentOrderStatus/scheduled> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/FulfillmentOrderStatus/on_hold> .

<https://relay.inferal.com/ontology/shopify/FulfillmentOrderStatus/open> a skos:Concept ;
  skos:inScheme shopify:FulfillmentOrderStatusScheme ;
  skos:topConceptOf shopify:FulfillmentOrderStatusScheme ;
  skos:prefLabel "Open" ;
  skos:altLabel "open" ;
  skos:definition "The fulfillment order is open" ;
  skos:notation "open" .

<https://relay.inferal.com/ontology/shopify/FulfillmentOrderStatus/in_progress> a skos:Concept ;
  skos:inScheme shopify:FulfillmentOrderStatusScheme ;
  skos:topConceptOf shopify:FulfillmentOrderStatusScheme ;
  skos:prefLabel "In Progress" ;
  skos:altLabel "in_progress" ;
  skos:definition "The fulfillment order is in progress" ;
  skos:notation "in_progress" .

<https://relay.inferal.com/ontology/shopify/FulfillmentOrderStatus/cancelled> a skos:Concept ;
  skos:inScheme shopify:FulfillmentOrderStatusScheme ;
  skos:topConceptOf shopify:FulfillmentOrderStatusScheme ;
  skos:prefLabel "Cancelled" ;
  skos:altLabel "cancelled" ;
  skos:definition "The fulfillment order has been cancelled" ;
  skos:notation "cancelled" .

<https://relay.inferal.com/ontology/shopify/FulfillmentOrderStatus/incomplete> a skos:Concept ;
  skos:inScheme shopify:FulfillmentOrderStatusScheme ;
  skos:topConceptOf shopify:FulfillmentOrderStatusScheme ;
  skos:prefLabel "Incomplete" ;
  skos:altLabel "incomplete" ;
  skos:definition "The fulfillment order is incomplete" ;
  skos:notation "incomplete" .

<https://relay.inferal.com/ontology/shopify/FulfillmentOrderStatus/closed> a skos:Concept ;
  skos:inScheme shopify:FulfillmentOrderStatusScheme ;
  skos:topConceptOf shopify:FulfillmentOrderStatusScheme ;
  skos:prefLabel "Closed" ;
  skos:altLabel "closed" ;
  skos:definition "The fulfillment order is closed" ;
  skos:notation "closed" .

<https://relay.inferal.com/ontology/shopify/FulfillmentOrderStatus/scheduled> a skos:Concept ;
  skos:inScheme shopify:FulfillmentOrderStatusScheme ;
  skos:topConceptOf shopify:FulfillmentOrderStatusScheme ;
  skos:prefLabel "Scheduled" ;
  skos:altLabel "scheduled" ;
  skos:definition "The fulfillment order is scheduled" ;
  skos:notation "scheduled" .

<https://relay.inferal.com/ontology/shopify/FulfillmentOrderStatus/on_hold> a skos:Concept ;
  skos:inScheme shopify:FulfillmentOrderStatusScheme ;
  skos:topConceptOf shopify:FulfillmentOrderStatusScheme ;
  skos:prefLabel "On Hold" ;
  skos:altLabel "on_hold" ;
  skos:definition "The fulfillment order is on hold" ;
  skos:notation "on_hold" .

# Concept scheme: FulfillmentShipmentStatus
shopify:FulfillmentShipmentStatusScheme a skos:ConceptScheme ;
  rdfs:label "FulfillmentShipmentStatus" ;
  rdfs:comment "Fulfillment status." ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/FulfillmentShipmentStatus/label_purchased> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/FulfillmentShipmentStatus/label_printed> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/FulfillmentShipmentStatus/attempted_delivery> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/FulfillmentShipmentStatus/ready_for_pickup> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/FulfillmentShipmentStatus/picked_up> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/FulfillmentShipmentStatus/confirmed> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/FulfillmentShipmentStatus/in_transit> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/FulfillmentShipmentStatus/out_for_delivery> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/FulfillmentShipmentStatus/delivered> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/FulfillmentShipmentStatus/failure> .

<https://relay.inferal.com/ontology/shopify/FulfillmentShipmentStatus/label_purchased> a skos:Concept ;
  skos:inScheme shopify:FulfillmentShipmentStatusScheme ;
  skos:topConceptOf shopify:FulfillmentShipmentStatusScheme ;
  skos:prefLabel "Label Purchased" ;
  skos:altLabel "label_purchased" ;
  skos:definition "A label has been purchased" ;
  skos:notation "label_purchased" .

<https://relay.inferal.com/ontology/shopify/FulfillmentShipmentStatus/label_printed> a skos:Concept ;
  skos:inScheme shopify:FulfillmentShipmentStatusScheme ;
  skos:topConceptOf shopify:FulfillmentShipmentStatusScheme ;
  skos:prefLabel "Label Printed" ;
  skos:altLabel "label_printed" ;
  skos:definition "A label has been printed" ;
  skos:notation "label_printed" .

<https://relay.inferal.com/ontology/shopify/FulfillmentShipmentStatus/attempted_delivery> a skos:Concept ;
  skos:inScheme shopify:FulfillmentShipmentStatusScheme ;
  skos:topConceptOf shopify:FulfillmentShipmentStatusScheme ;
  skos:prefLabel "Attempted Delivery" ;
  skos:altLabel "attempted_delivery" ;
  skos:definition "Attempted delivery" ;
  skos:notation "attempted_delivery" .

<https://relay.inferal.com/ontology/shopify/FulfillmentShipmentStatus/ready_for_pickup> a skos:Concept ;
  skos:inScheme shopify:FulfillmentShipmentStatusScheme ;
  skos:topConceptOf shopify:FulfillmentShipmentStatusScheme ;
  skos:prefLabel "Ready For Pickup" ;
  skos:altLabel "ready_for_pickup" ;
  skos:definition "Package is ready for pickup" ;
  skos:notation "ready_for_pickup" .

<https://relay.inferal.com/ontology/shopify/FulfillmentShipmentStatus/picked_up> a skos:Concept ;
  skos:inScheme shopify:FulfillmentShipmentStatusScheme ;
  skos:topConceptOf shopify:FulfillmentShipmentStatusScheme ;
  skos:prefLabel "Picked Up" ;
  skos:altLabel "picked_up" ;
  skos:definition "Package has been picked up" ;
  skos:notation "picked_up" .

<https://relay.inferal.com/ontology/shopify/FulfillmentShipmentStatus/confirmed> a skos:Concept ;
  skos:inScheme shopify:FulfillmentShipmentStatusScheme ;
  skos:topConceptOf shopify:FulfillmentShipmentStatusScheme ;
  skos:prefLabel "Confirmed" ;
  skos:altLabel "confirmed" ;
  skos:definition "Package confirmed received" ;
  skos:notation "confirmed" .

<https://relay.inferal.com/ontology/shopify/FulfillmentShipmentStatus/in_transit> a skos:Concept ;
  skos:inScheme shopify:FulfillmentShipmentStatusScheme ;
  skos:topConceptOf shopify:FulfillmentShipmentStatusScheme ;
  skos:prefLabel "In Transit" ;
  skos:altLabel "in_transit" ;
  skos:definition "Package is in transit" ;
  skos:notation "in_transit" .

<https://relay.inferal.com/ontology/shopify/FulfillmentShipmentStatus/out_for_delivery> a skos:Concept ;
  skos:inScheme shopify:FulfillmentShipmentStatusScheme ;
  skos:topConceptOf shopify:FulfillmentShipmentStatusScheme ;
  skos:prefLabel "Out For Delivery" ;
  skos:altLabel "out_for_delivery" ;
  skos:definition "Package is out for delivery" ;
  skos:notation "out_for_delivery" .

<https://relay.inferal.com/ontology/shopify/FulfillmentShipmentStatus/delivered> a skos:Concept ;
  skos:inScheme shopify:FulfillmentShipmentStatusScheme ;
  skos:topConceptOf shopify:FulfillmentShipmentStatusScheme ;
  skos:prefLabel "Delivered" ;
  skos:altLabel "delivered" ;
  skos:definition "Package has been delivered" ;
  skos:notation "delivered" .

<https://relay.inferal.com/ontology/shopify/FulfillmentShipmentStatus/failure> a skos:Concept ;
  skos:inScheme shopify:FulfillmentShipmentStatusScheme ;
  skos:topConceptOf shopify:FulfillmentShipmentStatusScheme ;
  skos:prefLabel "Failure" ;
  skos:altLabel "failure" ;
  skos:definition "Delivery failed" ;
  skos:notation "failure" .

# Concept scheme: FulfillmentStatus
shopify:FulfillmentStatusScheme a skos:ConceptScheme ;
  rdfs:label "FulfillmentStatus" ;
  rdfs:comment "Fulfillment status." ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/FulfillmentStatus/pending> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/FulfillmentStatus/open> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/FulfillmentStatus/success> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/FulfillmentStatus/cancelled> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/FulfillmentStatus/error> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/FulfillmentStatus/failure> .

<https://relay.inferal.com/ontology/shopify/FulfillmentStatus/pending> a skos:Concept ;
  skos:inScheme shopify:FulfillmentStatusScheme ;
  skos:topConceptOf shopify:FulfillmentStatusScheme ;
  skos:prefLabel "Pending" ;
  skos:altLabel "pending" ;
  skos:definition "Fulfillment is pending" ;
  skos:notation "pending" .

<https://relay.inferal.com/ontology/shopify/FulfillmentStatus/open> a skos:Concept ;
  skos:inScheme shopify:FulfillmentStatusScheme ;
  skos:topConceptOf shopify:FulfillmentStatusScheme ;
  skos:prefLabel "Open" ;
  skos:altLabel "open" ;
  skos:definition "Fulfillment is open" ;
  skos:notation "open" .

<https://relay.inferal.com/ontology/shopify/FulfillmentStatus/success> a skos:Concept ;
  skos:inScheme shopify:FulfillmentStatusScheme ;
  skos:topConceptOf shopify:FulfillmentStatusScheme ;
  skos:prefLabel "Success" ;
  skos:altLabel "success" ;
  skos:definition "Fulfillment was successful" ;
  skos:notation "success" .

<https://relay.inferal.com/ontology/shopify/FulfillmentStatus/cancelled> a skos:Concept ;
  skos:inScheme shopify:FulfillmentStatusScheme ;
  skos:topConceptOf shopify:FulfillmentStatusScheme ;
  skos:prefLabel "Cancelled" ;
  skos:altLabel "cancelled" ;
  skos:definition "Fulfillment was cancelled" ;
  skos:notation "cancelled" .

<https://relay.inferal.com/ontology/shopify/FulfillmentStatus/error> a skos:Concept ;
  skos:inScheme shopify:FulfillmentStatusScheme ;
  skos:topConceptOf shopify:FulfillmentStatusScheme ;
  skos:prefLabel "Error" ;
  skos:altLabel "error" ;
  skos:definition "Fulfillment encountered an error" ;
  skos:notation "error" .

<https://relay.inferal.com/ontology/shopify/FulfillmentStatus/failure> a skos:Concept ;
  skos:inScheme shopify:FulfillmentStatusScheme ;
  skos:topConceptOf shopify:FulfillmentStatusScheme ;
  skos:prefLabel "Failure" ;
  skos:altLabel "failure" ;
  skos:definition "Fulfillment failed" ;
  skos:notation "failure" .

# Concept scheme: OrderFulfillmentStatus
shopify:OrderFulfillmentStatusScheme a skos:ConceptScheme ;
  rdfs:label "OrderFulfillmentStatus" ;
  rdfs:comment "Fulfillment status of an order.\n\nNote: In Shopify's API, a null value means unfulfilled." ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/OrderFulfillmentStatus/fulfilled> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/OrderFulfillmentStatus/partial> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/OrderFulfillmentStatus/unfulfilled> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/OrderFulfillmentStatus/restocked> .

<https://relay.inferal.com/ontology/shopify/OrderFulfillmentStatus/fulfilled> a skos:Concept ;
  skos:inScheme shopify:OrderFulfillmentStatusScheme ;
  skos:topConceptOf shopify:OrderFulfillmentStatusScheme ;
  skos:prefLabel "Fulfilled" ;
  skos:altLabel "fulfilled" ;
  skos:definition "Every line item has been fulfilled" ;
  skos:notation "fulfilled" .

<https://relay.inferal.com/ontology/shopify/OrderFulfillmentStatus/partial> a skos:Concept ;
  skos:inScheme shopify:OrderFulfillmentStatusScheme ;
  skos:topConceptOf shopify:OrderFulfillmentStatusScheme ;
  skos:prefLabel "Partial" ;
  skos:altLabel "partial" ;
  skos:definition "At least one line item has been fulfilled" ;
  skos:notation "partial" .

<https://relay.inferal.com/ontology/shopify/OrderFulfillmentStatus/unfulfilled> a skos:Concept ;
  skos:inScheme shopify:OrderFulfillmentStatusScheme ;
  skos:topConceptOf shopify:OrderFulfillmentStatusScheme ;
  skos:prefLabel "Unfulfilled" ;
  skos:altLabel "unfulfilled" ;
  skos:definition "No line items have been fulfilled (also represented as null)" ;
  skos:notation "unfulfilled" .

<https://relay.inferal.com/ontology/shopify/OrderFulfillmentStatus/restocked> a skos:Concept ;
  skos:inScheme shopify:OrderFulfillmentStatusScheme ;
  skos:topConceptOf shopify:OrderFulfillmentStatusScheme ;
  skos:prefLabel "Restocked" ;
  skos:altLabel "restocked" ;
  skos:definition "Every line item has been restocked and the order cancelled" ;
  skos:notation "restocked" .

# Concept scheme: PriceRuleAllocationMethod
shopify:PriceRuleAllocationMethodScheme a skos:ConceptScheme ;
  rdfs:label "PriceRuleAllocationMethod" ;
  rdfs:comment "Price rule allocation method." ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/PriceRuleAllocationMethod/each> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/PriceRuleAllocationMethod/across> .

<https://relay.inferal.com/ontology/shopify/PriceRuleAllocationMethod/each> a skos:Concept ;
  skos:inScheme shopify:PriceRuleAllocationMethodScheme ;
  skos:topConceptOf shopify:PriceRuleAllocationMethodScheme ;
  skos:prefLabel "Each" ;
  skos:altLabel "each" ;
  skos:definition "Discount is applied to each entitled item" ;
  skos:notation "each" .

<https://relay.inferal.com/ontology/shopify/PriceRuleAllocationMethod/across> a skos:Concept ;
  skos:inScheme shopify:PriceRuleAllocationMethodScheme ;
  skos:topConceptOf shopify:PriceRuleAllocationMethodScheme ;
  skos:prefLabel "Across" ;
  skos:altLabel "across" ;
  skos:definition "Discount is spread across entitled items" ;
  skos:notation "across" .

# Concept scheme: PriceRuleCustomerSelection
shopify:PriceRuleCustomerSelectionScheme a skos:ConceptScheme ;
  rdfs:label "PriceRuleCustomerSelection" ;
  rdfs:comment "Customer selection for price rule." ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/PriceRuleCustomerSelection/all> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/PriceRuleCustomerSelection/prerequisite> .

<https://relay.inferal.com/ontology/shopify/PriceRuleCustomerSelection/all> a skos:Concept ;
  skos:inScheme shopify:PriceRuleCustomerSelectionScheme ;
  skos:topConceptOf shopify:PriceRuleCustomerSelectionScheme ;
  skos:prefLabel "All" ;
  skos:altLabel "all" ;
  skos:definition "All customers" ;
  skos:notation "all" .

<https://relay.inferal.com/ontology/shopify/PriceRuleCustomerSelection/prerequisite> a skos:Concept ;
  skos:inScheme shopify:PriceRuleCustomerSelectionScheme ;
  skos:topConceptOf shopify:PriceRuleCustomerSelectionScheme ;
  skos:prefLabel "Prerequisite" ;
  skos:altLabel "prerequisite" ;
  skos:definition "Specific prerequisite customers/groups" ;
  skos:notation "prerequisite" .

# Concept scheme: PriceRuleFeature
shopify:PriceRuleFeatureScheme a skos:ConceptScheme ;
  rdfs:label "PriceRuleFeature" ;
  rdfs:comment "The list of features that can be supported by a price rule." ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/PriceRuleFeature/buyOneGetOne> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/PriceRuleFeature/buyOneGetOneWithAllocationLimit> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/PriceRuleFeature/bulk> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/PriceRuleFeature/specificCustomers> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/PriceRuleFeature/quantityDiscounts> .

<https://relay.inferal.com/ontology/shopify/PriceRuleFeature/buyOneGetOne> a skos:Concept ;
  skos:inScheme shopify:PriceRuleFeatureScheme ;
  skos:topConceptOf shopify:PriceRuleFeatureScheme ;
  skos:prefLabel "Buy One Get One" ;
  skos:altLabel "buyOneGetOne" ;
  skos:notation "BUY_ONE_GET_ONE" .

<https://relay.inferal.com/ontology/shopify/PriceRuleFeature/buyOneGetOneWithAllocationLimit> a skos:Concept ;
  skos:inScheme shopify:PriceRuleFeatureScheme ;
  skos:topConceptOf shopify:PriceRuleFeatureScheme ;
  skos:prefLabel "Buy One Get One With Allocation Limit" ;
  skos:altLabel "buyOneGetOneWithAllocationLimit" ;
  skos:notation "BUY_ONE_GET_ONE_WITH_ALLOCATION_LIMIT" .

<https://relay.inferal.com/ontology/shopify/PriceRuleFeature/bulk> a skos:Concept ;
  skos:inScheme shopify:PriceRuleFeatureScheme ;
  skos:topConceptOf shopify:PriceRuleFeatureScheme ;
  skos:prefLabel "Bulk" ;
  skos:altLabel "bulk" ;
  skos:notation "BULK" .

<https://relay.inferal.com/ontology/shopify/PriceRuleFeature/specificCustomers> a skos:Concept ;
  skos:inScheme shopify:PriceRuleFeatureScheme ;
  skos:topConceptOf shopify:PriceRuleFeatureScheme ;
  skos:prefLabel "Specific Customers" ;
  skos:altLabel "specificCustomers" ;
  skos:notation "SPECIFIC_CUSTOMERS" .

<https://relay.inferal.com/ontology/shopify/PriceRuleFeature/quantityDiscounts> a skos:Concept ;
  skos:inScheme shopify:PriceRuleFeatureScheme ;
  skos:topConceptOf shopify:PriceRuleFeatureScheme ;
  skos:prefLabel "Quantity Discounts" ;
  skos:altLabel "quantityDiscounts" ;
  skos:notation "QUANTITY_DISCOUNTS" .

# Concept scheme: PriceRuleTargetSelection
shopify:PriceRuleTargetSelectionScheme a skos:ConceptScheme ;
  rdfs:label "PriceRuleTargetSelection" ;
  rdfs:comment "Price rule target selection." ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/PriceRuleTargetSelection/all> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/PriceRuleTargetSelection/entitled> .

<https://relay.inferal.com/ontology/shopify/PriceRuleTargetSelection/all> a skos:Concept ;
  skos:inScheme shopify:PriceRuleTargetSelectionScheme ;
  skos:topConceptOf shopify:PriceRuleTargetSelectionScheme ;
  skos:prefLabel "All" ;
  skos:altLabel "all" ;
  skos:definition "Discount applies to all items" ;
  skos:notation "all" .

<https://relay.inferal.com/ontology/shopify/PriceRuleTargetSelection/entitled> a skos:Concept ;
  skos:inScheme shopify:PriceRuleTargetSelectionScheme ;
  skos:topConceptOf shopify:PriceRuleTargetSelectionScheme ;
  skos:prefLabel "Entitled" ;
  skos:altLabel "entitled" ;
  skos:definition "Discount applies to entitled items only" ;
  skos:notation "entitled" .

# Concept scheme: PriceRuleTargetType
shopify:PriceRuleTargetTypeScheme a skos:ConceptScheme ;
  rdfs:label "PriceRuleTargetType" ;
  rdfs:comment "Price rule target type." ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/PriceRuleTargetType/line_item> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/PriceRuleTargetType/shipping_line> .

<https://relay.inferal.com/ontology/shopify/PriceRuleTargetType/line_item> a skos:Concept ;
  skos:inScheme shopify:PriceRuleTargetTypeScheme ;
  skos:topConceptOf shopify:PriceRuleTargetTypeScheme ;
  skos:prefLabel "Line Item" ;
  skos:altLabel "line_item" ;
  skos:definition "Discount applies to line items" ;
  skos:notation "line_item" .

<https://relay.inferal.com/ontology/shopify/PriceRuleTargetType/shipping_line> a skos:Concept ;
  skos:inScheme shopify:PriceRuleTargetTypeScheme ;
  skos:topConceptOf shopify:PriceRuleTargetTypeScheme ;
  skos:prefLabel "Shipping Line" ;
  skos:altLabel "shipping_line" ;
  skos:definition "Discount applies to shipping lines" ;
  skos:notation "shipping_line" .

# Concept scheme: PriceRuleTrait
shopify:PriceRuleTraitScheme a skos:ConceptScheme ;
  rdfs:label "PriceRuleTrait" ;
  rdfs:comment "The list of features that can be supported by a price rule." ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/PriceRuleTrait/buyOneGetOne> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/PriceRuleTrait/buyOneGetOneWithAllocationLimit> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/PriceRuleTrait/bulk> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/PriceRuleTrait/specificCustomers> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/PriceRuleTrait/quantityDiscounts> .

<https://relay.inferal.com/ontology/shopify/PriceRuleTrait/buyOneGetOne> a skos:Concept ;
  skos:inScheme shopify:PriceRuleTraitScheme ;
  skos:topConceptOf shopify:PriceRuleTraitScheme ;
  skos:prefLabel "Buy One Get One" ;
  skos:altLabel "buyOneGetOne" ;
  skos:notation "BUY_ONE_GET_ONE" .

<https://relay.inferal.com/ontology/shopify/PriceRuleTrait/buyOneGetOneWithAllocationLimit> a skos:Concept ;
  skos:inScheme shopify:PriceRuleTraitScheme ;
  skos:topConceptOf shopify:PriceRuleTraitScheme ;
  skos:prefLabel "Buy One Get One With Allocation Limit" ;
  skos:altLabel "buyOneGetOneWithAllocationLimit" ;
  skos:notation "BUY_ONE_GET_ONE_WITH_ALLOCATION_LIMIT" .

<https://relay.inferal.com/ontology/shopify/PriceRuleTrait/bulk> a skos:Concept ;
  skos:inScheme shopify:PriceRuleTraitScheme ;
  skos:topConceptOf shopify:PriceRuleTraitScheme ;
  skos:prefLabel "Bulk" ;
  skos:altLabel "bulk" ;
  skos:notation "BULK" .

<https://relay.inferal.com/ontology/shopify/PriceRuleTrait/specificCustomers> a skos:Concept ;
  skos:inScheme shopify:PriceRuleTraitScheme ;
  skos:topConceptOf shopify:PriceRuleTraitScheme ;
  skos:prefLabel "Specific Customers" ;
  skos:altLabel "specificCustomers" ;
  skos:notation "SPECIFIC_CUSTOMERS" .

<https://relay.inferal.com/ontology/shopify/PriceRuleTrait/quantityDiscounts> a skos:Concept ;
  skos:inScheme shopify:PriceRuleTraitScheme ;
  skos:topConceptOf shopify:PriceRuleTraitScheme ;
  skos:prefLabel "Quantity Discounts" ;
  skos:altLabel "quantityDiscounts" ;
  skos:notation "QUANTITY_DISCOUNTS" .

# Concept scheme: PriceRuleValueType
shopify:PriceRuleValueTypeScheme a skos:ConceptScheme ;
  rdfs:label "PriceRuleValueType" ;
  rdfs:comment "Price rule value type." ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/PriceRuleValueType/fixed_amount> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/PriceRuleValueType/percentage> .

<https://relay.inferal.com/ontology/shopify/PriceRuleValueType/fixed_amount> a skos:Concept ;
  skos:inScheme shopify:PriceRuleValueTypeScheme ;
  skos:topConceptOf shopify:PriceRuleValueTypeScheme ;
  skos:prefLabel "Fixed Amount" ;
  skos:altLabel "fixed_amount" ;
  skos:definition "Fixed amount discount" ;
  skos:notation "fixed_amount" .

<https://relay.inferal.com/ontology/shopify/PriceRuleValueType/percentage> a skos:Concept ;
  skos:inScheme shopify:PriceRuleValueTypeScheme ;
  skos:topConceptOf shopify:PriceRuleValueTypeScheme ;
  skos:prefLabel "Percentage" ;
  skos:altLabel "percentage" ;
  skos:definition "Percentage discount" ;
  skos:notation "percentage" .

# Concept scheme: ProductStatus
shopify:ProductStatusScheme a skos:ConceptScheme ;
  rdfs:label "ProductStatus" ;
  rdfs:comment "Product status." ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/ProductStatus/active> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/ProductStatus/archived> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/ProductStatus/draft> .

<https://relay.inferal.com/ontology/shopify/ProductStatus/active> a skos:Concept ;
  skos:inScheme shopify:ProductStatusScheme ;
  skos:topConceptOf shopify:ProductStatusScheme ;
  skos:prefLabel "Active" ;
  skos:altLabel "active" ;
  skos:definition "The product is ready to sell" ;
  skos:notation "active" .

<https://relay.inferal.com/ontology/shopify/ProductStatus/archived> a skos:Concept ;
  skos:inScheme shopify:ProductStatusScheme ;
  skos:topConceptOf shopify:ProductStatusScheme ;
  skos:prefLabel "Archived" ;
  skos:altLabel "archived" ;
  skos:definition "The product is no longer being sold" ;
  skos:notation "archived" .

<https://relay.inferal.com/ontology/shopify/ProductStatus/draft> a skos:Concept ;
  skos:inScheme shopify:ProductStatusScheme ;
  skos:topConceptOf shopify:ProductStatusScheme ;
  skos:prefLabel "Draft" ;
  skos:altLabel "draft" ;
  skos:definition "The product is not yet ready to sell" ;
  skos:notation "draft" .

# Concept scheme: RiskRecommendation
shopify:RiskRecommendationScheme a skos:ConceptScheme ;
  rdfs:label "RiskRecommendation" ;
  rdfs:comment "Fraud risk recommendation." ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/RiskRecommendation/cancel> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/RiskRecommendation/investigate> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/RiskRecommendation/accept> .

<https://relay.inferal.com/ontology/shopify/RiskRecommendation/cancel> a skos:Concept ;
  skos:inScheme shopify:RiskRecommendationScheme ;
  skos:topConceptOf shopify:RiskRecommendationScheme ;
  skos:prefLabel "Cancel" ;
  skos:altLabel "cancel" ;
  skos:definition "There is a high level of risk that this order is fraudulent" ;
  skos:notation "cancel" .

<https://relay.inferal.com/ontology/shopify/RiskRecommendation/investigate> a skos:Concept ;
  skos:inScheme shopify:RiskRecommendationScheme ;
  skos:topConceptOf shopify:RiskRecommendationScheme ;
  skos:prefLabel "Investigate" ;
  skos:altLabel "investigate" ;
  skos:definition "There is a medium level of risk that this order is fraudulent" ;
  skos:notation "investigate" .

<https://relay.inferal.com/ontology/shopify/RiskRecommendation/accept> a skos:Concept ;
  skos:inScheme shopify:RiskRecommendationScheme ;
  skos:topConceptOf shopify:RiskRecommendationScheme ;
  skos:prefLabel "Accept" ;
  skos:altLabel "accept" ;
  skos:definition "There is a low level of risk that this order is fraudulent" ;
  skos:notation "accept" .

# Concept scheme: SmartCollectionRuleColumn
shopify:SmartCollectionRuleColumnScheme a skos:ConceptScheme ;
  rdfs:label "SmartCollectionRuleColumn" ;
  rdfs:comment "Column property for smart collection rules." ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/SmartCollectionRuleColumn/title> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/SmartCollectionRuleColumn/type> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/SmartCollectionRuleColumn/vendor> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/SmartCollectionRuleColumn/variant_price> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/SmartCollectionRuleColumn/tag> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/SmartCollectionRuleColumn/variant_compare_at_price> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/SmartCollectionRuleColumn/variant_weight> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/SmartCollectionRuleColumn/variant_inventory> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/SmartCollectionRuleColumn/variant_title> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/SmartCollectionRuleColumn/product_metafield_definition> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/SmartCollectionRuleColumn/variant_metafield_definition> .

<https://relay.inferal.com/ontology/shopify/SmartCollectionRuleColumn/title> a skos:Concept ;
  skos:inScheme shopify:SmartCollectionRuleColumnScheme ;
  skos:topConceptOf shopify:SmartCollectionRuleColumnScheme ;
  skos:prefLabel "Title" ;
  skos:altLabel "title" ;
  skos:notation "title" .

<https://relay.inferal.com/ontology/shopify/SmartCollectionRuleColumn/type> a skos:Concept ;
  skos:inScheme shopify:SmartCollectionRuleColumnScheme ;
  skos:topConceptOf shopify:SmartCollectionRuleColumnScheme ;
  skos:prefLabel "Type" ;
  skos:altLabel "type" ;
  skos:notation "type" .

<https://relay.inferal.com/ontology/shopify/SmartCollectionRuleColumn/vendor> a skos:Concept ;
  skos:inScheme shopify:SmartCollectionRuleColumnScheme ;
  skos:topConceptOf shopify:SmartCollectionRuleColumnScheme ;
  skos:prefLabel "Vendor" ;
  skos:altLabel "vendor" ;
  skos:notation "vendor" .

<https://relay.inferal.com/ontology/shopify/SmartCollectionRuleColumn/variant_price> a skos:Concept ;
  skos:inScheme shopify:SmartCollectionRuleColumnScheme ;
  skos:topConceptOf shopify:SmartCollectionRuleColumnScheme ;
  skos:prefLabel "Variant Price" ;
  skos:altLabel "variant_price" ;
  skos:notation "variant_price" .

<https://relay.inferal.com/ontology/shopify/SmartCollectionRuleColumn/tag> a skos:Concept ;
  skos:inScheme shopify:SmartCollectionRuleColumnScheme ;
  skos:topConceptOf shopify:SmartCollectionRuleColumnScheme ;
  skos:prefLabel "Tag" ;
  skos:altLabel "tag" ;
  skos:notation "tag" .

<https://relay.inferal.com/ontology/shopify/SmartCollectionRuleColumn/variant_compare_at_price> a skos:Concept ;
  skos:inScheme shopify:SmartCollectionRuleColumnScheme ;
  skos:topConceptOf shopify:SmartCollectionRuleColumnScheme ;
  skos:prefLabel "Variant Compare At Price" ;
  skos:altLabel "variant_compare_at_price" ;
  skos:notation "variant_compare_at_price" .

<https://relay.inferal.com/ontology/shopify/SmartCollectionRuleColumn/variant_weight> a skos:Concept ;
  skos:inScheme shopify:SmartCollectionRuleColumnScheme ;
  skos:topConceptOf shopify:SmartCollectionRuleColumnScheme ;
  skos:prefLabel "Variant Weight" ;
  skos:altLabel "variant_weight" ;
  skos:notation "variant_weight" .

<https://relay.inferal.com/ontology/shopify/SmartCollectionRuleColumn/variant_inventory> a skos:Concept ;
  skos:inScheme shopify:SmartCollectionRuleColumnScheme ;
  skos:topConceptOf shopify:SmartCollectionRuleColumnScheme ;
  skos:prefLabel "Variant Inventory" ;
  skos:altLabel "variant_inventory" ;
  skos:notation "variant_inventory" .

<https://relay.inferal.com/ontology/shopify/SmartCollectionRuleColumn/variant_title> a skos:Concept ;
  skos:inScheme shopify:SmartCollectionRuleColumnScheme ;
  skos:topConceptOf shopify:SmartCollectionRuleColumnScheme ;
  skos:prefLabel "Variant Title" ;
  skos:altLabel "variant_title" ;
  skos:notation "variant_title" .

<https://relay.inferal.com/ontology/shopify/SmartCollectionRuleColumn/product_metafield_definition> a skos:Concept ;
  skos:inScheme shopify:SmartCollectionRuleColumnScheme ;
  skos:topConceptOf shopify:SmartCollectionRuleColumnScheme ;
  skos:prefLabel "Product Metafield Definition" ;
  skos:altLabel "product_metafield_definition" ;
  skos:notation "product_metafield_definition" .

<https://relay.inferal.com/ontology/shopify/SmartCollectionRuleColumn/variant_metafield_definition> a skos:Concept ;
  skos:inScheme shopify:SmartCollectionRuleColumnScheme ;
  skos:topConceptOf shopify:SmartCollectionRuleColumnScheme ;
  skos:prefLabel "Variant Metafield Definition" ;
  skos:altLabel "variant_metafield_definition" ;
  skos:notation "variant_metafield_definition" .

# Concept scheme: SmartCollectionRuleRelation
shopify:SmartCollectionRuleRelationScheme a skos:ConceptScheme ;
  rdfs:label "SmartCollectionRuleRelation" ;
  rdfs:comment "Relation for smart collection rules." ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/SmartCollectionRuleRelation/equals> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/SmartCollectionRuleRelation/not_equals> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/SmartCollectionRuleRelation/greater_than> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/SmartCollectionRuleRelation/less_than> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/SmartCollectionRuleRelation/starts_with> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/SmartCollectionRuleRelation/ends_with> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/SmartCollectionRuleRelation/contains> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/SmartCollectionRuleRelation/not_contains> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/SmartCollectionRuleRelation/is_set> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/SmartCollectionRuleRelation/is_not_set> .

<https://relay.inferal.com/ontology/shopify/SmartCollectionRuleRelation/equals> a skos:Concept ;
  skos:inScheme shopify:SmartCollectionRuleRelationScheme ;
  skos:topConceptOf shopify:SmartCollectionRuleRelationScheme ;
  skos:prefLabel "Equals" ;
  skos:altLabel "equals" ;
  skos:notation "equals" .

<https://relay.inferal.com/ontology/shopify/SmartCollectionRuleRelation/not_equals> a skos:Concept ;
  skos:inScheme shopify:SmartCollectionRuleRelationScheme ;
  skos:topConceptOf shopify:SmartCollectionRuleRelationScheme ;
  skos:prefLabel "Not Equals" ;
  skos:altLabel "not_equals" ;
  skos:notation "not_equals" .

<https://relay.inferal.com/ontology/shopify/SmartCollectionRuleRelation/greater_than> a skos:Concept ;
  skos:inScheme shopify:SmartCollectionRuleRelationScheme ;
  skos:topConceptOf shopify:SmartCollectionRuleRelationScheme ;
  skos:prefLabel "Greater Than" ;
  skos:altLabel "greater_than" ;
  skos:notation "greater_than" .

<https://relay.inferal.com/ontology/shopify/SmartCollectionRuleRelation/less_than> a skos:Concept ;
  skos:inScheme shopify:SmartCollectionRuleRelationScheme ;
  skos:topConceptOf shopify:SmartCollectionRuleRelationScheme ;
  skos:prefLabel "Less Than" ;
  skos:altLabel "less_than" ;
  skos:notation "less_than" .

<https://relay.inferal.com/ontology/shopify/SmartCollectionRuleRelation/starts_with> a skos:Concept ;
  skos:inScheme shopify:SmartCollectionRuleRelationScheme ;
  skos:topConceptOf shopify:SmartCollectionRuleRelationScheme ;
  skos:prefLabel "Starts With" ;
  skos:altLabel "starts_with" ;
  skos:notation "starts_with" .

<https://relay.inferal.com/ontology/shopify/SmartCollectionRuleRelation/ends_with> a skos:Concept ;
  skos:inScheme shopify:SmartCollectionRuleRelationScheme ;
  skos:topConceptOf shopify:SmartCollectionRuleRelationScheme ;
  skos:prefLabel "Ends With" ;
  skos:altLabel "ends_with" ;
  skos:notation "ends_with" .

<https://relay.inferal.com/ontology/shopify/SmartCollectionRuleRelation/contains> a skos:Concept ;
  skos:inScheme shopify:SmartCollectionRuleRelationScheme ;
  skos:topConceptOf shopify:SmartCollectionRuleRelationScheme ;
  skos:prefLabel "Contains" ;
  skos:altLabel "contains" ;
  skos:notation "contains" .

<https://relay.inferal.com/ontology/shopify/SmartCollectionRuleRelation/not_contains> a skos:Concept ;
  skos:inScheme shopify:SmartCollectionRuleRelationScheme ;
  skos:topConceptOf shopify:SmartCollectionRuleRelationScheme ;
  skos:prefLabel "Not Contains" ;
  skos:altLabel "not_contains" ;
  skos:notation "not_contains" .

<https://relay.inferal.com/ontology/shopify/SmartCollectionRuleRelation/is_set> a skos:Concept ;
  skos:inScheme shopify:SmartCollectionRuleRelationScheme ;
  skos:topConceptOf shopify:SmartCollectionRuleRelationScheme ;
  skos:prefLabel "Is Set" ;
  skos:altLabel "is_set" ;
  skos:notation "is_set" .

<https://relay.inferal.com/ontology/shopify/SmartCollectionRuleRelation/is_not_set> a skos:Concept ;
  skos:inScheme shopify:SmartCollectionRuleRelationScheme ;
  skos:topConceptOf shopify:SmartCollectionRuleRelationScheme ;
  skos:prefLabel "Is Not Set" ;
  skos:altLabel "is_not_set" ;
  skos:notation "is_not_set" .

# Concept scheme: TransactionKind
shopify:TransactionKindScheme a skos:ConceptScheme ;
  rdfs:label "TransactionKind" ;
  rdfs:comment "Transaction kind." ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/TransactionKind/authorization> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/TransactionKind/capture> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/TransactionKind/sale> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/TransactionKind/void> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/TransactionKind/refund> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/TransactionKind/change> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/TransactionKind/emvAuthorization> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/TransactionKind/suggestedRefund> .

<https://relay.inferal.com/ontology/shopify/TransactionKind/authorization> a skos:Concept ;
  skos:inScheme shopify:TransactionKindScheme ;
  skos:topConceptOf shopify:TransactionKindScheme ;
  skos:prefLabel "Authorization" ;
  skos:altLabel "authorization" ;
  skos:definition "Money that the customer has agreed to pay" ;
  skos:notation "authorization" .

<https://relay.inferal.com/ontology/shopify/TransactionKind/capture> a skos:Concept ;
  skos:inScheme shopify:TransactionKindScheme ;
  skos:topConceptOf shopify:TransactionKindScheme ;
  skos:prefLabel "Capture" ;
  skos:altLabel "capture" ;
  skos:definition "Transfer of money that was reserved during authorization" ;
  skos:notation "capture" .

<https://relay.inferal.com/ontology/shopify/TransactionKind/sale> a skos:Concept ;
  skos:inScheme shopify:TransactionKindScheme ;
  skos:topConceptOf shopify:TransactionKindScheme ;
  skos:prefLabel "Sale" ;
  skos:altLabel "sale" ;
  skos:definition "Authorization and capture at the same time" ;
  skos:notation "sale" .

<https://relay.inferal.com/ontology/shopify/TransactionKind/void> a skos:Concept ;
  skos:inScheme shopify:TransactionKindScheme ;
  skos:topConceptOf shopify:TransactionKindScheme ;
  skos:prefLabel "Void" ;
  skos:altLabel "void" ;
  skos:definition "Cancellation of a pending authorization or capture" ;
  skos:notation "void" .

<https://relay.inferal.com/ontology/shopify/TransactionKind/refund> a skos:Concept ;
  skos:inScheme shopify:TransactionKindScheme ;
  skos:topConceptOf shopify:TransactionKindScheme ;
  skos:prefLabel "Refund" ;
  skos:altLabel "refund" ;
  skos:definition "Return of money to the customer" ;
  skos:notation "refund" .

<https://relay.inferal.com/ontology/shopify/TransactionKind/change> a skos:Concept ;
  skos:inScheme shopify:TransactionKindScheme ;
  skos:topConceptOf shopify:TransactionKindScheme ;
  skos:prefLabel "Change" ;
  skos:altLabel "change" ;
  skos:definition "Change transaction" ;
  skos:notation "CHANGE" .

<https://relay.inferal.com/ontology/shopify/TransactionKind/emvAuthorization> a skos:Concept ;
  skos:inScheme shopify:TransactionKindScheme ;
  skos:topConceptOf shopify:TransactionKindScheme ;
  skos:prefLabel "Emv Authorization" ;
  skos:altLabel "emvAuthorization" ;
  skos:definition "EMV authorization" ;
  skos:notation "EMV_AUTHORIZATION" .

<https://relay.inferal.com/ontology/shopify/TransactionKind/suggestedRefund> a skos:Concept ;
  skos:inScheme shopify:TransactionKindScheme ;
  skos:topConceptOf shopify:TransactionKindScheme ;
  skos:prefLabel "Suggested Refund" ;
  skos:altLabel "suggestedRefund" ;
  skos:definition "Suggested refund" ;
  skos:notation "SUGGESTED_REFUND" .

# Concept scheme: TransactionStatus
shopify:TransactionStatusScheme a skos:ConceptScheme ;
  rdfs:label "TransactionStatus" ;
  rdfs:comment "Transaction status." ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/TransactionStatus/pending> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/TransactionStatus/failure> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/TransactionStatus/success> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/TransactionStatus/error> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/TransactionStatus/awaitingResponse> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/TransactionStatus/unknown> .

<https://relay.inferal.com/ontology/shopify/TransactionStatus/pending> a skos:Concept ;
  skos:inScheme shopify:TransactionStatusScheme ;
  skos:topConceptOf shopify:TransactionStatusScheme ;
  skos:prefLabel "Pending" ;
  skos:altLabel "pending" ;
  skos:definition "Transaction is pending" ;
  skos:notation "pending" .

<https://relay.inferal.com/ontology/shopify/TransactionStatus/failure> a skos:Concept ;
  skos:inScheme shopify:TransactionStatusScheme ;
  skos:topConceptOf shopify:TransactionStatusScheme ;
  skos:prefLabel "Failure" ;
  skos:altLabel "failure" ;
  skos:definition "Transaction has failed" ;
  skos:notation "failure" .

<https://relay.inferal.com/ontology/shopify/TransactionStatus/success> a skos:Concept ;
  skos:inScheme shopify:TransactionStatusScheme ;
  skos:topConceptOf shopify:TransactionStatusScheme ;
  skos:prefLabel "Success" ;
  skos:altLabel "success" ;
  skos:definition "Transaction was successful" ;
  skos:notation "success" .

<https://relay.inferal.com/ontology/shopify/TransactionStatus/error> a skos:Concept ;
  skos:inScheme shopify:TransactionStatusScheme ;
  skos:topConceptOf shopify:TransactionStatusScheme ;
  skos:prefLabel "Error" ;
  skos:altLabel "error" ;
  skos:definition "Transaction resulted in an error" ;
  skos:notation "error" .

<https://relay.inferal.com/ontology/shopify/TransactionStatus/awaitingResponse> a skos:Concept ;
  skos:inScheme shopify:TransactionStatusScheme ;
  skos:topConceptOf shopify:TransactionStatusScheme ;
  skos:prefLabel "Awaiting Response" ;
  skos:altLabel "awaitingResponse" ;
  skos:definition "Awaiting response" ;
  skos:notation "AWAITING_RESPONSE" .

<https://relay.inferal.com/ontology/shopify/TransactionStatus/unknown> a skos:Concept ;
  skos:inScheme shopify:TransactionStatusScheme ;
  skos:topConceptOf shopify:TransactionStatusScheme ;
  skos:prefLabel "Unknown" ;
  skos:altLabel "unknown" ;
  skos:definition "Unknown status" ;
  skos:notation "UNKNOWN" .

# Concept scheme: WebhookFormat
shopify:WebhookFormatScheme a skos:ConceptScheme ;
  rdfs:label "WebhookFormat" ;
  rdfs:comment "Webhook delivery format." ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/WebhookFormat/json> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/shopify/WebhookFormat/xml> .

<https://relay.inferal.com/ontology/shopify/WebhookFormat/json> a skos:Concept ;
  skos:inScheme shopify:WebhookFormatScheme ;
  skos:topConceptOf shopify:WebhookFormatScheme ;
  skos:prefLabel "Json" ;
  skos:altLabel "json" ;
  skos:definition "JSON format" ;
  skos:notation "json" .

<https://relay.inferal.com/ontology/shopify/WebhookFormat/xml> a skos:Concept ;
  skos:inScheme shopify:WebhookFormatScheme ;
  skos:topConceptOf shopify:WebhookFormatScheme ;
  skos:prefLabel "Xml" ;
  skos:altLabel "xml" ;
  skos:definition "XML format" ;
  skos:notation "xml" .

# Query parent property: charge status
shopify:chargeStatus a rdf:Property ;
  rdfs:label "charge status" .

# Query parent property: checkout token
shopify:checkoutToken a rdf:Property ;
  rdfs:label "checkout token" .

# Query parent property: country code
shopify:countryCode a rdf:Property ;
  rdfs:label "country code" .

# Query parent property: dispute status
shopify:disputeStatus a rdf:Property ;
  rdfs:label "dispute status" .

# Query parent property: feedback state
shopify:feedbackState a rdf:Property ;
  rdfs:label "feedback state" .

# Query parent property: fulfillment order status
shopify:fulfillmentOrderStatus a rdf:Property ;
  rdfs:label "fulfillment order status" .

# Query parent property: fulfillment status
shopify:fulfillmentStatus a rdf:Property ;
  rdfs:label "fulfillment status" .

# Query parent property: inventory item id
shopify:inventoryItemId a rdf:Property ;
  rdfs:label "inventory item id" .

# Query parent property: location id
shopify:locationId a rdf:Property ;
  rdfs:label "location id" .

# Query parent property: order id
shopify:orderId a rdf:Property ;
  rdfs:label "order id" .

# Query parent property: parent country
shopify:parentCountry a rdf:Property ;
  rdfs:label "parent country" .

# Query parent property: payout status
shopify:payoutStatus a rdf:Property ;
  rdfs:label "payout status" .

# Query parent property: product id
shopify:productId a rdf:Property ;
  rdfs:label "product id" .

# Query parent property: abandoned checkout url
<https://relay.inferal.com/ontology/shopify/property/abandonedCheckoutUrl> a rdf:Property ;
  rdfs:label "abandoned checkout url" ;
  rdfs:comment "Query alias: 1 model declares abandonedCheckoutUrl." .

# Query parent property: accept automatic discounts
<https://relay.inferal.com/ontology/shopify/property/acceptAutomaticDiscounts> a rdf:Property ;
  rdfs:label "accept automatic discounts" ;
  rdfs:comment "Query alias: 3 models declare acceptAutomaticDiscounts." .

# Query parent property: accept language
<https://relay.inferal.com/ontology/shopify/property/acceptLanguage> a rdf:Property ;
  rdfs:label "accept language" ;
  rdfs:comment "Query alias: 1 model declares acceptLanguage." .

# Query parent property: accepts marketing
<https://relay.inferal.com/ontology/shopify/property/acceptsMarketing> a rdf:Property ;
  rdfs:label "accepts marketing" ;
  rdfs:comment "Query alias: 5 models declare acceptsMarketing." .

# Query parent property: accepts marketing updated at
<https://relay.inferal.com/ontology/shopify/property/acceptsMarketingUpdatedAt> a rdf:Property ;
  rdfs:label "accepts marketing updated at" ;
  rdfs:comment "Query alias: 5 models declare acceptsMarketingUpdatedAt." .

# Query parent property: access
<https://relay.inferal.com/ontology/shopify/property/access> a rdf:Property ;
  rdfs:label "access" ;
  rdfs:comment "Query alias: 1 model declares access." .

# Query parent property: access scope
<https://relay.inferal.com/ontology/shopify/property/accessScope> a rdf:Property ;
  rdfs:label "access scope" ;
  rdfs:comment "Query alias: 1 model declares accessScope." .

# Query parent property: access scopes
<https://relay.inferal.com/ontology/shopify/property/accessScopes> a rdf:Property ;
  rdfs:label "access scopes" ;
  rdfs:comment "Query alias: 2 models declare accessScopes." .

# Query parent property: access token
<https://relay.inferal.com/ontology/shopify/property/accessToken> a rdf:Property ;
  rdfs:label "access token" ;
  rdfs:comment "Query alias: 1 model declares accessToken." .

# Query parent property: account number
<https://relay.inferal.com/ontology/shopify/property/accountNumber> a rdf:Property ;
  rdfs:label "account number" ;
  rdfs:comment "Query alias: 1 model declares accountNumber." .

# Query parent property: account type
<https://relay.inferal.com/ontology/shopify/property/accountType> a rdf:Property ;
  rdfs:label "account type" ;
  rdfs:comment "Query alias: 1 model declares accountType." .

# Query parent property: action
<https://relay.inferal.com/ontology/shopify/property/action> a rdf:Property ;
  rdfs:label "action" ;
  rdfs:comment "Query alias: 2 models declare action." .

# Query parent property: actions
<https://relay.inferal.com/ontology/shopify/property/actions> a rdf:Property ;
  rdfs:label "actions" ;
  rdfs:comment "Query alias: 1 model declares actions." .

# Query parent property: activatable
<https://relay.inferal.com/ontology/shopify/property/activatable> a rdf:Property ;
  rdfs:label "activatable" ;
  rdfs:comment "Query alias: 1 model declares activatable." .

# Query parent property: activated on
<https://relay.inferal.com/ontology/shopify/property/activatedOn> a rdf:Property ;
  rdfs:label "activated on" ;
  rdfs:comment "Query alias: 1 model declares activatedOn." .

# Query parent property: active
<https://relay.inferal.com/ontology/shopify/property/active> a rdf:Property ;
  rdfs:label "active" ;
  rdfs:comment "Query alias: 3 models declare active." .

# Query parent property: additional fees
<https://relay.inferal.com/ontology/shopify/property/additionalFees> a rdf:Property ;
  rdfs:label "additional fees" ;
  rdfs:comment "Query alias: 7 models declare additionalFees." .

# Query parent property: additional information
<https://relay.inferal.com/ontology/shopify/property/additionalInformation> a rdf:Property ;
  rdfs:label "additional information" ;
  rdfs:comment "Query alias: 1 model declares additionalInformation." .

# Query parent property: address1
<https://relay.inferal.com/ontology/shopify/property/address1> a rdf:Property ;
  rdfs:label "address1" ;
  rdfs:comment "Query alias: 7 models declare address1." .

# Query parent property: address2
<https://relay.inferal.com/ontology/shopify/property/address2> a rdf:Property ;
  rdfs:label "address2" ;
  rdfs:comment "Query alias: 6 models declare address2." .

# Query parent property: addresses
<https://relay.inferal.com/ontology/shopify/property/addresses> a rdf:Property ;
  rdfs:label "addresses" ;
  rdfs:comment "Query alias: 6 models declare addresses." .

# Query parent property: addresses v2
<https://relay.inferal.com/ontology/shopify/property/addressesV2> a rdf:Property ;
  rdfs:label "addresses v2" ;
  rdfs:comment "Query alias: 5 models declare addressesV2." .

# Query parent property: address verified
<https://relay.inferal.com/ontology/shopify/property/addressVerified> a rdf:Property ;
  rdfs:label "address verified" ;
  rdfs:comment "Query alias: 1 model declares addressVerified." .

# Query parent property: adjustment reason
<https://relay.inferal.com/ontology/shopify/property/adjustmentReason> a rdf:Property ;
  rdfs:label "adjustment reason" ;
  rdfs:comment "Query alias: 1 model declares adjustmentReason." .

# Query parent property: adjustments orders
<https://relay.inferal.com/ontology/shopify/property/adjustmentsOrders> a rdf:Property ;
  rdfs:label "adjustments orders" ;
  rdfs:comment "Query alias: 1 model declares adjustmentsOrders." .

# Query parent property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/adminGraphqlApiId> a rdf:Property ;
  rdfs:label "admin graphql api id" ;
  rdfs:comment "Query alias: 48 models declare adminGraphqlApiId." .

# Query parent property: agreements
<https://relay.inferal.com/ontology/shopify/property/agreements> a rdf:Property ;
  rdfs:label "agreements" ;
  rdfs:comment "Query alias: 7 models declare agreements." .

# Query parent property: allocated amount
<https://relay.inferal.com/ontology/shopify/property/allocatedAmount> a rdf:Property ;
  rdfs:label "allocated amount" ;
  rdfs:comment "Query alias: 1 model declares allocatedAmount." .

# Query parent property: allocated amount set
<https://relay.inferal.com/ontology/shopify/property/allocatedAmountSet> a rdf:Property ;
  rdfs:label "allocated amount set" ;
  rdfs:comment "Query alias: 1 model declares allocatedAmountSet." .

# Query parent property: allocation limit
<https://relay.inferal.com/ontology/shopify/property/allocationLimit> a rdf:Property ;
  rdfs:label "allocation limit" ;
  rdfs:comment "Query alias: 1 model declares allocationLimit." .

# Query parent property: allocation method
<https://relay.inferal.com/ontology/shopify/property/allocationMethod> a rdf:Property ;
  rdfs:label "allocation method" ;
  rdfs:comment "Query alias: 2 models declare allocationMethod." .

# Query parent property: allocations
<https://relay.inferal.com/ontology/shopify/property/allocations> a rdf:Property ;
  rdfs:label "allocations" ;
  rdfs:comment "Query alias: 1 model declares allocations." .

# Query parent property: allow discount codes in checkout
<https://relay.inferal.com/ontology/shopify/property/allowDiscountCodesInCheckout> a rdf:Property ;
  rdfs:label "allow discount codes in checkout" ;
  rdfs:comment "Query alias: 3 models declare allowDiscountCodesInCheckout." .

# Query parent property: all product categories
<https://relay.inferal.com/ontology/shopify/property/allProductCategories> a rdf:Property ;
  rdfs:label "all product categories" ;
  rdfs:comment "Query alias: 1 model declares allProductCategories." .

# Query parent property: all product categories list
<https://relay.inferal.com/ontology/shopify/property/allProductCategoriesList> a rdf:Property ;
  rdfs:label "all product categories list" ;
  rdfs:comment "Query alias: 1 model declares allProductCategoriesList." .

# Query parent property: all variant prices overridden
<https://relay.inferal.com/ontology/shopify/property/allVariantPricesOverridden> a rdf:Property ;
  rdfs:label "all variant prices overridden" ;
  rdfs:comment "Query alias: 3 models declare allVariantPricesOverridden." .

# Query parent property: alt
<https://relay.inferal.com/ontology/shopify/property/alt> a rdf:Property ;
  rdfs:label "alt" ;
  rdfs:comment "Query alias: 3 models declare alt." .

# Query parent property: alt text
<https://relay.inferal.com/ontology/shopify/property/altText> a rdf:Property ;
  rdfs:label "alt text" ;
  rdfs:comment "Query alias: 1 model declares altText." .

# Query parent property: amount due later set
<https://relay.inferal.com/ontology/shopify/property/amountDueLaterSet> a rdf:Property ;
  rdfs:label "amount due later set" ;
  rdfs:comment "Query alias: 3 models declare amountDueLaterSet." .

# Query parent property: amount due now set
<https://relay.inferal.com/ontology/shopify/property/amountDueNowSet> a rdf:Property ;
  rdfs:label "amount due now set" ;
  rdfs:comment "Query alias: 3 models declare amountDueNowSet." .

# Query parent property: amount rounding set
<https://relay.inferal.com/ontology/shopify/property/amountRoundingSet> a rdf:Property ;
  rdfs:label "amount rounding set" ;
  rdfs:comment "Query alias: 1 model declares amountRoundingSet." .

# Query parent property: amount spent
<https://relay.inferal.com/ontology/shopify/property/amountSpent> a rdf:Property ;
  rdfs:label "amount spent" ;
  rdfs:comment "Query alias: 5 models declare amountSpent." .

# Query parent property: amount v2
<https://relay.inferal.com/ontology/shopify/property/amountV2> a rdf:Property ;
  rdfs:label "amount v2" ;
  rdfs:comment "Query alias: 2 models declare amountV2." .

# Query parent property: analytics token
<https://relay.inferal.com/ontology/shopify/property/analyticsToken> a rdf:Property ;
  rdfs:label "analytics token" ;
  rdfs:comment "Query alias: 1 model declares analyticsToken." .

# Query parent property: ancestor ids
<https://relay.inferal.com/ontology/shopify/property/ancestorIds> a rdf:Property ;
  rdfs:label "ancestor ids" ;
  rdfs:comment "Query alias: 1 model declares ancestorIds." .

# Query parent property: any variant prices overridden
<https://relay.inferal.com/ontology/shopify/property/anyVariantPricesOverridden> a rdf:Property ;
  rdfs:label "any variant prices overridden" ;
  rdfs:comment "Query alias: 3 models declare anyVariantPricesOverridden." .

# Query parent property: api client id
<https://relay.inferal.com/ontology/shopify/property/apiClientId> a rdf:Property ;
  rdfs:label "api client id" ;
  rdfs:comment "Query alias: 1 model declares apiClientId." .

# Query parent property: api type
<https://relay.inferal.com/ontology/shopify/property/apiType> a rdf:Property ;
  rdfs:label "api type" ;
  rdfs:comment "Query alias: 1 model declares apiType." .

# Query parent property: api version
<https://relay.inferal.com/ontology/shopify/property/apiVersion> a rdf:Property ;
  rdfs:label "api version" ;
  rdfs:comment "Query alias: 1 model declares apiVersion." .

# Query parent property: app
<https://relay.inferal.com/ontology/shopify/property/app> a rdf:Property ;
  rdfs:label "app" ;
  rdfs:comment "Query alias: 11 models declare app." .

# Query parent property: app feedback
<https://relay.inferal.com/ontology/shopify/property/appFeedback> a rdf:Property ;
  rdfs:label "app feedback" ;
  rdfs:comment "Query alias: 1 model declares appFeedback." .

# Query parent property: app id
<https://relay.inferal.com/ontology/shopify/property/appId> a rdf:Property ;
  rdfs:label "app id" ;
  rdfs:comment "Query alias: 7 models declare appId." .

# Query parent property: application charge
<https://relay.inferal.com/ontology/shopify/property/applicationCharge> a rdf:Property ;
  rdfs:label "application charge" ;
  rdfs:comment "Query alias: 1 model declares applicationCharge." .

# Query parent property: application charges
<https://relay.inferal.com/ontology/shopify/property/applicationCharges> a rdf:Property ;
  rdfs:label "application charges" ;
  rdfs:comment "Query alias: 1 model declares applicationCharges." .

# Query parent property: application credit
<https://relay.inferal.com/ontology/shopify/property/applicationCredit> a rdf:Property ;
  rdfs:label "application credit" ;
  rdfs:comment "Query alias: 1 model declares applicationCredit." .

# Query parent property: application credits
<https://relay.inferal.com/ontology/shopify/property/applicationCredits> a rdf:Property ;
  rdfs:label "application credits" ;
  rdfs:comment "Query alias: 1 model declares applicationCredits." .

# Query parent property: applied discount
<https://relay.inferal.com/ontology/shopify/property/appliedDiscount> a rdf:Property ;
  rdfs:label "applied discount" ;
  rdfs:comment "Query alias: 4 models declare appliedDiscount." .

# Query parent property: app title
<https://relay.inferal.com/ontology/shopify/property/appTitle> a rdf:Property ;
  rdfs:label "app title" ;
  rdfs:comment "Query alias: 1 model declares appTitle." .

# Query parent property: arguments
<https://relay.inferal.com/ontology/shopify/property/arguments> a rdf:Property ;
  rdfs:label "arguments" ;
  rdfs:comment "Query alias: 1 model declares arguments." .

# Query parent property: article
<https://relay.inferal.com/ontology/shopify/property/article> a rdf:Property ;
  rdfs:label "article" ;
  rdfs:comment "Query alias: 2 models declare article." .

# Query parent property: articles count
<https://relay.inferal.com/ontology/shopify/property/articlesCount> a rdf:Property ;
  rdfs:label "articles count" ;
  rdfs:comment "Query alias: 1 model declares articlesCount." .

# Query parent property: asset
<https://relay.inferal.com/ontology/shopify/property/asset> a rdf:Property ;
  rdfs:label "asset" ;
  rdfs:comment "Query alias: 1 model declares asset." .

# Query parent property: assets
<https://relay.inferal.com/ontology/shopify/property/assets> a rdf:Property ;
  rdfs:label "assets" ;
  rdfs:comment "Query alias: 1 model declares assets." .

# Query parent property: assigned customization
<https://relay.inferal.com/ontology/shopify/property/assignedCustomization> a rdf:Property ;
  rdfs:label "assigned customization" ;
  rdfs:comment "Query alias: 1 model declares assignedCustomization." .

# Query parent property: assigned fulfillment orders
<https://relay.inferal.com/ontology/shopify/property/assignedFulfillmentOrders> a rdf:Property ;
  rdfs:label "assigned fulfillment orders" ;
  rdfs:comment "Query alias: 1 model declares assignedFulfillmentOrders." .

# Query parent property: assigned location
<https://relay.inferal.com/ontology/shopify/property/assignedLocation> a rdf:Property ;
  rdfs:label "assigned location" ;
  rdfs:comment "Query alias: 1 model declares assignedLocation." .

# Query parent property: associated order
<https://relay.inferal.com/ontology/shopify/property/associatedOrder> a rdf:Property ;
  rdfs:label "associated order" ;
  rdfs:comment "Query alias: 1 model declares associatedOrder." .

# Query parent property: associated payout
<https://relay.inferal.com/ontology/shopify/property/associatedPayout> a rdf:Property ;
  rdfs:label "associated payout" ;
  rdfs:comment "Query alias: 1 model declares associatedPayout." .

# Query parent property: attachment
<https://relay.inferal.com/ontology/shopify/property/attachment> a rdf:Property ;
  rdfs:label "attachment" ;
  rdfs:comment "Query alias: 2 models declare attachment." .

# Query parent property: attributes
<https://relay.inferal.com/ontology/shopify/property/attributes> a rdf:Property ;
  rdfs:label "attributes" ;
  rdfs:comment "Query alias: 1 model declares attributes." .

# Query parent property: attribute to app
<https://relay.inferal.com/ontology/shopify/property/attributeToApp> a rdf:Property ;
  rdfs:label "attribute to app" ;
  rdfs:comment "Query alias: 1 model declares attributeToApp." .

# Query parent property: attribute to user
<https://relay.inferal.com/ontology/shopify/property/attributeToUser> a rdf:Property ;
  rdfs:label "attribute to user" ;
  rdfs:comment "Query alias: 1 model declares attributeToUser." .

# Query parent property: author
<https://relay.inferal.com/ontology/shopify/property/author> a rdf:Property ;
  rdfs:label "author" ;
  rdfs:comment "Query alias: 4 models declare author." .

# Query parent property: authorization
<https://relay.inferal.com/ontology/shopify/property/authorization> a rdf:Property ;
  rdfs:label "authorization" ;
  rdfs:comment "Query alias: 1 model declares authorization." .

# Query parent property: authorization code
<https://relay.inferal.com/ontology/shopify/property/authorizationCode> a rdf:Property ;
  rdfs:label "authorization code" ;
  rdfs:comment "Query alias: 1 model declares authorizationCode." .

# Query parent property: authorization expires at
<https://relay.inferal.com/ontology/shopify/property/authorizationExpiresAt> a rdf:Property ;
  rdfs:label "authorization expires at" ;
  rdfs:comment "Query alias: 1 model declares authorizationExpiresAt." .

# Query parent property: automatic discount
<https://relay.inferal.com/ontology/shopify/property/automaticDiscount> a rdf:Property ;
  rdfs:label "automatic discount" ;
  rdfs:comment "Query alias: 1 model declares automaticDiscount." .

# Query parent property: available
<https://relay.inferal.com/ontology/shopify/property/available> a rdf:Property ;
  rdfs:label "available" ;
  rdfs:comment "Query alias: 4 models declare available." .

# Query parent property: available channel apps
<https://relay.inferal.com/ontology/shopify/property/availableChannelApps> a rdf:Property ;
  rdfs:label "available channel apps" ;
  rdfs:comment "Query alias: 1 model declares availableChannelApps." .

# Query parent property: available for sale
<https://relay.inferal.com/ontology/shopify/property/availableForSale> a rdf:Property ;
  rdfs:label "available for sale" ;
  rdfs:comment "Query alias: 1 model declares availableForSale." .

# Query parent property: available publications count
<https://relay.inferal.com/ontology/shopify/property/availablePublicationsCount> a rdf:Property ;
  rdfs:label "available publications count" ;
  rdfs:comment "Query alias: 3 models declare availablePublicationsCount." .

# Query parent property: avatar
<https://relay.inferal.com/ontology/shopify/property/avatar> a rdf:Property ;
  rdfs:label "avatar" ;
  rdfs:comment "Query alias: 1 model declares avatar." .

# Query parent property: balance transactions
<https://relay.inferal.com/ontology/shopify/property/balanceTransactions> a rdf:Property ;
  rdfs:label "balance transactions" ;
  rdfs:comment "Query alias: 1 model declares balanceTransactions." .

# Query parent property: bank account
<https://relay.inferal.com/ontology/shopify/property/bankAccount> a rdf:Property ;
  rdfs:label "bank account" ;
  rdfs:comment "Query alias: 1 model declares bankAccount." .

# Query parent property: barcode
<https://relay.inferal.com/ontology/shopify/property/barcode> a rdf:Property ;
  rdfs:label "barcode" ;
  rdfs:comment "Query alias: 1 model declares barcode." .

# Query parent property: bcc
<https://relay.inferal.com/ontology/shopify/property/bcc> a rdf:Property ;
  rdfs:label "bcc" ;
  rdfs:comment "Query alias: 2 models declare bcc." .

# Query parent property: billing address matches shipping address
<https://relay.inferal.com/ontology/shopify/property/billingAddressMatchesShippingAddress> a rdf:Property ;
  rdfs:label "billing address matches shipping address" ;
  rdfs:comment "Query alias: 10 models declare billingAddressMatchesShippingAddress." .

# Query parent property: billing on
<https://relay.inferal.com/ontology/shopify/property/billingOn> a rdf:Property ;
  rdfs:label "billing on" ;
  rdfs:comment "Query alias: 1 model declares billingOn." .

# Query parent property: bio
<https://relay.inferal.com/ontology/shopify/property/bio> a rdf:Property ;
  rdfs:label "bio" ;
  rdfs:comment "Query alias: 1 model declares bio." .

# Query parent property: blog
<https://relay.inferal.com/ontology/shopify/property/blog> a rdf:Property ;
  rdfs:label "blog" ;
  rdfs:comment "Query alias: 3 models declare blog." .

# Query parent property: blogs
<https://relay.inferal.com/ontology/shopify/property/blogs> a rdf:Property ;
  rdfs:label "blogs" ;
  rdfs:comment "Query alias: 1 model declares blogs." .

# Query parent property: body html
<https://relay.inferal.com/ontology/shopify/property/bodyHtml> a rdf:Property ;
  rdfs:label "body html" ;
  rdfs:comment "Query alias: 10 models declare bodyHtml." .

# Query parent property: body summary
<https://relay.inferal.com/ontology/shopify/property/bodySummary> a rdf:Property ;
  rdfs:label "body summary" ;
  rdfs:comment "Query alias: 1 model declares bodySummary." .

# Query parent property: branded promise
<https://relay.inferal.com/ontology/shopify/property/brandedPromise> a rdf:Property ;
  rdfs:label "branded promise" ;
  rdfs:comment "Query alias: 1 model declares brandedPromise." .

# Query parent property: browser height
<https://relay.inferal.com/ontology/shopify/property/browserHeight> a rdf:Property ;
  rdfs:label "browser height" ;
  rdfs:comment "Query alias: 1 model declares browserHeight." .

# Query parent property: browser ip
<https://relay.inferal.com/ontology/shopify/property/browserIp> a rdf:Property ;
  rdfs:label "browser ip" ;
  rdfs:comment "Query alias: 8 models declare browserIp." .

# Query parent property: browser width
<https://relay.inferal.com/ontology/shopify/property/browserWidth> a rdf:Property ;
  rdfs:label "browser width" ;
  rdfs:comment "Query alias: 1 model declares browserWidth." .

# Query parent property: budget
<https://relay.inferal.com/ontology/shopify/property/budget> a rdf:Property ;
  rdfs:label "budget" ;
  rdfs:comment "Query alias: 1 model declares budget." .

# Query parent property: budget type
<https://relay.inferal.com/ontology/shopify/property/budgetType> a rdf:Property ;
  rdfs:label "budget type" ;
  rdfs:comment "Query alias: 1 model declares budgetType." .

# Query parent property: business entity
<https://relay.inferal.com/ontology/shopify/property/businessEntity> a rdf:Property ;
  rdfs:label "business entity" ;
  rdfs:comment "Query alias: 1 model declares businessEntity." .

# Query parent property: buyer accepts marketing
<https://relay.inferal.com/ontology/shopify/property/buyerAcceptsMarketing> a rdf:Property ;
  rdfs:label "buyer accepts marketing" ;
  rdfs:comment "Query alias: 8 models declare buyerAcceptsMarketing." .

# Query parent property: bxgy discount
<https://relay.inferal.com/ontology/shopify/property/bxgyDiscount> a rdf:Property ;
  rdfs:label "bxgy discount" ;
  rdfs:comment "Query alias: 1 model declares bxgyDiscount." .

# Query parent property: cache
<https://relay.inferal.com/ontology/shopify/property/cache> a rdf:Property ;
  rdfs:label "cache" ;
  rdfs:comment "Query alias: 1 model declares cache." .

# Query parent property: callback url
<https://relay.inferal.com/ontology/shopify/property/callbackUrl> a rdf:Property ;
  rdfs:label "callback url" ;
  rdfs:comment "Query alias: 2 models declare callbackUrl." .

# Query parent property: cancellation
<https://relay.inferal.com/ontology/shopify/property/cancellation> a rdf:Property ;
  rdfs:label "cancellation" ;
  rdfs:comment "Query alias: 7 models declare cancellation." .

# Query parent property: cancelled at
<https://relay.inferal.com/ontology/shopify/property/cancelledAt> a rdf:Property ;
  rdfs:label "cancelled at" ;
  rdfs:comment "Query alias: 7 models declare cancelledAt." .

# Query parent property: cancelled on
<https://relay.inferal.com/ontology/shopify/property/cancelledOn> a rdf:Property ;
  rdfs:label "cancelled on" ;
  rdfs:comment "Query alias: 1 model declares cancelledOn." .

# Query parent property: cancel reason
<https://relay.inferal.com/ontology/shopify/property/cancelReason> a rdf:Property ;
  rdfs:label "cancel reason" ;
  rdfs:comment "Query alias: 7 models declare cancelReason." .

# Query parent property: can deactivate
<https://relay.inferal.com/ontology/shopify/property/canDeactivate> a rdf:Property ;
  rdfs:label "can deactivate" ;
  rdfs:comment "Query alias: 4 models declare canDeactivate." .

# Query parent property: can delete
<https://relay.inferal.com/ontology/shopify/property/canDelete> a rdf:Property ;
  rdfs:label "can delete" ;
  rdfs:comment "Query alias: 5 models declare canDelete." .

# Query parent property: can mark as paid
<https://relay.inferal.com/ontology/shopify/property/canMarkAsPaid> a rdf:Property ;
  rdfs:label "can mark as paid" ;
  rdfs:comment "Query alias: 7 models declare canMarkAsPaid." .

# Query parent property: can notify customer
<https://relay.inferal.com/ontology/shopify/property/canNotifyCustomer> a rdf:Property ;
  rdfs:label "can notify customer" ;
  rdfs:comment "Query alias: 7 models declare canNotifyCustomer." .

# Query parent property: can restock
<https://relay.inferal.com/ontology/shopify/property/canRestock> a rdf:Property ;
  rdfs:label "can restock" ;
  rdfs:comment "Query alias: 1 model declares canRestock." .

# Query parent property: capabilities
<https://relay.inferal.com/ontology/shopify/property/capabilities> a rdf:Property ;
  rdfs:label "capabilities" ;
  rdfs:comment "Query alias: 1 model declares capabilities." .

# Query parent property: capped amount
<https://relay.inferal.com/ontology/shopify/property/cappedAmount> a rdf:Property ;
  rdfs:label "capped amount" ;
  rdfs:comment "Query alias: 1 model declares cappedAmount." .

# Query parent property: capturable
<https://relay.inferal.com/ontology/shopify/property/capturable> a rdf:Property ;
  rdfs:label "capturable" ;
  rdfs:comment "Query alias: 7 models declare capturable." .

# Query parent property: carrier identifier
<https://relay.inferal.com/ontology/shopify/property/carrierIdentifier> a rdf:Property ;
  rdfs:label "carrier identifier" ;
  rdfs:comment "Query alias: 1 model declares carrierIdentifier." .

# Query parent property: carrier service
<https://relay.inferal.com/ontology/shopify/property/carrierService> a rdf:Property ;
  rdfs:label "carrier service" ;
  rdfs:comment "Query alias: 1 model declares carrierService." .

# Query parent property: carrier service id
<https://relay.inferal.com/ontology/shopify/property/carrierServiceId> a rdf:Property ;
  rdfs:label "carrier service id" ;
  rdfs:comment "Query alias: 1 model declares carrierServiceId." .

# Query parent property: carrier services
<https://relay.inferal.com/ontology/shopify/property/carrierServices> a rdf:Property ;
  rdfs:label "carrier services" ;
  rdfs:comment "Query alias: 1 model declares carrierServices." .

# Query parent property: carrier service type
<https://relay.inferal.com/ontology/shopify/property/carrierServiceType> a rdf:Property ;
  rdfs:label "carrier service type" ;
  rdfs:comment "Query alias: 1 model declares carrierServiceType." .

# Query parent property: carrier shipping rate provider identifier
<https://relay.inferal.com/ontology/shopify/property/carrierShippingRateProviderIdentifier> a rdf:Property ;
  rdfs:label "carrier shipping rate provider identifier" ;
  rdfs:comment "Query alias: 1 model declares carrierShippingRateProviderIdentifier." .

# Query parent property: carrier shipping rate providers
<https://relay.inferal.com/ontology/shopify/property/carrierShippingRateProviders> a rdf:Property ;
  rdfs:label "carrier shipping rate providers" ;
  rdfs:comment "Query alias: 1 model declares carrierShippingRateProviders." .

# Query parent property: cart discount amount
<https://relay.inferal.com/ontology/shopify/property/cartDiscountAmount> a rdf:Property ;
  rdfs:label "cart discount amount" ;
  rdfs:comment "Query alias: 7 models declare cartDiscountAmount." .

# Query parent property: cart discount amount set
<https://relay.inferal.com/ontology/shopify/property/cartDiscountAmountSet> a rdf:Property ;
  rdfs:label "cart discount amount set" ;
  rdfs:comment "Query alias: 7 models declare cartDiscountAmountSet." .

# Query parent property: cart token
<https://relay.inferal.com/ontology/shopify/property/cartToken> a rdf:Property ;
  rdfs:label "cart token" ;
  rdfs:comment "Query alias: 2 models declare cartToken." .

# Query parent property: catalogs
<https://relay.inferal.com/ontology/shopify/property/catalogs> a rdf:Property ;
  rdfs:label "catalogs" ;
  rdfs:comment "Query alias: 1 model declares catalogs." .

# Query parent property: catalogs count
<https://relay.inferal.com/ontology/shopify/property/catalogsCount> a rdf:Property ;
  rdfs:label "catalogs count" ;
  rdfs:comment "Query alias: 1 model declares catalogsCount." .

# Query parent property: category
<https://relay.inferal.com/ontology/shopify/property/category> a rdf:Property ;
  rdfs:label "category" ;
  rdfs:comment "Query alias: 4 models declare category." .

# Query parent property: cause cancel
<https://relay.inferal.com/ontology/shopify/property/causeCancel> a rdf:Property ;
  rdfs:label "cause cancel" ;
  rdfs:comment "Query alias: 1 model declares causeCancel." .

# Query parent property: channel
<https://relay.inferal.com/ontology/shopify/property/channel> a rdf:Property ;
  rdfs:label "channel" ;
  rdfs:comment "Query alias: 8 models declare channel." .

# Query parent property: channel definitions
<https://relay.inferal.com/ontology/shopify/property/channelDefinitions> a rdf:Property ;
  rdfs:label "channel definitions" ;
  rdfs:comment "Query alias: 1 model declares channelDefinitions." .

# Query parent property: channel definitions for installed channels
<https://relay.inferal.com/ontology/shopify/property/channelDefinitionsForInstalledChannels> a rdf:Property ;
  rdfs:label "channel definitions for installed channels" ;
  rdfs:comment "Query alias: 1 model declares channelDefinitionsForInstalledChannels." .

# Query parent property: channel handle
<https://relay.inferal.com/ontology/shopify/property/channelHandle> a rdf:Property ;
  rdfs:label "channel handle" ;
  rdfs:comment "Query alias: 1 model declares channelHandle." .

# Query parent property: channel id
<https://relay.inferal.com/ontology/shopify/property/channelId> a rdf:Property ;
  rdfs:label "channel id" ;
  rdfs:comment "Query alias: 1 model declares channelId." .

# Query parent property: channel information
<https://relay.inferal.com/ontology/shopify/property/channelInformation> a rdf:Property ;
  rdfs:label "channel information" ;
  rdfs:comment "Query alias: 7 models declare channelInformation." .

# Query parent property: channel liable
<https://relay.inferal.com/ontology/shopify/property/channelLiable> a rdf:Property ;
  rdfs:label "channel liable" ;
  rdfs:comment "Query alias: 1 model declares channelLiable." .

# Query parent property: channel name
<https://relay.inferal.com/ontology/shopify/property/channelName> a rdf:Property ;
  rdfs:label "channel name" ;
  rdfs:comment "Query alias: 1 model declares channelName." .

# Query parent property: channels
<https://relay.inferal.com/ontology/shopify/property/channels> a rdf:Property ;
  rdfs:label "channels" ;
  rdfs:comment "Query alias: 1 model declares channels." .

# Query parent property: checkout
<https://relay.inferal.com/ontology/shopify/property/checkout> a rdf:Property ;
  rdfs:label "checkout" ;
  rdfs:comment "Query alias: 1 model declares checkout." .

# Query parent property: checkout api supported
<https://relay.inferal.com/ontology/shopify/property/checkoutApiSupported> a rdf:Property ;
  rdfs:label "checkout api supported" ;
  rdfs:comment "Query alias: 1 model declares checkoutApiSupported." .

# Query parent property: checkouts
<https://relay.inferal.com/ontology/shopify/property/checkouts> a rdf:Property ;
  rdfs:label "checkouts" ;
  rdfs:comment "Query alias: 1 model declares checkouts." .

# Query parent property: children ids
<https://relay.inferal.com/ontology/shopify/property/childrenIds> a rdf:Property ;
  rdfs:label "children ids" ;
  rdfs:comment "Query alias: 1 model declares childrenIds." .

# Query parent property: city
<https://relay.inferal.com/ontology/shopify/property/city> a rdf:Property ;
  rdfs:label "city" ;
  rdfs:comment "Query alias: 7 models declare city." .

# Query parent property: client details
<https://relay.inferal.com/ontology/shopify/property/clientDetails> a rdf:Property ;
  rdfs:label "client details" ;
  rdfs:comment "Query alias: 7 models declare clientDetails." .

# Query parent property: client ip
<https://relay.inferal.com/ontology/shopify/property/clientIp> a rdf:Property ;
  rdfs:label "client ip" ;
  rdfs:comment "Query alias: 7 models declare clientIp." .

# Query parent property: closed
<https://relay.inferal.com/ontology/shopify/property/closed> a rdf:Property ;
  rdfs:label "closed" ;
  rdfs:comment "Query alias: 7 models declare closed." .

# Query parent property: closed at
<https://relay.inferal.com/ontology/shopify/property/closedAt> a rdf:Property ;
  rdfs:label "closed at" ;
  rdfs:comment "Query alias: 8 models declare closedAt." .

# Query parent property: code
<https://relay.inferal.com/ontology/shopify/property/code> a rdf:Property ;
  rdfs:label "code" ;
  rdfs:comment "Query alias: 10 models declare code." .

# Query parent property: collect
<https://relay.inferal.com/ontology/shopify/property/collect> a rdf:Property ;
  rdfs:label "collect" ;
  rdfs:comment "Query alias: 1 model declares collect." .

# Query parent property: collection
<https://relay.inferal.com/ontology/shopify/property/collection> a rdf:Property ;
  rdfs:label "collection" ;
  rdfs:comment "Query alias: 1 model declares collection." .

# Query parent property: collection id
<https://relay.inferal.com/ontology/shopify/property/collectionId> a rdf:Property ;
  rdfs:label "collection id" ;
  rdfs:comment "Query alias: 2 models declare collectionId." .

# Query parent property: collection listing
<https://relay.inferal.com/ontology/shopify/property/collectionListing> a rdf:Property ;
  rdfs:label "collection listing" ;
  rdfs:comment "Query alias: 1 model declares collectionListing." .

# Query parent property: collection listings
<https://relay.inferal.com/ontology/shopify/property/collectionListings> a rdf:Property ;
  rdfs:label "collection listings" ;
  rdfs:comment "Query alias: 1 model declares collectionListings." .

# Query parent property: collections
<https://relay.inferal.com/ontology/shopify/property/collections> a rdf:Property ;
  rdfs:label "collections" ;
  rdfs:comment "Query alias: 4 models declare collections." .

# Query parent property: collects
<https://relay.inferal.com/ontology/shopify/property/collects> a rdf:Property ;
  rdfs:label "collects" ;
  rdfs:comment "Query alias: 1 model declares collects." .

# Query parent property: column
<https://relay.inferal.com/ontology/shopify/property/column> a rdf:Property ;
  rdfs:label "column" ;
  rdfs:comment "Query alias: 1 model declares column." .

# Query parent property: combined listing
<https://relay.inferal.com/ontology/shopify/property/combinedListing> a rdf:Property ;
  rdfs:label "combined listing" ;
  rdfs:comment "Query alias: 3 models declare combinedListing." .

# Query parent property: combined listing role
<https://relay.inferal.com/ontology/shopify/property/combinedListingRole> a rdf:Property ;
  rdfs:label "combined listing role" ;
  rdfs:comment "Query alias: 3 models declare combinedListingRole." .

# Query parent property: combines with
<https://relay.inferal.com/ontology/shopify/property/combinesWith> a rdf:Property ;
  rdfs:label "combines with" ;
  rdfs:comment "Query alias: 1 model declares combinesWith." .

# Query parent property: comment
<https://relay.inferal.com/ontology/shopify/property/comment> a rdf:Property ;
  rdfs:label "comment" ;
  rdfs:comment "Query alias: 1 model declares comment." .

# Query parent property: commentable
<https://relay.inferal.com/ontology/shopify/property/commentable> a rdf:Property ;
  rdfs:label "commentable" ;
  rdfs:comment "Query alias: 1 model declares commentable." .

# Query parent property: comment policy
<https://relay.inferal.com/ontology/shopify/property/commentPolicy> a rdf:Property ;
  rdfs:label "comment policy" ;
  rdfs:comment "Query alias: 1 model declares commentPolicy." .

# Query parent property: comments count
<https://relay.inferal.com/ontology/shopify/property/commentsCount> a rdf:Property ;
  rdfs:label "comments count" ;
  rdfs:comment "Query alias: 1 model declares commentsCount." .

# Query parent property: company
<https://relay.inferal.com/ontology/shopify/property/company> a rdf:Property ;
  rdfs:label "company" ;
  rdfs:comment "Query alias: 5 models declare company." .

# Query parent property: company contact profiles
<https://relay.inferal.com/ontology/shopify/property/companyContactProfiles> a rdf:Property ;
  rdfs:label "company contact profiles" ;
  rdfs:comment "Query alias: 5 models declare companyContactProfiles." .

# Query parent property: compare at price
<https://relay.inferal.com/ontology/shopify/property/compareAtPrice> a rdf:Property ;
  rdfs:label "compare at price" ;
  rdfs:comment "Query alias: 1 model declares compareAtPrice." .

# Query parent property: compare at price range
<https://relay.inferal.com/ontology/shopify/property/compareAtPriceRange> a rdf:Property ;
  rdfs:label "compare at price range" ;
  rdfs:comment "Query alias: 3 models declare compareAtPriceRange." .

# Query parent property: compare digest
<https://relay.inferal.com/ontology/shopify/property/compareDigest> a rdf:Property ;
  rdfs:label "compare digest" ;
  rdfs:comment "Query alias: 1 model declares compareDigest." .

# Query parent property: completed at
<https://relay.inferal.com/ontology/shopify/property/completedAt> a rdf:Property ;
  rdfs:label "completed at" ;
  rdfs:comment "Query alias: 5 models declare completedAt." .

# Query parent property: components
<https://relay.inferal.com/ontology/shopify/property/components> a rdf:Property ;
  rdfs:label "components" ;
  rdfs:comment "Query alias: 1 model declares components." .

# Query parent property: condition
<https://relay.inferal.com/ontology/shopify/property/condition> a rdf:Property ;
  rdfs:label "condition" ;
  rdfs:comment "Query alias: 1 model declares condition." .

# Query parent property: conditions
<https://relay.inferal.com/ontology/shopify/property/conditions> a rdf:Property ;
  rdfs:label "conditions" ;
  rdfs:comment "Query alias: 1 model declares conditions." .

# Query parent property: confirmation number
<https://relay.inferal.com/ontology/shopify/property/confirmationNumber> a rdf:Property ;
  rdfs:label "confirmation number" ;
  rdfs:comment "Query alias: 7 models declare confirmationNumber." .

# Query parent property: confirmation url
<https://relay.inferal.com/ontology/shopify/property/confirmationUrl> a rdf:Property ;
  rdfs:label "confirmation url" ;
  rdfs:comment "Query alias: 2 models declare confirmationUrl." .

# Query parent property: confirmed
<https://relay.inferal.com/ontology/shopify/property/confirmed> a rdf:Property ;
  rdfs:label "confirmed" ;
  rdfs:comment "Query alias: 7 models declare confirmed." .

# Query parent property: consent collected from
<https://relay.inferal.com/ontology/shopify/property/consentCollectedFrom> a rdf:Property ;
  rdfs:label "consent collected from" ;
  rdfs:comment "Query alias: 1 model declares consentCollectedFrom." .

# Query parent property: consent updated at
<https://relay.inferal.com/ontology/shopify/property/consentUpdatedAt> a rdf:Property ;
  rdfs:label "consent updated at" ;
  rdfs:comment "Query alias: 2 models declare consentUpdatedAt." .

# Query parent property: constraints
<https://relay.inferal.com/ontology/shopify/property/constraints> a rdf:Property ;
  rdfs:label "constraints" ;
  rdfs:comment "Query alias: 1 model declares constraints." .

# Query parent property: contact email
<https://relay.inferal.com/ontology/shopify/property/contactEmail> a rdf:Property ;
  rdfs:label "contact email" ;
  rdfs:comment "Query alias: 1 model declares contactEmail." .

# Query parent property: content
<https://relay.inferal.com/ontology/shopify/property/content> a rdf:Property ;
  rdfs:label "content" ;
  rdfs:comment "Query alias: 1 model declares content." .

# Query parent property: content type
<https://relay.inferal.com/ontology/shopify/property/contentType> a rdf:Property ;
  rdfs:label "content type" ;
  rdfs:comment "Query alias: 1 model declares contentType." .

# Query parent property: contextual pricing
<https://relay.inferal.com/ontology/shopify/property/contextualPricing> a rdf:Property ;
  rdfs:label "contextual pricing" ;
  rdfs:comment "Query alias: 4 models declare contextualPricing." .

# Query parent property: contract
<https://relay.inferal.com/ontology/shopify/property/contract> a rdf:Property ;
  rdfs:label "contract" ;
  rdfs:comment "Query alias: 1 model declares contract." .

# Query parent property: coordinates validated
<https://relay.inferal.com/ontology/shopify/property/coordinatesValidated> a rdf:Property ;
  rdfs:label "coordinates validated" ;
  rdfs:comment "Query alias: 2 models declare coordinatesValidated." .

# Query parent property: cost
<https://relay.inferal.com/ontology/shopify/property/cost> a rdf:Property ;
  rdfs:label "cost" ;
  rdfs:comment "Query alias: 3 models declare cost." .

# Query parent property: count
<https://relay.inferal.com/ontology/shopify/property/count> a rdf:Property ;
  rdfs:label "count" ;
  rdfs:comment "Query alias: 26 models declare count." .

# Query parent property: countries in shipping zones
<https://relay.inferal.com/ontology/shopify/property/countriesInShippingZones> a rdf:Property ;
  rdfs:label "countries in shipping zones" ;
  rdfs:comment "Query alias: 1 model declares countriesInShippingZones." .

# Query parent property: country code
<https://relay.inferal.com/ontology/shopify/property/countryCode> a rdf:Property ;
  rdfs:label "country code" ;
  rdfs:comment "Query alias: 8 models declare countryCode." .

# Query parent property: country code of origin
<https://relay.inferal.com/ontology/shopify/property/countryCodeOfOrigin> a rdf:Property ;
  rdfs:label "country code of origin" ;
  rdfs:comment "Query alias: 4 models declare countryCodeOfOrigin." .

# Query parent property: country code v2
<https://relay.inferal.com/ontology/shopify/property/countryCodeV2> a rdf:Property ;
  rdfs:label "country code v2" ;
  rdfs:comment "Query alias: 2 models declare countryCodeV2." .

# Query parent property: country harmonized system codes
<https://relay.inferal.com/ontology/shopify/property/countryHarmonizedSystemCodes> a rdf:Property ;
  rdfs:label "country harmonized system codes" ;
  rdfs:comment "Query alias: 3 models declare countryHarmonizedSystemCodes." .

# Query parent property: country name
<https://relay.inferal.com/ontology/shopify/property/countryName> a rdf:Property ;
  rdfs:label "country name" ;
  rdfs:comment "Query alias: 4 models declare countryName." .

# Query parent property: critical alert
<https://relay.inferal.com/ontology/shopify/property/criticalAlert> a rdf:Property ;
  rdfs:label "critical alert" ;
  rdfs:comment "Query alias: 1 model declares criticalAlert." .

# Query parent property: currencies
<https://relay.inferal.com/ontology/shopify/property/currencies> a rdf:Property ;
  rdfs:label "currencies" ;
  rdfs:comment "Query alias: 1 model declares currencies." .

# Query parent property: currency
<https://relay.inferal.com/ontology/shopify/property/currency> a rdf:Property ;
  rdfs:label "currency" ;
  rdfs:comment "Query alias: 27 models declare currency." .

# Query parent property: currency code
<https://relay.inferal.com/ontology/shopify/property/currencyCode> a rdf:Property ;
  rdfs:label "currency code" ;
  rdfs:comment "Query alias: 12 models declare currencyCode." .

# Query parent property: currency formats
<https://relay.inferal.com/ontology/shopify/property/currencyFormats> a rdf:Property ;
  rdfs:label "currency formats" ;
  rdfs:comment "Query alias: 1 model declares currencyFormats." .

# Query parent property: currency settings
<https://relay.inferal.com/ontology/shopify/property/currencySettings> a rdf:Property ;
  rdfs:label "currency settings" ;
  rdfs:comment "Query alias: 2 models declare currencySettings." .

# Query parent property: current cart discount amount set
<https://relay.inferal.com/ontology/shopify/property/currentCartDiscountAmountSet> a rdf:Property ;
  rdfs:label "current cart discount amount set" ;
  rdfs:comment "Query alias: 7 models declare currentCartDiscountAmountSet." .

# Query parent property: current discounted price set
<https://relay.inferal.com/ontology/shopify/property/currentDiscountedPriceSet> a rdf:Property ;
  rdfs:label "current discounted price set" ;
  rdfs:comment "Query alias: 1 model declares currentDiscountedPriceSet." .

# Query parent property: current quantity
<https://relay.inferal.com/ontology/shopify/property/currentQuantity> a rdf:Property ;
  rdfs:label "current quantity" ;
  rdfs:comment "Query alias: 1 model declares currentQuantity." .

# Query parent property: current shipping price set
<https://relay.inferal.com/ontology/shopify/property/currentShippingPriceSet> a rdf:Property ;
  rdfs:label "current shipping price set" ;
  rdfs:comment "Query alias: 7 models declare currentShippingPriceSet." .

# Query parent property: current subtotal line items quantity
<https://relay.inferal.com/ontology/shopify/property/currentSubtotalLineItemsQuantity> a rdf:Property ;
  rdfs:label "current subtotal line items quantity" ;
  rdfs:comment "Query alias: 7 models declare currentSubtotalLineItemsQuantity." .

# Query parent property: current subtotal price
<https://relay.inferal.com/ontology/shopify/property/currentSubtotalPrice> a rdf:Property ;
  rdfs:label "current subtotal price" ;
  rdfs:comment "Query alias: 7 models declare currentSubtotalPrice." .

# Query parent property: current subtotal price set
<https://relay.inferal.com/ontology/shopify/property/currentSubtotalPriceSet> a rdf:Property ;
  rdfs:label "current subtotal price set" ;
  rdfs:comment "Query alias: 7 models declare currentSubtotalPriceSet." .

# Query parent property: current tax lines
<https://relay.inferal.com/ontology/shopify/property/currentTaxLines> a rdf:Property ;
  rdfs:label "current tax lines" ;
  rdfs:comment "Query alias: 7 models declare currentTaxLines." .

# Query parent property: current total additional fees set
<https://relay.inferal.com/ontology/shopify/property/currentTotalAdditionalFeesSet> a rdf:Property ;
  rdfs:label "current total additional fees set" ;
  rdfs:comment "Query alias: 7 models declare currentTotalAdditionalFeesSet." .

# Query parent property: current total discounts
<https://relay.inferal.com/ontology/shopify/property/currentTotalDiscounts> a rdf:Property ;
  rdfs:label "current total discounts" ;
  rdfs:comment "Query alias: 7 models declare currentTotalDiscounts." .

# Query parent property: current total discounts set
<https://relay.inferal.com/ontology/shopify/property/currentTotalDiscountsSet> a rdf:Property ;
  rdfs:label "current total discounts set" ;
  rdfs:comment "Query alias: 7 models declare currentTotalDiscountsSet." .

# Query parent property: current total duties set
<https://relay.inferal.com/ontology/shopify/property/currentTotalDutiesSet> a rdf:Property ;
  rdfs:label "current total duties set" ;
  rdfs:comment "Query alias: 7 models declare currentTotalDutiesSet." .

# Query parent property: current total price
<https://relay.inferal.com/ontology/shopify/property/currentTotalPrice> a rdf:Property ;
  rdfs:label "current total price" ;
  rdfs:comment "Query alias: 7 models declare currentTotalPrice." .

# Query parent property: current total price set
<https://relay.inferal.com/ontology/shopify/property/currentTotalPriceSet> a rdf:Property ;
  rdfs:label "current total price set" ;
  rdfs:comment "Query alias: 7 models declare currentTotalPriceSet." .

# Query parent property: current total tax
<https://relay.inferal.com/ontology/shopify/property/currentTotalTax> a rdf:Property ;
  rdfs:label "current total tax" ;
  rdfs:comment "Query alias: 7 models declare currentTotalTax." .

# Query parent property: current total tax set
<https://relay.inferal.com/ontology/shopify/property/currentTotalTaxSet> a rdf:Property ;
  rdfs:label "current total tax set" ;
  rdfs:comment "Query alias: 7 models declare currentTotalTaxSet." .

# Query parent property: current total weight
<https://relay.inferal.com/ontology/shopify/property/currentTotalWeight> a rdf:Property ;
  rdfs:label "current total weight" ;
  rdfs:comment "Query alias: 7 models declare currentTotalWeight." .

# Query parent property: custom
<https://relay.inferal.com/ontology/shopify/property/custom> a rdf:Property ;
  rdfs:label "custom" ;
  rdfs:comment "Query alias: 1 model declares custom." .

# Query parent property: custom attributes
<https://relay.inferal.com/ontology/shopify/property/customAttributes> a rdf:Property ;
  rdfs:label "custom attributes" ;
  rdfs:comment "Query alias: 13 models declare customAttributes." .

# Query parent property: custom attributes v2
<https://relay.inferal.com/ontology/shopify/property/customAttributesV2> a rdf:Property ;
  rdfs:label "custom attributes v2" ;
  rdfs:comment "Query alias: 1 model declares customAttributesV2." .

# Query parent property: custom collection
<https://relay.inferal.com/ontology/shopify/property/customCollection> a rdf:Property ;
  rdfs:label "custom collection" ;
  rdfs:comment "Query alias: 1 model declares customCollection." .

# Query parent property: custom collections
<https://relay.inferal.com/ontology/shopify/property/customCollections> a rdf:Property ;
  rdfs:label "custom collections" ;
  rdfs:comment "Query alias: 1 model declares customCollections." .

# Query parent property: customer accepts marketing
<https://relay.inferal.com/ontology/shopify/property/customerAcceptsMarketing> a rdf:Property ;
  rdfs:label "customer accepts marketing" ;
  rdfs:comment "Query alias: 7 models declare customerAcceptsMarketing." .

# Query parent property: customer accounts
<https://relay.inferal.com/ontology/shopify/property/customerAccounts> a rdf:Property ;
  rdfs:label "customer accounts" ;
  rdfs:comment "Query alias: 1 model declares customerAccounts." .

# Query parent property: customer accounts v2
<https://relay.inferal.com/ontology/shopify/property/customerAccountsV2> a rdf:Property ;
  rdfs:label "customer accounts v2" ;
  rdfs:comment "Query alias: 1 model declares customerAccountsV2." .

# Query parent property: customer address
<https://relay.inferal.com/ontology/shopify/property/customerAddress> a rdf:Property ;
  rdfs:label "customer address" ;
  rdfs:comment "Query alias: 1 model declares customerAddress." .

# Query parent property: customer journey
<https://relay.inferal.com/ontology/shopify/property/customerJourney> a rdf:Property ;
  rdfs:label "customer journey" ;
  rdfs:comment "Query alias: 7 models declare customerJourney." .

# Query parent property: customer journey summary
<https://relay.inferal.com/ontology/shopify/property/customerJourneySummary> a rdf:Property ;
  rdfs:label "customer journey summary" ;
  rdfs:comment "Query alias: 7 models declare customerJourneySummary." .

# Query parent property: customer locale
<https://relay.inferal.com/ontology/shopify/property/customerLocale> a rdf:Property ;
  rdfs:label "customer locale" ;
  rdfs:comment "Query alias: 7 models declare customerLocale." .

# Query parent property: customer saved search
<https://relay.inferal.com/ontology/shopify/property/customerSavedSearch> a rdf:Property ;
  rdfs:label "customer saved search" ;
  rdfs:comment "Query alias: 1 model declares customerSavedSearch." .

# Query parent property: customer saved searches
<https://relay.inferal.com/ontology/shopify/property/customerSavedSearches> a rdf:Property ;
  rdfs:label "customer saved searches" ;
  rdfs:comment "Query alias: 1 model declares customerSavedSearches." .

# Query parent property: customer selection
<https://relay.inferal.com/ontology/shopify/property/customerSelection> a rdf:Property ;
  rdfs:label "customer selection" ;
  rdfs:comment "Query alias: 1 model declares customerSelection." .

# Query parent property: customer tags
<https://relay.inferal.com/ontology/shopify/property/customerTags> a rdf:Property ;
  rdfs:label "customer tags" ;
  rdfs:comment "Query alias: 1 model declares customerTags." .

# Query parent property: custom message
<https://relay.inferal.com/ontology/shopify/property/customMessage> a rdf:Property ;
  rdfs:label "custom message" ;
  rdfs:comment "Query alias: 2 models declare customMessage." .

# Query parent property: custom product type
<https://relay.inferal.com/ontology/shopify/property/customProductType> a rdf:Property ;
  rdfs:label "custom product type" ;
  rdfs:comment "Query alias: 3 models declare customProductType." .

# Query parent property: data request
<https://relay.inferal.com/ontology/shopify/property/dataRequest> a rdf:Property ;
  rdfs:label "data request" ;
  rdfs:comment "Query alias: 1 model declares dataRequest." .

# Query parent property: data sale opt out
<https://relay.inferal.com/ontology/shopify/property/dataSaleOptOut> a rdf:Property ;
  rdfs:label "data sale opt out" ;
  rdfs:comment "Query alias: 5 models declare dataSaleOptOut." .

# Query parent property: data updated at
<https://relay.inferal.com/ontology/shopify/property/dataUpdatedAt> a rdf:Property ;
  rdfs:label "data updated at" ;
  rdfs:comment "Query alias: 2 models declare dataUpdatedAt." .

# Query parent property: date
<https://relay.inferal.com/ontology/shopify/property/date> a rdf:Property ;
  rdfs:label "date" ;
  rdfs:comment "Query alias: 1 model declares date." .

# Query parent property: deactivatable
<https://relay.inferal.com/ontology/shopify/property/deactivatable> a rdf:Property ;
  rdfs:label "deactivatable" ;
  rdfs:comment "Query alias: 1 model declares deactivatable." .

# Query parent property: deactivation alert
<https://relay.inferal.com/ontology/shopify/property/deactivationAlert> a rdf:Property ;
  rdfs:label "deactivation alert" ;
  rdfs:comment "Query alias: 4 models declare deactivationAlert." .

# Query parent property: default
<https://relay.inferal.com/ontology/shopify/property/default> a rdf:Property ;
  rdfs:label "default" ;
  rdfs:comment "Query alias: 1 model declares default." .

# Query parent property: default address
<https://relay.inferal.com/ontology/shopify/property/defaultAddress> a rdf:Property ;
  rdfs:label "default address" ;
  rdfs:comment "Query alias: 5 models declare defaultAddress." .

# Query parent property: default cursor
<https://relay.inferal.com/ontology/shopify/property/defaultCursor> a rdf:Property ;
  rdfs:label "default cursor" ;
  rdfs:comment "Query alias: 10 models declare defaultCursor." .

# Query parent property: default email address
<https://relay.inferal.com/ontology/shopify/property/defaultEmailAddress> a rdf:Property ;
  rdfs:label "default email address" ;
  rdfs:comment "Query alias: 5 models declare defaultEmailAddress." .

# Query parent property: default phone number
<https://relay.inferal.com/ontology/shopify/property/defaultPhoneNumber> a rdf:Property ;
  rdfs:label "default phone number" ;
  rdfs:comment "Query alias: 5 models declare defaultPhoneNumber." .

# Query parent property: default product image
<https://relay.inferal.com/ontology/shopify/property/defaultProductImage> a rdf:Property ;
  rdfs:label "default product image" ;
  rdfs:comment "Query alias: 1 model declares defaultProductImage." .

# Query parent property: definition
<https://relay.inferal.com/ontology/shopify/property/definition> a rdf:Property ;
  rdfs:label "definition" ;
  rdfs:comment "Query alias: 1 model declares definition." .

# Query parent property: deletable
<https://relay.inferal.com/ontology/shopify/property/deletable> a rdf:Property ;
  rdfs:label "deletable" ;
  rdfs:comment "Query alias: 1 model declares deletable." .

# Query parent property: delivered at
<https://relay.inferal.com/ontology/shopify/property/deliveredAt> a rdf:Property ;
  rdfs:label "delivered at" ;
  rdfs:comment "Query alias: 3 models declare deliveredAt." .

# Query parent property: delivery category
<https://relay.inferal.com/ontology/shopify/property/deliveryCategory> a rdf:Property ;
  rdfs:label "delivery category" ;
  rdfs:comment "Query alias: 1 model declares deliveryCategory." .

# Query parent property: delivery method
<https://relay.inferal.com/ontology/shopify/property/deliveryMethod> a rdf:Property ;
  rdfs:label "delivery method" ;
  rdfs:comment "Query alias: 1 model declares deliveryMethod." .

# Query parent property: delivery method identifier
<https://relay.inferal.com/ontology/shopify/property/deliveryMethodIdentifier> a rdf:Property ;
  rdfs:label "delivery method identifier" ;
  rdfs:comment "Query alias: 1 model declares deliveryMethodIdentifier." .

# Query parent property: delivery profile
<https://relay.inferal.com/ontology/shopify/property/deliveryProfile> a rdf:Property ;
  rdfs:label "delivery profile" ;
  rdfs:comment "Query alias: 1 model declares deliveryProfile." .

# Query parent property: deprecated api calls
<https://relay.inferal.com/ontology/shopify/property/deprecatedApiCalls> a rdf:Property ;
  rdfs:label "deprecated api calls" ;
  rdfs:comment "Query alias: 2 models declare deprecatedApiCalls." .

# Query parent property: description
<https://relay.inferal.com/ontology/shopify/property/description> a rdf:Property ;
  rdfs:label "description" ;
  rdfs:comment "Query alias: 16 models declare description." .

# Query parent property: description plain summary
<https://relay.inferal.com/ontology/shopify/property/descriptionPlainSummary> a rdf:Property ;
  rdfs:label "description plain summary" ;
  rdfs:comment "Query alias: 3 models declare descriptionPlainSummary." .

# Query parent property: destination
<https://relay.inferal.com/ontology/shopify/property/destination> a rdf:Property ;
  rdfs:label "destination" ;
  rdfs:comment "Query alias: 1 model declares destination." .

# Query parent property: destination identifier
<https://relay.inferal.com/ontology/shopify/property/destinationIdentifier> a rdf:Property ;
  rdfs:label "destination identifier" ;
  rdfs:comment "Query alias: 1 model declares destinationIdentifier." .

# Query parent property: details
<https://relay.inferal.com/ontology/shopify/property/details> a rdf:Property ;
  rdfs:label "details" ;
  rdfs:comment "Query alias: 1 model declares details." .

# Query parent property: disabled at
<https://relay.inferal.com/ontology/shopify/property/disabledAt> a rdf:Property ;
  rdfs:label "disabled at" ;
  rdfs:comment "Query alias: 1 model declares disabledAt." .

# Query parent property: discount application
<https://relay.inferal.com/ontology/shopify/property/discountApplication> a rdf:Property ;
  rdfs:label "discount application" ;
  rdfs:comment "Query alias: 1 model declares discountApplication." .

# Query parent property: discount application index
<https://relay.inferal.com/ontology/shopify/property/discountApplicationIndex> a rdf:Property ;
  rdfs:label "discount application index" ;
  rdfs:comment "Query alias: 1 model declares discountApplicationIndex." .

# Query parent property: discount applications
<https://relay.inferal.com/ontology/shopify/property/discountApplications> a rdf:Property ;
  rdfs:label "discount applications" ;
  rdfs:comment "Query alias: 7 models declare discountApplications." .

# Query parent property: discount class
<https://relay.inferal.com/ontology/shopify/property/discountClass> a rdf:Property ;
  rdfs:label "discount class" ;
  rdfs:comment "Query alias: 2 models declare discountClass." .

# Query parent property: discount classes
<https://relay.inferal.com/ontology/shopify/property/discountClasses> a rdf:Property ;
  rdfs:label "discount classes" ;
  rdfs:comment "Query alias: 1 model declares discountClasses." .

# Query parent property: discount codes count
<https://relay.inferal.com/ontology/shopify/property/discountCodesCount> a rdf:Property ;
  rdfs:label "discount codes count" ;
  rdfs:comment "Query alias: 1 model declares discountCodesCount." .

# Query parent property: discounted price
<https://relay.inferal.com/ontology/shopify/property/discountedPrice> a rdf:Property ;
  rdfs:label "discounted price" ;
  rdfs:comment "Query alias: 1 model declares discountedPrice." .

# Query parent property: discounted price set
<https://relay.inferal.com/ontology/shopify/property/discountedPriceSet> a rdf:Property ;
  rdfs:label "discounted price set" ;
  rdfs:comment "Query alias: 1 model declares discountedPriceSet." .

# Query parent property: discounted total
<https://relay.inferal.com/ontology/shopify/property/discountedTotal> a rdf:Property ;
  rdfs:label "discounted total" ;
  rdfs:comment "Query alias: 2 models declare discountedTotal." .

# Query parent property: discounted total set
<https://relay.inferal.com/ontology/shopify/property/discountedTotalSet> a rdf:Property ;
  rdfs:label "discounted total set" ;
  rdfs:comment "Query alias: 2 models declare discountedTotalSet." .

# Query parent property: discounted unit price
<https://relay.inferal.com/ontology/shopify/property/discountedUnitPrice> a rdf:Property ;
  rdfs:label "discounted unit price" ;
  rdfs:comment "Query alias: 2 models declare discountedUnitPrice." .

# Query parent property: discounted unit price after all discounts set
<https://relay.inferal.com/ontology/shopify/property/discountedUnitPriceAfterAllDiscountsSet> a rdf:Property ;
  rdfs:label "discounted unit price after all discounts set" ;
  rdfs:comment "Query alias: 1 model declares discountedUnitPriceAfterAllDiscountsSet." .

# Query parent property: discounted unit price set
<https://relay.inferal.com/ontology/shopify/property/discountedUnitPriceSet> a rdf:Property ;
  rdfs:label "discounted unit price set" ;
  rdfs:comment "Query alias: 2 models declare discountedUnitPriceSet." .

# Query parent property: discount node
<https://relay.inferal.com/ontology/shopify/property/discountNode> a rdf:Property ;
  rdfs:label "discount node" ;
  rdfs:comment "Query alias: 1 model declares discountNode." .

# Query parent property: disjunctive
<https://relay.inferal.com/ontology/shopify/property/disjunctive> a rdf:Property ;
  rdfs:label "disjunctive" ;
  rdfs:comment "Query alias: 1 model declares disjunctive." .

# Query parent property: dismissible handle
<https://relay.inferal.com/ontology/shopify/property/dismissibleHandle> a rdf:Property ;
  rdfs:label "dismissible handle" ;
  rdfs:comment "Query alias: 1 model declares dismissibleHandle." .

# Query parent property: display
<https://relay.inferal.com/ontology/shopify/property/display> a rdf:Property ;
  rdfs:label "display" ;
  rdfs:comment "Query alias: 1 model declares display." .

# Query parent property: display address
<https://relay.inferal.com/ontology/shopify/property/displayAddress> a rdf:Property ;
  rdfs:label "display address" ;
  rdfs:comment "Query alias: 7 models declare displayAddress." .

# Query parent property: display financial status
<https://relay.inferal.com/ontology/shopify/property/displayFinancialStatus> a rdf:Property ;
  rdfs:label "display financial status" ;
  rdfs:comment "Query alias: 7 models declare displayFinancialStatus." .

# Query parent property: display fulfillment status
<https://relay.inferal.com/ontology/shopify/property/displayFulfillmentStatus> a rdf:Property ;
  rdfs:label "display fulfillment status" ;
  rdfs:comment "Query alias: 7 models declare displayFulfillmentStatus." .

# Query parent property: display name
<https://relay.inferal.com/ontology/shopify/property/displayName> a rdf:Property ;
  rdfs:label "display name" ;
  rdfs:comment "Query alias: 6 models declare displayName." .

# Query parent property: display scope
<https://relay.inferal.com/ontology/shopify/property/displayScope> a rdf:Property ;
  rdfs:label "display scope" ;
  rdfs:comment "Query alias: 1 model declares displayScope." .

# Query parent property: display status
<https://relay.inferal.com/ontology/shopify/property/displayStatus> a rdf:Property ;
  rdfs:label "display status" ;
  rdfs:comment "Query alias: 3 models declare displayStatus." .

# Query parent property: dispute
<https://relay.inferal.com/ontology/shopify/property/dispute> a rdf:Property ;
  rdfs:label "dispute" ;
  rdfs:comment "Query alias: 1 model declares dispute." .

# Query parent property: documentation url
<https://relay.inferal.com/ontology/shopify/property/documentationUrl> a rdf:Property ;
  rdfs:label "documentation url" ;
  rdfs:comment "Query alias: 1 model declares documentationUrl." .

# Query parent property: domain
<https://relay.inferal.com/ontology/shopify/property/domain> a rdf:Property ;
  rdfs:label "domain" ;
  rdfs:comment "Query alias: 2 models declare domain." .

# Query parent property: domains
<https://relay.inferal.com/ontology/shopify/property/domains> a rdf:Property ;
  rdfs:label "domains" ;
  rdfs:comment "Query alias: 1 model declares domains." .

# Query parent property: draft order
<https://relay.inferal.com/ontology/shopify/property/draftOrder> a rdf:Property ;
  rdfs:label "draft order" ;
  rdfs:comment "Query alias: 1 model declares draftOrder." .

# Query parent property: draft order line item identifier
<https://relay.inferal.com/ontology/shopify/property/draftOrderLineItemIdentifier> a rdf:Property ;
  rdfs:label "draft order line item identifier" ;
  rdfs:comment "Query alias: 1 model declares draftOrderLineItemIdentifier." .

# Query parent property: draft order tags
<https://relay.inferal.com/ontology/shopify/property/draftOrderTags> a rdf:Property ;
  rdfs:label "draft order tags" ;
  rdfs:comment "Query alias: 1 model declares draftOrderTags." .

# Query parent property: duplicate sku count
<https://relay.inferal.com/ontology/shopify/property/duplicateSkuCount> a rdf:Property ;
  rdfs:label "duplicate sku count" ;
  rdfs:comment "Query alias: 3 models declare duplicateSkuCount." .

# Query parent property: duties included
<https://relay.inferal.com/ontology/shopify/property/dutiesIncluded> a rdf:Property ;
  rdfs:label "duties included" ;
  rdfs:comment "Query alias: 7 models declare dutiesIncluded." .

# Query parent property: edited
<https://relay.inferal.com/ontology/shopify/property/edited> a rdf:Property ;
  rdfs:label "edited" ;
  rdfs:comment "Query alias: 7 models declare edited." .

# Query parent property: email
<https://relay.inferal.com/ontology/shopify/property/email> a rdf:Property ;
  rdfs:label "email" ;
  rdfs:comment "Query alias: 24 models declare email." .

# Query parent property: email marketing consent
<https://relay.inferal.com/ontology/shopify/property/emailMarketingConsent> a rdf:Property ;
  rdfs:label "email marketing consent" ;
  rdfs:comment "Query alias: 5 models declare emailMarketingConsent." .

# Query parent property: embedded assigned location
<https://relay.inferal.com/ontology/shopify/property/embeddedAssignedLocation> a rdf:Property ;
  rdfs:label "embedded assigned location" ;
  rdfs:comment "Query alias: 1 model declares embeddedAssignedLocation." .

# Query parent property: enabled
<https://relay.inferal.com/ontology/shopify/property/enabled> a rdf:Property ;
  rdfs:label "enabled" ;
  rdfs:comment "Query alias: 3 models declare enabled." .

# Query parent property: enabled presentment currencies
<https://relay.inferal.com/ontology/shopify/property/enabledPresentmentCurrencies> a rdf:Property ;
  rdfs:label "enabled presentment currencies" ;
  rdfs:comment "Query alias: 1 model declares enabledPresentmentCurrencies." .

# Query parent property: ended at
<https://relay.inferal.com/ontology/shopify/property/endedAt> a rdf:Property ;
  rdfs:label "ended at" ;
  rdfs:comment "Query alias: 1 model declares endedAt." .

# Query parent property: endpoint
<https://relay.inferal.com/ontology/shopify/property/endpoint> a rdf:Property ;
  rdfs:label "endpoint" ;
  rdfs:comment "Query alias: 1 model declares endpoint." .

# Query parent property: ends at
<https://relay.inferal.com/ontology/shopify/property/endsAt> a rdf:Property ;
  rdfs:label "ends at" ;
  rdfs:comment "Query alias: 1 model declares endsAt." .

# Query parent property: entitled collection ids
<https://relay.inferal.com/ontology/shopify/property/entitledCollectionIds> a rdf:Property ;
  rdfs:label "entitled collection ids" ;
  rdfs:comment "Query alias: 1 model declares entitledCollectionIds." .

# Query parent property: entitled countries
<https://relay.inferal.com/ontology/shopify/property/entitledCountries> a rdf:Property ;
  rdfs:label "entitled countries" ;
  rdfs:comment "Query alias: 1 model declares entitledCountries." .

# Query parent property: entitled products
<https://relay.inferal.com/ontology/shopify/property/entitledProducts> a rdf:Property ;
  rdfs:label "entitled products" ;
  rdfs:comment "Query alias: 1 model declares entitledProducts." .

# Query parent property: entitled quantity
<https://relay.inferal.com/ontology/shopify/property/entitledQuantity> a rdf:Property ;
  rdfs:label "entitled quantity" ;
  rdfs:comment "Query alias: 1 model declares entitledQuantity." .

# Query parent property: entitled variants
<https://relay.inferal.com/ontology/shopify/property/entitledVariants> a rdf:Property ;
  rdfs:label "entitled variants" ;
  rdfs:comment "Query alias: 1 model declares entitledVariants." .

# Query parent property: entitlements
<https://relay.inferal.com/ontology/shopify/property/entitlements> a rdf:Property ;
  rdfs:label "entitlements" ;
  rdfs:comment "Query alias: 1 model declares entitlements." .

# Query parent property: entitlement to prerequisite quantity ratio
<https://relay.inferal.com/ontology/shopify/property/entitlementToPrerequisiteQuantityRatio> a rdf:Property ;
  rdfs:label "entitlement to prerequisite quantity ratio" ;
  rdfs:comment "Query alias: 1 model declares entitlementToPrerequisiteQuantityRatio." .

# Query parent property: error code
<https://relay.inferal.com/ontology/shopify/property/errorCode> a rdf:Property ;
  rdfs:label "error code" ;
  rdfs:comment "Query alias: 2 models declare errorCode." .

# Query parent property: errors
<https://relay.inferal.com/ontology/shopify/property/errors> a rdf:Property ;
  rdfs:label "errors" ;
  rdfs:comment "Query alias: 1 model declares errors." .

# Query parent property: estimated delivery at
<https://relay.inferal.com/ontology/shopify/property/estimatedDeliveryAt> a rdf:Property ;
  rdfs:label "estimated delivery at" ;
  rdfs:comment "Query alias: 3 models declare estimatedDeliveryAt." .

# Query parent property: estimated taxes
<https://relay.inferal.com/ontology/shopify/property/estimatedTaxes> a rdf:Property ;
  rdfs:label "estimated taxes" ;
  rdfs:comment "Query alias: 7 models declare estimatedTaxes." .

# Query parent property: event type
<https://relay.inferal.com/ontology/shopify/property/eventType> a rdf:Property ;
  rdfs:label "event type" ;
  rdfs:comment "Query alias: 1 model declares eventType." .

# Query parent property: evidence due by
<https://relay.inferal.com/ontology/shopify/property/evidenceDueBy> a rdf:Property ;
  rdfs:label "evidence due by" ;
  rdfs:comment "Query alias: 1 model declares evidenceDueBy." .

# Query parent property: evidence sent on
<https://relay.inferal.com/ontology/shopify/property/evidenceSentOn> a rdf:Property ;
  rdfs:label "evidence sent on" ;
  rdfs:comment "Query alias: 1 model declares evidenceSentOn." .

# Query parent property: exchange v2s
<https://relay.inferal.com/ontology/shopify/property/exchangeV2s> a rdf:Property ;
  rdfs:label "exchange v2s" ;
  rdfs:comment "Query alias: 7 models declare exchangeV2s." .

# Query parent property: exists
<https://relay.inferal.com/ontology/shopify/property/exists> a rdf:Property ;
  rdfs:label "exists" ;
  rdfs:comment "Query alias: 1 model declares exists." .

# Query parent property: expires on
<https://relay.inferal.com/ontology/shopify/property/expiresOn> a rdf:Property ;
  rdfs:label "expires on" ;
  rdfs:comment "Query alias: 1 model declares expiresOn." .

# Query parent property: featured image
<https://relay.inferal.com/ontology/shopify/property/featuredImage> a rdf:Property ;
  rdfs:label "featured image" ;
  rdfs:comment "Query alias: 3 models declare featuredImage." .

# Query parent property: featured media
<https://relay.inferal.com/ontology/shopify/property/featuredMedia> a rdf:Property ;
  rdfs:label "featured media" ;
  rdfs:comment "Query alias: 3 models declare featuredMedia." .

# Query parent property: features
<https://relay.inferal.com/ontology/shopify/property/features> a rdf:Property ;
  rdfs:label "features" ;
  rdfs:comment "Query alias: 2 models declare features." .

# Query parent property: fee
<https://relay.inferal.com/ontology/shopify/property/fee> a rdf:Property ;
  rdfs:label "fee" ;
  rdfs:comment "Query alias: 1 model declares fee." .

# Query parent property: feed
<https://relay.inferal.com/ontology/shopify/property/feed> a rdf:Property ;
  rdfs:label "feed" ;
  rdfs:comment "Query alias: 1 model declares feed." .

# Query parent property: feedback
<https://relay.inferal.com/ontology/shopify/property/feedback> a rdf:Property ;
  rdfs:label "feedback" ;
  rdfs:comment "Query alias: 3 models declare feedback." .

# Query parent property: feedback generated at
<https://relay.inferal.com/ontology/shopify/property/feedbackGeneratedAt> a rdf:Property ;
  rdfs:label "feedback generated at" ;
  rdfs:comment "Query alias: 2 models declare feedbackGeneratedAt." .

# Query parent property: feedburner
<https://relay.inferal.com/ontology/shopify/property/feedburner> a rdf:Property ;
  rdfs:label "feedburner" ;
  rdfs:comment "Query alias: 1 model declares feedburner." .

# Query parent property: feedburner location
<https://relay.inferal.com/ontology/shopify/property/feedburnerLocation> a rdf:Property ;
  rdfs:label "feedburner location" ;
  rdfs:comment "Query alias: 1 model declares feedburnerLocation." .

# Query parent property: field
<https://relay.inferal.com/ontology/shopify/property/field> a rdf:Property ;
  rdfs:label "field" ;
  rdfs:comment "Query alias: 2 models declare field." .

# Query parent property: fields
<https://relay.inferal.com/ontology/shopify/property/fields> a rdf:Property ;
  rdfs:label "fields" ;
  rdfs:comment "Query alias: 1 model declares fields." .

# Query parent property: filename
<https://relay.inferal.com/ontology/shopify/property/filename> a rdf:Property ;
  rdfs:label "filename" ;
  rdfs:comment "Query alias: 1 model declares filename." .

# Query parent property: finalized on
<https://relay.inferal.com/ontology/shopify/property/finalizedOn> a rdf:Property ;
  rdfs:label "finalized on" ;
  rdfs:comment "Query alias: 1 model declares finalizedOn." .

# Query parent property: financial status
<https://relay.inferal.com/ontology/shopify/property/financialStatus> a rdf:Property ;
  rdfs:label "financial status" ;
  rdfs:comment "Query alias: 7 models declare financialStatus." .

# Query parent property: financial summaries
<https://relay.inferal.com/ontology/shopify/property/financialSummaries> a rdf:Property ;
  rdfs:label "financial summaries" ;
  rdfs:comment "Query alias: 1 model declares financialSummaries." .

# Query parent property: first name
<https://relay.inferal.com/ontology/shopify/property/firstName> a rdf:Property ;
  rdfs:label "first name" ;
  rdfs:comment "Query alias: 9 models declare firstName." .

# Query parent property: flat fee
<https://relay.inferal.com/ontology/shopify/property/flatFee> a rdf:Property ;
  rdfs:label "flat fee" ;
  rdfs:comment "Query alias: 1 model declares flatFee." .

# Query parent property: flat fee name
<https://relay.inferal.com/ontology/shopify/property/flatFeeName> a rdf:Property ;
  rdfs:label "flat fee name" ;
  rdfs:comment "Query alias: 1 model declares flatFeeName." .

# Query parent property: flat modifier
<https://relay.inferal.com/ontology/shopify/property/flatModifier> a rdf:Property ;
  rdfs:label "flat modifier" ;
  rdfs:comment "Query alias: 1 model declares flatModifier." .

# Query parent property: format
<https://relay.inferal.com/ontology/shopify/property/format> a rdf:Property ;
  rdfs:label "format" ;
  rdfs:comment "Query alias: 2 models declare format." .

# Query parent property: formatted
<https://relay.inferal.com/ontology/shopify/property/formatted> a rdf:Property ;
  rdfs:label "formatted" ;
  rdfs:comment "Query alias: 3 models declare formatted." .

# Query parent property: formatted area
<https://relay.inferal.com/ontology/shopify/property/formattedArea> a rdf:Property ;
  rdfs:label "formatted area" ;
  rdfs:comment "Query alias: 2 models declare formattedArea." .

# Query parent property: formatted gateway
<https://relay.inferal.com/ontology/shopify/property/formattedGateway> a rdf:Property ;
  rdfs:label "formatted gateway" ;
  rdfs:comment "Query alias: 1 model declares formattedGateway." .

# Query parent property: from
<https://relay.inferal.com/ontology/shopify/property/from> a rdf:Property ;
  rdfs:label "from" ;
  rdfs:comment "Query alias: 2 models declare from." .

# Query parent property: fulfillable
<https://relay.inferal.com/ontology/shopify/property/fulfillable> a rdf:Property ;
  rdfs:label "fulfillable" ;
  rdfs:comment "Query alias: 7 models declare fulfillable." .

# Query parent property: fulfillable quantity
<https://relay.inferal.com/ontology/shopify/property/fulfillableQuantity> a rdf:Property ;
  rdfs:label "fulfillable quantity" ;
  rdfs:comment "Query alias: 2 models declare fulfillableQuantity." .

# Query parent property: fulfill at
<https://relay.inferal.com/ontology/shopify/property/fulfillAt> a rdf:Property ;
  rdfs:label "fulfill at" ;
  rdfs:comment "Query alias: 1 model declares fulfillAt." .

# Query parent property: fulfill by
<https://relay.inferal.com/ontology/shopify/property/fulfillBy> a rdf:Property ;
  rdfs:label "fulfill by" ;
  rdfs:comment "Query alias: 1 model declares fulfillBy." .

# Query parent property: fulfillment
<https://relay.inferal.com/ontology/shopify/property/fulfillment> a rdf:Property ;
  rdfs:label "fulfillment" ;
  rdfs:comment "Query alias: 1 model declares fulfillment." .

# Query parent property: fulfillment holds
<https://relay.inferal.com/ontology/shopify/property/fulfillmentHolds> a rdf:Property ;
  rdfs:label "fulfillment holds" ;
  rdfs:comment "Query alias: 1 model declares fulfillmentHolds." .

# Query parent property: fulfillment line items
<https://relay.inferal.com/ontology/shopify/property/fulfillmentLineItems> a rdf:Property ;
  rdfs:label "fulfillment line items" ;
  rdfs:comment "Query alias: 3 models declare fulfillmentLineItems." .

# Query parent property: fulfillment order
<https://relay.inferal.com/ontology/shopify/property/fulfillmentOrder> a rdf:Property ;
  rdfs:label "fulfillment order" ;
  rdfs:comment "Query alias: 2 models declare fulfillmentOrder." .

# Query parent property: fulfillment order line item identifier
<https://relay.inferal.com/ontology/shopify/property/fulfillmentOrderLineItemIdentifier> a rdf:Property ;
  rdfs:label "fulfillment order line item identifier" ;
  rdfs:comment "Query alias: 1 model declares fulfillmentOrderLineItemIdentifier." .

# Query parent property: fulfillment orders for merge
<https://relay.inferal.com/ontology/shopify/property/fulfillmentOrdersForMerge> a rdf:Property ;
  rdfs:label "fulfillment orders for merge" ;
  rdfs:comment "Query alias: 1 model declares fulfillmentOrdersForMerge." .

# Query parent property: fulfillment orders opt in
<https://relay.inferal.com/ontology/shopify/property/fulfillmentOrdersOptIn> a rdf:Property ;
  rdfs:label "fulfillment orders opt in" ;
  rdfs:comment "Query alias: 1 model declares fulfillmentOrdersOptIn." .

# Query parent property: fulfillments count
<https://relay.inferal.com/ontology/shopify/property/fulfillmentsCount> a rdf:Property ;
  rdfs:label "fulfillments count" ;
  rdfs:comment "Query alias: 7 models declare fulfillmentsCount." .

# Query parent property: fulfillment services
<https://relay.inferal.com/ontology/shopify/property/fulfillmentServices> a rdf:Property ;
  rdfs:label "fulfillment services" ;
  rdfs:comment "Query alias: 2 models declare fulfillmentServices." .

# Query parent property: fulfillment status
<https://relay.inferal.com/ontology/shopify/property/fulfillmentStatus> a rdf:Property ;
  rdfs:label "fulfillment status" ;
  rdfs:comment "Query alias: 8 models declare fulfillmentStatus." .

# Query parent property: fulfills online orders
<https://relay.inferal.com/ontology/shopify/property/fulfillsOnlineOrders> a rdf:Property ;
  rdfs:label "fulfills online orders" ;
  rdfs:comment "Query alias: 1 model declares fulfillsOnlineOrders." .

# Query parent property: full name
<https://relay.inferal.com/ontology/shopify/property/fullName> a rdf:Property ;
  rdfs:label "full name" ;
  rdfs:comment "Query alias: 1 model declares fullName." .

# Query parent property: fully paid
<https://relay.inferal.com/ontology/shopify/property/fullyPaid> a rdf:Property ;
  rdfs:label "fully paid" ;
  rdfs:comment "Query alias: 7 models declare fullyPaid." .

# Query parent property: gateway
<https://relay.inferal.com/ontology/shopify/property/gateway> a rdf:Property ;
  rdfs:label "gateway" ;
  rdfs:comment "Query alias: 8 models declare gateway." .

# Query parent property: gift cards
<https://relay.inferal.com/ontology/shopify/property/giftCards> a rdf:Property ;
  rdfs:label "gift cards" ;
  rdfs:comment "Query alias: 1 model declares giftCards." .

# Query parent property: gift card template suffix
<https://relay.inferal.com/ontology/shopify/property/giftCardTemplateSuffix> a rdf:Property ;
  rdfs:label "gift card template suffix" ;
  rdfs:comment "Query alias: 3 models declare giftCardTemplateSuffix." .

# Query parent property: grams
<https://relay.inferal.com/ontology/shopify/property/grams> a rdf:Property ;
  rdfs:label "grams" ;
  rdfs:comment "Query alias: 3 models declare grams." .

# Query parent property: graphql body html
<https://relay.inferal.com/ontology/shopify/property/graphqlBodyHtml> a rdf:Property ;
  rdfs:label "graphql body html" ;
  rdfs:comment "Query alias: 3 models declare graphqlBodyHtml." .

# Query parent property: graphql id
<https://relay.inferal.com/ontology/shopify/property/graphqlId> a rdf:Property ;
  rdfs:label "graphql id" ;
  rdfs:comment "Query alias: 8 models declare graphqlId." .

# Query parent property: graphql schema name
<https://relay.inferal.com/ontology/shopify/property/graphqlSchemaName> a rdf:Property ;
  rdfs:label "graphql schema name" ;
  rdfs:comment "Query alias: 1 model declares graphqlSchemaName." .

# Query parent property: greater than
<https://relay.inferal.com/ontology/shopify/property/greaterThan> a rdf:Property ;
  rdfs:label "greater than" ;
  rdfs:comment "Query alias: 1 model declares greaterThan." .

# Query parent property: greater than or equal to
<https://relay.inferal.com/ontology/shopify/property/greaterThanOrEqualTo> a rdf:Property ;
  rdfs:label "greater than or equal to" ;
  rdfs:comment "Query alias: 1 model declares greaterThanOrEqualTo." .

# Query parent property: gross
<https://relay.inferal.com/ontology/shopify/property/gross> a rdf:Property ;
  rdfs:label "gross" ;
  rdfs:comment "Query alias: 1 model declares gross." .

# Query parent property: handle
<https://relay.inferal.com/ontology/shopify/property/handle> a rdf:Property ;
  rdfs:label "handle" ;
  rdfs:comment "Query alias: 16 models declare handle." .

# Query parent property: harmonized system code
<https://relay.inferal.com/ontology/shopify/property/harmonizedSystemCode> a rdf:Property ;
  rdfs:label "harmonized system code" ;
  rdfs:comment "Query alias: 5 models declare harmonizedSystemCode." .

# Query parent property: has active inventory
<https://relay.inferal.com/ontology/shopify/property/hasActiveInventory> a rdf:Property ;
  rdfs:label "has active inventory" ;
  rdfs:comment "Query alias: 1 model declares hasActiveInventory." .

# Query parent property: has discounts
<https://relay.inferal.com/ontology/shopify/property/hasDiscounts> a rdf:Property ;
  rdfs:label "has discounts" ;
  rdfs:comment "Query alias: 1 model declares hasDiscounts." .

# Query parent property: has gift cards
<https://relay.inferal.com/ontology/shopify/property/hasGiftCards> a rdf:Property ;
  rdfs:label "has gift cards" ;
  rdfs:comment "Query alias: 1 model declares hasGiftCards." .

# Query parent property: has only default variant
<https://relay.inferal.com/ontology/shopify/property/hasOnlyDefaultVariant> a rdf:Property ;
  rdfs:label "has only default variant" ;
  rdfs:comment "Query alias: 3 models declare hasOnlyDefaultVariant." .

# Query parent property: has out of stock variants
<https://relay.inferal.com/ontology/shopify/property/hasOutOfStockVariants> a rdf:Property ;
  rdfs:label "has out of stock variants" ;
  rdfs:comment "Query alias: 3 models declare hasOutOfStockVariants." .

# Query parent property: has storefront
<https://relay.inferal.com/ontology/shopify/property/hasStorefront> a rdf:Property ;
  rdfs:label "has storefront" ;
  rdfs:comment "Query alias: 1 model declares hasStorefront." .

# Query parent property: has timeline comment
<https://relay.inferal.com/ontology/shopify/property/hasTimelineComment> a rdf:Property ;
  rdfs:label "has timeline comment" ;
  rdfs:comment "Query alias: 16 models declare hasTimelineComment." .

# Query parent property: has unfulfilled orders
<https://relay.inferal.com/ontology/shopify/property/hasUnfulfilledOrders> a rdf:Property ;
  rdfs:label "has unfulfilled orders" ;
  rdfs:comment "Query alias: 1 model declares hasUnfulfilledOrders." .

# Query parent property: has variants
<https://relay.inferal.com/ontology/shopify/property/hasVariants> a rdf:Property ;
  rdfs:label "has variants" ;
  rdfs:comment "Query alias: 1 model declares hasVariants." .

# Query parent property: has variants that requires components
<https://relay.inferal.com/ontology/shopify/property/hasVariantsThatRequiresComponents> a rdf:Property ;
  rdfs:label "has variants that requires components" ;
  rdfs:comment "Query alias: 3 models declare hasVariantsThatRequiresComponents." .

# Query parent property: height
<https://relay.inferal.com/ontology/shopify/property/height> a rdf:Property ;
  rdfs:label "height" ;
  rdfs:comment "Query alias: 3 models declare height." .

# Query parent property: host
<https://relay.inferal.com/ontology/shopify/property/host> a rdf:Property ;
  rdfs:label "host" ;
  rdfs:comment "Query alias: 1 model declares host." .

# Query parent property: iana timezone
<https://relay.inferal.com/ontology/shopify/property/ianaTimezone> a rdf:Property ;
  rdfs:label "iana timezone" ;
  rdfs:comment "Query alias: 1 model declares ianaTimezone." .

# Query parent property: icon
<https://relay.inferal.com/ontology/shopify/property/icon> a rdf:Property ;
  rdfs:label "icon" ;
  rdfs:comment "Query alias: 1 model declares icon." .

# Query parent property: im
<https://relay.inferal.com/ontology/shopify/property/im> a rdf:Property ;
  rdfs:label "im" ;
  rdfs:comment "Query alias: 1 model declares im." .

# Query parent property: in collection
<https://relay.inferal.com/ontology/shopify/property/inCollection> a rdf:Property ;
  rdfs:label "in collection" ;
  rdfs:comment "Query alias: 3 models declare inCollection." .

# Query parent property: index
<https://relay.inferal.com/ontology/shopify/property/index> a rdf:Property ;
  rdfs:label "index" ;
  rdfs:comment "Query alias: 1 model declares index." .

# Query parent property: initials
<https://relay.inferal.com/ontology/shopify/property/initials> a rdf:Property ;
  rdfs:label "initials" ;
  rdfs:comment "Query alias: 1 model declares initials." .

# Query parent property: initial value
<https://relay.inferal.com/ontology/shopify/property/initialValue> a rdf:Property ;
  rdfs:label "initial value" ;
  rdfs:comment "Query alias: 1 model declares initialValue." .

# Query parent property: initiated as
<https://relay.inferal.com/ontology/shopify/property/initiatedAs> a rdf:Property ;
  rdfs:label "initiated as" ;
  rdfs:comment "Query alias: 1 model declares initiatedAs." .

# Query parent property: initiated at
<https://relay.inferal.com/ontology/shopify/property/initiatedAt> a rdf:Property ;
  rdfs:label "initiated at" ;
  rdfs:comment "Query alias: 1 model declares initiatedAt." .

# Query parent property: international duties
<https://relay.inferal.com/ontology/shopify/property/internationalDuties> a rdf:Property ;
  rdfs:label "international duties" ;
  rdfs:comment "Query alias: 1 model declares internationalDuties." .

# Query parent property: in transit at
<https://relay.inferal.com/ontology/shopify/property/inTransitAt> a rdf:Property ;
  rdfs:label "in transit at" ;
  rdfs:comment "Query alias: 3 models declare inTransitAt." .

# Query parent property: inventory history url
<https://relay.inferal.com/ontology/shopify/property/inventoryHistoryUrl> a rdf:Property ;
  rdfs:label "inventory history url" ;
  rdfs:comment "Query alias: 3 models declare inventoryHistoryUrl." .

# Query parent property: inventory item
<https://relay.inferal.com/ontology/shopify/property/inventoryItem> a rdf:Property ;
  rdfs:label "inventory item" ;
  rdfs:comment "Query alias: 7 models declare inventoryItem." .

# Query parent property: inventory item id
<https://relay.inferal.com/ontology/shopify/property/inventoryItemId> a rdf:Property ;
  rdfs:label "inventory item id" ;
  rdfs:comment "Query alias: 1 model declares inventoryItemId." .

# Query parent property: inventory policy
<https://relay.inferal.com/ontology/shopify/property/inventoryPolicy> a rdf:Property ;
  rdfs:label "inventory policy" ;
  rdfs:comment "Query alias: 1 model declares inventoryPolicy." .

# Query parent property: inventory quantity
<https://relay.inferal.com/ontology/shopify/property/inventoryQuantity> a rdf:Property ;
  rdfs:label "inventory quantity" ;
  rdfs:comment "Query alias: 1 model declares inventoryQuantity." .

# Query parent property: invoice email template subject
<https://relay.inferal.com/ontology/shopify/property/invoiceEmailTemplateSubject> a rdf:Property ;
  rdfs:label "invoice email template subject" ;
  rdfs:comment "Query alias: 3 models declare invoiceEmailTemplateSubject." .

# Query parent property: invoice sent at
<https://relay.inferal.com/ontology/shopify/property/invoiceSentAt> a rdf:Property ;
  rdfs:label "invoice sent at" ;
  rdfs:comment "Query alias: 3 models declare invoiceSentAt." .

# Query parent property: invoice url
<https://relay.inferal.com/ontology/shopify/property/invoiceUrl> a rdf:Property ;
  rdfs:label "invoice url" ;
  rdfs:comment "Query alias: 3 models declare invoiceUrl." .

# Query parent property: ip
<https://relay.inferal.com/ontology/shopify/property/ip> a rdf:Property ;
  rdfs:label "ip" ;
  rdfs:comment "Query alias: 1 model declares ip." .

# Query parent property: is active
<https://relay.inferal.com/ontology/shopify/property/isActive> a rdf:Property ;
  rdfs:label "is active" ;
  rdfs:comment "Query alias: 1 model declares isActive." .

# Query parent property: is archived
<https://relay.inferal.com/ontology/shopify/property/isArchived> a rdf:Property ;
  rdfs:label "is archived" ;
  rdfs:comment "Query alias: 1 model declares isArchived." .

# Query parent property: is custom
<https://relay.inferal.com/ontology/shopify/property/isCustom> a rdf:Property ;
  rdfs:label "is custom" ;
  rdfs:comment "Query alias: 1 model declares isCustom." .

# Query parent property: is fulfillment service
<https://relay.inferal.com/ontology/shopify/property/isFulfillmentService> a rdf:Property ;
  rdfs:label "is fulfillment service" ;
  rdfs:comment "Query alias: 1 model declares isFulfillmentService." .

# Query parent property: is gift card
<https://relay.inferal.com/ontology/shopify/property/isGiftCard> a rdf:Property ;
  rdfs:label "is gift card" ;
  rdfs:comment "Query alias: 5 models declare isGiftCard." .

# Query parent property: is leaf
<https://relay.inferal.com/ontology/shopify/property/isLeaf> a rdf:Property ;
  rdfs:label "is leaf" ;
  rdfs:comment "Query alias: 1 model declares isLeaf." .

# Query parent property: is main contact
<https://relay.inferal.com/ontology/shopify/property/isMainContact> a rdf:Property ;
  rdfs:label "is main contact" ;
  rdfs:comment "Query alias: 1 model declares isMainContact." .

# Query parent property: is primary
<https://relay.inferal.com/ontology/shopify/property/isPrimary> a rdf:Property ;
  rdfs:label "is primary" ;
  rdfs:comment "Query alias: 1 model declares isPrimary." .

# Query parent property: is published
<https://relay.inferal.com/ontology/shopify/property/isPublished> a rdf:Property ;
  rdfs:label "is published" ;
  rdfs:comment "Query alias: 3 models declare isPublished." .

# Query parent property: is removed
<https://relay.inferal.com/ontology/shopify/property/isRemoved> a rdf:Property ;
  rdfs:label "is removed" ;
  rdfs:comment "Query alias: 1 model declares isRemoved." .

# Query parent property: is root
<https://relay.inferal.com/ontology/shopify/property/isRoot> a rdf:Property ;
  rdfs:label "is root" ;
  rdfs:comment "Query alias: 1 model declares isRoot." .

# Query parent property: is shop owner
<https://relay.inferal.com/ontology/shopify/property/isShopOwner> a rdf:Property ;
  rdfs:label "is shop owner" ;
  rdfs:comment "Query alias: 1 model declares isShopOwner." .

# Query parent property: issued at
<https://relay.inferal.com/ontology/shopify/property/issuedAt> a rdf:Property ;
  rdfs:label "issued at" ;
  rdfs:comment "Query alias: 1 model declares issuedAt." .

# Query parent property: item
<https://relay.inferal.com/ontology/shopify/property/item> a rdf:Property ;
  rdfs:label "item" ;
  rdfs:comment "Query alias: 4 models declare item." .

# Query parent property: item entitlements
<https://relay.inferal.com/ontology/shopify/property/itemEntitlements> a rdf:Property ;
  rdfs:label "item entitlements" ;
  rdfs:comment "Query alias: 1 model declares itemEntitlements." .

# Query parent property: item prerequisites
<https://relay.inferal.com/ontology/shopify/property/itemPrerequisites> a rdf:Property ;
  rdfs:label "item prerequisites" ;
  rdfs:comment "Query alias: 1 model declares itemPrerequisites." .

# Query parent property: json value
<https://relay.inferal.com/ontology/shopify/property/jsonValue> a rdf:Property ;
  rdfs:label "json value" ;
  rdfs:comment "Query alias: 1 model declares jsonValue." .

# Query parent property: key
<https://relay.inferal.com/ontology/shopify/property/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:comment "Query alias: 6 models declare key." .

# Query parent property: kind
<https://relay.inferal.com/ontology/shopify/property/kind> a rdf:Property ;
  rdfs:label "kind" ;
  rdfs:comment "Query alias: 2 models declare kind." .

# Query parent property: landing page display text
<https://relay.inferal.com/ontology/shopify/property/landingPageDisplayText> a rdf:Property ;
  rdfs:label "landing page display text" ;
  rdfs:comment "Query alias: 7 models declare landingPageDisplayText." .

# Query parent property: landing page url
<https://relay.inferal.com/ontology/shopify/property/landingPageUrl> a rdf:Property ;
  rdfs:label "landing page url" ;
  rdfs:comment "Query alias: 7 models declare landingPageUrl." .

# Query parent property: landing site
<https://relay.inferal.com/ontology/shopify/property/landingSite> a rdf:Property ;
  rdfs:label "landing site" ;
  rdfs:comment "Query alias: 7 models declare landingSite." .

# Query parent property: last call at
<https://relay.inferal.com/ontology/shopify/property/lastCallAt> a rdf:Property ;
  rdfs:label "last call at" ;
  rdfs:comment "Query alias: 1 model declares lastCallAt." .

# Query parent property: last characters
<https://relay.inferal.com/ontology/shopify/property/lastCharacters> a rdf:Property ;
  rdfs:label "last characters" ;
  rdfs:comment "Query alias: 1 model declares lastCharacters." .

# Query parent property: last name
<https://relay.inferal.com/ontology/shopify/property/lastName> a rdf:Property ;
  rdfs:label "last name" ;
  rdfs:comment "Query alias: 9 models declare lastName." .

# Query parent property: last order
<https://relay.inferal.com/ontology/shopify/property/lastOrder> a rdf:Property ;
  rdfs:label "last order" ;
  rdfs:comment "Query alias: 5 models declare lastOrder." .

# Query parent property: last order name
<https://relay.inferal.com/ontology/shopify/property/lastOrderName> a rdf:Property ;
  rdfs:label "last order name" ;
  rdfs:comment "Query alias: 5 models declare lastOrderName." .

# Query parent property: latitude
<https://relay.inferal.com/ontology/shopify/property/latitude> a rdf:Property ;
  rdfs:label "latitude" ;
  rdfs:comment "Query alias: 2 models declare latitude." .

# Query parent property: legacy
<https://relay.inferal.com/ontology/shopify/property/legacy> a rdf:Property ;
  rdfs:label "legacy" ;
  rdfs:comment "Query alias: 1 model declares legacy." .

# Query parent property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/legacyResourceId> a rdf:Property ;
  rdfs:label "legacy resource id" ;
  rdfs:comment "Query alias: 33 models declare legacyResourceId." .

# Query parent property: less than
<https://relay.inferal.com/ontology/shopify/property/lessThan> a rdf:Property ;
  rdfs:label "less than" ;
  rdfs:comment "Query alias: 1 model declares lessThan." .

# Query parent property: less than or equal to
<https://relay.inferal.com/ontology/shopify/property/lessThanOrEqualTo> a rdf:Property ;
  rdfs:label "less than or equal to" ;
  rdfs:comment "Query alias: 1 model declares lessThanOrEqualTo." .

# Query parent property: lifetime duration
<https://relay.inferal.com/ontology/shopify/property/lifetimeDuration> a rdf:Property ;
  rdfs:label "lifetime duration" ;
  rdfs:comment "Query alias: 6 models declare lifetimeDuration." .

# Query parent property: limited pending order count
<https://relay.inferal.com/ontology/shopify/property/limitedPendingOrderCount> a rdf:Property ;
  rdfs:label "limited pending order count" ;
  rdfs:comment "Query alias: 1 model declares limitedPendingOrderCount." .

# Query parent property: line item
<https://relay.inferal.com/ontology/shopify/property/lineItem> a rdf:Property ;
  rdfs:label "line item" ;
  rdfs:comment "Query alias: 3 models declare lineItem." .

# Query parent property: line item group
<https://relay.inferal.com/ontology/shopify/property/lineItemGroup> a rdf:Property ;
  rdfs:label "line item group" ;
  rdfs:comment "Query alias: 1 model declares lineItemGroup." .

# Query parent property: line item id
<https://relay.inferal.com/ontology/shopify/property/lineItemId> a rdf:Property ;
  rdfs:label "line item id" ;
  rdfs:comment "Query alias: 1 model declares lineItemId." .

# Query parent property: line items quantity
<https://relay.inferal.com/ontology/shopify/property/lineItemsQuantity> a rdf:Property ;
  rdfs:label "line items quantity" ;
  rdfs:comment "Query alias: 1 model declares lineItemsQuantity." .

# Query parent property: line items subtotal price
<https://relay.inferal.com/ontology/shopify/property/lineItemsSubtotalPrice> a rdf:Property ;
  rdfs:label "line items subtotal price" ;
  rdfs:comment "Query alias: 3 models declare lineItemsSubtotalPrice." .

# Query parent property: linked metafield
<https://relay.inferal.com/ontology/shopify/property/linkedMetafield> a rdf:Property ;
  rdfs:label "linked metafield" ;
  rdfs:comment "Query alias: 1 model declares linkedMetafield." .

# Query parent property: linked metafield value
<https://relay.inferal.com/ontology/shopify/property/linkedMetafieldValue> a rdf:Property ;
  rdfs:label "linked metafield value" ;
  rdfs:comment "Query alias: 1 model declares linkedMetafieldValue." .

# Query parent property: locale
<https://relay.inferal.com/ontology/shopify/property/locale> a rdf:Property ;
  rdfs:label "locale" ;
  rdfs:comment "Query alias: 8 models declare locale." .

# Query parent property: localization
<https://relay.inferal.com/ontology/shopify/property/localization> a rdf:Property ;
  rdfs:label "localization" ;
  rdfs:comment "Query alias: 1 model declares localization." .

# Query parent property: localization extensions
<https://relay.inferal.com/ontology/shopify/property/localizationExtensions> a rdf:Property ;
  rdfs:label "localization extensions" ;
  rdfs:comment "Query alias: 10 models declare localizationExtensions." .

# Query parent property: localized country name
<https://relay.inferal.com/ontology/shopify/property/localizedCountryName> a rdf:Property ;
  rdfs:label "localized country name" ;
  rdfs:comment "Query alias: 1 model declares localizedCountryName." .

# Query parent property: localized fields
<https://relay.inferal.com/ontology/shopify/property/localizedFields> a rdf:Property ;
  rdfs:label "localized fields" ;
  rdfs:comment "Query alias: 10 models declare localizedFields." .

# Query parent property: localized province name
<https://relay.inferal.com/ontology/shopify/property/localizedProvinceName> a rdf:Property ;
  rdfs:label "localized province name" ;
  rdfs:comment "Query alias: 1 model declares localizedProvinceName." .

# Query parent property: local pickup settings v2
<https://relay.inferal.com/ontology/shopify/property/localPickupSettingsV2> a rdf:Property ;
  rdfs:label "local pickup settings v2" ;
  rdfs:comment "Query alias: 1 model declares localPickupSettingsV2." .

# Query parent property: location id
<https://relay.inferal.com/ontology/shopify/property/locationId> a rdf:Property ;
  rdfs:label "location id" ;
  rdfs:comment "Query alias: 1 model declares locationId." .

# Query parent property: locations count
<https://relay.inferal.com/ontology/shopify/property/locationsCount> a rdf:Property ;
  rdfs:label "locations count" ;
  rdfs:comment "Query alias: 3 models declare locationsCount." .

# Query parent property: locations for move
<https://relay.inferal.com/ontology/shopify/property/locationsForMove> a rdf:Property ;
  rdfs:label "locations for move" ;
  rdfs:comment "Query alias: 1 model declares locationsForMove." .

# Query parent property: longitude
<https://relay.inferal.com/ontology/shopify/property/longitude> a rdf:Property ;
  rdfs:label "longitude" ;
  rdfs:comment "Query alias: 2 models declare longitude." .

# Query parent property: manage url
<https://relay.inferal.com/ontology/shopify/property/manageUrl> a rdf:Property ;
  rdfs:label "manage url" ;
  rdfs:comment "Query alias: 1 model declares manageUrl." .

# Query parent property: manually capturable
<https://relay.inferal.com/ontology/shopify/property/manuallyCapturable> a rdf:Property ;
  rdfs:label "manually capturable" ;
  rdfs:comment "Query alias: 1 model declares manuallyCapturable." .

# Query parent property: manual payment gateway
<https://relay.inferal.com/ontology/shopify/property/manualPaymentGateway> a rdf:Property ;
  rdfs:label "manual payment gateway" ;
  rdfs:comment "Query alias: 1 model declares manualPaymentGateway." .

# Query parent property: marketed resources
<https://relay.inferal.com/ontology/shopify/property/marketedResources> a rdf:Property ;
  rdfs:label "marketed resources" ;
  rdfs:comment "Query alias: 1 model declares marketedResources." .

# Query parent property: marketing channel type
<https://relay.inferal.com/ontology/shopify/property/marketingChannelType> a rdf:Property ;
  rdfs:label "marketing channel type" ;
  rdfs:comment "Query alias: 1 model declares marketingChannelType." .

# Query parent property: marketing event
<https://relay.inferal.com/ontology/shopify/property/marketingEvent> a rdf:Property ;
  rdfs:label "marketing event" ;
  rdfs:comment "Query alias: 1 model declares marketingEvent." .

# Query parent property: marketing events
<https://relay.inferal.com/ontology/shopify/property/marketingEvents> a rdf:Property ;
  rdfs:label "marketing events" ;
  rdfs:comment "Query alias: 1 model declares marketingEvents." .

# Query parent property: marketing opt in level
<https://relay.inferal.com/ontology/shopify/property/marketingOptInLevel> a rdf:Property ;
  rdfs:label "marketing opt in level" ;
  rdfs:comment "Query alias: 7 models declare marketingOptInLevel." .

# Query parent property: marketing sms consent enabled at checkout
<https://relay.inferal.com/ontology/shopify/property/marketingSmsConsentEnabledAtCheckout> a rdf:Property ;
  rdfs:label "marketing sms consent enabled at checkout" ;
  rdfs:comment "Query alias: 1 model declares marketingSmsConsentEnabledAtCheckout." .

# Query parent property: marketing state
<https://relay.inferal.com/ontology/shopify/property/marketingState> a rdf:Property ;
  rdfs:label "marketing state" ;
  rdfs:comment "Query alias: 2 models declare marketingState." .

# Query parent property: market name
<https://relay.inferal.com/ontology/shopify/property/marketName> a rdf:Property ;
  rdfs:label "market name" ;
  rdfs:comment "Query alias: 3 models declare marketName." .

# Query parent property: market region country code
<https://relay.inferal.com/ontology/shopify/property/marketRegionCountryCode> a rdf:Property ;
  rdfs:label "market region country code" ;
  rdfs:comment "Query alias: 3 models declare marketRegionCountryCode." .

# Query parent property: market web presence
<https://relay.inferal.com/ontology/shopify/property/marketWebPresence> a rdf:Property ;
  rdfs:label "market web presence" ;
  rdfs:comment "Query alias: 1 model declares marketWebPresence." .

# Query parent property: masked code
<https://relay.inferal.com/ontology/shopify/property/maskedCode> a rdf:Property ;
  rdfs:label "masked code" ;
  rdfs:comment "Query alias: 1 model declares maskedCode." .

# Query parent property: max delivery date time
<https://relay.inferal.com/ontology/shopify/property/maxDeliveryDateTime> a rdf:Property ;
  rdfs:label "max delivery date time" ;
  rdfs:comment "Query alias: 1 model declares maxDeliveryDateTime." .

# Query parent property: maximum refundable
<https://relay.inferal.com/ontology/shopify/property/maximumRefundable> a rdf:Property ;
  rdfs:label "maximum refundable" ;
  rdfs:comment "Query alias: 1 model declares maximumRefundable." .

# Query parent property: maximum refundable v2
<https://relay.inferal.com/ontology/shopify/property/maximumRefundableV2> a rdf:Property ;
  rdfs:label "maximum refundable v2" ;
  rdfs:comment "Query alias: 1 model declares maximumRefundableV2." .

# Query parent property: max order subtotal
<https://relay.inferal.com/ontology/shopify/property/maxOrderSubtotal> a rdf:Property ;
  rdfs:label "max order subtotal" ;
  rdfs:comment "Query alias: 1 model declares maxOrderSubtotal." .

# Query parent property: measurement
<https://relay.inferal.com/ontology/shopify/property/measurement> a rdf:Property ;
  rdfs:label "measurement" ;
  rdfs:comment "Query alias: 3 models declare measurement." .

# Query parent property: media
<https://relay.inferal.com/ontology/shopify/property/media> a rdf:Property ;
  rdfs:label "media" ;
  rdfs:comment "Query alias: 4 models declare media." .

# Query parent property: media count
<https://relay.inferal.com/ontology/shopify/property/mediaCount> a rdf:Property ;
  rdfs:label "media count" ;
  rdfs:comment "Query alias: 3 models declare mediaCount." .

# Query parent property: merchant approval signals
<https://relay.inferal.com/ontology/shopify/property/merchantApprovalSignals> a rdf:Property ;
  rdfs:label "merchant approval signals" ;
  rdfs:comment "Query alias: 1 model declares merchantApprovalSignals." .

# Query parent property: merchant business entity
<https://relay.inferal.com/ontology/shopify/property/merchantBusinessEntity> a rdf:Property ;
  rdfs:label "merchant business entity" ;
  rdfs:comment "Query alias: 7 models declare merchantBusinessEntity." .

# Query parent property: merchant editable
<https://relay.inferal.com/ontology/shopify/property/merchantEditable> a rdf:Property ;
  rdfs:label "merchant editable" ;
  rdfs:comment "Query alias: 8 models declare merchantEditable." .

# Query parent property: merchant editable errors
<https://relay.inferal.com/ontology/shopify/property/merchantEditableErrors> a rdf:Property ;
  rdfs:label "merchant editable errors" ;
  rdfs:comment "Query alias: 7 models declare merchantEditableErrors." .

# Query parent property: merchant of record app
<https://relay.inferal.com/ontology/shopify/property/merchantOfRecordApp> a rdf:Property ;
  rdfs:label "merchant of record app" ;
  rdfs:comment "Query alias: 7 models declare merchantOfRecordApp." .

# Query parent property: merchant requests
<https://relay.inferal.com/ontology/shopify/property/merchantRequests> a rdf:Property ;
  rdfs:label "merchant requests" ;
  rdfs:comment "Query alias: 1 model declares merchantRequests." .

# Query parent property: mergeable
<https://relay.inferal.com/ontology/shopify/property/mergeable> a rdf:Property ;
  rdfs:label "mergeable" ;
  rdfs:comment "Query alias: 5 models declare mergeable." .

# Query parent property: message
<https://relay.inferal.com/ontology/shopify/property/message> a rdf:Property ;
  rdfs:label "message" ;
  rdfs:comment "Query alias: 5 models declare message." .

# Query parent property: metafield definition
<https://relay.inferal.com/ontology/shopify/property/metafieldDefinition> a rdf:Property ;
  rdfs:label "metafield definition" ;
  rdfs:comment "Query alias: 1 model declares metafieldDefinition." .

# Query parent property: metafield identifier
<https://relay.inferal.com/ontology/shopify/property/metafieldIdentifier> a rdf:Property ;
  rdfs:label "metafield identifier" ;
  rdfs:comment "Query alias: 1 model declares metafieldIdentifier." .

# Query parent property: metafield namespaces
<https://relay.inferal.com/ontology/shopify/property/metafieldNamespaces> a rdf:Property ;
  rdfs:label "metafield namespaces" ;
  rdfs:comment "Query alias: 1 model declares metafieldNamespaces." .

# Query parent property: metafields count
<https://relay.inferal.com/ontology/shopify/property/metafieldsCount> a rdf:Property ;
  rdfs:label "metafields count" ;
  rdfs:comment "Query alias: 1 model declares metafieldsCount." .

# Query parent property: method type
<https://relay.inferal.com/ontology/shopify/property/methodType> a rdf:Property ;
  rdfs:label "method type" ;
  rdfs:comment "Query alias: 1 model declares methodType." .

# Query parent property: migration deadline
<https://relay.inferal.com/ontology/shopify/property/migrationDeadline> a rdf:Property ;
  rdfs:label "migration deadline" ;
  rdfs:comment "Query alias: 1 model declares migrationDeadline." .

# Query parent property: min delivery date time
<https://relay.inferal.com/ontology/shopify/property/minDeliveryDateTime> a rdf:Property ;
  rdfs:label "min delivery date time" ;
  rdfs:comment "Query alias: 1 model declares minDeliveryDateTime." .

# Query parent property: min order subtotal
<https://relay.inferal.com/ontology/shopify/property/minOrderSubtotal> a rdf:Property ;
  rdfs:label "min order subtotal" ;
  rdfs:comment "Query alias: 1 model declares minOrderSubtotal." .

# Query parent property: money format
<https://relay.inferal.com/ontology/shopify/property/moneyFormat> a rdf:Property ;
  rdfs:label "money format" ;
  rdfs:comment "Query alias: 1 model declares moneyFormat." .

# Query parent property: money with currency format
<https://relay.inferal.com/ontology/shopify/property/moneyWithCurrencyFormat> a rdf:Property ;
  rdfs:label "money with currency format" ;
  rdfs:comment "Query alias: 1 model declares moneyWithCurrencyFormat." .

# Query parent property: multi capturable
<https://relay.inferal.com/ontology/shopify/property/multiCapturable> a rdf:Property ;
  rdfs:label "multi capturable" ;
  rdfs:comment "Query alias: 1 model declares multiCapturable." .

# Query parent property: multipass identifier
<https://relay.inferal.com/ontology/shopify/property/multipassIdentifier> a rdf:Property ;
  rdfs:label "multipass identifier" ;
  rdfs:comment "Query alias: 5 models declare multipassIdentifier." .

# Query parent property: myshopify domain
<https://relay.inferal.com/ontology/shopify/property/myshopifyDomain> a rdf:Property ;
  rdfs:label "myshopify domain" ;
  rdfs:comment "Query alias: 2 models declare myshopifyDomain." .

# Query parent property: name
<https://relay.inferal.com/ontology/shopify/property/name> a rdf:Property ;
  rdfs:label "name" ;
  rdfs:comment "Query alias: 50 models declare name." .

# Query parent property: namespace
<https://relay.inferal.com/ontology/shopify/property/namespace> a rdf:Property ;
  rdfs:label "namespace" ;
  rdfs:comment "Query alias: 2 models declare namespace." .

# Query parent property: navigation settings
<https://relay.inferal.com/ontology/shopify/property/navigationSettings> a rdf:Property ;
  rdfs:label "navigation settings" ;
  rdfs:comment "Query alias: 1 model declares navigationSettings." .

# Query parent property: net payment
<https://relay.inferal.com/ontology/shopify/property/netPayment> a rdf:Property ;
  rdfs:label "net payment" ;
  rdfs:comment "Query alias: 7 models declare netPayment." .

# Query parent property: net payment set
<https://relay.inferal.com/ontology/shopify/property/netPaymentSet> a rdf:Property ;
  rdfs:label "net payment set" ;
  rdfs:comment "Query alias: 7 models declare netPaymentSet." .

# Query parent property: non fulfillable line items
<https://relay.inferal.com/ontology/shopify/property/nonFulfillableLineItems> a rdf:Property ;
  rdfs:label "non fulfillable line items" ;
  rdfs:comment "Query alias: 7 models declare nonFulfillableLineItems." .

# Query parent property: non fulfillable quantity
<https://relay.inferal.com/ontology/shopify/property/nonFulfillableQuantity> a rdf:Property ;
  rdfs:label "non fulfillable quantity" ;
  rdfs:comment "Query alias: 1 model declares nonFulfillableQuantity." .

# Query parent property: note
<https://relay.inferal.com/ontology/shopify/property/note> a rdf:Property ;
  rdfs:label "note" ;
  rdfs:comment "Query alias: 18 models declare note." .

# Query parent property: note2
<https://relay.inferal.com/ontology/shopify/property/note2> a rdf:Property ;
  rdfs:label "note2" ;
  rdfs:comment "Query alias: 3 models declare note2." .

# Query parent property: note attributes
<https://relay.inferal.com/ontology/shopify/property/noteAttributes> a rdf:Property ;
  rdfs:label "note attributes" ;
  rdfs:comment "Query alias: 10 models declare noteAttributes." .

# Query parent property: notify customer
<https://relay.inferal.com/ontology/shopify/property/notifyCustomer> a rdf:Property ;
  rdfs:label "notify customer" ;
  rdfs:comment "Query alias: 3 models declare notifyCustomer." .

# Query parent property: number of orders
<https://relay.inferal.com/ontology/shopify/property/numberOfOrders> a rdf:Property ;
  rdfs:label "number of orders" ;
  rdfs:comment "Query alias: 5 models declare numberOfOrders." .

# Query parent property: old inventory quantity
<https://relay.inferal.com/ontology/shopify/property/oldInventoryQuantity> a rdf:Property ;
  rdfs:label "old inventory quantity" ;
  rdfs:comment "Query alias: 1 model declares oldInventoryQuantity." .

# Query parent property: once per customer
<https://relay.inferal.com/ontology/shopify/property/oncePerCustomer> a rdf:Property ;
  rdfs:label "once per customer" ;
  rdfs:comment "Query alias: 1 model declares oncePerCustomer." .

# Query parent property: online store preview url
<https://relay.inferal.com/ontology/shopify/property/onlineStorePreviewUrl> a rdf:Property ;
  rdfs:label "online store preview url" ;
  rdfs:comment "Query alias: 3 models declare onlineStorePreviewUrl." .

# Query parent property: online store url
<https://relay.inferal.com/ontology/shopify/property/onlineStoreUrl> a rdf:Property ;
  rdfs:label "online store url" ;
  rdfs:comment "Query alias: 3 models declare onlineStoreUrl." .

# Query parent property: opt in level
<https://relay.inferal.com/ontology/shopify/property/optInLevel> a rdf:Property ;
  rdfs:label "opt in level" ;
  rdfs:comment "Query alias: 2 models declare optInLevel." .

# Query parent property: option1
<https://relay.inferal.com/ontology/shopify/property/option1> a rdf:Property ;
  rdfs:label "option1" ;
  rdfs:comment "Query alias: 1 model declares option1." .

# Query parent property: option2
<https://relay.inferal.com/ontology/shopify/property/option2> a rdf:Property ;
  rdfs:label "option2" ;
  rdfs:comment "Query alias: 1 model declares option2." .

# Query parent property: option3
<https://relay.inferal.com/ontology/shopify/property/option3> a rdf:Property ;
  rdfs:label "option3" ;
  rdfs:comment "Query alias: 1 model declares option3." .

# Query parent property: option identifier
<https://relay.inferal.com/ontology/shopify/property/optionIdentifier> a rdf:Property ;
  rdfs:label "option identifier" ;
  rdfs:comment "Query alias: 1 model declares optionIdentifier." .

# Query parent property: options
<https://relay.inferal.com/ontology/shopify/property/options> a rdf:Property ;
  rdfs:label "options" ;
  rdfs:comment "Query alias: 3 models declare options." .

# Query parent property: option value
<https://relay.inferal.com/ontology/shopify/property/optionValue> a rdf:Property ;
  rdfs:label "option value" ;
  rdfs:comment "Query alias: 1 model declares optionValue." .

# Query parent property: option values
<https://relay.inferal.com/ontology/shopify/property/optionValues> a rdf:Property ;
  rdfs:label "option values" ;
  rdfs:comment "Query alias: 1 model declares optionValues." .

# Query parent property: order adjustments
<https://relay.inferal.com/ontology/shopify/property/orderAdjustments> a rdf:Property ;
  rdfs:label "order adjustments" ;
  rdfs:comment "Query alias: 1 model declares orderAdjustments." .

# Query parent property: order name
<https://relay.inferal.com/ontology/shopify/property/orderName> a rdf:Property ;
  rdfs:label "order name" ;
  rdfs:comment "Query alias: 1 model declares orderName." .

# Query parent property: order number
<https://relay.inferal.com/ontology/shopify/property/orderNumber> a rdf:Property ;
  rdfs:label "order number" ;
  rdfs:comment "Query alias: 7 models declare orderNumber." .

# Query parent property: order number format prefix
<https://relay.inferal.com/ontology/shopify/property/orderNumberFormatPrefix> a rdf:Property ;
  rdfs:label "order number format prefix" ;
  rdfs:comment "Query alias: 1 model declares orderNumberFormatPrefix." .

# Query parent property: order number format suffix
<https://relay.inferal.com/ontology/shopify/property/orderNumberFormatSuffix> a rdf:Property ;
  rdfs:label "order number format suffix" ;
  rdfs:comment "Query alias: 1 model declares orderNumberFormatSuffix." .

# Query parent property: order processed at
<https://relay.inferal.com/ontology/shopify/property/orderProcessedAt> a rdf:Property ;
  rdfs:label "order processed at" ;
  rdfs:comment "Query alias: 1 model declares orderProcessedAt." .

# Query parent property: orders count
<https://relay.inferal.com/ontology/shopify/property/ordersCount> a rdf:Property ;
  rdfs:label "orders count" ;
  rdfs:comment "Query alias: 5 models declare ordersCount." .

# Query parent property: orders requested
<https://relay.inferal.com/ontology/shopify/property/ordersRequested> a rdf:Property ;
  rdfs:label "orders requested" ;
  rdfs:comment "Query alias: 1 model declares ordersRequested." .

# Query parent property: order status url
<https://relay.inferal.com/ontology/shopify/property/orderStatusUrl> a rdf:Property ;
  rdfs:label "order status url" ;
  rdfs:comment "Query alias: 7 models declare orderStatusUrl." .

# Query parent property: orders to redact
<https://relay.inferal.com/ontology/shopify/property/ordersToRedact> a rdf:Property ;
  rdfs:label "orders to redact" ;
  rdfs:comment "Query alias: 1 model declares ordersToRedact." .

# Query parent property: order tags
<https://relay.inferal.com/ontology/shopify/property/orderTags> a rdf:Property ;
  rdfs:label "order tags" ;
  rdfs:comment "Query alias: 1 model declares orderTags." .

# Query parent property: order transaction id
<https://relay.inferal.com/ontology/shopify/property/orderTransactionId> a rdf:Property ;
  rdfs:label "order transaction id" ;
  rdfs:comment "Query alias: 1 model declares orderTransactionId." .

# Query parent property: origin address
<https://relay.inferal.com/ontology/shopify/property/originAddress> a rdf:Property ;
  rdfs:label "origin address" ;
  rdfs:comment "Query alias: 3 models declare originAddress." .

# Query parent property: original duty
<https://relay.inferal.com/ontology/shopify/property/originalDuty> a rdf:Property ;
  rdfs:label "original duty" ;
  rdfs:comment "Query alias: 1 model declares originalDuty." .

# Query parent property: original price
<https://relay.inferal.com/ontology/shopify/property/originalPrice> a rdf:Property ;
  rdfs:label "original price" ;
  rdfs:comment "Query alias: 1 model declares originalPrice." .

# Query parent property: original price set
<https://relay.inferal.com/ontology/shopify/property/originalPriceSet> a rdf:Property ;
  rdfs:label "original price set" ;
  rdfs:comment "Query alias: 1 model declares originalPriceSet." .

# Query parent property: original src
<https://relay.inferal.com/ontology/shopify/property/originalSrc> a rdf:Property ;
  rdfs:label "original src" ;
  rdfs:comment "Query alias: 1 model declares originalSrc." .

# Query parent property: original total
<https://relay.inferal.com/ontology/shopify/property/originalTotal> a rdf:Property ;
  rdfs:label "original total" ;
  rdfs:comment "Query alias: 2 models declare originalTotal." .

# Query parent property: original total additional fees set
<https://relay.inferal.com/ontology/shopify/property/originalTotalAdditionalFeesSet> a rdf:Property ;
  rdfs:label "original total additional fees set" ;
  rdfs:comment "Query alias: 7 models declare originalTotalAdditionalFeesSet." .

# Query parent property: original total duties set
<https://relay.inferal.com/ontology/shopify/property/originalTotalDutiesSet> a rdf:Property ;
  rdfs:label "original total duties set" ;
  rdfs:comment "Query alias: 7 models declare originalTotalDutiesSet." .

# Query parent property: original total price set
<https://relay.inferal.com/ontology/shopify/property/originalTotalPriceSet> a rdf:Property ;
  rdfs:label "original total price set" ;
  rdfs:comment "Query alias: 7 models declare originalTotalPriceSet." .

# Query parent property: original total set
<https://relay.inferal.com/ontology/shopify/property/originalTotalSet> a rdf:Property ;
  rdfs:label "original total set" ;
  rdfs:comment "Query alias: 2 models declare originalTotalSet." .

# Query parent property: original unit price
<https://relay.inferal.com/ontology/shopify/property/originalUnitPrice> a rdf:Property ;
  rdfs:label "original unit price" ;
  rdfs:comment "Query alias: 2 models declare originalUnitPrice." .

# Query parent property: original unit price with currency
<https://relay.inferal.com/ontology/shopify/property/originalUnitPriceWithCurrency> a rdf:Property ;
  rdfs:label "original unit price with currency" ;
  rdfs:comment "Query alias: 1 model declares originalUnitPriceWithCurrency." .

# Query parent property: outdated
<https://relay.inferal.com/ontology/shopify/property/outdated> a rdf:Property ;
  rdfs:label "outdated" ;
  rdfs:comment "Query alias: 1 model declares outdated." .

# Query parent property: owner
<https://relay.inferal.com/ontology/shopify/property/owner> a rdf:Property ;
  rdfs:label "owner" ;
  rdfs:comment "Query alias: 1 model declares owner." .

# Query parent property: owner id
<https://relay.inferal.com/ontology/shopify/property/ownerId> a rdf:Property ;
  rdfs:label "owner id" ;
  rdfs:comment "Query alias: 1 model declares ownerId." .

# Query parent property: owner resource
<https://relay.inferal.com/ontology/shopify/property/ownerResource> a rdf:Property ;
  rdfs:label "owner resource" ;
  rdfs:comment "Query alias: 1 model declares ownerResource." .

# Query parent property: owner type
<https://relay.inferal.com/ontology/shopify/property/ownerType> a rdf:Property ;
  rdfs:label "owner type" ;
  rdfs:comment "Query alias: 2 models declare ownerType." .

# Query parent property: page
<https://relay.inferal.com/ontology/shopify/property/page> a rdf:Property ;
  rdfs:label "page" ;
  rdfs:comment "Query alias: 1 model declares page." .

# Query parent property: pages
<https://relay.inferal.com/ontology/shopify/property/pages> a rdf:Property ;
  rdfs:label "pages" ;
  rdfs:comment "Query alias: 1 model declares pages." .

# Query parent property: parent transaction
<https://relay.inferal.com/ontology/shopify/property/parentTransaction> a rdf:Property ;
  rdfs:label "parent transaction" ;
  rdfs:comment "Query alias: 1 model declares parentTransaction." .

# Query parent property: path
<https://relay.inferal.com/ontology/shopify/property/path> a rdf:Property ;
  rdfs:label "path" ;
  rdfs:comment "Query alias: 2 models declare path." .

# Query parent property: payment
<https://relay.inferal.com/ontology/shopify/property/payment> a rdf:Property ;
  rdfs:label "payment" ;
  rdfs:comment "Query alias: 1 model declares payment." .

# Query parent property: payment collection details
<https://relay.inferal.com/ontology/shopify/property/paymentCollectionDetails> a rdf:Property ;
  rdfs:label "payment collection details" ;
  rdfs:comment "Query alias: 7 models declare paymentCollectionDetails." .

# Query parent property: payment gateway names
<https://relay.inferal.com/ontology/shopify/property/paymentGatewayNames> a rdf:Property ;
  rdfs:label "payment gateway names" ;
  rdfs:comment "Query alias: 7 models declare paymentGatewayNames." .

# Query parent property: payment icon
<https://relay.inferal.com/ontology/shopify/property/paymentIcon> a rdf:Property ;
  rdfs:label "payment icon" ;
  rdfs:comment "Query alias: 1 model declares paymentIcon." .

# Query parent property: payment id
<https://relay.inferal.com/ontology/shopify/property/paymentId> a rdf:Property ;
  rdfs:label "payment id" ;
  rdfs:comment "Query alias: 1 model declares paymentId." .

# Query parent property: payment method
<https://relay.inferal.com/ontology/shopify/property/paymentMethod> a rdf:Property ;
  rdfs:label "payment method" ;
  rdfs:comment "Query alias: 2 models declare paymentMethod." .

# Query parent property: payment methods
<https://relay.inferal.com/ontology/shopify/property/paymentMethods> a rdf:Property ;
  rdfs:label "payment methods" ;
  rdfs:comment "Query alias: 5 models declare paymentMethods." .

# Query parent property: payments
<https://relay.inferal.com/ontology/shopify/property/payments> a rdf:Property ;
  rdfs:label "payments" ;
  rdfs:comment "Query alias: 1 model declares payments." .

# Query parent property: payment settings
<https://relay.inferal.com/ontology/shopify/property/paymentSettings> a rdf:Property ;
  rdfs:label "payment settings" ;
  rdfs:comment "Query alias: 1 model declares paymentSettings." .

# Query parent property: payout
<https://relay.inferal.com/ontology/shopify/property/payout> a rdf:Property ;
  rdfs:label "payout" ;
  rdfs:comment "Query alias: 2 models declare payout." .

# Query parent property: payouts
<https://relay.inferal.com/ontology/shopify/property/payouts> a rdf:Property ;
  rdfs:label "payouts" ;
  rdfs:comment "Query alias: 1 model declares payouts." .

# Query parent property: payout status
<https://relay.inferal.com/ontology/shopify/property/payoutStatus> a rdf:Property ;
  rdfs:label "payout status" ;
  rdfs:comment "Query alias: 1 model declares payoutStatus." .

# Query parent property: percent modifier
<https://relay.inferal.com/ontology/shopify/property/percentModifier> a rdf:Property ;
  rdfs:label "percent modifier" ;
  rdfs:comment "Query alias: 1 model declares percentModifier." .

# Query parent property: permissions
<https://relay.inferal.com/ontology/shopify/property/permissions> a rdf:Property ;
  rdfs:label "permissions" ;
  rdfs:comment "Query alias: 1 model declares permissions." .

# Query parent property: permits sku sharing
<https://relay.inferal.com/ontology/shopify/property/permitsSkuSharing> a rdf:Property ;
  rdfs:label "permits sku sharing" ;
  rdfs:comment "Query alias: 1 model declares permitsSkuSharing." .

# Query parent property: phone
<https://relay.inferal.com/ontology/shopify/property/phone> a rdf:Property ;
  rdfs:label "phone" ;
  rdfs:comment "Query alias: 25 models declare phone." .

# Query parent property: physical location
<https://relay.inferal.com/ontology/shopify/property/physicalLocation> a rdf:Property ;
  rdfs:label "physical location" ;
  rdfs:comment "Query alias: 7 models declare physicalLocation." .

# Query parent property: pinned position
<https://relay.inferal.com/ontology/shopify/property/pinnedPosition> a rdf:Property ;
  rdfs:label "pinned position" ;
  rdfs:comment "Query alias: 1 model declares pinnedPosition." .

# Query parent property: plan
<https://relay.inferal.com/ontology/shopify/property/plan> a rdf:Property ;
  rdfs:label "plan" ;
  rdfs:comment "Query alias: 1 model declares plan." .

# Query parent property: plan display name
<https://relay.inferal.com/ontology/shopify/property/planDisplayName> a rdf:Property ;
  rdfs:label "plan display name" ;
  rdfs:comment "Query alias: 1 model declares planDisplayName." .

# Query parent property: plan name
<https://relay.inferal.com/ontology/shopify/property/planName> a rdf:Property ;
  rdfs:label "plan name" ;
  rdfs:comment "Query alias: 1 model declares planName." .

# Query parent property: platform discounts
<https://relay.inferal.com/ontology/shopify/property/platformDiscounts> a rdf:Property ;
  rdfs:label "platform discounts" ;
  rdfs:comment "Query alias: 3 models declare platformDiscounts." .

# Query parent property: policies
<https://relay.inferal.com/ontology/shopify/property/policies> a rdf:Property ;
  rdfs:label "policies" ;
  rdfs:comment "Query alias: 1 model declares policies." .

# Query parent property: po number
<https://relay.inferal.com/ontology/shopify/property/poNumber> a rdf:Property ;
  rdfs:label "po number" ;
  rdfs:comment "Query alias: 10 models declare poNumber." .

# Query parent property: position
<https://relay.inferal.com/ontology/shopify/property/position> a rdf:Property ;
  rdfs:label "position" ;
  rdfs:comment "Query alias: 4 models declare position." .

# Query parent property: prerequisite amount
<https://relay.inferal.com/ontology/shopify/property/prerequisiteAmount> a rdf:Property ;
  rdfs:label "prerequisite amount" ;
  rdfs:comment "Query alias: 1 model declares prerequisiteAmount." .

# Query parent property: prerequisite collection ids
<https://relay.inferal.com/ontology/shopify/property/prerequisiteCollectionIds> a rdf:Property ;
  rdfs:label "prerequisite collection ids" ;
  rdfs:comment "Query alias: 1 model declares prerequisiteCollectionIds." .

# Query parent property: prerequisite customers
<https://relay.inferal.com/ontology/shopify/property/prerequisiteCustomers> a rdf:Property ;
  rdfs:label "prerequisite customers" ;
  rdfs:comment "Query alias: 1 model declares prerequisiteCustomers." .

# Query parent property: prerequisite products
<https://relay.inferal.com/ontology/shopify/property/prerequisiteProducts> a rdf:Property ;
  rdfs:label "prerequisite products" ;
  rdfs:comment "Query alias: 1 model declares prerequisiteProducts." .

# Query parent property: prerequisite quantity
<https://relay.inferal.com/ontology/shopify/property/prerequisiteQuantity> a rdf:Property ;
  rdfs:label "prerequisite quantity" ;
  rdfs:comment "Query alias: 1 model declares prerequisiteQuantity." .

# Query parent property: prerequisite quantity range
<https://relay.inferal.com/ontology/shopify/property/prerequisiteQuantityRange> a rdf:Property ;
  rdfs:label "prerequisite quantity range" ;
  rdfs:comment "Query alias: 1 model declares prerequisiteQuantityRange." .

# Query parent property: prerequisite saved searches
<https://relay.inferal.com/ontology/shopify/property/prerequisiteSavedSearches> a rdf:Property ;
  rdfs:label "prerequisite saved searches" ;
  rdfs:comment "Query alias: 1 model declares prerequisiteSavedSearches." .

# Query parent property: prerequisite shipping price range
<https://relay.inferal.com/ontology/shopify/property/prerequisiteShippingPriceRange> a rdf:Property ;
  rdfs:label "prerequisite shipping price range" ;
  rdfs:comment "Query alias: 1 model declares prerequisiteShippingPriceRange." .

# Query parent property: prerequisite subtotal range
<https://relay.inferal.com/ontology/shopify/property/prerequisiteSubtotalRange> a rdf:Property ;
  rdfs:label "prerequisite subtotal range" ;
  rdfs:comment "Query alias: 1 model declares prerequisiteSubtotalRange." .

# Query parent property: prerequisite to entitlement purchase
<https://relay.inferal.com/ontology/shopify/property/prerequisiteToEntitlementPurchase> a rdf:Property ;
  rdfs:label "prerequisite to entitlement purchase" ;
  rdfs:comment "Query alias: 1 model declares prerequisiteToEntitlementPurchase." .

# Query parent property: prerequisite to entitlement quantity ratio
<https://relay.inferal.com/ontology/shopify/property/prerequisiteToEntitlementQuantityRatio> a rdf:Property ;
  rdfs:label "prerequisite to entitlement quantity ratio" ;
  rdfs:comment "Query alias: 1 model declares prerequisiteToEntitlementQuantityRatio." .

# Query parent property: prerequisite variants
<https://relay.inferal.com/ontology/shopify/property/prerequisiteVariants> a rdf:Property ;
  rdfs:label "prerequisite variants" ;
  rdfs:comment "Query alias: 1 model declares prerequisiteVariants." .

# Query parent property: presentation level
<https://relay.inferal.com/ontology/shopify/property/presentationLevel> a rdf:Property ;
  rdfs:label "presentation level" ;
  rdfs:comment "Query alias: 1 model declares presentationLevel." .

# Query parent property: presented name
<https://relay.inferal.com/ontology/shopify/property/presentedName> a rdf:Property ;
  rdfs:label "presented name" ;
  rdfs:comment "Query alias: 1 model declares presentedName." .

# Query parent property: presentment currency
<https://relay.inferal.com/ontology/shopify/property/presentmentCurrency> a rdf:Property ;
  rdfs:label "presentment currency" ;
  rdfs:comment "Query alias: 10 models declare presentmentCurrency." .

# Query parent property: presentment currency code
<https://relay.inferal.com/ontology/shopify/property/presentmentCurrencyCode> a rdf:Property ;
  rdfs:label "presentment currency code" ;
  rdfs:comment "Query alias: 10 models declare presentmentCurrencyCode." .

# Query parent property: presentment money
<https://relay.inferal.com/ontology/shopify/property/presentmentMoney> a rdf:Property ;
  rdfs:label "presentment money" ;
  rdfs:comment "Query alias: 1 model declares presentmentMoney." .

# Query parent property: presentment prices
<https://relay.inferal.com/ontology/shopify/property/presentmentPrices> a rdf:Property ;
  rdfs:label "presentment prices" ;
  rdfs:comment "Query alias: 1 model declares presentmentPrices." .

# Query parent property: previewable
<https://relay.inferal.com/ontology/shopify/property/previewable> a rdf:Property ;
  rdfs:label "previewable" ;
  rdfs:comment "Query alias: 3 models declare previewable." .

# Query parent property: preview url
<https://relay.inferal.com/ontology/shopify/property/previewUrl> a rdf:Property ;
  rdfs:label "preview url" ;
  rdfs:comment "Query alias: 1 model declares previewUrl." .

# Query parent property: price based shipping rate identifier
<https://relay.inferal.com/ontology/shopify/property/priceBasedShippingRateIdentifier> a rdf:Property ;
  rdfs:label "price based shipping rate identifier" ;
  rdfs:comment "Query alias: 1 model declares priceBasedShippingRateIdentifier." .

# Query parent property: price based shipping rates
<https://relay.inferal.com/ontology/shopify/property/priceBasedShippingRates> a rdf:Property ;
  rdfs:label "price based shipping rates" ;
  rdfs:comment "Query alias: 1 model declares priceBasedShippingRates." .

# Query parent property: price inclusions
<https://relay.inferal.com/ontology/shopify/property/priceInclusions> a rdf:Property ;
  rdfs:label "price inclusions" ;
  rdfs:comment "Query alias: 1 model declares priceInclusions." .

# Query parent property: price list
<https://relay.inferal.com/ontology/shopify/property/priceList> a rdf:Property ;
  rdfs:label "price list" ;
  rdfs:comment "Query alias: 1 model declares priceList." .

# Query parent property: price override
<https://relay.inferal.com/ontology/shopify/property/priceOverride> a rdf:Property ;
  rdfs:label "price override" ;
  rdfs:comment "Query alias: 1 model declares priceOverride." .

# Query parent property: price range
<https://relay.inferal.com/ontology/shopify/property/priceRange> a rdf:Property ;
  rdfs:label "price range" ;
  rdfs:comment "Query alias: 3 models declare priceRange." .

# Query parent property: price range v2
<https://relay.inferal.com/ontology/shopify/property/priceRangeV2> a rdf:Property ;
  rdfs:label "price range v2" ;
  rdfs:comment "Query alias: 3 models declare priceRangeV2." .

# Query parent property: price rule
<https://relay.inferal.com/ontology/shopify/property/priceRule> a rdf:Property ;
  rdfs:label "price rule" ;
  rdfs:comment "Query alias: 2 models declare priceRule." .

# Query parent property: price rules
<https://relay.inferal.com/ontology/shopify/property/priceRules> a rdf:Property ;
  rdfs:label "price rules" ;
  rdfs:comment "Query alias: 1 model declares priceRules." .

# Query parent property: primary
<https://relay.inferal.com/ontology/shopify/property/primary> a rdf:Property ;
  rdfs:label "primary" ;
  rdfs:comment "Query alias: 1 model declares primary." .

# Query parent property: primary domain
<https://relay.inferal.com/ontology/shopify/property/primaryDomain> a rdf:Property ;
  rdfs:label "primary domain" ;
  rdfs:comment "Query alias: 1 model declares primaryDomain." .

# Query parent property: primary locale
<https://relay.inferal.com/ontology/shopify/property/primaryLocale> a rdf:Property ;
  rdfs:label "primary locale" ;
  rdfs:comment "Query alias: 1 model declares primaryLocale." .

# Query parent property: private data
<https://relay.inferal.com/ontology/shopify/property/privateData> a rdf:Property ;
  rdfs:label "private data" ;
  rdfs:comment "Query alias: 1 model declares privateData." .

# Query parent property: private metafield namespaces
<https://relay.inferal.com/ontology/shopify/property/privateMetafieldNamespaces> a rdf:Property ;
  rdfs:label "private metafield namespaces" ;
  rdfs:comment "Query alias: 1 model declares privateMetafieldNamespaces." .

# Query parent property: processed at
<https://relay.inferal.com/ontology/shopify/property/processedAt> a rdf:Property ;
  rdfs:label "processed at" ;
  rdfs:comment "Query alias: 10 models declare processedAt." .

# Query parent property: processing
<https://relay.inferal.com/ontology/shopify/property/processing> a rdf:Property ;
  rdfs:label "processing" ;
  rdfs:comment "Query alias: 3 models declare processing." .

# Query parent property: processing method
<https://relay.inferal.com/ontology/shopify/property/processingMethod> a rdf:Property ;
  rdfs:label "processing method" ;
  rdfs:comment "Query alias: 7 models declare processingMethod." .

# Query parent property: product
<https://relay.inferal.com/ontology/shopify/property/product> a rdf:Property ;
  rdfs:label "product" ;
  rdfs:comment "Query alias: 7 models declare product." .

# Query parent property: product category
<https://relay.inferal.com/ontology/shopify/property/productCategory> a rdf:Property ;
  rdfs:label "product category" ;
  rdfs:comment "Query alias: 3 models declare productCategory." .

# Query parent property: product id
<https://relay.inferal.com/ontology/shopify/property/productId> a rdf:Property ;
  rdfs:label "product id" ;
  rdfs:comment "Query alias: 1 model declares productId." .

# Query parent property: product images
<https://relay.inferal.com/ontology/shopify/property/productImages> a rdf:Property ;
  rdfs:label "product images" ;
  rdfs:comment "Query alias: 1 model declares productImages." .

# Query parent property: product listing
<https://relay.inferal.com/ontology/shopify/property/productListing> a rdf:Property ;
  rdfs:label "product listing" ;
  rdfs:comment "Query alias: 1 model declares productListing." .

# Query parent property: product listings
<https://relay.inferal.com/ontology/shopify/property/productListings> a rdf:Property ;
  rdfs:label "product listings" ;
  rdfs:comment "Query alias: 1 model declares productListings." .

# Query parent property: product publications
<https://relay.inferal.com/ontology/shopify/property/productPublications> a rdf:Property ;
  rdfs:label "product publications" ;
  rdfs:comment "Query alias: 3 models declare productPublications." .

# Query parent property: product subscriber status
<https://relay.inferal.com/ontology/shopify/property/productSubscriberStatus> a rdf:Property ;
  rdfs:label "product subscriber status" ;
  rdfs:comment "Query alias: 5 models declare productSubscriberStatus." .

# Query parent property: product tags
<https://relay.inferal.com/ontology/shopify/property/productTags> a rdf:Property ;
  rdfs:label "product tags" ;
  rdfs:comment "Query alias: 1 model declares productTags." .

# Query parent property: product taxonomy node
<https://relay.inferal.com/ontology/shopify/property/productTaxonomyNode> a rdf:Property ;
  rdfs:label "product taxonomy node" ;
  rdfs:comment "Query alias: 1 model declares productTaxonomyNode." .

# Query parent property: product title
<https://relay.inferal.com/ontology/shopify/property/productTitle> a rdf:Property ;
  rdfs:label "product title" ;
  rdfs:comment "Query alias: 1 model declares productTitle." .

# Query parent property: product type
<https://relay.inferal.com/ontology/shopify/property/productType> a rdf:Property ;
  rdfs:label "product type" ;
  rdfs:comment "Query alias: 3 models declare productType." .

# Query parent property: product types
<https://relay.inferal.com/ontology/shopify/property/productTypes> a rdf:Property ;
  rdfs:label "product types" ;
  rdfs:comment "Query alias: 1 model declares productTypes." .

# Query parent property: product variant components
<https://relay.inferal.com/ontology/shopify/property/productVariantComponents> a rdf:Property ;
  rdfs:label "product variant components" ;
  rdfs:comment "Query alias: 1 model declares productVariantComponents." .

# Query parent property: product variants
<https://relay.inferal.com/ontology/shopify/property/productVariants> a rdf:Property ;
  rdfs:label "product variants" ;
  rdfs:comment "Query alias: 1 model declares productVariants." .

# Query parent property: product vendors
<https://relay.inferal.com/ontology/shopify/property/productVendors> a rdf:Property ;
  rdfs:label "product vendors" ;
  rdfs:comment "Query alias: 1 model declares productVendors." .

# Query parent property: properties
<https://relay.inferal.com/ontology/shopify/property/properties> a rdf:Property ;
  rdfs:label "properties" ;
  rdfs:comment "Query alias: 2 models declare properties." .

# Query parent property: province code
<https://relay.inferal.com/ontology/shopify/property/provinceCode> a rdf:Property ;
  rdfs:label "province code" ;
  rdfs:comment "Query alias: 5 models declare provinceCode." .

# Query parent property: province code of origin
<https://relay.inferal.com/ontology/shopify/property/provinceCodeOfOrigin> a rdf:Property ;
  rdfs:label "province code of origin" ;
  rdfs:comment "Query alias: 3 models declare provinceCodeOfOrigin." .

# Query parent property: publication
<https://relay.inferal.com/ontology/shopify/property/publication> a rdf:Property ;
  rdfs:label "publication" ;
  rdfs:comment "Query alias: 7 models declare publication." .

# Query parent property: publication count
<https://relay.inferal.com/ontology/shopify/property/publicationCount> a rdf:Property ;
  rdfs:label "publication count" ;
  rdfs:comment "Query alias: 4 models declare publicationCount." .

# Query parent property: publications
<https://relay.inferal.com/ontology/shopify/property/publications> a rdf:Property ;
  rdfs:label "publications" ;
  rdfs:comment "Query alias: 3 models declare publications." .

# Query parent property: public url
<https://relay.inferal.com/ontology/shopify/property/publicUrl> a rdf:Property ;
  rdfs:label "public url" ;
  rdfs:comment "Query alias: 1 model declares publicUrl." .

# Query parent property: published
<https://relay.inferal.com/ontology/shopify/property/published> a rdf:Property ;
  rdfs:label "published" ;
  rdfs:comment "Query alias: 4 models declare published." .

# Query parent property: published at
<https://relay.inferal.com/ontology/shopify/property/publishedAt> a rdf:Property ;
  rdfs:label "published at" ;
  rdfs:comment "Query alias: 10 models declare publishedAt." .

# Query parent property: published in context
<https://relay.inferal.com/ontology/shopify/property/publishedInContext> a rdf:Property ;
  rdfs:label "published in context" ;
  rdfs:comment "Query alias: 3 models declare publishedInContext." .

# Query parent property: published on channel
<https://relay.inferal.com/ontology/shopify/property/publishedOnChannel> a rdf:Property ;
  rdfs:label "published on channel" ;
  rdfs:comment "Query alias: 3 models declare publishedOnChannel." .

# Query parent property: published on current channel
<https://relay.inferal.com/ontology/shopify/property/publishedOnCurrentChannel> a rdf:Property ;
  rdfs:label "published on current channel" ;
  rdfs:comment "Query alias: 3 models declare publishedOnCurrentChannel." .

# Query parent property: published on current publication
<https://relay.inferal.com/ontology/shopify/property/publishedOnCurrentPublication> a rdf:Property ;
  rdfs:label "published on current publication" ;
  rdfs:comment "Query alias: 3 models declare publishedOnCurrentPublication." .

# Query parent property: published on publication
<https://relay.inferal.com/ontology/shopify/property/publishedOnPublication> a rdf:Property ;
  rdfs:label "published on publication" ;
  rdfs:comment "Query alias: 3 models declare publishedOnPublication." .

# Query parent property: published scope
<https://relay.inferal.com/ontology/shopify/property/publishedScope> a rdf:Property ;
  rdfs:label "published scope" ;
  rdfs:comment "Query alias: 5 models declare publishedScope." .

# Query parent property: purchasing entity
<https://relay.inferal.com/ontology/shopify/property/purchasingEntity> a rdf:Property ;
  rdfs:label "purchasing entity" ;
  rdfs:comment "Query alias: 10 models declare purchasingEntity." .

# Query parent property: quantities
<https://relay.inferal.com/ontology/shopify/property/quantities> a rdf:Property ;
  rdfs:label "quantities" ;
  rdfs:comment "Query alias: 4 models declare quantities." .

# Query parent property: quantity
<https://relay.inferal.com/ontology/shopify/property/quantity> a rdf:Property ;
  rdfs:label "quantity" ;
  rdfs:comment "Query alias: 6 models declare quantity." .

# Query parent property: query
<https://relay.inferal.com/ontology/shopify/property/query> a rdf:Property ;
  rdfs:label "query" ;
  rdfs:comment "Query alias: 1 model declares query." .

# Query parent property: rate name
<https://relay.inferal.com/ontology/shopify/property/rateName> a rdf:Property ;
  rdfs:label "rate name" ;
  rdfs:comment "Query alias: 1 model declares rateName." .

# Query parent property: rate percentage
<https://relay.inferal.com/ontology/shopify/property/ratePercentage> a rdf:Property ;
  rdfs:label "rate percentage" ;
  rdfs:comment "Query alias: 1 model declares ratePercentage." .

# Query parent property: rate updated at
<https://relay.inferal.com/ontology/shopify/property/rateUpdatedAt> a rdf:Property ;
  rdfs:label "rate updated at" ;
  rdfs:comment "Query alias: 1 model declares rateUpdatedAt." .

# Query parent property: ready
<https://relay.inferal.com/ontology/shopify/property/ready> a rdf:Property ;
  rdfs:label "ready" ;
  rdfs:comment "Query alias: 3 models declare ready." .

# Query parent property: reason
<https://relay.inferal.com/ontology/shopify/property/reason> a rdf:Property ;
  rdfs:label "reason" ;
  rdfs:comment "Query alias: 2 models declare reason." .

# Query parent property: reason details
<https://relay.inferal.com/ontology/shopify/property/reasonDetails> a rdf:Property ;
  rdfs:label "reason details" ;
  rdfs:comment "Query alias: 1 model declares reasonDetails." .

# Query parent property: receipt json
<https://relay.inferal.com/ontology/shopify/property/receiptJson> a rdf:Property ;
  rdfs:label "receipt json" ;
  rdfs:comment "Query alias: 1 model declares receiptJson." .

# Query parent property: receive announcements
<https://relay.inferal.com/ontology/shopify/property/receiveAnnouncements> a rdf:Property ;
  rdfs:label "receive announcements" ;
  rdfs:comment "Query alias: 1 model declares receiveAnnouncements." .

# Query parent property: recipient attributes
<https://relay.inferal.com/ontology/shopify/property/recipientAttributes> a rdf:Property ;
  rdfs:label "recipient attributes" ;
  rdfs:comment "Query alias: 1 model declares recipientAttributes." .

# Query parent property: recommendation
<https://relay.inferal.com/ontology/shopify/property/recommendation> a rdf:Property ;
  rdfs:label "recommendation" ;
  rdfs:comment "Query alias: 1 model declares recommendation." .

# Query parent property: recurring application charge
<https://relay.inferal.com/ontology/shopify/property/recurringApplicationCharge> a rdf:Property ;
  rdfs:label "recurring application charge" ;
  rdfs:comment "Query alias: 1 model declares recurringApplicationCharge." .

# Query parent property: recurring application charges
<https://relay.inferal.com/ontology/shopify/property/recurringApplicationCharges> a rdf:Property ;
  rdfs:label "recurring application charges" ;
  rdfs:comment "Query alias: 1 model declares recurringApplicationCharges." .

# Query parent property: redirect
<https://relay.inferal.com/ontology/shopify/property/redirect> a rdf:Property ;
  rdfs:label "redirect" ;
  rdfs:comment "Query alias: 1 model declares redirect." .

# Query parent property: redirects
<https://relay.inferal.com/ontology/shopify/property/redirects> a rdf:Property ;
  rdfs:label "redirects" ;
  rdfs:comment "Query alias: 1 model declares redirects." .

# Query parent property: reference
<https://relay.inferal.com/ontology/shopify/property/reference> a rdf:Property ;
  rdfs:label "reference" ;
  rdfs:comment "Query alias: 1 model declares reference." .

# Query parent property: references
<https://relay.inferal.com/ontology/shopify/property/references> a rdf:Property ;
  rdfs:label "references" ;
  rdfs:comment "Query alias: 1 model declares references." .

# Query parent property: referral code
<https://relay.inferal.com/ontology/shopify/property/referralCode> a rdf:Property ;
  rdfs:label "referral code" ;
  rdfs:comment "Query alias: 7 models declare referralCode." .

# Query parent property: referrer display text
<https://relay.inferal.com/ontology/shopify/property/referrerDisplayText> a rdf:Property ;
  rdfs:label "referrer display text" ;
  rdfs:comment "Query alias: 7 models declare referrerDisplayText." .

# Query parent property: referrer url
<https://relay.inferal.com/ontology/shopify/property/referrerUrl> a rdf:Property ;
  rdfs:label "referrer url" ;
  rdfs:comment "Query alias: 7 models declare referrerUrl." .

# Query parent property: referring site
<https://relay.inferal.com/ontology/shopify/property/referringSite> a rdf:Property ;
  rdfs:label "referring site" ;
  rdfs:comment "Query alias: 7 models declare referringSite." .

# Query parent property: refund
<https://relay.inferal.com/ontology/shopify/property/refund> a rdf:Property ;
  rdfs:label "refund" ;
  rdfs:comment "Query alias: 1 model declares refund." .

# Query parent property: refundable
<https://relay.inferal.com/ontology/shopify/property/refundable> a rdf:Property ;
  rdfs:label "refundable" ;
  rdfs:comment "Query alias: 7 models declare refundable." .

# Query parent property: refundable quantity
<https://relay.inferal.com/ontology/shopify/property/refundableQuantity> a rdf:Property ;
  rdfs:label "refundable quantity" ;
  rdfs:comment "Query alias: 1 model declares refundableQuantity." .

# Query parent property: refund discrepancy set
<https://relay.inferal.com/ontology/shopify/property/refundDiscrepancySet> a rdf:Property ;
  rdfs:label "refund discrepancy set" ;
  rdfs:comment "Query alias: 7 models declare refundDiscrepancySet." .

# Query parent property: refund id
<https://relay.inferal.com/ontology/shopify/property/refundId> a rdf:Property ;
  rdfs:label "refund id" ;
  rdfs:comment "Query alias: 1 model declares refundId." .

# Query parent property: refund line items
<https://relay.inferal.com/ontology/shopify/property/refundLineItems> a rdf:Property ;
  rdfs:label "refund line items" ;
  rdfs:comment "Query alias: 1 model declares refundLineItems." .

# Query parent property: refunds
<https://relay.inferal.com/ontology/shopify/property/refunds> a rdf:Property ;
  rdfs:label "refunds" ;
  rdfs:comment "Query alias: 8 models declare refunds." .

# Query parent property: refund shipping lines
<https://relay.inferal.com/ontology/shopify/property/refundShippingLines> a rdf:Property ;
  rdfs:label "refund shipping lines" ;
  rdfs:comment "Query alias: 1 model declares refundShippingLines." .

# Query parent property: regions
<https://relay.inferal.com/ontology/shopify/property/regions> a rdf:Property ;
  rdfs:label "regions" ;
  rdfs:comment "Query alias: 1 model declares regions." .

# Query parent property: registered source url
<https://relay.inferal.com/ontology/shopify/property/registeredSourceUrl> a rdf:Property ;
  rdfs:label "registered source url" ;
  rdfs:comment "Query alias: 7 models declare registeredSourceUrl." .

# Query parent property: relation
<https://relay.inferal.com/ontology/shopify/property/relation> a rdf:Property ;
  rdfs:label "relation" ;
  rdfs:comment "Query alias: 1 model declares relation." .

# Query parent property: remaining quantity
<https://relay.inferal.com/ontology/shopify/property/remainingQuantity> a rdf:Property ;
  rdfs:label "remaining quantity" ;
  rdfs:comment "Query alias: 1 model declares remainingQuantity." .

# Query parent property: remote id
<https://relay.inferal.com/ontology/shopify/property/remoteId> a rdf:Property ;
  rdfs:label "remote id" ;
  rdfs:comment "Query alias: 1 model declares remoteId." .

# Query parent property: remote reference
<https://relay.inferal.com/ontology/shopify/property/remoteReference> a rdf:Property ;
  rdfs:label "remote reference" ;
  rdfs:comment "Query alias: 1 model declares remoteReference." .

# Query parent property: report
<https://relay.inferal.com/ontology/shopify/property/report> a rdf:Property ;
  rdfs:label "report" ;
  rdfs:comment "Query alias: 1 model declares report." .

# Query parent property: reports
<https://relay.inferal.com/ontology/shopify/property/reports> a rdf:Property ;
  rdfs:label "reports" ;
  rdfs:comment "Query alias: 1 model declares reports." .

# Query parent property: requested fulfillment service
<https://relay.inferal.com/ontology/shopify/property/requestedFulfillmentService> a rdf:Property ;
  rdfs:label "requested fulfillment service" ;
  rdfs:comment "Query alias: 1 model declares requestedFulfillmentService." .

# Query parent property: request status
<https://relay.inferal.com/ontology/shopify/property/requestStatus> a rdf:Property ;
  rdfs:label "request status" ;
  rdfs:comment "Query alias: 1 model declares requestStatus." .

# Query parent property: requires components
<https://relay.inferal.com/ontology/shopify/property/requiresComponents> a rdf:Property ;
  rdfs:label "requires components" ;
  rdfs:comment "Query alias: 1 model declares requiresComponents." .

# Query parent property: requires selling plan
<https://relay.inferal.com/ontology/shopify/property/requiresSellingPlan> a rdf:Property ;
  rdfs:label "requires selling plan" ;
  rdfs:comment "Query alias: 3 models declare requiresSellingPlan." .

# Query parent property: requires shipping
<https://relay.inferal.com/ontology/shopify/property/requiresShipping> a rdf:Property ;
  rdfs:label "requires shipping" ;
  rdfs:comment "Query alias: 17 models declare requiresShipping." .

# Query parent property: requires shipping method
<https://relay.inferal.com/ontology/shopify/property/requiresShippingMethod> a rdf:Property ;
  rdfs:label "requires shipping method" ;
  rdfs:comment "Query alias: 1 model declares requiresShippingMethod." .

# Query parent property: reserve inventory until
<https://relay.inferal.com/ontology/shopify/property/reserveInventoryUntil> a rdf:Property ;
  rdfs:label "reserve inventory until" ;
  rdfs:comment "Query alias: 3 models declare reserveInventoryUntil." .

# Query parent property: resource feedback
<https://relay.inferal.com/ontology/shopify/property/resourceFeedback> a rdf:Property ;
  rdfs:label "resource feedback" ;
  rdfs:comment "Query alias: 2 models declare resourceFeedback." .

# Query parent property: resource id
<https://relay.inferal.com/ontology/shopify/property/resourceId> a rdf:Property ;
  rdfs:label "resource id" ;
  rdfs:comment "Query alias: 1 model declares resourceId." .

# Query parent property: resource limits
<https://relay.inferal.com/ontology/shopify/property/resourceLimits> a rdf:Property ;
  rdfs:label "resource limits" ;
  rdfs:comment "Query alias: 1 model declares resourceLimits." .

# Query parent property: resource publication on current publication
<https://relay.inferal.com/ontology/shopify/property/resourcePublicationOnCurrentPublication> a rdf:Property ;
  rdfs:label "resource publication on current publication" ;
  rdfs:comment "Query alias: 3 models declare resourcePublicationOnCurrentPublication." .

# Query parent property: resource publications
<https://relay.inferal.com/ontology/shopify/property/resourcePublications> a rdf:Property ;
  rdfs:label "resource publications" ;
  rdfs:comment "Query alias: 3 models declare resourcePublications." .

# Query parent property: resource publications count
<https://relay.inferal.com/ontology/shopify/property/resourcePublicationsCount> a rdf:Property ;
  rdfs:label "resource publications count" ;
  rdfs:comment "Query alias: 3 models declare resourcePublicationsCount." .

# Query parent property: resource publications v2
<https://relay.inferal.com/ontology/shopify/property/resourcePublicationsV2> a rdf:Property ;
  rdfs:label "resource publications v2" ;
  rdfs:comment "Query alias: 3 models declare resourcePublicationsV2." .

# Query parent property: resource type
<https://relay.inferal.com/ontology/shopify/property/resourceType> a rdf:Property ;
  rdfs:label "resource type" ;
  rdfs:comment "Query alias: 1 model declares resourceType." .

# Query parent property: restock
<https://relay.inferal.com/ontology/shopify/property/restock> a rdf:Property ;
  rdfs:label "restock" ;
  rdfs:comment "Query alias: 1 model declares restock." .

# Query parent property: restockable
<https://relay.inferal.com/ontology/shopify/property/restockable> a rdf:Property ;
  rdfs:label "restockable" ;
  rdfs:comment "Query alias: 8 models declare restockable." .

# Query parent property: restocked
<https://relay.inferal.com/ontology/shopify/property/restocked> a rdf:Property ;
  rdfs:label "restocked" ;
  rdfs:comment "Query alias: 1 model declares restocked." .

# Query parent property: restock type
<https://relay.inferal.com/ontology/shopify/property/restockType> a rdf:Property ;
  rdfs:label "restock type" ;
  rdfs:comment "Query alias: 1 model declares restockType." .

# Query parent property: restricted for resource
<https://relay.inferal.com/ontology/shopify/property/restrictedForResource> a rdf:Property ;
  rdfs:label "restricted for resource" ;
  rdfs:comment "Query alias: 3 models declare restrictedForResource." .

# Query parent property: retail location
<https://relay.inferal.com/ontology/shopify/property/retailLocation> a rdf:Property ;
  rdfs:label "retail location" ;
  rdfs:comment "Query alias: 7 models declare retailLocation." .

# Query parent property: return
<https://relay.inferal.com/ontology/shopify/property/return> a rdf:Property ;
  rdfs:label "return" ;
  rdfs:comment "Query alias: 1 model declares return." .

# Query parent property: returns
<https://relay.inferal.com/ontology/shopify/property/returns> a rdf:Property ;
  rdfs:label "returns" ;
  rdfs:comment "Query alias: 7 models declare returns." .

# Query parent property: return status
<https://relay.inferal.com/ontology/shopify/property/returnStatus> a rdf:Property ;
  rdfs:label "return status" ;
  rdfs:comment "Query alias: 7 models declare returnStatus." .

# Query parent property: return url
<https://relay.inferal.com/ontology/shopify/property/returnUrl> a rdf:Property ;
  rdfs:label "return url" ;
  rdfs:comment "Query alias: 2 models declare returnUrl." .

# Query parent property: rich text editor url
<https://relay.inferal.com/ontology/shopify/property/richTextEditorUrl> a rdf:Property ;
  rdfs:label "rich text editor url" ;
  rdfs:comment "Query alias: 1 model declares richTextEditorUrl." .

# Query parent property: risk level
<https://relay.inferal.com/ontology/shopify/property/riskLevel> a rdf:Property ;
  rdfs:label "risk level" ;
  rdfs:comment "Query alias: 7 models declare riskLevel." .

# Query parent property: risks
<https://relay.inferal.com/ontology/shopify/property/risks> a rdf:Property ;
  rdfs:label "risks" ;
  rdfs:comment "Query alias: 8 models declare risks." .

# Query parent property: role
<https://relay.inferal.com/ontology/shopify/property/role> a rdf:Property ;
  rdfs:label "role" ;
  rdfs:comment "Query alias: 3 models declare role." .

# Query parent property: role assignments
<https://relay.inferal.com/ontology/shopify/property/roleAssignments> a rdf:Property ;
  rdfs:label "role assignments" ;
  rdfs:comment "Query alias: 1 model declares roleAssignments." .

# Query parent property: rules
<https://relay.inferal.com/ontology/shopify/property/rules> a rdf:Property ;
  rdfs:label "rules" ;
  rdfs:comment "Query alias: 1 model declares rules." .

# Query parent property: scheduled changes
<https://relay.inferal.com/ontology/shopify/property/scheduledChanges> a rdf:Property ;
  rdfs:label "scheduled changes" ;
  rdfs:comment "Query alias: 4 models declare scheduledChanges." .

# Query parent property: scheduled to end at
<https://relay.inferal.com/ontology/shopify/property/scheduledToEndAt> a rdf:Property ;
  rdfs:label "scheduled to end at" ;
  rdfs:comment "Query alias: 1 model declares scheduledToEndAt." .

# Query parent property: score
<https://relay.inferal.com/ontology/shopify/property/score> a rdf:Property ;
  rdfs:label "score" ;
  rdfs:comment "Query alias: 1 model declares score." .

# Query parent property: script tag
<https://relay.inferal.com/ontology/shopify/property/scriptTag> a rdf:Property ;
  rdfs:label "script tag" ;
  rdfs:comment "Query alias: 1 model declares scriptTag." .

# Query parent property: script tags
<https://relay.inferal.com/ontology/shopify/property/scriptTags> a rdf:Property ;
  rdfs:label "script tags" ;
  rdfs:comment "Query alias: 1 model declares scriptTags." .

# Query parent property: search
<https://relay.inferal.com/ontology/shopify/property/search> a rdf:Property ;
  rdfs:label "search" ;
  rdfs:comment "Query alias: 1 model declares search." .

# Query parent property: search filters
<https://relay.inferal.com/ontology/shopify/property/searchFilters> a rdf:Property ;
  rdfs:label "search filters" ;
  rdfs:comment "Query alias: 1 model declares searchFilters." .

# Query parent property: selected options
<https://relay.inferal.com/ontology/shopify/property/selectedOptions> a rdf:Property ;
  rdfs:label "selected options" ;
  rdfs:comment "Query alias: 1 model declares selectedOptions." .

# Query parent property: sellable online quantity
<https://relay.inferal.com/ontology/shopify/property/sellableOnlineQuantity> a rdf:Property ;
  rdfs:label "sellable online quantity" ;
  rdfs:comment "Query alias: 1 model declares sellableOnlineQuantity." .

# Query parent property: selling plan
<https://relay.inferal.com/ontology/shopify/property/sellingPlan> a rdf:Property ;
  rdfs:label "selling plan" ;
  rdfs:comment "Query alias: 1 model declares sellingPlan." .

# Query parent property: selling plan group count
<https://relay.inferal.com/ontology/shopify/property/sellingPlanGroupCount> a rdf:Property ;
  rdfs:label "selling plan group count" ;
  rdfs:comment "Query alias: 4 models declare sellingPlanGroupCount." .

# Query parent property: selling plan groups
<https://relay.inferal.com/ontology/shopify/property/sellingPlanGroups> a rdf:Property ;
  rdfs:label "selling plan groups" ;
  rdfs:comment "Query alias: 4 models declare sellingPlanGroups." .

# Query parent property: selling plan groups count
<https://relay.inferal.com/ontology/shopify/property/sellingPlanGroupsCount> a rdf:Property ;
  rdfs:label "selling plan groups count" ;
  rdfs:comment "Query alias: 4 models declare sellingPlanGroupsCount." .

# Query parent property: seo
<https://relay.inferal.com/ontology/shopify/property/seo> a rdf:Property ;
  rdfs:label "seo" ;
  rdfs:comment "Query alias: 3 models declare seo." .

# Query parent property: service
<https://relay.inferal.com/ontology/shopify/property/service> a rdf:Property ;
  rdfs:label "service" ;
  rdfs:comment "Query alias: 3 models declare service." .

# Query parent property: service code
<https://relay.inferal.com/ontology/shopify/property/serviceCode> a rdf:Property ;
  rdfs:label "service code" ;
  rdfs:comment "Query alias: 1 model declares serviceCode." .

# Query parent property: service discovery
<https://relay.inferal.com/ontology/shopify/property/serviceDiscovery> a rdf:Property ;
  rdfs:label "service discovery" ;
  rdfs:comment "Query alias: 1 model declares serviceDiscovery." .

# Query parent property: service filter
<https://relay.inferal.com/ontology/shopify/property/serviceFilter> a rdf:Property ;
  rdfs:label "service filter" ;
  rdfs:comment "Query alias: 1 model declares serviceFilter." .

# Query parent property: service name
<https://relay.inferal.com/ontology/shopify/property/serviceName> a rdf:Property ;
  rdfs:label "service name" ;
  rdfs:comment "Query alias: 1 model declares serviceName." .

# Query parent property: session hash
<https://relay.inferal.com/ontology/shopify/property/sessionHash> a rdf:Property ;
  rdfs:label "session hash" ;
  rdfs:comment "Query alias: 1 model declares sessionHash." .

# Query parent property: settlement currency
<https://relay.inferal.com/ontology/shopify/property/settlementCurrency> a rdf:Property ;
  rdfs:label "settlement currency" ;
  rdfs:comment "Query alias: 1 model declares settlementCurrency." .

# Query parent property: settlement currency rate
<https://relay.inferal.com/ontology/shopify/property/settlementCurrencyRate> a rdf:Property ;
  rdfs:label "settlement currency rate" ;
  rdfs:comment "Query alias: 1 model declares settlementCurrencyRate." .

# Query parent property: setup required
<https://relay.inferal.com/ontology/shopify/property/setupRequired> a rdf:Property ;
  rdfs:label "setup required" ;
  rdfs:comment "Query alias: 1 model declares setupRequired." .

# Query parent property: severity
<https://relay.inferal.com/ontology/shopify/property/severity> a rdf:Property ;
  rdfs:label "severity" ;
  rdfs:comment "Query alias: 1 model declares severity." .

# Query parent property: shareable urls
<https://relay.inferal.com/ontology/shopify/property/shareableUrls> a rdf:Property ;
  rdfs:label "shareable urls" ;
  rdfs:comment "Query alias: 1 model declares shareableUrls." .

# Query parent property: shipment status
<https://relay.inferal.com/ontology/shopify/property/shipmentStatus> a rdf:Property ;
  rdfs:label "shipment status" ;
  rdfs:comment "Query alias: 3 models declare shipmentStatus." .

# Query parent property: shipping country identifier
<https://relay.inferal.com/ontology/shopify/property/shippingCountryIdentifier> a rdf:Property ;
  rdfs:label "shipping country identifier" ;
  rdfs:comment "Query alias: 1 model declares shippingCountryIdentifier." .

# Query parent property: shipping entitlements
<https://relay.inferal.com/ontology/shopify/property/shippingEntitlements> a rdf:Property ;
  rdfs:label "shipping entitlements" ;
  rdfs:comment "Query alias: 1 model declares shippingEntitlements." .

# Query parent property: shipping lines
<https://relay.inferal.com/ontology/shopify/property/shippingLines> a rdf:Property ;
  rdfs:label "shipping lines" ;
  rdfs:comment "Query alias: 7 models declare shippingLines." .

# Query parent property: shipping province identifier
<https://relay.inferal.com/ontology/shopify/property/shippingProvinceIdentifier> a rdf:Property ;
  rdfs:label "shipping province identifier" ;
  rdfs:comment "Query alias: 1 model declares shippingProvinceIdentifier." .

# Query parent property: shipping rate handle
<https://relay.inferal.com/ontology/shopify/property/shippingRateHandle> a rdf:Property ;
  rdfs:label "shipping rate handle" ;
  rdfs:comment "Query alias: 1 model declares shippingRateHandle." .

# Query parent property: shipping rates
<https://relay.inferal.com/ontology/shopify/property/shippingRates> a rdf:Property ;
  rdfs:label "shipping rates" ;
  rdfs:comment "Query alias: 1 model declares shippingRates." .

# Query parent property: shipping zone
<https://relay.inferal.com/ontology/shopify/property/shippingZone> a rdf:Property ;
  rdfs:label "shipping zone" ;
  rdfs:comment "Query alias: 4 models declare shippingZone." .

# Query parent property: shipping zone id
<https://relay.inferal.com/ontology/shopify/property/shippingZoneId> a rdf:Property ;
  rdfs:label "shipping zone id" ;
  rdfs:comment "Query alias: 1 model declares shippingZoneId." .

# Query parent property: shipping zones
<https://relay.inferal.com/ontology/shopify/property/shippingZones> a rdf:Property ;
  rdfs:label "shipping zones" ;
  rdfs:comment "Query alias: 1 model declares shippingZones." .

# Query parent property: ships inventory
<https://relay.inferal.com/ontology/shopify/property/shipsInventory> a rdf:Property ;
  rdfs:label "ships inventory" ;
  rdfs:comment "Query alias: 1 model declares shipsInventory." .

# Query parent property: ships to countries
<https://relay.inferal.com/ontology/shopify/property/shipsToCountries> a rdf:Property ;
  rdfs:label "ships to countries" ;
  rdfs:comment "Query alias: 1 model declares shipsToCountries." .

# Query parent property: shop
<https://relay.inferal.com/ontology/shopify/property/shop> a rdf:Property ;
  rdfs:label "shop" ;
  rdfs:comment "Query alias: 4 models declare shop." .

# Query parent property: shop domain
<https://relay.inferal.com/ontology/shopify/property/shopDomain> a rdf:Property ;
  rdfs:label "shop domain" ;
  rdfs:comment "Query alias: 3 models declare shopDomain." .

# Query parent property: shop id
<https://relay.inferal.com/ontology/shopify/property/shopId> a rdf:Property ;
  rdfs:label "shop id" ;
  rdfs:comment "Query alias: 3 models declare shopId." .

# Query parent property: shopify payments set
<https://relay.inferal.com/ontology/shopify/property/shopifyPaymentsSet> a rdf:Property ;
  rdfs:label "shopify payments set" ;
  rdfs:comment "Query alias: 1 model declares shopifyPaymentsSet." .

# Query parent property: shopify protect
<https://relay.inferal.com/ontology/shopify/property/shopifyProtect> a rdf:Property ;
  rdfs:label "shopify protect" ;
  rdfs:comment "Query alias: 7 models declare shopifyProtect." .

# Query parent property: shopify ql
<https://relay.inferal.com/ontology/shopify/property/shopifyQl> a rdf:Property ;
  rdfs:label "shopify ql" ;
  rdfs:comment "Query alias: 1 model declares shopifyQl." .

# Query parent property: shop money
<https://relay.inferal.com/ontology/shopify/property/shopMoney> a rdf:Property ;
  rdfs:label "shop money" ;
  rdfs:comment "Query alias: 1 model declares shopMoney." .

# Query parent property: shop owner
<https://relay.inferal.com/ontology/shopify/property/shopOwner> a rdf:Property ;
  rdfs:label "shop owner" ;
  rdfs:comment "Query alias: 1 model declares shopOwner." .

# Query parent property: shop owner name
<https://relay.inferal.com/ontology/shopify/property/shopOwnerName> a rdf:Property ;
  rdfs:label "shop owner name" ;
  rdfs:comment "Query alias: 1 model declares shopOwnerName." .

# Query parent property: shop policies
<https://relay.inferal.com/ontology/shopify/property/shopPolicies> a rdf:Property ;
  rdfs:label "shop policies" ;
  rdfs:comment "Query alias: 1 model declares shopPolicies." .

# Query parent property: short summary
<https://relay.inferal.com/ontology/shopify/property/shortSummary> a rdf:Property ;
  rdfs:label "short summary" ;
  rdfs:comment "Query alias: 1 model declares shortSummary." .

# Query parent property: size
<https://relay.inferal.com/ontology/shopify/property/size> a rdf:Property ;
  rdfs:label "size" ;
  rdfs:comment "Query alias: 1 model declares size." .

# Query parent property: sku
<https://relay.inferal.com/ontology/shopify/property/sku> a rdf:Property ;
  rdfs:label "sku" ;
  rdfs:comment "Query alias: 7 models declare sku." .

# Query parent property: smart collection
<https://relay.inferal.com/ontology/shopify/property/smartCollection> a rdf:Property ;
  rdfs:label "smart collection" ;
  rdfs:comment "Query alias: 1 model declares smartCollection." .

# Query parent property: smart collections
<https://relay.inferal.com/ontology/shopify/property/smartCollections> a rdf:Property ;
  rdfs:label "smart collections" ;
  rdfs:comment "Query alias: 1 model declares smartCollections." .

# Query parent property: sms marketing consent
<https://relay.inferal.com/ontology/shopify/property/smsMarketingConsent> a rdf:Property ;
  rdfs:label "sms marketing consent" ;
  rdfs:comment "Query alias: 5 models declare smsMarketingConsent." .

# Query parent property: sort order
<https://relay.inferal.com/ontology/shopify/property/sortOrder> a rdf:Property ;
  rdfs:label "sort order" ;
  rdfs:comment "Query alias: 3 models declare sortOrder." .

# Query parent property: sort value
<https://relay.inferal.com/ontology/shopify/property/sortValue> a rdf:Property ;
  rdfs:label "sort value" ;
  rdfs:comment "Query alias: 1 model declares sortValue." .

# Query parent property: source
<https://relay.inferal.com/ontology/shopify/property/source> a rdf:Property ;
  rdfs:label "source" ;
  rdfs:comment "Query alias: 3 models declare source." .

# Query parent property: source and medium
<https://relay.inferal.com/ontology/shopify/property/sourceAndMedium> a rdf:Property ;
  rdfs:label "source and medium" ;
  rdfs:comment "Query alias: 1 model declares sourceAndMedium." .

# Query parent property: source id
<https://relay.inferal.com/ontology/shopify/property/sourceId> a rdf:Property ;
  rdfs:label "source id" ;
  rdfs:comment "Query alias: 1 model declares sourceId." .

# Query parent property: source identifier
<https://relay.inferal.com/ontology/shopify/property/sourceIdentifier> a rdf:Property ;
  rdfs:label "source identifier" ;
  rdfs:comment "Query alias: 7 models declare sourceIdentifier." .

# Query parent property: source key
<https://relay.inferal.com/ontology/shopify/property/sourceKey> a rdf:Property ;
  rdfs:label "source key" ;
  rdfs:comment "Query alias: 1 model declares sourceKey." .

# Query parent property: source location
<https://relay.inferal.com/ontology/shopify/property/sourceLocation> a rdf:Property ;
  rdfs:label "source location" ;
  rdfs:comment "Query alias: 2 models declare sourceLocation." .

# Query parent property: source name
<https://relay.inferal.com/ontology/shopify/property/sourceName> a rdf:Property ;
  rdfs:label "source name" ;
  rdfs:comment "Query alias: 7 models declare sourceName." .

# Query parent property: source order transaction id
<https://relay.inferal.com/ontology/shopify/property/sourceOrderTransactionId> a rdf:Property ;
  rdfs:label "source order transaction id" ;
  rdfs:comment "Query alias: 1 model declares sourceOrderTransactionId." .

# Query parent property: source reference
<https://relay.inferal.com/ontology/shopify/property/sourceReference> a rdf:Property ;
  rdfs:label "source reference" ;
  rdfs:comment "Query alias: 1 model declares sourceReference." .

# Query parent property: source type
<https://relay.inferal.com/ontology/shopify/property/sourceType> a rdf:Property ;
  rdfs:label "source type" ;
  rdfs:comment "Query alias: 1 model declares sourceType." .

# Query parent property: ssl enabled
<https://relay.inferal.com/ontology/shopify/property/sslEnabled> a rdf:Property ;
  rdfs:label "ssl enabled" ;
  rdfs:comment "Query alias: 1 model declares sslEnabled." .

# Query parent property: staff member
<https://relay.inferal.com/ontology/shopify/property/staffMember> a rdf:Property ;
  rdfs:label "staff member" ;
  rdfs:comment "Query alias: 9 models declare staffMember." .

# Query parent property: staff members
<https://relay.inferal.com/ontology/shopify/property/staffMembers> a rdf:Property ;
  rdfs:label "staff members" ;
  rdfs:comment "Query alias: 1 model declares staffMembers." .

# Query parent property: standardized product type
<https://relay.inferal.com/ontology/shopify/property/standardizedProductType> a rdf:Property ;
  rdfs:label "standardized product type" ;
  rdfs:comment "Query alias: 3 models declare standardizedProductType." .

# Query parent property: standard template
<https://relay.inferal.com/ontology/shopify/property/standardTemplate> a rdf:Property ;
  rdfs:label "standard template" ;
  rdfs:comment "Query alias: 1 model declares standardTemplate." .

# Query parent property: started at
<https://relay.inferal.com/ontology/shopify/property/startedAt> a rdf:Property ;
  rdfs:label "started at" ;
  rdfs:comment "Query alias: 1 model declares startedAt." .

# Query parent property: starts at
<https://relay.inferal.com/ontology/shopify/property/startsAt> a rdf:Property ;
  rdfs:label "starts at" ;
  rdfs:comment "Query alias: 1 model declares startsAt." .

# Query parent property: state
<https://relay.inferal.com/ontology/shopify/property/state> a rdf:Property ;
  rdfs:label "state" ;
  rdfs:comment "Query alias: 9 models declare state." .

# Query parent property: statistics
<https://relay.inferal.com/ontology/shopify/property/statistics> a rdf:Property ;
  rdfs:label "statistics" ;
  rdfs:comment "Query alias: 5 models declare statistics." .

# Query parent property: status
<https://relay.inferal.com/ontology/shopify/property/status> a rdf:Property ;
  rdfs:label "status" ;
  rdfs:comment "Query alias: 19 models declare status." .

# Query parent property: status code
<https://relay.inferal.com/ontology/shopify/property/statusCode> a rdf:Property ;
  rdfs:label "status code" ;
  rdfs:comment "Query alias: 4 models declare statusCode." .

# Query parent property: status page url
<https://relay.inferal.com/ontology/shopify/property/statusPageUrl> a rdf:Property ;
  rdfs:label "status page url" ;
  rdfs:comment "Query alias: 7 models declare statusPageUrl." .

# Query parent property: store credit accounts
<https://relay.inferal.com/ontology/shopify/property/storeCreditAccounts> a rdf:Property ;
  rdfs:label "store credit accounts" ;
  rdfs:comment "Query alias: 5 models declare storeCreditAccounts." .

# Query parent property: storefront access token
<https://relay.inferal.com/ontology/shopify/property/storefrontAccessToken> a rdf:Property ;
  rdfs:label "storefront access token" ;
  rdfs:comment "Query alias: 1 model declares storefrontAccessToken." .

# Query parent property: storefront id
<https://relay.inferal.com/ontology/shopify/property/storefrontId> a rdf:Property ;
  rdfs:label "storefront id" ;
  rdfs:comment "Query alias: 4 models declare storefrontId." .

# Query parent property: storefront url
<https://relay.inferal.com/ontology/shopify/property/storefrontUrl> a rdf:Property ;
  rdfs:label "storefront url" ;
  rdfs:comment "Query alias: 1 model declares storefrontUrl." .

# Query parent property: subject
<https://relay.inferal.com/ontology/shopify/property/subject> a rdf:Property ;
  rdfs:label "subject" ;
  rdfs:comment "Query alias: 2 models declare subject." .

# Query parent property: subject id
<https://relay.inferal.com/ontology/shopify/property/subjectId> a rdf:Property ;
  rdfs:label "subject id" ;
  rdfs:comment "Query alias: 1 model declares subjectId." .

# Query parent property: subject type
<https://relay.inferal.com/ontology/shopify/property/subjectType> a rdf:Property ;
  rdfs:label "subject type" ;
  rdfs:comment "Query alias: 1 model declares subjectType." .

# Query parent property: subscription contracts
<https://relay.inferal.com/ontology/shopify/property/subscriptionContracts> a rdf:Property ;
  rdfs:label "subscription contracts" ;
  rdfs:comment "Query alias: 5 models declare subscriptionContracts." .

# Query parent property: subtotal
<https://relay.inferal.com/ontology/shopify/property/subtotal> a rdf:Property ;
  rdfs:label "subtotal" ;
  rdfs:comment "Query alias: 1 model declares subtotal." .

# Query parent property: subtotal line items quantity
<https://relay.inferal.com/ontology/shopify/property/subtotalLineItemsQuantity> a rdf:Property ;
  rdfs:label "subtotal line items quantity" ;
  rdfs:comment "Query alias: 7 models declare subtotalLineItemsQuantity." .

# Query parent property: subtotal price
<https://relay.inferal.com/ontology/shopify/property/subtotalPrice> a rdf:Property ;
  rdfs:label "subtotal price" ;
  rdfs:comment "Query alias: 12 models declare subtotalPrice." .

# Query parent property: subtotal set
<https://relay.inferal.com/ontology/shopify/property/subtotalSet> a rdf:Property ;
  rdfs:label "subtotal set" ;
  rdfs:comment "Query alias: 1 model declares subtotalSet." .

# Query parent property: suggested addresses
<https://relay.inferal.com/ontology/shopify/property/suggestedAddresses> a rdf:Property ;
  rdfs:label "suggested addresses" ;
  rdfs:comment "Query alias: 1 model declares suggestedAddresses." .

# Query parent property: suggested refund
<https://relay.inferal.com/ontology/shopify/property/suggestedRefund> a rdf:Property ;
  rdfs:label "suggested refund" ;
  rdfs:comment "Query alias: 7 models declare suggestedRefund." .

# Query parent property: summary
<https://relay.inferal.com/ontology/shopify/property/summary> a rdf:Property ;
  rdfs:label "summary" ;
  rdfs:comment "Query alias: 5 models declare summary." .

# Query parent property: summary html
<https://relay.inferal.com/ontology/shopify/property/summaryHtml> a rdf:Property ;
  rdfs:label "summary html" ;
  rdfs:comment "Query alias: 1 model declares summaryHtml." .

# Query parent property: supported actions
<https://relay.inferal.com/ontology/shopify/property/supportedActions> a rdf:Property ;
  rdfs:label "supported actions" ;
  rdfs:comment "Query alias: 1 model declares supportedActions." .

# Query parent property: swatch
<https://relay.inferal.com/ontology/shopify/property/swatch> a rdf:Property ;
  rdfs:label "swatch" ;
  rdfs:comment "Query alias: 1 model declares swatch." .

# Query parent property: tags
<https://relay.inferal.com/ontology/shopify/property/tags> a rdf:Property ;
  rdfs:label "tags" ;
  rdfs:comment "Query alias: 20 models declare tags." .

# Query parent property: target
<https://relay.inferal.com/ontology/shopify/property/target> a rdf:Property ;
  rdfs:label "target" ;
  rdfs:comment "Query alias: 2 models declare target." .

# Query parent property: target item image
<https://relay.inferal.com/ontology/shopify/property/targetItemImage> a rdf:Property ;
  rdfs:label "target item image" ;
  rdfs:comment "Query alias: 1 model declares targetItemImage." .

# Query parent property: target selection
<https://relay.inferal.com/ontology/shopify/property/targetSelection> a rdf:Property ;
  rdfs:label "target selection" ;
  rdfs:comment "Query alias: 2 models declare targetSelection." .

# Query parent property: target type
<https://relay.inferal.com/ontology/shopify/property/targetType> a rdf:Property ;
  rdfs:label "target type" ;
  rdfs:comment "Query alias: 3 models declare targetType." .

# Query parent property: target type display text
<https://relay.inferal.com/ontology/shopify/property/targetTypeDisplayText> a rdf:Property ;
  rdfs:label "target type display text" ;
  rdfs:comment "Query alias: 1 model declares targetTypeDisplayText." .

# Query parent property: tax
<https://relay.inferal.com/ontology/shopify/property/tax> a rdf:Property ;
  rdfs:label "tax" ;
  rdfs:comment "Query alias: 4 models declare tax." .

# Query parent property: taxable
<https://relay.inferal.com/ontology/shopify/property/taxable> a rdf:Property ;
  rdfs:label "taxable" ;
  rdfs:comment "Query alias: 3 models declare taxable." .

# Query parent property: tax amount set
<https://relay.inferal.com/ontology/shopify/property/taxAmountSet> a rdf:Property ;
  rdfs:label "tax amount set" ;
  rdfs:comment "Query alias: 1 model declares taxAmountSet." .

# Query parent property: tax code
<https://relay.inferal.com/ontology/shopify/property/taxCode> a rdf:Property ;
  rdfs:label "tax code" ;
  rdfs:comment "Query alias: 1 model declares taxCode." .

# Query parent property: taxes included
<https://relay.inferal.com/ontology/shopify/property/taxesIncluded> a rdf:Property ;
  rdfs:label "taxes included" ;
  rdfs:comment "Query alias: 12 models declare taxesIncluded." .

# Query parent property: tax exempt
<https://relay.inferal.com/ontology/shopify/property/taxExempt> a rdf:Property ;
  rdfs:label "tax exempt" ;
  rdfs:comment "Query alias: 15 models declare taxExempt." .

# Query parent property: tax exemptions
<https://relay.inferal.com/ontology/shopify/property/taxExemptions> a rdf:Property ;
  rdfs:label "tax exemptions" ;
  rdfs:comment "Query alias: 5 models declare taxExemptions." .

# Query parent property: tax lines
<https://relay.inferal.com/ontology/shopify/property/taxLines> a rdf:Property ;
  rdfs:label "tax lines" ;
  rdfs:comment "Query alias: 16 models declare taxLines." .

# Query parent property: tax name
<https://relay.inferal.com/ontology/shopify/property/taxName> a rdf:Property ;
  rdfs:label "tax name" ;
  rdfs:comment "Query alias: 4 models declare taxName." .

# Query parent property: tax percentage
<https://relay.inferal.com/ontology/shopify/property/taxPercentage> a rdf:Property ;
  rdfs:label "tax percentage" ;
  rdfs:comment "Query alias: 2 models declare taxPercentage." .

# Query parent property: tax shipping
<https://relay.inferal.com/ontology/shopify/property/taxShipping> a rdf:Property ;
  rdfs:label "tax shipping" ;
  rdfs:comment "Query alias: 1 model declares taxShipping." .

# Query parent property: tax type
<https://relay.inferal.com/ontology/shopify/property/taxType> a rdf:Property ;
  rdfs:label "tax type" ;
  rdfs:comment "Query alias: 2 models declare taxType." .

# Query parent property: template suffix
<https://relay.inferal.com/ontology/shopify/property/templateSuffix> a rdf:Property ;
  rdfs:label "template suffix" ;
  rdfs:comment "Query alias: 9 models declare templateSuffix." .

# Query parent property: tender transactions
<https://relay.inferal.com/ontology/shopify/property/tenderTransactions> a rdf:Property ;
  rdfs:label "tender transactions" ;
  rdfs:comment "Query alias: 1 model declares tenderTransactions." .

# Query parent property: terms
<https://relay.inferal.com/ontology/shopify/property/terms> a rdf:Property ;
  rdfs:label "terms" ;
  rdfs:comment "Query alias: 1 model declares terms." .

# Query parent property: test
<https://relay.inferal.com/ontology/shopify/property/test> a rdf:Property ;
  rdfs:label "test" ;
  rdfs:comment "Query alias: 13 models declare test." .

# Query parent property: theme
<https://relay.inferal.com/ontology/shopify/property/theme> a rdf:Property ;
  rdfs:label "theme" ;
  rdfs:comment "Query alias: 2 models declare theme." .

# Query parent property: themes
<https://relay.inferal.com/ontology/shopify/property/themes> a rdf:Property ;
  rdfs:label "themes" ;
  rdfs:comment "Query alias: 1 model declares themes." .

# Query parent property: theme store id
<https://relay.inferal.com/ontology/shopify/property/themeStoreId> a rdf:Property ;
  rdfs:label "theme store id" ;
  rdfs:comment "Query alias: 3 models declare themeStoreId." .

# Query parent property: timezone
<https://relay.inferal.com/ontology/shopify/property/timezone> a rdf:Property ;
  rdfs:label "timezone" ;
  rdfs:comment "Query alias: 1 model declares timezone." .

# Query parent property: time zone
<https://relay.inferal.com/ontology/shopify/property/timeZone> a rdf:Property ;
  rdfs:label "time zone" ;
  rdfs:comment "Query alias: 2 models declare timeZone." .

# Query parent property: timezone abbreviation
<https://relay.inferal.com/ontology/shopify/property/timezoneAbbreviation> a rdf:Property ;
  rdfs:label "timezone abbreviation" ;
  rdfs:comment "Query alias: 1 model declares timezoneAbbreviation." .

# Query parent property: timezone offset
<https://relay.inferal.com/ontology/shopify/property/timezoneOffset> a rdf:Property ;
  rdfs:label "timezone offset" ;
  rdfs:comment "Query alias: 1 model declares timezoneOffset." .

# Query parent property: timezone offset minutes
<https://relay.inferal.com/ontology/shopify/property/timezoneOffsetMinutes> a rdf:Property ;
  rdfs:label "timezone offset minutes" ;
  rdfs:comment "Query alias: 1 model declares timezoneOffsetMinutes." .

# Query parent property: title
<https://relay.inferal.com/ontology/shopify/property/title> a rdf:Property ;
  rdfs:label "title" ;
  rdfs:comment "Query alias: 29 models declare title." .

# Query parent property: to
<https://relay.inferal.com/ontology/shopify/property/to> a rdf:Property ;
  rdfs:label "to" ;
  rdfs:comment "Query alias: 2 models declare to." .

# Query parent property: token
<https://relay.inferal.com/ontology/shopify/property/token> a rdf:Property ;
  rdfs:label "token" ;
  rdfs:comment "Query alias: 9 models declare token." .

# Query parent property: topic
<https://relay.inferal.com/ontology/shopify/property/topic> a rdf:Property ;
  rdfs:label "topic" ;
  rdfs:comment "Query alias: 1 model declares topic." .

# Query parent property: total additional fees set
<https://relay.inferal.com/ontology/shopify/property/totalAdditionalFeesSet> a rdf:Property ;
  rdfs:label "total additional fees set" ;
  rdfs:comment "Query alias: 3 models declare totalAdditionalFeesSet." .

# Query parent property: total amount
<https://relay.inferal.com/ontology/shopify/property/totalAmount> a rdf:Property ;
  rdfs:label "total amount" ;
  rdfs:comment "Query alias: 1 model declares totalAmount." .

# Query parent property: total amount price set
<https://relay.inferal.com/ontology/shopify/property/totalAmountPriceSet> a rdf:Property ;
  rdfs:label "total amount price set" ;
  rdfs:comment "Query alias: 1 model declares totalAmountPriceSet." .

# Query parent property: total capturable
<https://relay.inferal.com/ontology/shopify/property/totalCapturable> a rdf:Property ;
  rdfs:label "total capturable" ;
  rdfs:comment "Query alias: 7 models declare totalCapturable." .

# Query parent property: total capturable set
<https://relay.inferal.com/ontology/shopify/property/totalCapturableSet> a rdf:Property ;
  rdfs:label "total capturable set" ;
  rdfs:comment "Query alias: 7 models declare totalCapturableSet." .

# Query parent property: total cash rounding adjustment
<https://relay.inferal.com/ontology/shopify/property/totalCashRoundingAdjustment> a rdf:Property ;
  rdfs:label "total cash rounding adjustment" ;
  rdfs:comment "Query alias: 7 models declare totalCashRoundingAdjustment." .

# Query parent property: total discount
<https://relay.inferal.com/ontology/shopify/property/totalDiscount> a rdf:Property ;
  rdfs:label "total discount" ;
  rdfs:comment "Query alias: 2 models declare totalDiscount." .

# Query parent property: total discounts
<https://relay.inferal.com/ontology/shopify/property/totalDiscounts> a rdf:Property ;
  rdfs:label "total discounts" ;
  rdfs:comment "Query alias: 7 models declare totalDiscounts." .

# Query parent property: total discounts set
<https://relay.inferal.com/ontology/shopify/property/totalDiscountsSet> a rdf:Property ;
  rdfs:label "total discounts set" ;
  rdfs:comment "Query alias: 10 models declare totalDiscountsSet." .

# Query parent property: total inventory
<https://relay.inferal.com/ontology/shopify/property/totalInventory> a rdf:Property ;
  rdfs:label "total inventory" ;
  rdfs:comment "Query alias: 3 models declare totalInventory." .

# Query parent property: total line items price
<https://relay.inferal.com/ontology/shopify/property/totalLineItemsPrice> a rdf:Property ;
  rdfs:label "total line items price" ;
  rdfs:comment "Query alias: 7 models declare totalLineItemsPrice." .

# Query parent property: total outstanding set
<https://relay.inferal.com/ontology/shopify/property/totalOutstandingSet> a rdf:Property ;
  rdfs:label "total outstanding set" ;
  rdfs:comment "Query alias: 7 models declare totalOutstandingSet." .

# Query parent property: total price
<https://relay.inferal.com/ontology/shopify/property/totalPrice> a rdf:Property ;
  rdfs:label "total price" ;
  rdfs:comment "Query alias: 12 models declare totalPrice." .

# Query parent property: total quantity
<https://relay.inferal.com/ontology/shopify/property/totalQuantity> a rdf:Property ;
  rdfs:label "total quantity" ;
  rdfs:comment "Query alias: 4 models declare totalQuantity." .

# Query parent property: total quantity of line items
<https://relay.inferal.com/ontology/shopify/property/totalQuantityOfLineItems> a rdf:Property ;
  rdfs:label "total quantity of line items" ;
  rdfs:comment "Query alias: 3 models declare totalQuantityOfLineItems." .

# Query parent property: total received
<https://relay.inferal.com/ontology/shopify/property/totalReceived> a rdf:Property ;
  rdfs:label "total received" ;
  rdfs:comment "Query alias: 7 models declare totalReceived." .

# Query parent property: total received set
<https://relay.inferal.com/ontology/shopify/property/totalReceivedSet> a rdf:Property ;
  rdfs:label "total received set" ;
  rdfs:comment "Query alias: 7 models declare totalReceivedSet." .

# Query parent property: total refunded
<https://relay.inferal.com/ontology/shopify/property/totalRefunded> a rdf:Property ;
  rdfs:label "total refunded" ;
  rdfs:comment "Query alias: 8 models declare totalRefunded." .

# Query parent property: total refunded set
<https://relay.inferal.com/ontology/shopify/property/totalRefundedSet> a rdf:Property ;
  rdfs:label "total refunded set" ;
  rdfs:comment "Query alias: 8 models declare totalRefundedSet." .

# Query parent property: total refunded shipping set
<https://relay.inferal.com/ontology/shopify/property/totalRefundedShippingSet> a rdf:Property ;
  rdfs:label "total refunded shipping set" ;
  rdfs:comment "Query alias: 7 models declare totalRefundedShippingSet." .

# Query parent property: total sales
<https://relay.inferal.com/ontology/shopify/property/totalSales> a rdf:Property ;
  rdfs:label "total sales" ;
  rdfs:comment "Query alias: 1 model declares totalSales." .

# Query parent property: total shipping price
<https://relay.inferal.com/ontology/shopify/property/totalShippingPrice> a rdf:Property ;
  rdfs:label "total shipping price" ;
  rdfs:comment "Query alias: 10 models declare totalShippingPrice." .

# Query parent property: total shipping price set
<https://relay.inferal.com/ontology/shopify/property/totalShippingPriceSet> a rdf:Property ;
  rdfs:label "total shipping price set" ;
  rdfs:comment "Query alias: 10 models declare totalShippingPriceSet." .

# Query parent property: total spent
<https://relay.inferal.com/ontology/shopify/property/totalSpent> a rdf:Property ;
  rdfs:label "total spent" ;
  rdfs:comment "Query alias: 5 models declare totalSpent." .

# Query parent property: total tax
<https://relay.inferal.com/ontology/shopify/property/totalTax> a rdf:Property ;
  rdfs:label "total tax" ;
  rdfs:comment "Query alias: 13 models declare totalTax." .

# Query parent property: total tip received
<https://relay.inferal.com/ontology/shopify/property/totalTipReceived> a rdf:Property ;
  rdfs:label "total tip received" ;
  rdfs:comment "Query alias: 7 models declare totalTipReceived." .

# Query parent property: total tip received set
<https://relay.inferal.com/ontology/shopify/property/totalTipReceivedSet> a rdf:Property ;
  rdfs:label "total tip received set" ;
  rdfs:comment "Query alias: 7 models declare totalTipReceivedSet." .

# Query parent property: total unsettled
<https://relay.inferal.com/ontology/shopify/property/totalUnsettled> a rdf:Property ;
  rdfs:label "total unsettled" ;
  rdfs:comment "Query alias: 1 model declares totalUnsettled." .

# Query parent property: total unsettled set
<https://relay.inferal.com/ontology/shopify/property/totalUnsettledSet> a rdf:Property ;
  rdfs:label "total unsettled set" ;
  rdfs:comment "Query alias: 1 model declares totalUnsettledSet." .

# Query parent property: total unsettled v2
<https://relay.inferal.com/ontology/shopify/property/totalUnsettledV2> a rdf:Property ;
  rdfs:label "total unsettled v2" ;
  rdfs:comment "Query alias: 1 model declares totalUnsettledV2." .

# Query parent property: total variants
<https://relay.inferal.com/ontology/shopify/property/totalVariants> a rdf:Property ;
  rdfs:label "total variants" ;
  rdfs:comment "Query alias: 3 models declare totalVariants." .

# Query parent property: tracked
<https://relay.inferal.com/ontology/shopify/property/tracked> a rdf:Property ;
  rdfs:label "tracked" ;
  rdfs:comment "Query alias: 3 models declare tracked." .

# Query parent property: tracked editable
<https://relay.inferal.com/ontology/shopify/property/trackedEditable> a rdf:Property ;
  rdfs:label "tracked editable" ;
  rdfs:comment "Query alias: 3 models declare trackedEditable." .

# Query parent property: tracking company
<https://relay.inferal.com/ontology/shopify/property/trackingCompany> a rdf:Property ;
  rdfs:label "tracking company" ;
  rdfs:comment "Query alias: 3 models declare trackingCompany." .

# Query parent property: tracking info
<https://relay.inferal.com/ontology/shopify/property/trackingInfo> a rdf:Property ;
  rdfs:label "tracking info" ;
  rdfs:comment "Query alias: 3 models declare trackingInfo." .

# Query parent property: tracking number
<https://relay.inferal.com/ontology/shopify/property/trackingNumber> a rdf:Property ;
  rdfs:label "tracking number" ;
  rdfs:comment "Query alias: 3 models declare trackingNumber." .

# Query parent property: tracking numbers
<https://relay.inferal.com/ontology/shopify/property/trackingNumbers> a rdf:Property ;
  rdfs:label "tracking numbers" ;
  rdfs:comment "Query alias: 3 models declare trackingNumbers." .

# Query parent property: tracking support
<https://relay.inferal.com/ontology/shopify/property/trackingSupport> a rdf:Property ;
  rdfs:label "tracking support" ;
  rdfs:comment "Query alias: 1 model declares trackingSupport." .

# Query parent property: tracking url
<https://relay.inferal.com/ontology/shopify/property/trackingUrl> a rdf:Property ;
  rdfs:label "tracking url" ;
  rdfs:comment "Query alias: 3 models declare trackingUrl." .

# Query parent property: tracking urls
<https://relay.inferal.com/ontology/shopify/property/trackingUrls> a rdf:Property ;
  rdfs:label "tracking urls" ;
  rdfs:comment "Query alias: 3 models declare trackingUrls." .

# Query parent property: tracks inventory
<https://relay.inferal.com/ontology/shopify/property/tracksInventory> a rdf:Property ;
  rdfs:label "tracks inventory" ;
  rdfs:comment "Query alias: 3 models declare tracksInventory." .

# Query parent property: traits
<https://relay.inferal.com/ontology/shopify/property/traits> a rdf:Property ;
  rdfs:label "traits" ;
  rdfs:comment "Query alias: 1 model declares traits." .

# Query parent property: transaction
<https://relay.inferal.com/ontology/shopify/property/transaction> a rdf:Property ;
  rdfs:label "transaction" ;
  rdfs:comment "Query alias: 1 model declares transaction." .

# Query parent property: transactional sms disabled
<https://relay.inferal.com/ontology/shopify/property/transactionalSmsDisabled> a rdf:Property ;
  rdfs:label "transactional sms disabled" ;
  rdfs:comment "Query alias: 1 model declares transactionalSmsDisabled." .

# Query parent property: transaction date
<https://relay.inferal.com/ontology/shopify/property/transactionDate> a rdf:Property ;
  rdfs:label "transaction date" ;
  rdfs:comment "Query alias: 1 model declares transactionDate." .

# Query parent property: transaction details
<https://relay.inferal.com/ontology/shopify/property/transactionDetails> a rdf:Property ;
  rdfs:label "transaction details" ;
  rdfs:comment "Query alias: 1 model declares transactionDetails." .

# Query parent property: transactions count
<https://relay.inferal.com/ontology/shopify/property/transactionsCount> a rdf:Property ;
  rdfs:label "transactions count" ;
  rdfs:comment "Query alias: 7 models declare transactionsCount." .

# Query parent property: transaction type
<https://relay.inferal.com/ontology/shopify/property/transactionType> a rdf:Property ;
  rdfs:label "transaction type" ;
  rdfs:comment "Query alias: 1 model declares transactionType." .

# Query parent property: transformed src
<https://relay.inferal.com/ontology/shopify/property/transformedSrc> a rdf:Property ;
  rdfs:label "transformed src" ;
  rdfs:comment "Query alias: 1 model declares transformedSrc." .

# Query parent property: transformer fingerprint
<https://relay.inferal.com/ontology/shopify/property/transformerFingerprint> a rdf:Property ;
  rdfs:label "transformer fingerprint" ;
  rdfs:comment "Query alias: 3 models declare transformerFingerprint." .

# Query parent property: translations
<https://relay.inferal.com/ontology/shopify/property/translations> a rdf:Property ;
  rdfs:label "translations" ;
  rdfs:comment "Query alias: 11 models declare translations." .

# Query parent property: trial days
<https://relay.inferal.com/ontology/shopify/property/trialDays> a rdf:Property ;
  rdfs:label "trial days" ;
  rdfs:comment "Query alias: 1 model declares trialDays." .

# Query parent property: unfulfilled discounted total
<https://relay.inferal.com/ontology/shopify/property/unfulfilledDiscountedTotal> a rdf:Property ;
  rdfs:label "unfulfilled discounted total" ;
  rdfs:comment "Query alias: 1 model declares unfulfilledDiscountedTotal." .

# Query parent property: unfulfilled discounted total set
<https://relay.inferal.com/ontology/shopify/property/unfulfilledDiscountedTotalSet> a rdf:Property ;
  rdfs:label "unfulfilled discounted total set" ;
  rdfs:comment "Query alias: 1 model declares unfulfilledDiscountedTotalSet." .

# Query parent property: unfulfilled original total
<https://relay.inferal.com/ontology/shopify/property/unfulfilledOriginalTotal> a rdf:Property ;
  rdfs:label "unfulfilled original total" ;
  rdfs:comment "Query alias: 1 model declares unfulfilledOriginalTotal." .

# Query parent property: unfulfilled original total set
<https://relay.inferal.com/ontology/shopify/property/unfulfilledOriginalTotalSet> a rdf:Property ;
  rdfs:label "unfulfilled original total set" ;
  rdfs:comment "Query alias: 1 model declares unfulfilledOriginalTotalSet." .

# Query parent property: unfulfilled quantity
<https://relay.inferal.com/ontology/shopify/property/unfulfilledQuantity> a rdf:Property ;
  rdfs:label "unfulfilled quantity" ;
  rdfs:comment "Query alias: 1 model declares unfulfilledQuantity." .

# Query parent property: unit cost
<https://relay.inferal.com/ontology/shopify/property/unitCost> a rdf:Property ;
  rdfs:label "unit cost" ;
  rdfs:comment "Query alias: 3 models declare unitCost." .

# Query parent property: unit price measurement
<https://relay.inferal.com/ontology/shopify/property/unitPriceMeasurement> a rdf:Property ;
  rdfs:label "unit price measurement" ;
  rdfs:comment "Query alias: 1 model declares unitPriceMeasurement." .

# Query parent property: unit system
<https://relay.inferal.com/ontology/shopify/property/unitSystem> a rdf:Property ;
  rdfs:label "unit system" ;
  rdfs:comment "Query alias: 1 model declares unitSystem." .

# Query parent property: unpaid
<https://relay.inferal.com/ontology/shopify/property/unpaid> a rdf:Property ;
  rdfs:label "unpaid" ;
  rdfs:comment "Query alias: 7 models declare unpaid." .

# Query parent property: unpublished channels
<https://relay.inferal.com/ontology/shopify/property/unpublishedChannels> a rdf:Property ;
  rdfs:label "unpublished channels" ;
  rdfs:comment "Query alias: 3 models declare unpublishedChannels." .

# Query parent property: unpublished publications
<https://relay.inferal.com/ontology/shopify/property/unpublishedPublications> a rdf:Property ;
  rdfs:label "unpublished publications" ;
  rdfs:comment "Query alias: 3 models declare unpublishedPublications." .

# Query parent property: unsubscribe url
<https://relay.inferal.com/ontology/shopify/property/unsubscribeUrl> a rdf:Property ;
  rdfs:label "unsubscribe url" ;
  rdfs:comment "Query alias: 5 models declare unsubscribeUrl." .

# Query parent property: url
<https://relay.inferal.com/ontology/shopify/property/url> a rdf:Property ;
  rdfs:label "url" ;
  rdfs:comment "Query alias: 9 models declare url." .

# Query parent property: usage charge
<https://relay.inferal.com/ontology/shopify/property/usageCharge> a rdf:Property ;
  rdfs:label "usage charge" ;
  rdfs:comment "Query alias: 1 model declares usageCharge." .

# Query parent property: usage charges
<https://relay.inferal.com/ontology/shopify/property/usageCharges> a rdf:Property ;
  rdfs:label "usage charges" ;
  rdfs:comment "Query alias: 1 model declares usageCharges." .

# Query parent property: usage count
<https://relay.inferal.com/ontology/shopify/property/usageCount> a rdf:Property ;
  rdfs:label "usage count" ;
  rdfs:comment "Query alias: 2 models declare usageCount." .

# Query parent property: usage limit
<https://relay.inferal.com/ontology/shopify/property/usageLimit> a rdf:Property ;
  rdfs:label "usage limit" ;
  rdfs:comment "Query alias: 1 model declares usageLimit." .

# Query parent property: use as collection condition
<https://relay.inferal.com/ontology/shopify/property/useAsCollectionCondition> a rdf:Property ;
  rdfs:label "use as collection condition" ;
  rdfs:comment "Query alias: 1 model declares useAsCollectionCondition." .

# Query parent property: user agent
<https://relay.inferal.com/ontology/shopify/property/userAgent> a rdf:Property ;
  rdfs:label "user agent" ;
  rdfs:comment "Query alias: 2 models declare userAgent." .

# Query parent property: user id
<https://relay.inferal.com/ontology/shopify/property/userId> a rdf:Property ;
  rdfs:label "user id" ;
  rdfs:comment "Query alias: 1 model declares userId." .

# Query parent property: users
<https://relay.inferal.com/ontology/shopify/property/users> a rdf:Property ;
  rdfs:label "users" ;
  rdfs:comment "Query alias: 1 model declares users." .

# Query parent property: user type
<https://relay.inferal.com/ontology/shopify/property/userType> a rdf:Property ;
  rdfs:label "user type" ;
  rdfs:comment "Query alias: 1 model declares userType." .

# Query parent property: utm campaign
<https://relay.inferal.com/ontology/shopify/property/utmCampaign> a rdf:Property ;
  rdfs:label "utm campaign" ;
  rdfs:comment "Query alias: 1 model declares utmCampaign." .

# Query parent property: utm medium
<https://relay.inferal.com/ontology/shopify/property/utmMedium> a rdf:Property ;
  rdfs:label "utm medium" ;
  rdfs:comment "Query alias: 1 model declares utmMedium." .

# Query parent property: utm source
<https://relay.inferal.com/ontology/shopify/property/utmSource> a rdf:Property ;
  rdfs:label "utm source" ;
  rdfs:comment "Query alias: 1 model declares utmSource." .

# Query parent property: uuid
<https://relay.inferal.com/ontology/shopify/property/uuid> a rdf:Property ;
  rdfs:label "uuid" ;
  rdfs:comment "Query alias: 1 model declares uuid." .

# Query parent property: validation result summary
<https://relay.inferal.com/ontology/shopify/property/validationResultSummary> a rdf:Property ;
  rdfs:label "validation result summary" ;
  rdfs:comment "Query alias: 2 models declare validationResultSummary." .

# Query parent property: validations
<https://relay.inferal.com/ontology/shopify/property/validations> a rdf:Property ;
  rdfs:label "validations" ;
  rdfs:comment "Query alias: 1 model declares validations." .

# Query parent property: validation status
<https://relay.inferal.com/ontology/shopify/property/validationStatus> a rdf:Property ;
  rdfs:label "validation status" ;
  rdfs:comment "Query alias: 1 model declares validationStatus." .

# Query parent property: valid email address
<https://relay.inferal.com/ontology/shopify/property/validEmailAddress> a rdf:Property ;
  rdfs:label "valid email address" ;
  rdfs:comment "Query alias: 5 models declare validEmailAddress." .

# Query parent property: validity period
<https://relay.inferal.com/ontology/shopify/property/validityPeriod> a rdf:Property ;
  rdfs:label "validity period" ;
  rdfs:comment "Query alias: 1 model declares validityPeriod." .

# Query parent property: value
<https://relay.inferal.com/ontology/shopify/property/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:comment "Query alias: 11 models declare value." .

# Query parent property: values
<https://relay.inferal.com/ontology/shopify/property/values> a rdf:Property ;
  rdfs:label "values" ;
  rdfs:comment "Query alias: 1 model declares values." .

# Query parent property: value type
<https://relay.inferal.com/ontology/shopify/property/valueType> a rdf:Property ;
  rdfs:label "value type" ;
  rdfs:comment "Query alias: 3 models declare valueType." .

# Query parent property: value v2
<https://relay.inferal.com/ontology/shopify/property/valueV2> a rdf:Property ;
  rdfs:label "value v2" ;
  rdfs:comment "Query alias: 1 model declares valueV2." .

# Query parent property: variants count
<https://relay.inferal.com/ontology/shopify/property/variantsCount> a rdf:Property ;
  rdfs:label "variants count" ;
  rdfs:comment "Query alias: 3 models declare variantsCount." .

# Query parent property: variant title
<https://relay.inferal.com/ontology/shopify/property/variantTitle> a rdf:Property ;
  rdfs:label "variant title" ;
  rdfs:comment "Query alias: 3 models declare variantTitle." .

# Query parent property: vendor
<https://relay.inferal.com/ontology/shopify/property/vendor> a rdf:Property ;
  rdfs:label "vendor" ;
  rdfs:comment "Query alias: 6 models declare vendor." .

# Query parent property: verb
<https://relay.inferal.com/ontology/shopify/property/verb> a rdf:Property ;
  rdfs:label "verb" ;
  rdfs:comment "Query alias: 1 model declares verb." .

# Query parent property: verified email
<https://relay.inferal.com/ontology/shopify/property/verifiedEmail> a rdf:Property ;
  rdfs:label "verified email" ;
  rdfs:comment "Query alias: 5 models declare verifiedEmail." .

# Query parent property: version
<https://relay.inferal.com/ontology/shopify/property/version> a rdf:Property ;
  rdfs:label "version" ;
  rdfs:comment "Query alias: 1 model declares version." .

# Query parent property: visible to customer
<https://relay.inferal.com/ontology/shopify/property/visibleToCustomer> a rdf:Property ;
  rdfs:label "visible to customer" ;
  rdfs:comment "Query alias: 3 models declare visibleToCustomer." .

# Query parent property: webhook
<https://relay.inferal.com/ontology/shopify/property/webhook> a rdf:Property ;
  rdfs:label "webhook" ;
  rdfs:comment "Query alias: 1 model declares webhook." .

# Query parent property: webhooks
<https://relay.inferal.com/ontology/shopify/property/webhooks> a rdf:Property ;
  rdfs:label "webhooks" ;
  rdfs:comment "Query alias: 1 model declares webhooks." .

# Query parent property: web presence
<https://relay.inferal.com/ontology/shopify/property/webPresence> a rdf:Property ;
  rdfs:label "web presence" ;
  rdfs:comment "Query alias: 1 model declares webPresence." .

# Query parent property: web presences
<https://relay.inferal.com/ontology/shopify/property/webPresences> a rdf:Property ;
  rdfs:label "web presences" ;
  rdfs:comment "Query alias: 1 model declares webPresences." .

# Query parent property: weight based shipping rate identifier
<https://relay.inferal.com/ontology/shopify/property/weightBasedShippingRateIdentifier> a rdf:Property ;
  rdfs:label "weight based shipping rate identifier" ;
  rdfs:comment "Query alias: 1 model declares weightBasedShippingRateIdentifier." .

# Query parent property: weight based shipping rates
<https://relay.inferal.com/ontology/shopify/property/weightBasedShippingRates> a rdf:Property ;
  rdfs:label "weight based shipping rates" ;
  rdfs:comment "Query alias: 1 model declares weightBasedShippingRates." .

# Query parent property: weight high
<https://relay.inferal.com/ontology/shopify/property/weightHigh> a rdf:Property ;
  rdfs:label "weight high" ;
  rdfs:comment "Query alias: 1 model declares weightHigh." .

# Query parent property: weight low
<https://relay.inferal.com/ontology/shopify/property/weightLow> a rdf:Property ;
  rdfs:label "weight low" ;
  rdfs:comment "Query alias: 1 model declares weightLow." .

# Query parent property: weight unit
<https://relay.inferal.com/ontology/shopify/property/weightUnit> a rdf:Property ;
  rdfs:label "weight unit" ;
  rdfs:comment "Query alias: 2 models declare weightUnit." .

# Query parent property: width
<https://relay.inferal.com/ontology/shopify/property/width> a rdf:Property ;
  rdfs:label "width" ;
  rdfs:comment "Query alias: 3 models declare width." .

# Query parent property: zip
<https://relay.inferal.com/ontology/shopify/property/zip> a rdf:Property ;
  rdfs:label "zip" ;
  rdfs:comment "Query alias: 7 models declare zip." .

# Query parent property: province code
shopify:provinceCode a rdf:Property ;
  rdfs:label "province code" .

# Query parent property: webhook format
shopify:webhookFormat a rdf:Property ;
  rdfs:label "webhook format" .

# Property: metafield identifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/metafieldIdentifier> a rdf:Property ;
  rdfs:label "metafield identifier" ;
  rdfs:comment "Metafield ID" ;
  schema:alternateName "id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/metafieldIdentifier> ;
  rdfs:domain shopify:Metafield ;
  rdfs:range xsd:long .

# Property: namespace
<https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/namespace> a rdf:Property ;
  rdfs:label "namespace" ;
  rdfs:comment "Namespace for the metafield" ;
  schema:alternateName "namespace" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/namespace> ;
  rdfs:domain shopify:Metafield ;
  rdfs:range xsd:string .

# Property: key
<https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:comment "Key name for the metafield" ;
  schema:alternateName "key" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/key> ;
  rdfs:subPropertyOf schema:propertyID ;
  rdfs:domain shopify:Metafield ;
  rdfs:range xsd:string .

# Property: value
<https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:comment "Value of the metafield" ;
  schema:alternateName "value" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/value> ;
  rdfs:subPropertyOf schema:value ;
  rdfs:domain shopify:Metafield ;
  rdfs:range xsd:string .

# Property: type
<https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/type> a rdf:Property ;
  rdfs:label "type" ;
  rdfs:comment "Metafield value type" ;
  schema:alternateName "type" ;
  rdfs:domain shopify:Metafield ;
  rdfs:range xsd:string .

# Property: description
<https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/description> a rdf:Property ;
  rdfs:label "description" ;
  rdfs:comment "Description of the metafield" ;
  schema:alternateName "description" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/description> ;
  rdfs:subPropertyOf schema:description ;
  rdfs:domain shopify:Metafield ;
  rdfs:range xsd:string .

# Property: owner id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/ownerId> a rdf:Property ;
  rdfs:label "owner id" ;
  rdfs:comment "ID of the resource that owns the metafield" ;
  schema:alternateName "owner_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/ownerId> ;
  rdfs:domain shopify:Metafield ;
  rdfs:range xsd:long .

# Property: owner resource
<https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/ownerResource> a rdf:Property ;
  rdfs:label "owner resource" ;
  rdfs:comment "Type of resource that owns the metafield" ;
  schema:alternateName "owner_resource" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/ownerResource> ;
  rdfs:domain shopify:Metafield ;
  rdfs:range xsd:string .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the metafield was created" ;
  schema:alternateName "created_at" ;
  rdfs:domain shopify:Metafield ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the metafield was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:domain shopify:Metafield ;
  rdfs:range xsd:dateTime .

# Property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/adminGraphqlApiId> a rdf:Property ;
  rdfs:label "admin graphql api id" ;
  rdfs:comment "GraphQL Admin API ID" ;
  schema:alternateName "admin_graphql_api_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adminGraphqlApiId> ;
  rdfs:domain shopify:Metafield ;
  rdfs:range xsd:string .

# Property: compare digest
<https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/compareDigest> a rdf:Property ;
  rdfs:label "compare digest" ;
  schema:alternateName "compareDigest" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/compareDigest> ;
  rdfs:domain shopify:Metafield ;
  rdfs:range xsd:string .

# Property: json value
<https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/jsonValue> a rdf:Property ;
  rdfs:label "json value" ;
  schema:alternateName "jsonValue" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/jsonValue> ;
  rdfs:domain shopify:Metafield ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.Metafield/jsonValue/Container> .

# Property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/legacyResourceId> a rdf:Property ;
  rdfs:label "legacy resource id" ;
  schema:alternateName "legacyResourceId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/legacyResourceId> ;
  rdfs:domain shopify:Metafield ;
  rdfs:range xsd:string .

# Property: graphql id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/graphqlId> a rdf:Property ;
  rdfs:label "graphql id" ;
  schema:alternateName "graphqlId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/graphqlId> ;
  rdfs:domain shopify:Metafield ;
  rdfs:range xsd:string .

# Property: definition
<https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/definition> a rdf:Property ;
  rdfs:label "definition" ;
  schema:alternateName "definition" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/definition> ;
  rdfs:domain shopify:Metafield ;
  rdfs:range xsd:string .

# Property: owner
<https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/owner> a rdf:Property ;
  rdfs:label "owner" ;
  schema:alternateName "owner" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/owner> ;
  rdfs:domain shopify:Metafield ;
  rdfs:range xsd:string .

# Property: owner type
<https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/ownerType> a rdf:Property ;
  rdfs:label "owner type" ;
  schema:alternateName "ownerType" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/ownerType> ;
  rdfs:domain shopify:Metafield ;
  rdfs:range xsd:string .

# Property: reference
<https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/reference> a rdf:Property ;
  rdfs:label "reference" ;
  schema:alternateName "reference" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/reference> ;
  rdfs:domain shopify:Metafield ;
  rdfs:range xsd:string .

# Property: references
<https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/references> a rdf:Property ;
  rdfs:label "references" ;
  schema:alternateName "references" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/references> ;
  rdfs:domain shopify:Metafield ;
  rdfs:range xsd:string .

# Property: src
<https://relay.inferal.com/ontology/shopify/property/Shopify.Image/src> a rdf:Property ;
  rdfs:label "src" ;
  rdfs:comment "Image URL" ;
  schema:alternateName "src" ;
  rdfs:subPropertyOf schema:contentUrl ;
  rdfs:domain shopify:Image ;
  rdfs:range xsd:anyURI .

# Property: alt
<https://relay.inferal.com/ontology/shopify/property/Shopify.Image/alt> a rdf:Property ;
  rdfs:label "alt" ;
  rdfs:comment "Image alt text" ;
  schema:alternateName "alt" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/alt> ;
  rdfs:subPropertyOf schema:alternateName ;
  rdfs:domain shopify:Image ;
  rdfs:range xsd:string .

# Property: width
<https://relay.inferal.com/ontology/shopify/property/Shopify.Image/width> a rdf:Property ;
  rdfs:label "width" ;
  rdfs:comment "Width in pixels" ;
  schema:alternateName "width" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/width> ;
  rdfs:domain shopify:Image ;
  rdfs:range xsd:int .

# Property: height
<https://relay.inferal.com/ontology/shopify/property/Shopify.Image/height> a rdf:Property ;
  rdfs:label "height" ;
  rdfs:comment "Height in pixels" ;
  schema:alternateName "height" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/height> ;
  rdfs:domain shopify:Image ;
  rdfs:range xsd:int .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Image/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the image was created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:Image ;
  rdfs:range xsd:dateTime .

# Property: alt text
<https://relay.inferal.com/ontology/shopify/property/Shopify.Image/altText> a rdf:Property ;
  rdfs:label "alt text" ;
  schema:alternateName "altText" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/altText> ;
  rdfs:domain shopify:Image ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Image/id> a rdf:Property ;
  rdfs:label "id" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:Image ;
  rdfs:range xsd:string .

# Property: original src
<https://relay.inferal.com/ontology/shopify/property/Shopify.Image/originalSrc> a rdf:Property ;
  rdfs:label "original src" ;
  schema:alternateName "originalSrc" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/originalSrc> ;
  rdfs:domain shopify:Image ;
  rdfs:range xsd:anyURI .

# Property: transformed src
<https://relay.inferal.com/ontology/shopify/property/Shopify.Image/transformedSrc> a rdf:Property ;
  rdfs:label "transformed src" ;
  schema:alternateName "transformedSrc" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/transformedSrc> ;
  rdfs:domain shopify:Image ;
  rdfs:range xsd:anyURI .

# Property: url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Image/url> a rdf:Property ;
  rdfs:label "url" ;
  schema:alternateName "url" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/url> ;
  rdfs:domain shopify:Image ;
  rdfs:range xsd:anyURI .

# Property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.Image/metafield> a rdf:Property ;
  rdfs:label "metafield" ;
  schema:alternateName "metafield" ;
  rdfs:domain shopify:Image ;
  rdfs:range xsd:string .

# Property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Image/metafields> a rdf:Property ;
  rdfs:label "metafields" ;
  schema:alternateName "metafields" ;
  rdfs:domain shopify:Image ;
  rdfs:range xsd:string .

# Property: first name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Address/firstName> a rdf:Property ;
  rdfs:label "first name" ;
  rdfs:comment "First name" ;
  schema:alternateName "first_name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/firstName> ;
  rdfs:subPropertyOf schema:givenName ;
  rdfs:domain shopify:Address ;
  rdfs:range xsd:string .

# Property: last name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Address/lastName> a rdf:Property ;
  rdfs:label "last name" ;
  rdfs:comment "Last name" ;
  schema:alternateName "last_name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/lastName> ;
  rdfs:subPropertyOf schema:familyName ;
  rdfs:domain shopify:Address ;
  rdfs:range xsd:string .

# Property: company
<https://relay.inferal.com/ontology/shopify/property/Shopify.Address/company> a rdf:Property ;
  rdfs:label "company" ;
  rdfs:comment "Company name" ;
  schema:alternateName "company" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/company> ;
  rdfs:domain shopify:Address ;
  rdfs:range xsd:string .

# Property: address1
<https://relay.inferal.com/ontology/shopify/property/Shopify.Address/address1> a rdf:Property ;
  rdfs:label "address1" ;
  rdfs:comment "Street address line 1" ;
  schema:alternateName "address1" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/address1> ;
  rdfs:subPropertyOf schema:streetAddress ;
  rdfs:domain shopify:Address ;
  rdfs:range xsd:string .

# Property: address2
<https://relay.inferal.com/ontology/shopify/property/Shopify.Address/address2> a rdf:Property ;
  rdfs:label "address2" ;
  rdfs:comment "Street address line 2" ;
  schema:alternateName "address2" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/address2> ;
  rdfs:subPropertyOf schema:streetAddress ;
  rdfs:domain shopify:Address ;
  rdfs:range xsd:string .

# Property: city
<https://relay.inferal.com/ontology/shopify/property/Shopify.Address/city> a rdf:Property ;
  rdfs:label "city" ;
  rdfs:comment "City" ;
  schema:alternateName "city" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/city> ;
  rdfs:subPropertyOf schema:addressLocality ;
  rdfs:domain shopify:Address ;
  rdfs:range xsd:string .

# Property: province
<https://relay.inferal.com/ontology/shopify/property/Shopify.Address/province> a rdf:Property ;
  rdfs:label "province" ;
  rdfs:comment "Province or state name" ;
  schema:alternateName "province" ;
  rdfs:subPropertyOf schema:addressRegion ;
  rdfs:domain shopify:Address ;
  rdfs:range xsd:string .

# Property: country
<https://relay.inferal.com/ontology/shopify/property/Shopify.Address/country> a rdf:Property ;
  rdfs:label "country" ;
  rdfs:comment "Country name" ;
  schema:alternateName "country" ;
  rdfs:subPropertyOf schema:addressCountry ;
  rdfs:domain shopify:Address ;
  rdfs:range xsd:string .

# Property: zip
<https://relay.inferal.com/ontology/shopify/property/Shopify.Address/zip> a rdf:Property ;
  rdfs:label "zip" ;
  rdfs:comment "ZIP or postal code" ;
  schema:alternateName "zip" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/zip> ;
  rdfs:subPropertyOf schema:postalCode ;
  rdfs:domain shopify:Address ;
  rdfs:range xsd:string .

# Property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.Address/phone> a rdf:Property ;
  rdfs:label "phone" ;
  rdfs:comment "Phone number" ;
  schema:alternateName "phone" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/phone> ;
  rdfs:subPropertyOf schema:telephone ;
  rdfs:domain shopify:Address ;
  rdfs:range xsd:string .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Address/name> a rdf:Property ;
  rdfs:label "name" ;
  rdfs:comment "Name of the address" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:domain shopify:Address ;
  rdfs:range xsd:string .

# Property: province code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Address/provinceCode> a rdf:Property ;
  rdfs:label "province code" ;
  rdfs:comment "Province or state code (ISO 3166-2)" ;
  schema:alternateName "province_code" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/provinceCode> ;
  rdfs:domain shopify:Address ;
  rdfs:range xsd:string .

# Property: country code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Address/countryCode> a rdf:Property ;
  rdfs:label "country code" ;
  rdfs:comment "Country code (ISO 3166-1 alpha-2)" ;
  schema:alternateName "country_code" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/countryCode> ;
  rdfs:domain shopify:Address ;
  rdfs:range xsd:string .

# Property: country name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Address/countryName> a rdf:Property ;
  rdfs:label "country name" ;
  rdfs:comment "Normalized country name" ;
  schema:alternateName "country_name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/countryName> ;
  rdfs:domain shopify:Address ;
  rdfs:range xsd:string .

# Property: latitude
<https://relay.inferal.com/ontology/shopify/property/Shopify.Address/latitude> a rdf:Property ;
  rdfs:label "latitude" ;
  rdfs:comment "Latitude coordinate" ;
  schema:alternateName "latitude" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/latitude> ;
  rdfs:subPropertyOf schema:latitude ;
  rdfs:domain shopify:Address ;
  rdfs:range xsd:double .

# Property: longitude
<https://relay.inferal.com/ontology/shopify/property/Shopify.Address/longitude> a rdf:Property ;
  rdfs:label "longitude" ;
  rdfs:comment "Longitude coordinate" ;
  schema:alternateName "longitude" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/longitude> ;
  rdfs:subPropertyOf schema:longitude ;
  rdfs:domain shopify:Address ;
  rdfs:range xsd:double .

# Property: coordinates validated
<https://relay.inferal.com/ontology/shopify/property/Shopify.Address/coordinatesValidated> a rdf:Property ;
  rdfs:label "coordinates validated" ;
  schema:alternateName "coordinatesValidated" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/coordinatesValidated> ;
  rdfs:domain shopify:Address ;
  rdfs:range xsd:boolean .

# Property: country code v2
<https://relay.inferal.com/ontology/shopify/property/Shopify.Address/countryCodeV2> a rdf:Property ;
  rdfs:label "country code v2" ;
  schema:alternateName "countryCodeV2" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/countryCodeV2> ;
  rdfs:domain shopify:Address ;
  rdfs:range xsd:string .

# Property: formatted
<https://relay.inferal.com/ontology/shopify/property/Shopify.Address/formatted> a rdf:Property ;
  rdfs:label "formatted" ;
  schema:alternateName "formatted" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/formatted> ;
  rdfs:domain shopify:Address ;
  rdfs:range xsd:string .

# Property: formatted area
<https://relay.inferal.com/ontology/shopify/property/Shopify.Address/formattedArea> a rdf:Property ;
  rdfs:label "formatted area" ;
  schema:alternateName "formattedArea" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/formattedArea> ;
  rdfs:domain shopify:Address ;
  rdfs:range xsd:string .

# Property: time zone
<https://relay.inferal.com/ontology/shopify/property/Shopify.Address/timeZone> a rdf:Property ;
  rdfs:label "time zone" ;
  schema:alternateName "timeZone" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/timeZone> ;
  rdfs:domain shopify:Address ;
  rdfs:range xsd:string .

# Property: validation result summary
<https://relay.inferal.com/ontology/shopify/property/Shopify.Address/validationResultSummary> a rdf:Property ;
  rdfs:label "validation result summary" ;
  schema:alternateName "validationResultSummary" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/validationResultSummary> ;
  rdfs:domain shopify:Address ;
  rdfs:range xsd:string .

# Property: shop money
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceSet/shopMoney> a rdf:Property ;
  rdfs:label "shop money" ;
  rdfs:comment "Price in shop currency" ;
  schema:alternateName "shop_money" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/shopMoney> ;
  rdfs:domain shopify:PriceSet ;
  rdfs:range shopify:Money .

# Property: presentment money
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceSet/presentmentMoney> a rdf:Property ;
  rdfs:label "presentment money" ;
  rdfs:comment "Price in presentment currency" ;
  schema:alternateName "presentment_money" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/presentmentMoney> ;
  rdfs:domain shopify:PriceSet ;
  rdfs:range shopify:Money .

# Property: amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.Money/amount> a rdf:Property ;
  rdfs:label "amount" ;
  rdfs:comment "Decimal money amount" ;
  schema:alternateName "amount" ;
  rdfs:subPropertyOf schema:value ;
  rdfs:domain shopify:Money ;
  rdfs:range xsd:string .

# Property: currency code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Money/currencyCode> a rdf:Property ;
  rdfs:label "currency code" ;
  rdfs:comment "Three-letter ISO 4217 currency code" ;
  schema:alternateName "currency_code" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currencyCode> ;
  rdfs:subPropertyOf schema:currency ;
  rdfs:domain shopify:Money ;
  rdfs:range xsd:string .

# Property: field
<https://relay.inferal.com/ontology/shopify/property/Shopify.UserError/field> a rdf:Property ;
  rdfs:label "field" ;
  rdfs:comment "The path to the input field that caused the error" ;
  schema:alternateName "field" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/field> ;
  rdfs:domain shopify:UserError ;
  rdfs:range xsd:string .

# Property: message
<https://relay.inferal.com/ontology/shopify/property/Shopify.UserError/message> a rdf:Property ;
  rdfs:label "message" ;
  rdfs:comment "The error message" ;
  schema:alternateName "message" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/message> ;
  rdfs:domain shopify:UserError ;
  rdfs:range xsd:string .

# Property: errors
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyError/errors> a rdf:Property ;
  rdfs:label "errors" ;
  rdfs:comment "Error messages keyed by field name" ;
  schema:alternateName "errors" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/errors> ;
  rdfs:domain shopify:Error ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.ShopifyError/errors/Container> .

# Property: key
<https://relay.inferal.com/ontology/shopify/property/Shopify.Attribute/key> a rdf:Property ;
  rdfs:label "key" ;
  schema:alternateName "key" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/key> ;
  rdfs:domain shopify:Attribute ;
  rdfs:range xsd:string .

# Property: value
<https://relay.inferal.com/ontology/shopify/property/Shopify.Attribute/value> a rdf:Property ;
  rdfs:label "value" ;
  schema:alternateName "value" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/value> ;
  rdfs:domain shopify:Attribute ;
  rdfs:range xsd:string .

# Property: key
<https://relay.inferal.com/ontology/shopify/property/Shopify.Translation/key> a rdf:Property ;
  rdfs:label "key" ;
  schema:alternateName "key" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/key> ;
  rdfs:domain shopify:Translation ;
  rdfs:range xsd:string .

# Property: locale
<https://relay.inferal.com/ontology/shopify/property/Shopify.Translation/locale> a rdf:Property ;
  rdfs:label "locale" ;
  schema:alternateName "locale" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/locale> ;
  rdfs:domain shopify:Translation ;
  rdfs:range xsd:string .

# Property: market
<https://relay.inferal.com/ontology/shopify/property/Shopify.Translation/market> a rdf:Property ;
  rdfs:label "market" ;
  schema:alternateName "market" ;
  rdfs:domain shopify:Translation ;
  rdfs:range xsd:string .

# Property: outdated
<https://relay.inferal.com/ontology/shopify/property/Shopify.Translation/outdated> a rdf:Property ;
  rdfs:label "outdated" ;
  schema:alternateName "outdated" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/outdated> ;
  rdfs:domain shopify:Translation ;
  rdfs:range xsd:boolean .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Translation/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  schema:alternateName "updatedAt" ;
  rdfs:domain shopify:Translation ;
  rdfs:range xsd:dateTime .

# Property: value
<https://relay.inferal.com/ontology/shopify/property/Shopify.Translation/value> a rdf:Property ;
  rdfs:label "value" ;
  schema:alternateName "value" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/value> ;
  rdfs:domain shopify:Translation ;
  rdfs:range xsd:string .

# Property: key
<https://relay.inferal.com/ontology/shopify/property/Shopify.TypedAttribute/key> a rdf:Property ;
  rdfs:label "key" ;
  schema:alternateName "key" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/key> ;
  rdfs:domain shopify:TypedAttribute ;
  rdfs:range xsd:string .

# Property: value
<https://relay.inferal.com/ontology/shopify/property/Shopify.TypedAttribute/value> a rdf:Property ;
  rdfs:label "value" ;
  schema:alternateName "value" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/value> ;
  rdfs:domain shopify:TypedAttribute ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Product ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:long .

# Property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/title> a rdf:Property ;
  rdfs:label "title" ;
  rdfs:comment "Product title" ;
  schema:alternateName "title" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/title> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: body html
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/bodyHtml> a rdf:Property ;
  rdfs:label "body html" ;
  rdfs:comment "Description of the product in HTML" ;
  schema:alternateName "body_html" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/bodyHtml> ;
  rdfs:subPropertyOf schema:description ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: vendor
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/vendor> a rdf:Property ;
  rdfs:label "vendor" ;
  rdfs:comment "Name of the product vendor" ;
  schema:alternateName "vendor" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/vendor> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: product type
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/productType> a rdf:Property ;
  rdfs:label "product type" ;
  rdfs:comment "Categorization of the product" ;
  schema:alternateName "product_type" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/productType> ;
  rdfs:subPropertyOf schema:category ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: handle
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/handle> a rdf:Property ;
  rdfs:label "handle" ;
  rdfs:comment "URL-friendly unique handle" ;
  schema:alternateName "handle" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/handle> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/status> a rdf:Property ;
  rdfs:label "status" ;
  rdfs:comment "Product status" ;
  schema:alternateName "status" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/status> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string ;
  qb:codeList shopify:ProductStatusScheme .

# Property: tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/tags> a rdf:Property ;
  rdfs:label "tags" ;
  rdfs:comment "Comma-separated list of tags" ;
  schema:alternateName "tags" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/tags> ;
  rdfs:subPropertyOf schema:keywords ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: template suffix
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/templateSuffix> a rdf:Property ;
  rdfs:label "template suffix" ;
  rdfs:comment "Suffix of the Liquid template for the product page" ;
  schema:alternateName "template_suffix" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/templateSuffix> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: published scope
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/publishedScope> a rdf:Property ;
  rdfs:label "published scope" ;
  rdfs:comment "Whether the product is published to the Point of Sale channel" ;
  schema:alternateName "published_scope" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/publishedScope> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: published at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/publishedAt> a rdf:Property ;
  rdfs:label "published at" ;
  rdfs:comment "Date and time when the product was published" ;
  schema:alternateName "published_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/publishedAt> ;
  rdfs:subPropertyOf schema:datePublished ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:dateTime .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the product was created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the product was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:dateTime .

# Property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/adminGraphqlApiId> a rdf:Property ;
  rdfs:label "admin graphql api id" ;
  rdfs:comment "GraphQL Admin API ID" ;
  schema:alternateName "admin_graphql_api_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adminGraphqlApiId> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: variants
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/variants> a rdf:Property ;
  rdfs:label "variants" ;
  rdfs:comment "Product variants" ;
  schema:alternateName "variants" ;
  rdfs:domain shopify:Product ;
  rdfs:range shopify:ProductVariant .

# Property: options
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/options> a rdf:Property ;
  rdfs:label "options" ;
  rdfs:comment "Product options" ;
  schema:alternateName "options" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/options> ;
  rdfs:domain shopify:Product ;
  rdfs:range shopify:ProductOption .

# Property: images
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/images> a rdf:Property ;
  rdfs:label "images" ;
  rdfs:comment "Product images" ;
  schema:alternateName "images" ;
  rdfs:subPropertyOf schema:image ;
  rdfs:domain shopify:Product ;
  rdfs:range shopify:ProductImage .

# Property: image
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/image> a rdf:Property ;
  rdfs:label "image" ;
  rdfs:comment "Primary product image" ;
  schema:alternateName "image" ;
  rdfs:domain shopify:Product ;
  rdfs:range shopify:ProductImage .

# Property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/metafields> a rdf:Property ;
  rdfs:label "metafields" ;
  rdfs:comment "Metafields associated with the resource" ;
  schema:alternateName "metafields" ;
  rdfs:domain shopify:Product ;
  rdfs:range shopify:Metafield .

# Property: description
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/description> a rdf:Property ;
  rdfs:label "description" ;
  rdfs:comment "Plaintext description of the product" ;
  schema:alternateName "description" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/description> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: description plain summary
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/descriptionPlainSummary> a rdf:Property ;
  rdfs:label "description plain summary" ;
  rdfs:comment "Truncated plaintext description for summaries" ;
  schema:alternateName "descriptionPlainSummary" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/descriptionPlainSummary> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: custom product type
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/customProductType> a rdf:Property ;
  rdfs:label "custom product type" ;
  rdfs:comment "Custom product type specified by the merchant" ;
  schema:alternateName "customProductType" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customProductType> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: default cursor
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/defaultCursor> a rdf:Property ;
  rdfs:label "default cursor" ;
  rdfs:comment "Default cursor for paginating through connections" ;
  schema:alternateName "defaultCursor" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/defaultCursor> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: gift card template suffix
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/giftCardTemplateSuffix> a rdf:Property ;
  rdfs:label "gift card template suffix" ;
  rdfs:comment "Suffix of the Liquid template for gift card products" ;
  schema:alternateName "giftCardTemplateSuffix" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/giftCardTemplateSuffix> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: has only default variant
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/hasOnlyDefaultVariant> a rdf:Property ;
  rdfs:label "has only default variant" ;
  rdfs:comment "Whether the product has only a single default variant" ;
  schema:alternateName "hasOnlyDefaultVariant" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/hasOnlyDefaultVariant> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:boolean .

# Property: has out of stock variants
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/hasOutOfStockVariants> a rdf:Property ;
  rdfs:label "has out of stock variants" ;
  rdfs:comment "Whether the product has any variants that are out of stock" ;
  schema:alternateName "hasOutOfStockVariants" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/hasOutOfStockVariants> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:boolean .

# Property: has variants that requires components
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/hasVariantsThatRequiresComponents> a rdf:Property ;
  rdfs:label "has variants that requires components" ;
  rdfs:comment "Whether the product has variants that require components" ;
  schema:alternateName "hasVariantsThatRequiresComponents" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/hasVariantsThatRequiresComponents> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:boolean .

# Property: is gift card
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/isGiftCard> a rdf:Property ;
  rdfs:label "is gift card" ;
  rdfs:comment "Whether the product is a gift card" ;
  schema:alternateName "isGiftCard" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/isGiftCard> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:boolean .

# Property: requires selling plan
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/requiresSellingPlan> a rdf:Property ;
  rdfs:label "requires selling plan" ;
  rdfs:comment "Whether a selling plan is required to purchase this product" ;
  schema:alternateName "requiresSellingPlan" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/requiresSellingPlan> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:boolean .

# Property: tracks inventory
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/tracksInventory> a rdf:Property ;
  rdfs:label "tracks inventory" ;
  rdfs:comment "Whether inventory is tracked for this product" ;
  schema:alternateName "tracksInventory" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/tracksInventory> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:boolean .

# Property: total inventory
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/totalInventory> a rdf:Property ;
  rdfs:label "total inventory" ;
  rdfs:comment "Total quantity of inventory across all variants and locations" ;
  schema:alternateName "totalInventory" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalInventory> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:int .

# Property: total variants
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/totalVariants> a rdf:Property ;
  rdfs:label "total variants" ;
  rdfs:comment "Total number of variants for this product" ;
  schema:alternateName "totalVariants" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalVariants> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:int .

# Property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/legacyResourceId> a rdf:Property ;
  rdfs:label "legacy resource id" ;
  rdfs:comment "Legacy resource ID for backwards compatibility" ;
  schema:alternateName "legacyResourceId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/legacyResourceId> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: online store preview url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/onlineStorePreviewUrl> a rdf:Property ;
  rdfs:label "online store preview url" ;
  rdfs:comment "Preview URL for the product on the online store" ;
  schema:alternateName "onlineStorePreviewUrl" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/onlineStorePreviewUrl> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:anyURI .

# Property: online store url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/onlineStoreUrl> a rdf:Property ;
  rdfs:label "online store url" ;
  rdfs:comment "URL for the product on the online store" ;
  schema:alternateName "onlineStoreUrl" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/onlineStoreUrl> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:anyURI .

# Property: storefront id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/storefrontId> a rdf:Property ;
  rdfs:label "storefront id" ;
  rdfs:comment "Storefront API ID for the product" ;
  schema:alternateName "storefrontId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/storefrontId> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: available publications count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/availablePublicationsCount> a rdf:Property ;
  rdfs:label "available publications count" ;
  schema:alternateName "availablePublicationsCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/availablePublicationsCount> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: graphql body html
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/graphqlBodyHtml> a rdf:Property ;
  rdfs:label "graphql body html" ;
  schema:alternateName "graphqlBodyHtml" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/graphqlBodyHtml> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: bundle components
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/bundleComponents> a rdf:Property ;
  rdfs:label "bundle components" ;
  schema:alternateName "bundleComponents" ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: category
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/category> a rdf:Property ;
  rdfs:label "category" ;
  schema:alternateName "category" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/category> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: collections
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/collections> a rdf:Property ;
  rdfs:label "collections" ;
  schema:alternateName "collections" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/collections> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: combined listing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/combinedListing> a rdf:Property ;
  rdfs:label "combined listing" ;
  schema:alternateName "combinedListing" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/combinedListing> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: combined listing role
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/combinedListingRole> a rdf:Property ;
  rdfs:label "combined listing role" ;
  schema:alternateName "combinedListingRole" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/combinedListingRole> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: compare at price range
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/compareAtPriceRange> a rdf:Property ;
  rdfs:label "compare at price range" ;
  schema:alternateName "compareAtPriceRange" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/compareAtPriceRange> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: contextual pricing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/contextualPricing> a rdf:Property ;
  rdfs:label "contextual pricing" ;
  schema:alternateName "contextualPricing" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/contextualPricing> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/events> a rdf:Property ;
  rdfs:label "events" ;
  schema:alternateName "events" ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: featured image
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/featuredImage> a rdf:Property ;
  rdfs:label "featured image" ;
  schema:alternateName "featuredImage" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/featuredImage> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: featured media
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/featuredMedia> a rdf:Property ;
  rdfs:label "featured media" ;
  schema:alternateName "featuredMedia" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/featuredMedia> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: feedback
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/feedback> a rdf:Property ;
  rdfs:label "feedback" ;
  schema:alternateName "feedback" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/feedback> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: in collection
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/inCollection> a rdf:Property ;
  rdfs:label "in collection" ;
  schema:alternateName "inCollection" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/inCollection> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:boolean .

# Property: media
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/media> a rdf:Property ;
  rdfs:label "media" ;
  schema:alternateName "media" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/media> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: media count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/mediaCount> a rdf:Property ;
  rdfs:label "media count" ;
  schema:alternateName "mediaCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/mediaCount> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/metafield> a rdf:Property ;
  rdfs:label "metafield" ;
  schema:alternateName "metafield" ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: metafield definitions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/metafieldDefinitions> a rdf:Property ;
  rdfs:label "metafield definitions" ;
  schema:alternateName "metafieldDefinitions" ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: price range
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/priceRange> a rdf:Property ;
  rdfs:label "price range" ;
  schema:alternateName "priceRange" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/priceRange> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: price range v2
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/priceRangeV2> a rdf:Property ;
  rdfs:label "price range v2" ;
  schema:alternateName "priceRangeV2" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/priceRangeV2> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: product category
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/productCategory> a rdf:Property ;
  rdfs:label "product category" ;
  schema:alternateName "productCategory" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/productCategory> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: product publications
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/productPublications> a rdf:Property ;
  rdfs:label "product publications" ;
  schema:alternateName "productPublications" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/productPublications> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: publication count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/publicationCount> a rdf:Property ;
  rdfs:label "publication count" ;
  schema:alternateName "publicationCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/publicationCount> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:int .

# Property: publications
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/publications> a rdf:Property ;
  rdfs:label "publications" ;
  schema:alternateName "publications" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/publications> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: published in context
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/publishedInContext> a rdf:Property ;
  rdfs:label "published in context" ;
  schema:alternateName "publishedInContext" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/publishedInContext> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:boolean .

# Property: published on channel
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/publishedOnChannel> a rdf:Property ;
  rdfs:label "published on channel" ;
  schema:alternateName "publishedOnChannel" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/publishedOnChannel> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:boolean .

# Property: published on current channel
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/publishedOnCurrentChannel> a rdf:Property ;
  rdfs:label "published on current channel" ;
  schema:alternateName "publishedOnCurrentChannel" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/publishedOnCurrentChannel> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:boolean .

# Property: published on current publication
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/publishedOnCurrentPublication> a rdf:Property ;
  rdfs:label "published on current publication" ;
  schema:alternateName "publishedOnCurrentPublication" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/publishedOnCurrentPublication> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:boolean .

# Property: published on publication
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/publishedOnPublication> a rdf:Property ;
  rdfs:label "published on publication" ;
  schema:alternateName "publishedOnPublication" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/publishedOnPublication> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:boolean .

# Property: resource publication on current publication
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/resourcePublicationOnCurrentPublication> a rdf:Property ;
  rdfs:label "resource publication on current publication" ;
  schema:alternateName "resourcePublicationOnCurrentPublication" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/resourcePublicationOnCurrentPublication> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: resource publications
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/resourcePublications> a rdf:Property ;
  rdfs:label "resource publications" ;
  schema:alternateName "resourcePublications" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/resourcePublications> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: resource publications count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/resourcePublicationsCount> a rdf:Property ;
  rdfs:label "resource publications count" ;
  schema:alternateName "resourcePublicationsCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/resourcePublicationsCount> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: resource publications v2
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/resourcePublicationsV2> a rdf:Property ;
  rdfs:label "resource publications v2" ;
  schema:alternateName "resourcePublicationsV2" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/resourcePublicationsV2> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: restricted for resource
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/restrictedForResource> a rdf:Property ;
  rdfs:label "restricted for resource" ;
  schema:alternateName "restrictedForResource" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/restrictedForResource> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: selling plan group count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/sellingPlanGroupCount> a rdf:Property ;
  rdfs:label "selling plan group count" ;
  schema:alternateName "sellingPlanGroupCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/sellingPlanGroupCount> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:int .

# Property: selling plan groups
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/sellingPlanGroups> a rdf:Property ;
  rdfs:label "selling plan groups" ;
  schema:alternateName "sellingPlanGroups" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/sellingPlanGroups> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: selling plan groups count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/sellingPlanGroupsCount> a rdf:Property ;
  rdfs:label "selling plan groups count" ;
  schema:alternateName "sellingPlanGroupsCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/sellingPlanGroupsCount> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: seo
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/seo> a rdf:Property ;
  rdfs:label "seo" ;
  schema:alternateName "seo" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/seo> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: standardized product type
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/standardizedProductType> a rdf:Property ;
  rdfs:label "standardized product type" ;
  schema:alternateName "standardizedProductType" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/standardizedProductType> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: translations
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/translations> a rdf:Property ;
  rdfs:label "translations" ;
  schema:alternateName "translations" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/translations> ;
  rdfs:domain shopify:Product ;
  rdfs:range shopify:Translation .

# Property: unpublished channels
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/unpublishedChannels> a rdf:Property ;
  rdfs:label "unpublished channels" ;
  schema:alternateName "unpublishedChannels" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/unpublishedChannels> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: unpublished publications
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/unpublishedPublications> a rdf:Property ;
  rdfs:label "unpublished publications" ;
  schema:alternateName "unpublishedPublications" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/unpublishedPublications> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: variants count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/variantsCount> a rdf:Property ;
  rdfs:label "variants count" ;
  schema:alternateName "variantsCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/variantsCount> ;
  rdfs:domain shopify:Product ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Variant ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:ProductVariant ;
  rdfs:range xsd:long .

# Property: product
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/product> a rdf:Property ;
  rdfs:label "product" ;
  rdfs:comment "ID of the parent product" ;
  schema:alternateName "product_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/product> ;
  rdfs:domain shopify:ProductVariant ;
  rdfs:range shopify:Product .

# Property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/title> a rdf:Property ;
  rdfs:label "title" ;
  rdfs:comment "Title of the variant" ;
  schema:alternateName "title" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/title> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain shopify:ProductVariant ;
  rdfs:range xsd:string .

# Property: price
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/price> a rdf:Property ;
  rdfs:label "price" ;
  rdfs:comment "Price of the variant" ;
  schema:alternateName "price" ;
  rdfs:subPropertyOf schema:price ;
  rdfs:domain shopify:ProductVariant ;
  rdfs:range xsd:string .

# Property: compare at price
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/compareAtPrice> a rdf:Property ;
  rdfs:label "compare at price" ;
  rdfs:comment "Original price for comparison display" ;
  schema:alternateName "compare_at_price" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/compareAtPrice> ;
  rdfs:domain shopify:ProductVariant ;
  rdfs:range xsd:string .

# Property: sku
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/sku> a rdf:Property ;
  rdfs:label "sku" ;
  rdfs:comment "Stock Keeping Unit identifier" ;
  schema:alternateName "sku" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/sku> ;
  rdfs:subPropertyOf schema:sku ;
  rdfs:domain shopify:ProductVariant ;
  rdfs:range xsd:string .

# Property: position
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/position> a rdf:Property ;
  rdfs:label "position" ;
  rdfs:comment "Position of the variant in the product listing" ;
  schema:alternateName "position" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/position> ;
  rdfs:domain shopify:ProductVariant ;
  rdfs:range xsd:int .

# Property: inventory policy
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/inventoryPolicy> a rdf:Property ;
  rdfs:label "inventory policy" ;
  rdfs:comment "Whether to continue selling when out of stock: deny or continue" ;
  schema:alternateName "inventory_policy" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/inventoryPolicy> ;
  rdfs:domain shopify:ProductVariant ;
  rdfs:range xsd:string .

# Property: fulfillment service
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/fulfillmentService> a rdf:Property ;
  rdfs:label "fulfillment service" ;
  rdfs:comment "Fulfillment service handling the variant" ;
  schema:alternateName "fulfillment_service" ;
  rdfs:domain shopify:ProductVariant ;
  rdfs:range xsd:string .

# Property: inventory management
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/inventoryManagement> a rdf:Property ;
  rdfs:label "inventory management" ;
  rdfs:comment "Inventory tracking service: shopify, null, or fulfillment service handle" ;
  schema:alternateName "inventory_management" ;
  rdfs:domain shopify:ProductVariant ;
  rdfs:range xsd:string .

# Property: option1
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/option1> a rdf:Property ;
  rdfs:label "option1" ;
  rdfs:comment "Value for first product option" ;
  schema:alternateName "option1" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/option1> ;
  rdfs:domain shopify:ProductVariant ;
  rdfs:range xsd:string .

# Property: option2
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/option2> a rdf:Property ;
  rdfs:label "option2" ;
  rdfs:comment "Value for second product option" ;
  schema:alternateName "option2" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/option2> ;
  rdfs:domain shopify:ProductVariant ;
  rdfs:range xsd:string .

# Property: option3
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/option3> a rdf:Property ;
  rdfs:label "option3" ;
  rdfs:comment "Value for third product option" ;
  schema:alternateName "option3" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/option3> ;
  rdfs:domain shopify:ProductVariant ;
  rdfs:range xsd:string .

# Property: taxable
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/taxable> a rdf:Property ;
  rdfs:label "taxable" ;
  rdfs:comment "Whether the variant is taxable" ;
  schema:alternateName "taxable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxable> ;
  rdfs:domain shopify:ProductVariant ;
  rdfs:range xsd:boolean .

# Property: barcode
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/barcode> a rdf:Property ;
  rdfs:label "barcode" ;
  rdfs:comment "Barcode (ISBN, UPC, GTIN, etc.)" ;
  schema:alternateName "barcode" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/barcode> ;
  rdfs:subPropertyOf schema:gtin ;
  rdfs:domain shopify:ProductVariant ;
  rdfs:range xsd:string .

# Property: grams
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/grams> a rdf:Property ;
  rdfs:label "grams" ;
  rdfs:comment "Weight of the variant in grams" ;
  schema:alternateName "grams" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/grams> ;
  rdfs:domain shopify:ProductVariant ;
  rdfs:range xsd:int .

# Property: weight
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/weight> a rdf:Property ;
  rdfs:label "weight" ;
  rdfs:comment "Numerical weight of the variant" ;
  schema:alternateName "weight" ;
  rdfs:domain shopify:ProductVariant ;
  rdfs:range xsd:double .

# Property: weight unit
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/weightUnit> a rdf:Property ;
  rdfs:label "weight unit" ;
  rdfs:comment "Unit of measurement for weight: g, kg, oz, lb" ;
  schema:alternateName "weight_unit" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/weightUnit> ;
  rdfs:domain shopify:ProductVariant ;
  rdfs:range xsd:string .

# Property: inventory item
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/inventoryItem> a rdf:Property ;
  rdfs:label "inventory item" ;
  rdfs:comment "ID of the associated inventory item" ;
  schema:alternateName "inventory_item_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/inventoryItem> ;
  rdfs:domain shopify:ProductVariant ;
  rdfs:range shopify:InventoryItem .

# Property: inventory quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/inventoryQuantity> a rdf:Property ;
  rdfs:label "inventory quantity" ;
  rdfs:comment "Aggregated stock across all locations" ;
  schema:alternateName "inventory_quantity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/inventoryQuantity> ;
  rdfs:domain shopify:ProductVariant ;
  rdfs:range xsd:int .

# Property: old inventory quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/oldInventoryQuantity> a rdf:Property ;
  rdfs:label "old inventory quantity" ;
  rdfs:comment "Previous inventory quantity (deprecated)" ;
  schema:alternateName "old_inventory_quantity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/oldInventoryQuantity> ;
  rdfs:domain shopify:ProductVariant ;
  rdfs:range xsd:int .

# Property: requires shipping
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/requiresShipping> a rdf:Property ;
  rdfs:label "requires shipping" ;
  rdfs:comment "Whether the variant requires shipping" ;
  schema:alternateName "requires_shipping" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/requiresShipping> ;
  rdfs:domain shopify:ProductVariant ;
  rdfs:range xsd:boolean .

# Property: tax code
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/taxCode> a rdf:Property ;
  rdfs:label "tax code" ;
  rdfs:comment "Avalara tax code for the variant" ;
  schema:alternateName "tax_code" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxCode> ;
  rdfs:domain shopify:ProductVariant ;
  rdfs:range xsd:string .

# Property: image
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/image> a rdf:Property ;
  rdfs:label "image" ;
  rdfs:comment "ID of the variant's image" ;
  schema:alternateName "image_id" ;
  rdfs:domain shopify:ProductVariant ;
  rdfs:range shopify:ProductImage .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the variant was created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:ProductVariant ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the variant was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:ProductVariant ;
  rdfs:range xsd:dateTime .

# Property: presentment prices
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/presentmentPrices> a rdf:Property ;
  rdfs:label "presentment prices" ;
  rdfs:comment "Variant prices in presentment currencies" ;
  schema:alternateName "presentment_prices" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/presentmentPrices> ;
  rdfs:domain shopify:ProductVariant ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.ProductVariant/presentmentPrices/Container> .

# Property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/adminGraphqlApiId> a rdf:Property ;
  rdfs:label "admin graphql api id" ;
  rdfs:comment "GraphQL Admin API ID" ;
  schema:alternateName "admin_graphql_api_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adminGraphqlApiId> ;
  rdfs:domain shopify:ProductVariant ;
  rdfs:range xsd:string .

# Property: available for sale
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/availableForSale> a rdf:Property ;
  rdfs:label "available for sale" ;
  schema:alternateName "availableForSale" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/availableForSale> ;
  rdfs:domain shopify:ProductVariant ;
  rdfs:range xsd:boolean .

# Property: default cursor
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/defaultCursor> a rdf:Property ;
  rdfs:label "default cursor" ;
  schema:alternateName "defaultCursor" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/defaultCursor> ;
  rdfs:domain shopify:ProductVariant ;
  rdfs:range xsd:string .

# Property: display name
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/displayName> a rdf:Property ;
  rdfs:label "display name" ;
  schema:alternateName "displayName" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/displayName> ;
  rdfs:domain shopify:ProductVariant ;
  rdfs:range xsd:string .

# Property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/legacyResourceId> a rdf:Property ;
  rdfs:label "legacy resource id" ;
  schema:alternateName "legacyResourceId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/legacyResourceId> ;
  rdfs:domain shopify:ProductVariant ;
  rdfs:range xsd:string .

# Property: requires components
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/requiresComponents> a rdf:Property ;
  rdfs:label "requires components" ;
  schema:alternateName "requiresComponents" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/requiresComponents> ;
  rdfs:domain shopify:ProductVariant ;
  rdfs:range xsd:boolean .

# Property: sellable online quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/sellableOnlineQuantity> a rdf:Property ;
  rdfs:label "sellable online quantity" ;
  schema:alternateName "sellableOnlineQuantity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/sellableOnlineQuantity> ;
  rdfs:domain shopify:ProductVariant ;
  rdfs:range xsd:int .

# Property: selling plan group count
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/sellingPlanGroupCount> a rdf:Property ;
  rdfs:label "selling plan group count" ;
  schema:alternateName "sellingPlanGroupCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/sellingPlanGroupCount> ;
  rdfs:domain shopify:ProductVariant ;
  rdfs:range xsd:int .

# Property: storefront id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/storefrontId> a rdf:Property ;
  rdfs:label "storefront id" ;
  schema:alternateName "storefrontId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/storefrontId> ;
  rdfs:domain shopify:ProductVariant ;
  rdfs:range xsd:string .

# Property: contextual pricing
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/contextualPricing> a rdf:Property ;
  rdfs:label "contextual pricing" ;
  schema:alternateName "contextualPricing" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/contextualPricing> ;
  rdfs:domain shopify:ProductVariant ;
  rdfs:range xsd:string .

# Property: delivery profile
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/deliveryProfile> a rdf:Property ;
  rdfs:label "delivery profile" ;
  schema:alternateName "deliveryProfile" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/deliveryProfile> ;
  rdfs:domain shopify:ProductVariant ;
  rdfs:range xsd:string .

# Property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/events> a rdf:Property ;
  rdfs:label "events" ;
  schema:alternateName "events" ;
  rdfs:domain shopify:ProductVariant ;
  rdfs:range xsd:string .

# Property: media
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/media> a rdf:Property ;
  rdfs:label "media" ;
  schema:alternateName "media" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/media> ;
  rdfs:domain shopify:ProductVariant ;
  rdfs:range xsd:string .

# Property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/metafield> a rdf:Property ;
  rdfs:label "metafield" ;
  schema:alternateName "metafield" ;
  rdfs:domain shopify:ProductVariant ;
  rdfs:range xsd:string .

# Property: metafield definitions
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/metafieldDefinitions> a rdf:Property ;
  rdfs:label "metafield definitions" ;
  schema:alternateName "metafieldDefinitions" ;
  rdfs:domain shopify:ProductVariant ;
  rdfs:range xsd:string .

# Property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/metafields> a rdf:Property ;
  rdfs:label "metafields" ;
  schema:alternateName "metafields" ;
  rdfs:domain shopify:ProductVariant ;
  rdfs:range xsd:string .

# Property: product variant components
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/productVariantComponents> a rdf:Property ;
  rdfs:label "product variant components" ;
  schema:alternateName "productVariantComponents" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/productVariantComponents> ;
  rdfs:domain shopify:ProductVariant ;
  rdfs:range xsd:string .

# Property: selected options
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/selectedOptions> a rdf:Property ;
  rdfs:label "selected options" ;
  schema:alternateName "selectedOptions" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/selectedOptions> ;
  rdfs:domain shopify:ProductVariant ;
  rdfs:range shopify:SelectedOption .

# Property: selling plan groups
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/sellingPlanGroups> a rdf:Property ;
  rdfs:label "selling plan groups" ;
  schema:alternateName "sellingPlanGroups" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/sellingPlanGroups> ;
  rdfs:domain shopify:ProductVariant ;
  rdfs:range xsd:string .

# Property: selling plan groups count
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/sellingPlanGroupsCount> a rdf:Property ;
  rdfs:label "selling plan groups count" ;
  schema:alternateName "sellingPlanGroupsCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/sellingPlanGroupsCount> ;
  rdfs:domain shopify:ProductVariant ;
  rdfs:range xsd:string .

# Property: translations
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/translations> a rdf:Property ;
  rdfs:label "translations" ;
  schema:alternateName "translations" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/translations> ;
  rdfs:domain shopify:ProductVariant ;
  rdfs:range shopify:Translation .

# Property: unit price measurement
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/unitPriceMeasurement> a rdf:Property ;
  rdfs:label "unit price measurement" ;
  schema:alternateName "unitPriceMeasurement" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/unitPriceMeasurement> ;
  rdfs:domain shopify:ProductVariant ;
  rdfs:range xsd:string .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.SelectedOption/name> a rdf:Property ;
  rdfs:label "name" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:domain shopify:SelectedOption ;
  rdfs:range xsd:string .

# Property: option value
<https://relay.inferal.com/ontology/shopify/property/Shopify.SelectedOption/optionValue> a rdf:Property ;
  rdfs:label "option value" ;
  schema:alternateName "optionValue" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/optionValue> ;
  rdfs:domain shopify:SelectedOption ;
  rdfs:range shopify:ProductOptionValue .

# Property: value
<https://relay.inferal.com/ontology/shopify/property/Shopify.SelectedOption/value> a rdf:Property ;
  rdfs:label "value" ;
  schema:alternateName "value" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/value> ;
  rdfs:domain shopify:SelectedOption ;
  rdfs:range xsd:string .

# Property: has variants
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductOptionValue/hasVariants> a rdf:Property ;
  rdfs:label "has variants" ;
  schema:alternateName "hasVariants" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/hasVariants> ;
  rdfs:domain shopify:ProductOptionValue ;
  rdfs:range xsd:boolean .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductOptionValue/id> a rdf:Property ;
  rdfs:label "id" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:ProductOptionValue ;
  rdfs:range xsd:string .

# Property: linked metafield value
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductOptionValue/linkedMetafieldValue> a rdf:Property ;
  rdfs:label "linked metafield value" ;
  schema:alternateName "linkedMetafieldValue" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/linkedMetafieldValue> ;
  rdfs:domain shopify:ProductOptionValue ;
  rdfs:range xsd:string .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductOptionValue/name> a rdf:Property ;
  rdfs:label "name" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:domain shopify:ProductOptionValue ;
  rdfs:range xsd:string .

# Property: swatch
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductOptionValue/swatch> a rdf:Property ;
  rdfs:label "swatch" ;
  schema:alternateName "swatch" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/swatch> ;
  rdfs:domain shopify:ProductOptionValue ;
  rdfs:range xsd:string .

# Property: translations
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductOptionValue/translations> a rdf:Property ;
  rdfs:label "translations" ;
  schema:alternateName "translations" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/translations> ;
  rdfs:domain shopify:ProductOptionValue ;
  rdfs:range shopify:Translation .

# Property: option identifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductOption/optionIdentifier> a rdf:Property ;
  rdfs:label "option identifier" ;
  rdfs:comment "Option ID" ;
  schema:alternateName "id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/optionIdentifier> ;
  rdfs:domain shopify:ProductOption ;
  rdfs:range xsd:long .

# Property: product
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductOption/product> a rdf:Property ;
  rdfs:label "product" ;
  rdfs:comment "ID of the parent product" ;
  schema:alternateName "product_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/product> ;
  rdfs:domain shopify:ProductOption ;
  rdfs:range shopify:Product .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductOption/name> a rdf:Property ;
  rdfs:label "name" ;
  rdfs:comment "Option name (e.g., 'Size', 'Color')" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain shopify:ProductOption ;
  rdfs:range xsd:string .

# Property: position
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductOption/position> a rdf:Property ;
  rdfs:label "position" ;
  rdfs:comment "Position of the option" ;
  schema:alternateName "position" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/position> ;
  rdfs:domain shopify:ProductOption ;
  rdfs:range xsd:int .

# Property: values
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductOption/values> a rdf:Property ;
  rdfs:label "values" ;
  rdfs:comment "Available values for this option" ;
  schema:alternateName "values" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/values> ;
  rdfs:subPropertyOf schema:value ;
  rdfs:domain shopify:ProductOption ;
  rdfs:range xsd:string .

# Property: linked metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductOption/linkedMetafield> a rdf:Property ;
  rdfs:label "linked metafield" ;
  schema:alternateName "linkedMetafield" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/linkedMetafield> ;
  rdfs:domain shopify:ProductOption ;
  rdfs:range xsd:string .

# Property: option values
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductOption/optionValues> a rdf:Property ;
  rdfs:label "option values" ;
  schema:alternateName "optionValues" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/optionValues> ;
  rdfs:domain shopify:ProductOption ;
  rdfs:range shopify:ProductOptionValue .

# Property: translations
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductOption/translations> a rdf:Property ;
  rdfs:label "translations" ;
  schema:alternateName "translations" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/translations> ;
  rdfs:domain shopify:ProductOption ;
  rdfs:range shopify:Translation .

# Property: graphql id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductOption/graphqlId> a rdf:Property ;
  rdfs:label "graphql id" ;
  schema:alternateName "graphqlId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/graphqlId> ;
  rdfs:domain shopify:ProductOption ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductImage/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Image ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:ProductImage ;
  rdfs:range xsd:long .

# Property: product
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductImage/product> a rdf:Property ;
  rdfs:label "product" ;
  rdfs:comment "ID of the parent product" ;
  schema:alternateName "product_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/product> ;
  rdfs:domain shopify:ProductImage ;
  rdfs:range shopify:Product .

# Property: position
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductImage/position> a rdf:Property ;
  rdfs:label "position" ;
  rdfs:comment "Position of the image in the product gallery" ;
  schema:alternateName "position" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/position> ;
  rdfs:domain shopify:ProductImage ;
  rdfs:range xsd:int .

# Property: alt
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductImage/alt> a rdf:Property ;
  rdfs:label "alt" ;
  rdfs:comment "Alternative text for the image" ;
  schema:alternateName "alt" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/alt> ;
  rdfs:subPropertyOf schema:alternateName ;
  rdfs:domain shopify:ProductImage ;
  rdfs:range xsd:string .

# Property: width
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductImage/width> a rdf:Property ;
  rdfs:label "width" ;
  rdfs:comment "Width in pixels" ;
  schema:alternateName "width" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/width> ;
  rdfs:domain shopify:ProductImage ;
  rdfs:range xsd:int .

# Property: height
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductImage/height> a rdf:Property ;
  rdfs:label "height" ;
  rdfs:comment "Height in pixels" ;
  schema:alternateName "height" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/height> ;
  rdfs:domain shopify:ProductImage ;
  rdfs:range xsd:int .

# Property: src
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductImage/src> a rdf:Property ;
  rdfs:label "src" ;
  rdfs:comment "Source URL of the image" ;
  schema:alternateName "src" ;
  rdfs:subPropertyOf schema:contentUrl ;
  rdfs:domain shopify:ProductImage ;
  rdfs:range xsd:anyURI .

# Property: variants
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductImage/variants> a rdf:Property ;
  rdfs:label "variants" ;
  rdfs:comment "Variant IDs associated with this image" ;
  schema:alternateName "variant_ids" ;
  rdfs:domain shopify:ProductImage ;
  rdfs:range shopify:ProductVariant .

# Property: attachment
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductImage/attachment> a rdf:Property ;
  rdfs:label "attachment" ;
  rdfs:comment "Base64-encoded image data (write-only, for creation)" ;
  schema:alternateName "attachment" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/attachment> ;
  rdfs:domain shopify:ProductImage ;
  rdfs:range xsd:string .

# Property: filename
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductImage/filename> a rdf:Property ;
  rdfs:label "filename" ;
  rdfs:comment "Filename for the image (used with attachment)" ;
  schema:alternateName "filename" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/filename> ;
  rdfs:domain shopify:ProductImage ;
  rdfs:range xsd:string .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductImage/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the image was created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:ProductImage ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductImage/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the image was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:domain shopify:ProductImage ;
  rdfs:range xsd:dateTime .

# Property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductImage/adminGraphqlApiId> a rdf:Property ;
  rdfs:label "admin graphql api id" ;
  rdfs:comment "GraphQL Admin API ID" ;
  schema:alternateName "admin_graphql_api_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adminGraphqlApiId> ;
  rdfs:domain shopify:ProductImage ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Inventory item ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:InventoryItem ;
  rdfs:range xsd:long .

# Property: sku
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/sku> a rdf:Property ;
  rdfs:label "sku" ;
  rdfs:comment "Stock Keeping Unit" ;
  schema:alternateName "sku" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/sku> ;
  rdfs:subPropertyOf schema:sku ;
  rdfs:domain shopify:InventoryItem ;
  rdfs:range xsd:string .

# Property: cost
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/cost> a rdf:Property ;
  rdfs:label "cost" ;
  rdfs:comment "Unit cost of the item" ;
  schema:alternateName "cost" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/cost> ;
  rdfs:domain shopify:InventoryItem ;
  rdfs:range xsd:string .

# Property: country code of origin
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/countryCodeOfOrigin> a rdf:Property ;
  rdfs:label "country code of origin" ;
  rdfs:comment "Two-letter ISO 3166-1 country code of origin" ;
  schema:alternateName "country_code_of_origin" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/countryCodeOfOrigin> ;
  rdfs:domain shopify:InventoryItem ;
  rdfs:range xsd:string .

# Property: province code of origin
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/provinceCodeOfOrigin> a rdf:Property ;
  rdfs:label "province code of origin" ;
  rdfs:comment "Province code of origin" ;
  schema:alternateName "province_code_of_origin" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/provinceCodeOfOrigin> ;
  rdfs:domain shopify:InventoryItem ;
  rdfs:range xsd:string .

# Property: harmonized system code
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/harmonizedSystemCode> a rdf:Property ;
  rdfs:label "harmonized system code" ;
  rdfs:comment "Harmonized System code for customs" ;
  schema:alternateName "harmonized_system_code" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/harmonizedSystemCode> ;
  rdfs:domain shopify:InventoryItem ;
  rdfs:range xsd:string .

# Property: tracked
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/tracked> a rdf:Property ;
  rdfs:label "tracked" ;
  rdfs:comment "Whether inventory quantities are tracked" ;
  schema:alternateName "tracked" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/tracked> ;
  rdfs:domain shopify:InventoryItem ;
  rdfs:range xsd:boolean .

# Property: requires shipping
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/requiresShipping> a rdf:Property ;
  rdfs:label "requires shipping" ;
  rdfs:comment "Whether the item requires shipping" ;
  schema:alternateName "requires_shipping" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/requiresShipping> ;
  rdfs:domain shopify:InventoryItem ;
  rdfs:range xsd:boolean .

# Property: country harmonized system codes
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/countryHarmonizedSystemCodes> a rdf:Property ;
  rdfs:label "country harmonized system codes" ;
  rdfs:comment "Country-specific harmonized system codes" ;
  schema:alternateName "country_harmonized_system_codes" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/countryHarmonizedSystemCodes> ;
  rdfs:domain shopify:InventoryItem ;
  rdfs:range shopify:CountryHarmonizedSystemCode .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the item was created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:InventoryItem ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the item was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:InventoryItem ;
  rdfs:range xsd:dateTime .

# Property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/adminGraphqlApiId> a rdf:Property ;
  rdfs:label "admin graphql api id" ;
  rdfs:comment "GraphQL Admin API ID" ;
  schema:alternateName "admin_graphql_api_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adminGraphqlApiId> ;
  rdfs:domain shopify:InventoryItem ;
  rdfs:range xsd:string .

# Property: duplicate sku count
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/duplicateSkuCount> a rdf:Property ;
  rdfs:label "duplicate sku count" ;
  schema:alternateName "duplicateSkuCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/duplicateSkuCount> ;
  rdfs:domain shopify:InventoryItem ;
  rdfs:range xsd:int .

# Property: inventory history url
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/inventoryHistoryUrl> a rdf:Property ;
  rdfs:label "inventory history url" ;
  schema:alternateName "inventoryHistoryUrl" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/inventoryHistoryUrl> ;
  rdfs:domain shopify:InventoryItem ;
  rdfs:range xsd:anyURI .

# Property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/legacyResourceId> a rdf:Property ;
  rdfs:label "legacy resource id" ;
  schema:alternateName "legacyResourceId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/legacyResourceId> ;
  rdfs:domain shopify:InventoryItem ;
  rdfs:range xsd:string .

# Property: inventory level
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/inventoryLevel> a rdf:Property ;
  rdfs:label "inventory level" ;
  schema:alternateName "inventoryLevel" ;
  rdfs:domain shopify:InventoryItem ;
  rdfs:range xsd:string .

# Property: inventory levels
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/inventoryLevels> a rdf:Property ;
  rdfs:label "inventory levels" ;
  schema:alternateName "inventoryLevels" ;
  rdfs:domain shopify:InventoryItem ;
  rdfs:range xsd:string .

# Property: locations count
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/locationsCount> a rdf:Property ;
  rdfs:label "locations count" ;
  schema:alternateName "locationsCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/locationsCount> ;
  rdfs:domain shopify:InventoryItem ;
  rdfs:range xsd:string .

# Property: measurement
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/measurement> a rdf:Property ;
  rdfs:label "measurement" ;
  schema:alternateName "measurement" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/measurement> ;
  rdfs:domain shopify:InventoryItem ;
  rdfs:range xsd:string .

# Property: tracked editable
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/trackedEditable> a rdf:Property ;
  rdfs:label "tracked editable" ;
  schema:alternateName "trackedEditable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/trackedEditable> ;
  rdfs:domain shopify:InventoryItem ;
  rdfs:range xsd:string .

# Property: unit cost
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/unitCost> a rdf:Property ;
  rdfs:label "unit cost" ;
  schema:alternateName "unitCost" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/unitCost> ;
  rdfs:domain shopify:InventoryItem ;
  rdfs:range xsd:string .

# Property: variant
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/variant> a rdf:Property ;
  rdfs:label "variant" ;
  schema:alternateName "variant" ;
  rdfs:domain shopify:InventoryItem ;
  rdfs:range xsd:string .

# Property: harmonized system code
<https://relay.inferal.com/ontology/shopify/property/Shopify.CountryHarmonizedSystemCode/harmonizedSystemCode> a rdf:Property ;
  rdfs:label "harmonized system code" ;
  rdfs:comment "Harmonized system code" ;
  schema:alternateName "harmonized_system_code" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/harmonizedSystemCode> ;
  rdfs:domain shopify:CountryHarmonizedSystemCode ;
  rdfs:range xsd:string .

# Property: country code
<https://relay.inferal.com/ontology/shopify/property/Shopify.CountryHarmonizedSystemCode/countryCode> a rdf:Property ;
  rdfs:label "country code" ;
  rdfs:comment "Two-letter ISO 3166-1 country code" ;
  schema:alternateName "country_code" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/countryCode> ;
  rdfs:domain shopify:CountryHarmonizedSystemCode ;
  rdfs:range xsd:string .

# Property: product taxonomy node
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductCategory/productTaxonomyNode> a rdf:Property ;
  rdfs:label "product taxonomy node" ;
  schema:alternateName "productTaxonomyNode" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/productTaxonomyNode> ;
  rdfs:domain shopify:ProductCategory ;
  rdfs:range xsd:string .

# Property: ancestor ids
<https://relay.inferal.com/ontology/shopify/property/Shopify.TaxonomyCategory/ancestorIds> a rdf:Property ;
  rdfs:label "ancestor ids" ;
  schema:alternateName "ancestorIds" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/ancestorIds> ;
  rdfs:domain shopify:TaxonomyCategory ;
  rdfs:range xsd:string .

# Property: attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.TaxonomyCategory/attributes> a rdf:Property ;
  rdfs:label "attributes" ;
  schema:alternateName "attributes" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/attributes> ;
  rdfs:domain shopify:TaxonomyCategory ;
  rdfs:range xsd:string .

# Property: children ids
<https://relay.inferal.com/ontology/shopify/property/Shopify.TaxonomyCategory/childrenIds> a rdf:Property ;
  rdfs:label "children ids" ;
  schema:alternateName "childrenIds" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/childrenIds> ;
  rdfs:domain shopify:TaxonomyCategory ;
  rdfs:range xsd:string .

# Property: full name
<https://relay.inferal.com/ontology/shopify/property/Shopify.TaxonomyCategory/fullName> a rdf:Property ;
  rdfs:label "full name" ;
  schema:alternateName "fullName" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/fullName> ;
  rdfs:domain shopify:TaxonomyCategory ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.TaxonomyCategory/id> a rdf:Property ;
  rdfs:label "id" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:TaxonomyCategory ;
  rdfs:range xsd:string .

# Property: is archived
<https://relay.inferal.com/ontology/shopify/property/Shopify.TaxonomyCategory/isArchived> a rdf:Property ;
  rdfs:label "is archived" ;
  schema:alternateName "isArchived" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/isArchived> ;
  rdfs:domain shopify:TaxonomyCategory ;
  rdfs:range xsd:boolean .

# Property: is leaf
<https://relay.inferal.com/ontology/shopify/property/Shopify.TaxonomyCategory/isLeaf> a rdf:Property ;
  rdfs:label "is leaf" ;
  schema:alternateName "isLeaf" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/isLeaf> ;
  rdfs:domain shopify:TaxonomyCategory ;
  rdfs:range xsd:boolean .

# Property: is root
<https://relay.inferal.com/ontology/shopify/property/Shopify.TaxonomyCategory/isRoot> a rdf:Property ;
  rdfs:label "is root" ;
  schema:alternateName "isRoot" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/isRoot> ;
  rdfs:domain shopify:TaxonomyCategory ;
  rdfs:range xsd:boolean .

# Property: level
<https://relay.inferal.com/ontology/shopify/property/Shopify.TaxonomyCategory/level> a rdf:Property ;
  rdfs:label "level" ;
  schema:alternateName "level" ;
  rdfs:domain shopify:TaxonomyCategory ;
  rdfs:range xsd:int .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.TaxonomyCategory/name> a rdf:Property ;
  rdfs:label "name" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:domain shopify:TaxonomyCategory ;
  rdfs:range xsd:string .

# Property: parent id
<https://relay.inferal.com/ontology/shopify/property/Shopify.TaxonomyCategory/parentId> a rdf:Property ;
  rdfs:label "parent id" ;
  schema:alternateName "parentId" ;
  rdfs:domain shopify:TaxonomyCategory ;
  rdfs:range xsd:string .

# Property: price
<https://relay.inferal.com/ontology/shopify/property/Shopify.TaxLine/price> a rdf:Property ;
  rdfs:label "price" ;
  rdfs:comment "Amount of tax charged" ;
  schema:alternateName "price" ;
  rdfs:domain shopify:TaxLine ;
  rdfs:range xsd:string .

# Property: rate
<https://relay.inferal.com/ontology/shopify/property/Shopify.TaxLine/rate> a rdf:Property ;
  rdfs:label "rate" ;
  rdfs:comment "Tax rate applied" ;
  schema:alternateName "rate" ;
  rdfs:domain shopify:TaxLine ;
  rdfs:range xsd:double .

# Property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.TaxLine/title> a rdf:Property ;
  rdfs:label "title" ;
  rdfs:comment "Name of the tax" ;
  schema:alternateName "title" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/title> ;
  rdfs:domain shopify:TaxLine ;
  rdfs:range xsd:string .

# Property: price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.TaxLine/priceSet> a rdf:Property ;
  rdfs:label "price set" ;
  rdfs:comment "Tax amount in shop and presentment currencies" ;
  schema:alternateName "price_set" ;
  rdfs:domain shopify:TaxLine ;
  rdfs:range shopify:PriceSet .

# Property: channel liable
<https://relay.inferal.com/ontology/shopify/property/Shopify.TaxLine/channelLiable> a rdf:Property ;
  rdfs:label "channel liable" ;
  rdfs:comment "Whether the channel that submitted the tax is liable for remitting" ;
  schema:alternateName "channel_liable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/channelLiable> ;
  rdfs:domain shopify:TaxLine ;
  rdfs:range xsd:boolean .

# Property: rate percentage
<https://relay.inferal.com/ontology/shopify/property/Shopify.TaxLine/ratePercentage> a rdf:Property ;
  rdfs:label "rate percentage" ;
  schema:alternateName "ratePercentage" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/ratePercentage> ;
  rdfs:domain shopify:TaxLine ;
  rdfs:range xsd:double .

# Property: source
<https://relay.inferal.com/ontology/shopify/property/Shopify.TaxLine/source> a rdf:Property ;
  rdfs:label "source" ;
  schema:alternateName "source" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/source> ;
  rdfs:domain shopify:TaxLine ;
  rdfs:range xsd:string .

# Property: code
<https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountCode/code> a rdf:Property ;
  rdfs:label "code" ;
  rdfs:comment "The discount code" ;
  schema:alternateName "code" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/code> ;
  rdfs:domain shopify:DiscountCode ;
  rdfs:range xsd:string .

# Property: amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountCode/amount> a rdf:Property ;
  rdfs:label "amount" ;
  rdfs:comment "The amount of the discount" ;
  schema:alternateName "amount" ;
  rdfs:domain shopify:DiscountCode ;
  rdfs:range xsd:string .

# Property: type
<https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountCode/type> a rdf:Property ;
  rdfs:label "type" ;
  rdfs:comment "The type of discount: fixed_amount, percentage, or shipping" ;
  schema:alternateName "type" ;
  rdfs:domain shopify:DiscountCode ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Shipping line ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:ShippingLine ;
  rdfs:range xsd:long .

# Property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/title> a rdf:Property ;
  rdfs:label "title" ;
  rdfs:comment "Title of the shipping method" ;
  schema:alternateName "title" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/title> ;
  rdfs:domain shopify:ShippingLine ;
  rdfs:range xsd:string .

# Property: price
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/price> a rdf:Property ;
  rdfs:label "price" ;
  rdfs:comment "Price of the shipping method" ;
  schema:alternateName "price" ;
  rdfs:domain shopify:ShippingLine ;
  rdfs:range xsd:string .

# Property: code
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/code> a rdf:Property ;
  rdfs:label "code" ;
  rdfs:comment "Reference to the shipping method" ;
  schema:alternateName "code" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/code> ;
  rdfs:domain shopify:ShippingLine ;
  rdfs:range xsd:string .

# Property: source
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/source> a rdf:Property ;
  rdfs:label "source" ;
  rdfs:comment "Source of the shipping method" ;
  schema:alternateName "source" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/source> ;
  rdfs:domain shopify:ShippingLine ;
  rdfs:range xsd:string .

# Property: discounted price
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/discountedPrice> a rdf:Property ;
  rdfs:label "discounted price" ;
  rdfs:comment "Discounted price of the shipping method" ;
  schema:alternateName "discounted_price" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/discountedPrice> ;
  rdfs:domain shopify:ShippingLine ;
  rdfs:range xsd:string .

# Property: carrier identifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/carrierIdentifier> a rdf:Property ;
  rdfs:label "carrier identifier" ;
  rdfs:comment "Reference to the carrier service providing the rate" ;
  schema:alternateName "carrier_identifier" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/carrierIdentifier> ;
  rdfs:domain shopify:ShippingLine ;
  rdfs:range xsd:string .

# Property: tax lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/taxLines> a rdf:Property ;
  rdfs:label "tax lines" ;
  rdfs:comment "Tax lines applied to the shipping line" ;
  schema:alternateName "tax_lines" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxLines> ;
  rdfs:domain shopify:ShippingLine ;
  rdfs:range shopify:TaxLine .

# Property: price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/priceSet> a rdf:Property ;
  rdfs:label "price set" ;
  rdfs:comment "Shipping price in shop and presentment currencies" ;
  schema:alternateName "price_set" ;
  rdfs:domain shopify:ShippingLine ;
  rdfs:range shopify:PriceSet .

# Property: discounted price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/discountedPriceSet> a rdf:Property ;
  rdfs:label "discounted price set" ;
  rdfs:comment "Discounted shipping price in shop and presentment currencies" ;
  schema:alternateName "discounted_price_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/discountedPriceSet> ;
  rdfs:domain shopify:ShippingLine ;
  rdfs:range shopify:PriceSet .

# Property: discount allocations
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/discountAllocations> a rdf:Property ;
  rdfs:label "discount allocations" ;
  rdfs:comment "Discount allocations applied to the shipping line" ;
  schema:alternateName "discount_allocations" ;
  rdfs:domain shopify:ShippingLine ;
  rdfs:range shopify:DiscountAllocation .

# Property: custom
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/custom> a rdf:Property ;
  rdfs:label "custom" ;
  schema:alternateName "custom" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/custom> ;
  rdfs:domain shopify:ShippingLine ;
  rdfs:range xsd:boolean .

# Property: delivery category
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/deliveryCategory> a rdf:Property ;
  rdfs:label "delivery category" ;
  schema:alternateName "deliveryCategory" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/deliveryCategory> ;
  rdfs:domain shopify:ShippingLine ;
  rdfs:range xsd:string .

# Property: is removed
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/isRemoved> a rdf:Property ;
  rdfs:label "is removed" ;
  schema:alternateName "isRemoved" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/isRemoved> ;
  rdfs:domain shopify:ShippingLine ;
  rdfs:range xsd:boolean .

# Property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/phone> a rdf:Property ;
  rdfs:label "phone" ;
  schema:alternateName "phone" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/phone> ;
  rdfs:domain shopify:ShippingLine ;
  rdfs:range xsd:string .

# Property: shipping rate handle
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/shippingRateHandle> a rdf:Property ;
  rdfs:label "shipping rate handle" ;
  schema:alternateName "shippingRateHandle" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/shippingRateHandle> ;
  rdfs:domain shopify:ShippingLine ;
  rdfs:range xsd:string .

# Property: current discounted price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/currentDiscountedPriceSet> a rdf:Property ;
  rdfs:label "current discounted price set" ;
  schema:alternateName "currentDiscountedPriceSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentDiscountedPriceSet> ;
  rdfs:domain shopify:ShippingLine ;
  rdfs:range xsd:string .

# Property: original price
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/originalPrice> a rdf:Property ;
  rdfs:label "original price" ;
  schema:alternateName "originalPrice" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/originalPrice> ;
  rdfs:domain shopify:ShippingLine ;
  rdfs:range xsd:string .

# Property: original price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/originalPriceSet> a rdf:Property ;
  rdfs:label "original price set" ;
  schema:alternateName "originalPriceSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/originalPriceSet> ;
  rdfs:domain shopify:ShippingLine ;
  rdfs:range xsd:string .

# Property: requested fulfillment service
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/requestedFulfillmentService> a rdf:Property ;
  rdfs:label "requested fulfillment service" ;
  schema:alternateName "requestedFulfillmentService" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/requestedFulfillmentService> ;
  rdfs:domain shopify:ShippingLine ;
  rdfs:range xsd:string .

# Property: amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountAllocation/amount> a rdf:Property ;
  rdfs:label "amount" ;
  rdfs:comment "The discount amount allocated to the line item" ;
  schema:alternateName "amount" ;
  rdfs:domain shopify:DiscountAllocation ;
  rdfs:range xsd:string .

# Property: discount application index
<https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountAllocation/discountApplicationIndex> a rdf:Property ;
  rdfs:label "discount application index" ;
  rdfs:comment "Index of the associated discount application" ;
  schema:alternateName "discount_application_index" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/discountApplicationIndex> ;
  rdfs:domain shopify:DiscountAllocation ;
  rdfs:range xsd:int .

# Property: allocated amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountAllocation/allocatedAmount> a rdf:Property ;
  rdfs:label "allocated amount" ;
  schema:alternateName "allocatedAmount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/allocatedAmount> ;
  rdfs:domain shopify:DiscountAllocation ;
  rdfs:range xsd:string .

# Property: allocated amount set
<https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountAllocation/allocatedAmountSet> a rdf:Property ;
  rdfs:label "allocated amount set" ;
  schema:alternateName "allocatedAmountSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/allocatedAmountSet> ;
  rdfs:domain shopify:DiscountAllocation ;
  rdfs:range xsd:string .

# Property: discount application
<https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountAllocation/discountApplication> a rdf:Property ;
  rdfs:label "discount application" ;
  schema:alternateName "discountApplication" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/discountApplication> ;
  rdfs:domain shopify:DiscountAllocation ;
  rdfs:range xsd:string .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.NoteAttribute/name> a rdf:Property ;
  rdfs:label "name" ;
  rdfs:comment "Attribute name" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:domain shopify:NoteAttribute ;
  rdfs:range xsd:string .

# Property: value
<https://relay.inferal.com/ontology/shopify/property/Shopify.NoteAttribute/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:comment "Attribute value" ;
  schema:alternateName "value" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/value> ;
  rdfs:domain shopify:NoteAttribute ;
  rdfs:range xsd:string .

# Property: type
<https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountApplication/type> a rdf:Property ;
  rdfs:label "type" ;
  rdfs:comment "Type of discount: manual, script, discount_code" ;
  schema:alternateName "type" ;
  rdfs:domain shopify:DiscountApplication ;
  rdfs:range xsd:string .

# Property: value
<https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountApplication/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:comment "Discount value" ;
  schema:alternateName "value" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/value> ;
  rdfs:domain shopify:DiscountApplication ;
  rdfs:range xsd:string .

# Property: value type
<https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountApplication/valueType> a rdf:Property ;
  rdfs:label "value type" ;
  rdfs:comment "Type of the discount value: fixed_amount or percentage" ;
  schema:alternateName "value_type" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/valueType> ;
  rdfs:domain shopify:DiscountApplication ;
  rdfs:range xsd:string .

# Property: allocation method
<https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountApplication/allocationMethod> a rdf:Property ;
  rdfs:label "allocation method" ;
  rdfs:comment "How the discount is allocated: across or each" ;
  schema:alternateName "allocation_method" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/allocationMethod> ;
  rdfs:domain shopify:DiscountApplication ;
  rdfs:range xsd:string .

# Property: target selection
<https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountApplication/targetSelection> a rdf:Property ;
  rdfs:label "target selection" ;
  rdfs:comment "Which items the discount targets: all or entitled" ;
  schema:alternateName "target_selection" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/targetSelection> ;
  rdfs:domain shopify:DiscountApplication ;
  rdfs:range xsd:string .

# Property: target type
<https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountApplication/targetType> a rdf:Property ;
  rdfs:label "target type" ;
  rdfs:comment "Target type: line_item or shipping_line" ;
  schema:alternateName "target_type" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/targetType> ;
  rdfs:domain shopify:DiscountApplication ;
  rdfs:range xsd:string .

# Property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountApplication/title> a rdf:Property ;
  rdfs:label "title" ;
  rdfs:comment "Title of the discount" ;
  schema:alternateName "title" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/title> ;
  rdfs:domain shopify:DiscountApplication ;
  rdfs:range xsd:string .

# Property: description
<https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountApplication/description> a rdf:Property ;
  rdfs:label "description" ;
  rdfs:comment "Description of the discount" ;
  schema:alternateName "description" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/description> ;
  rdfs:domain shopify:DiscountApplication ;
  rdfs:range xsd:string .

# Property: code
<https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountApplication/code> a rdf:Property ;
  rdfs:label "code" ;
  rdfs:comment "Discount code (for discount_code type)" ;
  schema:alternateName "code" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/code> ;
  rdfs:domain shopify:DiscountApplication ;
  rdfs:range xsd:string .

# Property: index
<https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountApplication/index> a rdf:Property ;
  rdfs:label "index" ;
  schema:alternateName "index" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/index> ;
  rdfs:domain shopify:DiscountApplication ;
  rdfs:range xsd:int .

# Property: browser ip
<https://relay.inferal.com/ontology/shopify/property/Shopify.ClientDetails/browserIp> a rdf:Property ;
  rdfs:label "browser ip" ;
  rdfs:comment "IP address of the browser" ;
  schema:alternateName "browser_ip" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/browserIp> ;
  rdfs:domain shopify:ClientDetails ;
  rdfs:range xsd:string .

# Property: accept language
<https://relay.inferal.com/ontology/shopify/property/Shopify.ClientDetails/acceptLanguage> a rdf:Property ;
  rdfs:label "accept language" ;
  rdfs:comment "Languages and locales accepted by the browser" ;
  schema:alternateName "accept_language" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/acceptLanguage> ;
  rdfs:domain shopify:ClientDetails ;
  rdfs:range xsd:string .

# Property: user agent
<https://relay.inferal.com/ontology/shopify/property/Shopify.ClientDetails/userAgent> a rdf:Property ;
  rdfs:label "user agent" ;
  rdfs:comment "Browser user agent string" ;
  schema:alternateName "user_agent" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/userAgent> ;
  rdfs:domain shopify:ClientDetails ;
  rdfs:range xsd:string .

# Property: session hash
<https://relay.inferal.com/ontology/shopify/property/Shopify.ClientDetails/sessionHash> a rdf:Property ;
  rdfs:label "session hash" ;
  rdfs:comment "Hash of the session" ;
  schema:alternateName "session_hash" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/sessionHash> ;
  rdfs:domain shopify:ClientDetails ;
  rdfs:range xsd:string .

# Property: browser width
<https://relay.inferal.com/ontology/shopify/property/Shopify.ClientDetails/browserWidth> a rdf:Property ;
  rdfs:label "browser width" ;
  rdfs:comment "Width of the browser window in pixels" ;
  schema:alternateName "browser_width" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/browserWidth> ;
  rdfs:domain shopify:ClientDetails ;
  rdfs:range xsd:int .

# Property: browser height
<https://relay.inferal.com/ontology/shopify/property/Shopify.ClientDetails/browserHeight> a rdf:Property ;
  rdfs:label "browser height" ;
  rdfs:comment "Height of the browser window in pixels" ;
  schema:alternateName "browser_height" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/browserHeight> ;
  rdfs:domain shopify:ClientDetails ;
  rdfs:range xsd:int .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Line item ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range xsd:long .

# Property: variant
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/variant> a rdf:Property ;
  rdfs:label "variant" ;
  rdfs:comment "ID of the product variant" ;
  schema:alternateName "variant_id" ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range shopify:ProductVariant .

# Property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/title> a rdf:Property ;
  rdfs:label "title" ;
  rdfs:comment "Title of the product" ;
  schema:alternateName "title" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/title> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range xsd:string .

# Property: quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/quantity> a rdf:Property ;
  rdfs:label "quantity" ;
  rdfs:comment "Quantity of the item ordered" ;
  schema:alternateName "quantity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/quantity> ;
  rdfs:subPropertyOf schema:orderQuantity ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range xsd:int .

# Property: price
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/price> a rdf:Property ;
  rdfs:label "price" ;
  rdfs:comment "Price of the item before discounts" ;
  schema:alternateName "price" ;
  rdfs:subPropertyOf schema:price ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range xsd:string .

# Property: sku
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/sku> a rdf:Property ;
  rdfs:label "sku" ;
  rdfs:comment "Stock Keeping Unit of the variant" ;
  schema:alternateName "sku" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/sku> ;
  rdfs:subPropertyOf schema:sku ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range xsd:string .

# Property: vendor
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/vendor> a rdf:Property ;
  rdfs:label "vendor" ;
  rdfs:comment "Name of the item vendor" ;
  schema:alternateName "vendor" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/vendor> ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range xsd:string .

# Property: fulfillment service
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/fulfillmentService> a rdf:Property ;
  rdfs:label "fulfillment service" ;
  rdfs:comment "Service provider responsible for fulfillment" ;
  schema:alternateName "fulfillment_service" ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range xsd:string .

# Property: product
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/product> a rdf:Property ;
  rdfs:label "product" ;
  rdfs:comment "ID of the product" ;
  schema:alternateName "product_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/product> ;
  rdfs:subPropertyOf schema:orderedItem ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range shopify:Product .

# Property: requires shipping
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/requiresShipping> a rdf:Property ;
  rdfs:label "requires shipping" ;
  rdfs:comment "Whether the item requires shipping" ;
  schema:alternateName "requires_shipping" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/requiresShipping> ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range xsd:boolean .

# Property: taxable
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/taxable> a rdf:Property ;
  rdfs:label "taxable" ;
  rdfs:comment "Whether the item is taxable" ;
  schema:alternateName "taxable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxable> ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range xsd:boolean .

# Property: gift card
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/giftCard> a rdf:Property ;
  rdfs:label "gift card" ;
  rdfs:comment "Whether the item is a gift card" ;
  schema:alternateName "gift_card" ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range xsd:boolean .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/name> a rdf:Property ;
  rdfs:label "name" ;
  rdfs:comment "Name of the product variant" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range xsd:string .

# Property: variant title
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/variantTitle> a rdf:Property ;
  rdfs:label "variant title" ;
  rdfs:comment "Title of the product variant" ;
  schema:alternateName "variant_title" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/variantTitle> ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range xsd:string .

# Property: properties
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/properties> a rdf:Property ;
  rdfs:label "properties" ;
  rdfs:comment "Custom properties for the line item" ;
  schema:alternateName "properties" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/properties> ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range shopify:NoteAttribute .

# Property: fulfillable quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/fulfillableQuantity> a rdf:Property ;
  rdfs:label "fulfillable quantity" ;
  rdfs:comment "Quantity that can be fulfilled" ;
  schema:alternateName "fulfillable_quantity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/fulfillableQuantity> ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range xsd:int .

# Property: fulfillment status
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/fulfillmentStatus> a rdf:Property ;
  rdfs:label "fulfillment status" ;
  rdfs:comment "Fulfillment status of the line item" ;
  schema:alternateName "fulfillment_status" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/fulfillmentStatus> ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range xsd:string .

# Property: tax lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/taxLines> a rdf:Property ;
  rdfs:label "tax lines" ;
  rdfs:comment "Tax lines applied to the line item" ;
  schema:alternateName "tax_lines" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxLines> ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range shopify:TaxLine .

# Property: discount allocations
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/discountAllocations> a rdf:Property ;
  rdfs:label "discount allocations" ;
  rdfs:comment "Discount allocations applied to the line item" ;
  schema:alternateName "discount_allocations" ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range shopify:DiscountAllocation .

# Property: total discount
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/totalDiscount> a rdf:Property ;
  rdfs:label "total discount" ;
  rdfs:comment "Total discount amount applied to the line item" ;
  schema:alternateName "total_discount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalDiscount> ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range xsd:string .

# Property: grams
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/grams> a rdf:Property ;
  rdfs:label "grams" ;
  rdfs:comment "Weight of the item in grams" ;
  schema:alternateName "grams" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/grams> ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range xsd:int .

# Property: current quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/currentQuantity> a rdf:Property ;
  rdfs:label "current quantity" ;
  rdfs:comment "Quantity after refunds" ;
  schema:alternateName "current_quantity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentQuantity> ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range xsd:int .

# Property: price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/priceSet> a rdf:Property ;
  rdfs:label "price set" ;
  rdfs:comment "Price in shop and presentment currencies" ;
  schema:alternateName "price_set" ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range shopify:PriceSet .

# Property: total discount set
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/totalDiscountSet> a rdf:Property ;
  rdfs:label "total discount set" ;
  rdfs:comment "Total discount in shop and presentment currencies" ;
  schema:alternateName "total_discount_set" ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range shopify:PriceSet .

# Property: graphql id
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/graphqlId> a rdf:Property ;
  rdfs:label "graphql id" ;
  schema:alternateName "graphqlId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/graphqlId> ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range xsd:string .

# Property: can restock
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/canRestock> a rdf:Property ;
  rdfs:label "can restock" ;
  schema:alternateName "canRestock" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/canRestock> ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range xsd:boolean .

# Property: contract
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/contract> a rdf:Property ;
  rdfs:label "contract" ;
  schema:alternateName "contract" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/contract> ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range xsd:string .

# Property: custom attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/customAttributes> a rdf:Property ;
  rdfs:label "custom attributes" ;
  schema:alternateName "customAttributes" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customAttributes> ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range shopify:Attribute .

# Property: discounted total
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/discountedTotal> a rdf:Property ;
  rdfs:label "discounted total" ;
  schema:alternateName "discountedTotal" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/discountedTotal> ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range xsd:string .

# Property: discounted total set
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/discountedTotalSet> a rdf:Property ;
  rdfs:label "discounted total set" ;
  schema:alternateName "discountedTotalSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/discountedTotalSet> ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range xsd:string .

# Property: discounted unit price
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/discountedUnitPrice> a rdf:Property ;
  rdfs:label "discounted unit price" ;
  schema:alternateName "discountedUnitPrice" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/discountedUnitPrice> ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range xsd:string .

# Property: discounted unit price after all discounts set
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/discountedUnitPriceAfterAllDiscountsSet> a rdf:Property ;
  rdfs:label "discounted unit price after all discounts set" ;
  schema:alternateName "discountedUnitPriceAfterAllDiscountsSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/discountedUnitPriceAfterAllDiscountsSet> ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range xsd:string .

# Property: discounted unit price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/discountedUnitPriceSet> a rdf:Property ;
  rdfs:label "discounted unit price set" ;
  schema:alternateName "discountedUnitPriceSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/discountedUnitPriceSet> ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range xsd:string .

# Property: duties
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/duties> a rdf:Property ;
  rdfs:label "duties" ;
  schema:alternateName "duties" ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range shopify:Duty .

# Property: image
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/image> a rdf:Property ;
  rdfs:label "image" ;
  schema:alternateName "image" ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range xsd:string .

# Property: is gift card
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/isGiftCard> a rdf:Property ;
  rdfs:label "is gift card" ;
  schema:alternateName "isGiftCard" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/isGiftCard> ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range xsd:boolean .

# Property: line item group
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/lineItemGroup> a rdf:Property ;
  rdfs:label "line item group" ;
  schema:alternateName "lineItemGroup" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/lineItemGroup> ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range xsd:string .

# Property: merchant editable
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/merchantEditable> a rdf:Property ;
  rdfs:label "merchant editable" ;
  schema:alternateName "merchantEditable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/merchantEditable> ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range xsd:boolean .

# Property: non fulfillable quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/nonFulfillableQuantity> a rdf:Property ;
  rdfs:label "non fulfillable quantity" ;
  schema:alternateName "nonFulfillableQuantity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/nonFulfillableQuantity> ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range xsd:int .

# Property: original total
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/originalTotal> a rdf:Property ;
  rdfs:label "original total" ;
  schema:alternateName "originalTotal" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/originalTotal> ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range xsd:string .

# Property: original total set
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/originalTotalSet> a rdf:Property ;
  rdfs:label "original total set" ;
  schema:alternateName "originalTotalSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/originalTotalSet> ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range xsd:string .

# Property: original unit price
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/originalUnitPrice> a rdf:Property ;
  rdfs:label "original unit price" ;
  schema:alternateName "originalUnitPrice" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/originalUnitPrice> ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range xsd:string .

# Property: original unit price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/originalUnitPriceSet> a rdf:Property ;
  rdfs:label "original unit price set" ;
  schema:alternateName "originalUnitPriceSet" ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range xsd:string .

# Property: refundable quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/refundableQuantity> a rdf:Property ;
  rdfs:label "refundable quantity" ;
  schema:alternateName "refundableQuantity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/refundableQuantity> ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range xsd:int .

# Property: restockable
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/restockable> a rdf:Property ;
  rdfs:label "restockable" ;
  schema:alternateName "restockable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/restockable> ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range xsd:boolean .

# Property: selling plan
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/sellingPlan> a rdf:Property ;
  rdfs:label "selling plan" ;
  schema:alternateName "sellingPlan" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/sellingPlan> ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range xsd:string .

# Property: staff member
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/staffMember> a rdf:Property ;
  rdfs:label "staff member" ;
  schema:alternateName "staffMember" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/staffMember> ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range xsd:string .

# Property: unfulfilled discounted total
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/unfulfilledDiscountedTotal> a rdf:Property ;
  rdfs:label "unfulfilled discounted total" ;
  schema:alternateName "unfulfilledDiscountedTotal" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/unfulfilledDiscountedTotal> ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range xsd:string .

# Property: unfulfilled discounted total set
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/unfulfilledDiscountedTotalSet> a rdf:Property ;
  rdfs:label "unfulfilled discounted total set" ;
  schema:alternateName "unfulfilledDiscountedTotalSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/unfulfilledDiscountedTotalSet> ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range xsd:string .

# Property: unfulfilled original total
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/unfulfilledOriginalTotal> a rdf:Property ;
  rdfs:label "unfulfilled original total" ;
  schema:alternateName "unfulfilledOriginalTotal" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/unfulfilledOriginalTotal> ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range xsd:string .

# Property: unfulfilled original total set
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/unfulfilledOriginalTotalSet> a rdf:Property ;
  rdfs:label "unfulfilled original total set" ;
  schema:alternateName "unfulfilledOriginalTotalSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/unfulfilledOriginalTotalSet> ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range xsd:string .

# Property: unfulfilled quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/unfulfilledQuantity> a rdf:Property ;
  rdfs:label "unfulfilled quantity" ;
  schema:alternateName "unfulfilledQuantity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/unfulfilledQuantity> ;
  rdfs:domain shopify:OrderLineItem ;
  rdfs:range xsd:int .

# Property: country code of origin
<https://relay.inferal.com/ontology/shopify/property/Shopify.Duty/countryCodeOfOrigin> a rdf:Property ;
  rdfs:label "country code of origin" ;
  schema:alternateName "countryCodeOfOrigin" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/countryCodeOfOrigin> ;
  rdfs:domain shopify:Duty ;
  rdfs:range xsd:string .

# Property: harmonized system code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Duty/harmonizedSystemCode> a rdf:Property ;
  rdfs:label "harmonized system code" ;
  schema:alternateName "harmonizedSystemCode" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/harmonizedSystemCode> ;
  rdfs:domain shopify:Duty ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Duty/id> a rdf:Property ;
  rdfs:label "id" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:Duty ;
  rdfs:range xsd:string .

# Property: price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Duty/price> a rdf:Property ;
  rdfs:label "price" ;
  schema:alternateName "price" ;
  rdfs:domain shopify:Duty ;
  rdfs:range shopify:PriceSet .

# Property: tax lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Duty/taxLines> a rdf:Property ;
  rdfs:label "tax lines" ;
  schema:alternateName "taxLines" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxLines> ;
  rdfs:domain shopify:Duty ;
  rdfs:range shopify:TaxLine .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Unique order ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:long .

# Property: order number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/orderNumber> a rdf:Property ;
  rdfs:label "order number" ;
  rdfs:comment "Shop-specific order number (e.g. 1001)" ;
  schema:alternateName "order_number" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/orderNumber> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:long .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/name> a rdf:Property ;
  rdfs:label "name" ;
  rdfs:comment "Order name including prefix (e.g. #1001)" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/email> a rdf:Property ;
  rdfs:label "email" ;
  rdfs:comment "Customer email address" ;
  schema:alternateName "email" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/email> ;
  rdfs:subPropertyOf schema:email ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: financial status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/financialStatus> a rdf:Property ;
  rdfs:label "financial status" ;
  rdfs:comment "Financial status of the order" ;
  schema:alternateName "financial_status" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/financialStatus> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string ;
  qb:codeList shopify:FinancialStatusScheme .

# Property: fulfillment status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/fulfillmentStatus> a rdf:Property ;
  rdfs:label "fulfillment status" ;
  rdfs:comment "Fulfillment status of the order (null means unfulfilled)" ;
  schema:alternateName "fulfillment_status" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/fulfillmentStatus> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string ;
  qb:codeList shopify:OrderFulfillmentStatusScheme .

# Property: total price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalPrice> a rdf:Property ;
  rdfs:label "total price" ;
  rdfs:comment "Total price of the order including taxes and discounts" ;
  schema:alternateName "total_price" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalPrice> ;
  rdfs:subPropertyOf schema:totalPrice ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: subtotal price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/subtotalPrice> a rdf:Property ;
  rdfs:label "subtotal price" ;
  rdfs:comment "Price of the order after discounts but before shipping and taxes" ;
  schema:alternateName "subtotal_price" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/subtotalPrice> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: total tax
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalTax> a rdf:Property ;
  rdfs:label "total tax" ;
  rdfs:comment "Sum of all taxes applied to the order" ;
  schema:alternateName "total_tax" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalTax> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: total discounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalDiscounts> a rdf:Property ;
  rdfs:label "total discounts" ;
  rdfs:comment "Total discounts applied to the order" ;
  schema:alternateName "total_discounts" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalDiscounts> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: total line items price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalLineItemsPrice> a rdf:Property ;
  rdfs:label "total line items price" ;
  rdfs:comment "Sum of all line item prices" ;
  schema:alternateName "total_line_items_price" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalLineItemsPrice> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currency> a rdf:Property ;
  rdfs:label "currency" ;
  rdfs:comment "Three-letter ISO 4217 currency code" ;
  schema:alternateName "currency" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currency> ;
  rdfs:subPropertyOf schema:priceCurrency ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/lineItems> a rdf:Property ;
  rdfs:label "line items" ;
  rdfs:comment "Line items in the order" ;
  schema:alternateName "line_items" ;
  rdfs:subPropertyOf schema:orderedItem ;
  rdfs:domain shopify:Order ;
  rdfs:range shopify:OrderLineItem .

# Property: billing address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/billingAddress> a rdf:Property ;
  rdfs:label "billing address" ;
  rdfs:comment "Billing address" ;
  schema:alternateName "billing_address" ;
  rdfs:subPropertyOf schema:billingAddress ;
  rdfs:domain shopify:Order ;
  rdfs:range shopify:Address .

# Property: shipping address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/shippingAddress> a rdf:Property ;
  rdfs:label "shipping address" ;
  rdfs:comment "Shipping address" ;
  schema:alternateName "shipping_address" ;
  rdfs:subPropertyOf schema:deliveryAddress ;
  rdfs:domain shopify:Order ;
  rdfs:range shopify:Address .

# Property: customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/customer> a rdf:Property ;
  rdfs:label "customer" ;
  rdfs:comment "Customer associated with the order" ;
  schema:alternateName "customer" ;
  rdfs:subPropertyOf schema:customer ;
  rdfs:domain shopify:Order ;
  rdfs:range shopify:Customer .

# Property: discount codes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/discountCodes> a rdf:Property ;
  rdfs:label "discount codes" ;
  rdfs:comment "Discount codes applied to the order" ;
  schema:alternateName "discount_codes" ;
  rdfs:domain shopify:Order ;
  rdfs:range shopify:DiscountCode .

# Property: tax lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/taxLines> a rdf:Property ;
  rdfs:label "tax lines" ;
  rdfs:comment "Tax lines on the order" ;
  schema:alternateName "tax_lines" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxLines> ;
  rdfs:domain shopify:Order ;
  rdfs:range shopify:TaxLine .

# Property: shipping lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/shippingLines> a rdf:Property ;
  rdfs:label "shipping lines" ;
  rdfs:comment "Shipping lines on the order" ;
  schema:alternateName "shipping_lines" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/shippingLines> ;
  rdfs:domain shopify:Order ;
  rdfs:range shopify:ShippingLine .

# Property: note
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/note> a rdf:Property ;
  rdfs:label "note" ;
  rdfs:comment "Optional note attached to the order" ;
  schema:alternateName "note" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/note> ;
  rdfs:subPropertyOf schema:description ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/tags> a rdf:Property ;
  rdfs:label "tags" ;
  rdfs:comment "Tags attached to the order (comma-separated)" ;
  schema:alternateName "tags" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/tags> ;
  rdfs:subPropertyOf schema:keywords ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: cancel reason
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/cancelReason> a rdf:Property ;
  rdfs:label "cancel reason" ;
  rdfs:comment "Reason the order was cancelled: customer, fraud, inventory, declined, other" ;
  schema:alternateName "cancel_reason" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/cancelReason> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: cancelled at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/cancelledAt> a rdf:Property ;
  rdfs:label "cancelled at" ;
  rdfs:comment "Date and time when the order was cancelled" ;
  schema:alternateName "cancelled_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/cancelledAt> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:dateTime .

# Property: closed at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/closedAt> a rdf:Property ;
  rdfs:label "closed at" ;
  rdfs:comment "Date and time when the order was closed" ;
  schema:alternateName "closed_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/closedAt> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:dateTime .

# Property: processed at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/processedAt> a rdf:Property ;
  rdfs:label "processed at" ;
  rdfs:comment "Date and time when the order was processed" ;
  schema:alternateName "processed_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/processedAt> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:dateTime .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the order was created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:orderDate ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the order was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:dateTime .

# Property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/adminGraphqlApiId> a rdf:Property ;
  rdfs:label "admin graphql api id" ;
  rdfs:comment "GraphQL Admin API ID" ;
  schema:alternateName "admin_graphql_api_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adminGraphqlApiId> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: source name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/sourceName> a rdf:Property ;
  rdfs:label "source name" ;
  rdfs:comment "Where the order originated (e.g. web, pos, shopify_draft_order)" ;
  schema:alternateName "source_name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/sourceName> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: gateway
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/gateway> a rdf:Property ;
  rdfs:label "gateway" ;
  rdfs:comment "Payment gateway used" ;
  schema:alternateName "gateway" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/gateway> ;
  rdfs:subPropertyOf schema:paymentMethod ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: test
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/test> a rdf:Property ;
  rdfs:label "test" ;
  rdfs:comment "Whether this is a test order" ;
  schema:alternateName "test" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/test> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:boolean .

# Property: confirmed
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/confirmed> a rdf:Property ;
  rdfs:label "confirmed" ;
  rdfs:comment "Whether the order has been confirmed" ;
  schema:alternateName "confirmed" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/confirmed> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:boolean .

# Property: buyer accepts marketing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/buyerAcceptsMarketing> a rdf:Property ;
  rdfs:label "buyer accepts marketing" ;
  rdfs:comment "Whether the buyer accepted marketing" ;
  schema:alternateName "buyer_accepts_marketing" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/buyerAcceptsMarketing> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:boolean .

# Property: total weight
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalWeight> a rdf:Property ;
  rdfs:label "total weight" ;
  rdfs:comment "Total weight of the order in grams" ;
  schema:alternateName "total_weight" ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:long .

# Property: token
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/token> a rdf:Property ;
  rdfs:label "token" ;
  rdfs:comment "Unique token for the order" ;
  schema:alternateName "token" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/token> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: app id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/appId> a rdf:Property ;
  rdfs:label "app id" ;
  rdfs:comment "ID of the app that created the order" ;
  schema:alternateName "app_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/appId> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:long .

# Property: browser ip
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/browserIp> a rdf:Property ;
  rdfs:label "browser ip" ;
  rdfs:comment "IP address of the browser used to place the order" ;
  schema:alternateName "browser_ip" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/browserIp> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: landing site
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/landingSite> a rdf:Property ;
  rdfs:label "landing site" ;
  rdfs:comment "URL of the page where the buyer landed when entering the shop" ;
  schema:alternateName "landing_site" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/landingSite> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: referring site
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/referringSite> a rdf:Property ;
  rdfs:label "referring site" ;
  rdfs:comment "Website that referred the customer to the shop" ;
  schema:alternateName "referring_site" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/referringSite> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/phone> a rdf:Property ;
  rdfs:label "phone" ;
  rdfs:comment "Customer phone number" ;
  schema:alternateName "phone" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/phone> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: discount applications
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/discountApplications> a rdf:Property ;
  rdfs:label "discount applications" ;
  rdfs:comment "Discount applications on the order" ;
  schema:alternateName "discount_applications" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/discountApplications> ;
  rdfs:domain shopify:Order ;
  rdfs:range shopify:DiscountApplication .

# Property: note attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/noteAttributes> a rdf:Property ;
  rdfs:label "note attributes" ;
  rdfs:comment "Custom attributes for the order" ;
  schema:alternateName "note_attributes" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/noteAttributes> ;
  rdfs:domain shopify:Order ;
  rdfs:range shopify:NoteAttribute .

# Property: fulfillments
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/fulfillments> a rdf:Property ;
  rdfs:label "fulfillments" ;
  rdfs:comment "Fulfillments associated with the order" ;
  schema:alternateName "fulfillments" ;
  rdfs:domain shopify:Order ;
  rdfs:range shopify:Fulfillment .

# Property: refunds
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/refunds> a rdf:Property ;
  rdfs:label "refunds" ;
  rdfs:comment "Refunds applied to the order" ;
  schema:alternateName "refunds" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/refunds> ;
  rdfs:domain shopify:Order ;
  rdfs:range shopify:Refund .

# Property: total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalPriceSet> a rdf:Property ;
  rdfs:label "total price set" ;
  rdfs:comment "Total price in shop and presentment currencies" ;
  schema:alternateName "total_price_set" ;
  rdfs:domain shopify:Order ;
  rdfs:range shopify:PriceSet .

# Property: subtotal price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/subtotalPriceSet> a rdf:Property ;
  rdfs:label "subtotal price set" ;
  rdfs:comment "Subtotal price in shop and presentment currencies" ;
  schema:alternateName "subtotal_price_set" ;
  rdfs:domain shopify:Order ;
  rdfs:range shopify:PriceSet .

# Property: total discounts set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalDiscountsSet> a rdf:Property ;
  rdfs:label "total discounts set" ;
  rdfs:comment "Total discounts in shop and presentment currencies" ;
  schema:alternateName "total_discounts_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalDiscountsSet> ;
  rdfs:domain shopify:Order ;
  rdfs:range shopify:PriceSet .

# Property: total line items price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalLineItemsPriceSet> a rdf:Property ;
  rdfs:label "total line items price set" ;
  rdfs:comment "Total line items price in shop and presentment currencies" ;
  schema:alternateName "total_line_items_price_set" ;
  rdfs:domain shopify:Order ;
  rdfs:range shopify:PriceSet .

# Property: total tax set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalTaxSet> a rdf:Property ;
  rdfs:label "total tax set" ;
  rdfs:comment "Total tax in shop and presentment currencies" ;
  schema:alternateName "total_tax_set" ;
  rdfs:domain shopify:Order ;
  rdfs:range shopify:PriceSet .

# Property: total shipping price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalShippingPriceSet> a rdf:Property ;
  rdfs:label "total shipping price set" ;
  rdfs:comment "Total shipping price in shop and presentment currencies" ;
  schema:alternateName "total_shipping_price_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalShippingPriceSet> ;
  rdfs:domain shopify:Order ;
  rdfs:range shopify:PriceSet .

# Property: current total price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currentTotalPrice> a rdf:Property ;
  rdfs:label "current total price" ;
  rdfs:comment "Current total price after edits, refunds, etc." ;
  schema:alternateName "current_total_price" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalPrice> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: current subtotal price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currentSubtotalPrice> a rdf:Property ;
  rdfs:label "current subtotal price" ;
  rdfs:comment "Current subtotal price after edits, refunds, etc." ;
  schema:alternateName "current_subtotal_price" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentSubtotalPrice> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: current total tax
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currentTotalTax> a rdf:Property ;
  rdfs:label "current total tax" ;
  rdfs:comment "Current total tax after edits, refunds, etc." ;
  schema:alternateName "current_total_tax" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalTax> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: current total discounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currentTotalDiscounts> a rdf:Property ;
  rdfs:label "current total discounts" ;
  rdfs:comment "Current total discounts after edits, refunds, etc." ;
  schema:alternateName "current_total_discounts" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalDiscounts> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: current total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currentTotalPriceSet> a rdf:Property ;
  rdfs:label "current total price set" ;
  rdfs:comment "Current total price in shop and presentment currencies" ;
  schema:alternateName "current_total_price_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalPriceSet> ;
  rdfs:domain shopify:Order ;
  rdfs:range shopify:PriceSet .

# Property: current subtotal price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currentSubtotalPriceSet> a rdf:Property ;
  rdfs:label "current subtotal price set" ;
  rdfs:comment "Current subtotal price in shop and presentment currencies" ;
  schema:alternateName "current_subtotal_price_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentSubtotalPriceSet> ;
  rdfs:domain shopify:Order ;
  rdfs:range shopify:PriceSet .

# Property: current total tax set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currentTotalTaxSet> a rdf:Property ;
  rdfs:label "current total tax set" ;
  rdfs:comment "Current total tax in shop and presentment currencies" ;
  schema:alternateName "current_total_tax_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalTaxSet> ;
  rdfs:domain shopify:Order ;
  rdfs:range shopify:PriceSet .

# Property: current total discounts set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currentTotalDiscountsSet> a rdf:Property ;
  rdfs:label "current total discounts set" ;
  rdfs:comment "Current total discounts in shop and presentment currencies" ;
  schema:alternateName "current_total_discounts_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalDiscountsSet> ;
  rdfs:domain shopify:Order ;
  rdfs:range shopify:PriceSet .

# Property: presentment currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/presentmentCurrency> a rdf:Property ;
  rdfs:label "presentment currency" ;
  rdfs:comment "Presentment currency for the order" ;
  schema:alternateName "presentment_currency" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/presentmentCurrency> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: payment gateway names
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/paymentGatewayNames> a rdf:Property ;
  rdfs:label "payment gateway names" ;
  rdfs:comment "List of payment gateways used for the order" ;
  schema:alternateName "payment_gateway_names" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/paymentGatewayNames> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: processing method
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/processingMethod> a rdf:Property ;
  rdfs:label "processing method" ;
  rdfs:comment "How the payment was processed" ;
  schema:alternateName "processing_method" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/processingMethod> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: client details
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/clientDetails> a rdf:Property ;
  rdfs:label "client details" ;
  rdfs:comment "Details about the client that created the order" ;
  schema:alternateName "client_details" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/clientDetails> ;
  rdfs:domain shopify:Order ;
  rdfs:range shopify:ClientDetails .

# Property: taxes included
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/taxesIncluded> a rdf:Property ;
  rdfs:label "taxes included" ;
  rdfs:comment "Whether taxes are included in the order subtotal" ;
  schema:alternateName "taxes_included" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxesIncluded> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:boolean .

# Property: order status url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/orderStatusUrl> a rdf:Property ;
  rdfs:label "order status url" ;
  rdfs:comment "URL for the order status page" ;
  schema:alternateName "order_status_url" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/orderStatusUrl> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: total tip received
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalTipReceived> a rdf:Property ;
  rdfs:label "total tip received" ;
  rdfs:comment "Total tip amount received" ;
  schema:alternateName "total_tip_received" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalTipReceived> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/number> a rdf:Property ;
  rdfs:label "number" ;
  rdfs:comment "Sequential order number for the shop" ;
  schema:alternateName "number" ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:long .

# Property: confirmation number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/confirmationNumber> a rdf:Property ;
  rdfs:label "confirmation number" ;
  rdfs:comment "Confirmation number for the order" ;
  schema:alternateName "confirmation_number" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/confirmationNumber> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/metafields> a rdf:Property ;
  rdfs:label "metafields" ;
  rdfs:comment "Metafields associated with the resource" ;
  schema:alternateName "metafields" ;
  rdfs:domain shopify:Order ;
  rdfs:range shopify:Metafield .

# Property: billing address matches shipping address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/billingAddressMatchesShippingAddress> a rdf:Property ;
  rdfs:label "billing address matches shipping address" ;
  schema:alternateName "billingAddressMatchesShippingAddress" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/billingAddressMatchesShippingAddress> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:boolean .

# Property: can mark as paid
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/canMarkAsPaid> a rdf:Property ;
  rdfs:label "can mark as paid" ;
  schema:alternateName "canMarkAsPaid" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/canMarkAsPaid> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:boolean .

# Property: can notify customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/canNotifyCustomer> a rdf:Property ;
  rdfs:label "can notify customer" ;
  schema:alternateName "canNotifyCustomer" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/canNotifyCustomer> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:boolean .

# Property: capturable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/capturable> a rdf:Property ;
  rdfs:label "capturable" ;
  schema:alternateName "capturable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/capturable> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:boolean .

# Property: client ip
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/clientIp> a rdf:Property ;
  rdfs:label "client ip" ;
  schema:alternateName "clientIp" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/clientIp> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: closed
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/closed> a rdf:Property ;
  rdfs:label "closed" ;
  schema:alternateName "closed" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/closed> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:boolean .

# Property: current subtotal line items quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currentSubtotalLineItemsQuantity> a rdf:Property ;
  rdfs:label "current subtotal line items quantity" ;
  schema:alternateName "currentSubtotalLineItemsQuantity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentSubtotalLineItemsQuantity> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:int .

# Property: current total weight
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currentTotalWeight> a rdf:Property ;
  rdfs:label "current total weight" ;
  schema:alternateName "currentTotalWeight" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalWeight> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: customer accepts marketing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/customerAcceptsMarketing> a rdf:Property ;
  rdfs:label "customer accepts marketing" ;
  schema:alternateName "customerAcceptsMarketing" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customerAcceptsMarketing> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:boolean .

# Property: customer locale
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/customerLocale> a rdf:Property ;
  rdfs:label "customer locale" ;
  schema:alternateName "customerLocale" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customerLocale> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: discount code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/discountCode> a rdf:Property ;
  rdfs:label "discount code" ;
  schema:alternateName "discountCode" ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: duties included
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/dutiesIncluded> a rdf:Property ;
  rdfs:label "duties included" ;
  schema:alternateName "dutiesIncluded" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/dutiesIncluded> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:boolean .

# Property: edited
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/edited> a rdf:Property ;
  rdfs:label "edited" ;
  schema:alternateName "edited" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/edited> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:boolean .

# Property: estimated taxes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/estimatedTaxes> a rdf:Property ;
  rdfs:label "estimated taxes" ;
  schema:alternateName "estimatedTaxes" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/estimatedTaxes> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:boolean .

# Property: fulfillable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/fulfillable> a rdf:Property ;
  rdfs:label "fulfillable" ;
  schema:alternateName "fulfillable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/fulfillable> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:boolean .

# Property: fully paid
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/fullyPaid> a rdf:Property ;
  rdfs:label "fully paid" ;
  schema:alternateName "fullyPaid" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/fullyPaid> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:boolean .

# Property: has timeline comment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/hasTimelineComment> a rdf:Property ;
  rdfs:label "has timeline comment" ;
  schema:alternateName "hasTimelineComment" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/hasTimelineComment> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:boolean .

# Property: landing page display text
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/landingPageDisplayText> a rdf:Property ;
  rdfs:label "landing page display text" ;
  schema:alternateName "landingPageDisplayText" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/landingPageDisplayText> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: landing page url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/landingPageUrl> a rdf:Property ;
  rdfs:label "landing page url" ;
  schema:alternateName "landingPageUrl" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/landingPageUrl> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:anyURI .

# Property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/legacyResourceId> a rdf:Property ;
  rdfs:label "legacy resource id" ;
  schema:alternateName "legacyResourceId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/legacyResourceId> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: merchant editable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/merchantEditable> a rdf:Property ;
  rdfs:label "merchant editable" ;
  schema:alternateName "merchantEditable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/merchantEditable> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:boolean .

# Property: merchant editable errors
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/merchantEditableErrors> a rdf:Property ;
  rdfs:label "merchant editable errors" ;
  schema:alternateName "merchantEditableErrors" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/merchantEditableErrors> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: po number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/poNumber> a rdf:Property ;
  rdfs:label "po number" ;
  schema:alternateName "poNumber" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/poNumber> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: referral code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/referralCode> a rdf:Property ;
  rdfs:label "referral code" ;
  schema:alternateName "referralCode" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/referralCode> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: referrer display text
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/referrerDisplayText> a rdf:Property ;
  rdfs:label "referrer display text" ;
  schema:alternateName "referrerDisplayText" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/referrerDisplayText> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: referrer url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/referrerUrl> a rdf:Property ;
  rdfs:label "referrer url" ;
  schema:alternateName "referrerUrl" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/referrerUrl> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:anyURI .

# Property: refundable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/refundable> a rdf:Property ;
  rdfs:label "refundable" ;
  schema:alternateName "refundable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/refundable> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:boolean .

# Property: registered source url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/registeredSourceUrl> a rdf:Property ;
  rdfs:label "registered source url" ;
  schema:alternateName "registeredSourceUrl" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/registeredSourceUrl> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:anyURI .

# Property: requires shipping
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/requiresShipping> a rdf:Property ;
  rdfs:label "requires shipping" ;
  schema:alternateName "requiresShipping" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/requiresShipping> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:boolean .

# Property: restockable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/restockable> a rdf:Property ;
  rdfs:label "restockable" ;
  schema:alternateName "restockable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/restockable> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:boolean .

# Property: source identifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/sourceIdentifier> a rdf:Property ;
  rdfs:label "source identifier" ;
  schema:alternateName "sourceIdentifier" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/sourceIdentifier> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: status page url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/statusPageUrl> a rdf:Property ;
  rdfs:label "status page url" ;
  schema:alternateName "statusPageUrl" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/statusPageUrl> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:anyURI .

# Property: subtotal line items quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/subtotalLineItemsQuantity> a rdf:Property ;
  rdfs:label "subtotal line items quantity" ;
  schema:alternateName "subtotalLineItemsQuantity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/subtotalLineItemsQuantity> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:int .

# Property: tax exempt
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/taxExempt> a rdf:Property ;
  rdfs:label "tax exempt" ;
  schema:alternateName "taxExempt" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxExempt> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:boolean .

# Property: unpaid
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/unpaid> a rdf:Property ;
  rdfs:label "unpaid" ;
  schema:alternateName "unpaid" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/unpaid> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:boolean .

# Property: additional fees
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/additionalFees> a rdf:Property ;
  rdfs:label "additional fees" ;
  schema:alternateName "additionalFees" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/additionalFees> ;
  rdfs:domain shopify:Order ;
  rdfs:range shopify:AdditionalFee .

# Property: agreements
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/agreements> a rdf:Property ;
  rdfs:label "agreements" ;
  schema:alternateName "agreements" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/agreements> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: alerts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/alerts> a rdf:Property ;
  rdfs:label "alerts" ;
  schema:alternateName "alerts" ;
  rdfs:domain shopify:Order ;
  rdfs:range shopify:ResourceAlert .

# Property: app
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/app> a rdf:Property ;
  rdfs:label "app" ;
  schema:alternateName "app" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/app> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: cancellation
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/cancellation> a rdf:Property ;
  rdfs:label "cancellation" ;
  schema:alternateName "cancellation" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/cancellation> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: cart discount amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/cartDiscountAmount> a rdf:Property ;
  rdfs:label "cart discount amount" ;
  schema:alternateName "cartDiscountAmount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/cartDiscountAmount> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: cart discount amount set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/cartDiscountAmountSet> a rdf:Property ;
  rdfs:label "cart discount amount set" ;
  schema:alternateName "cartDiscountAmountSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/cartDiscountAmountSet> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: channel
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/channel> a rdf:Property ;
  rdfs:label "channel" ;
  schema:alternateName "channel" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/channel> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: channel information
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/channelInformation> a rdf:Property ;
  rdfs:label "channel information" ;
  schema:alternateName "channelInformation" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/channelInformation> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: currency code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currencyCode> a rdf:Property ;
  rdfs:label "currency code" ;
  schema:alternateName "currencyCode" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currencyCode> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: current cart discount amount set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currentCartDiscountAmountSet> a rdf:Property ;
  rdfs:label "current cart discount amount set" ;
  schema:alternateName "currentCartDiscountAmountSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentCartDiscountAmountSet> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: current shipping price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currentShippingPriceSet> a rdf:Property ;
  rdfs:label "current shipping price set" ;
  schema:alternateName "currentShippingPriceSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentShippingPriceSet> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: current tax lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currentTaxLines> a rdf:Property ;
  rdfs:label "current tax lines" ;
  schema:alternateName "currentTaxLines" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTaxLines> ;
  rdfs:domain shopify:Order ;
  rdfs:range shopify:TaxLine .

# Property: current total additional fees set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currentTotalAdditionalFeesSet> a rdf:Property ;
  rdfs:label "current total additional fees set" ;
  schema:alternateName "currentTotalAdditionalFeesSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalAdditionalFeesSet> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: current total duties set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currentTotalDutiesSet> a rdf:Property ;
  rdfs:label "current total duties set" ;
  schema:alternateName "currentTotalDutiesSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalDutiesSet> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: custom attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/customAttributes> a rdf:Property ;
  rdfs:label "custom attributes" ;
  schema:alternateName "customAttributes" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customAttributes> ;
  rdfs:domain shopify:Order ;
  rdfs:range shopify:Attribute .

# Property: customer journey
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/customerJourney> a rdf:Property ;
  rdfs:label "customer journey" ;
  schema:alternateName "customerJourney" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customerJourney> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: customer journey summary
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/customerJourneySummary> a rdf:Property ;
  rdfs:label "customer journey summary" ;
  schema:alternateName "customerJourneySummary" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customerJourneySummary> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: display address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/displayAddress> a rdf:Property ;
  rdfs:label "display address" ;
  schema:alternateName "displayAddress" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/displayAddress> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: display financial status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/displayFinancialStatus> a rdf:Property ;
  rdfs:label "display financial status" ;
  schema:alternateName "displayFinancialStatus" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/displayFinancialStatus> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: display fulfillment status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/displayFulfillmentStatus> a rdf:Property ;
  rdfs:label "display fulfillment status" ;
  schema:alternateName "displayFulfillmentStatus" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/displayFulfillmentStatus> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: disputes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/disputes> a rdf:Property ;
  rdfs:label "disputes" ;
  schema:alternateName "disputes" ;
  rdfs:domain shopify:Order ;
  rdfs:range shopify:OrderDisputeSummary .

# Property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/events> a rdf:Property ;
  rdfs:label "events" ;
  schema:alternateName "events" ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: exchange v2s
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/exchangeV2s> a rdf:Property ;
  rdfs:label "exchange v2s" ;
  schema:alternateName "exchangeV2s" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/exchangeV2s> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: fulfillment orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/fulfillmentOrders> a rdf:Property ;
  rdfs:label "fulfillment orders" ;
  schema:alternateName "fulfillmentOrders" ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: fulfillments count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/fulfillmentsCount> a rdf:Property ;
  rdfs:label "fulfillments count" ;
  schema:alternateName "fulfillmentsCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/fulfillmentsCount> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: localization extensions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/localizationExtensions> a rdf:Property ;
  rdfs:label "localization extensions" ;
  schema:alternateName "localizationExtensions" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/localizationExtensions> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: localized fields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/localizedFields> a rdf:Property ;
  rdfs:label "localized fields" ;
  schema:alternateName "localizedFields" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/localizedFields> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: merchant business entity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/merchantBusinessEntity> a rdf:Property ;
  rdfs:label "merchant business entity" ;
  schema:alternateName "merchantBusinessEntity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/merchantBusinessEntity> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: merchant of record app
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/merchantOfRecordApp> a rdf:Property ;
  rdfs:label "merchant of record app" ;
  schema:alternateName "merchantOfRecordApp" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/merchantOfRecordApp> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/metafield> a rdf:Property ;
  rdfs:label "metafield" ;
  schema:alternateName "metafield" ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: metafield definitions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/metafieldDefinitions> a rdf:Property ;
  rdfs:label "metafield definitions" ;
  schema:alternateName "metafieldDefinitions" ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: net payment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/netPayment> a rdf:Property ;
  rdfs:label "net payment" ;
  schema:alternateName "netPayment" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/netPayment> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: net payment set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/netPaymentSet> a rdf:Property ;
  rdfs:label "net payment set" ;
  schema:alternateName "netPaymentSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/netPaymentSet> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: non fulfillable line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/nonFulfillableLineItems> a rdf:Property ;
  rdfs:label "non fulfillable line items" ;
  schema:alternateName "nonFulfillableLineItems" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/nonFulfillableLineItems> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: original total additional fees set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/originalTotalAdditionalFeesSet> a rdf:Property ;
  rdfs:label "original total additional fees set" ;
  schema:alternateName "originalTotalAdditionalFeesSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/originalTotalAdditionalFeesSet> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: original total duties set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/originalTotalDutiesSet> a rdf:Property ;
  rdfs:label "original total duties set" ;
  schema:alternateName "originalTotalDutiesSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/originalTotalDutiesSet> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: original total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/originalTotalPriceSet> a rdf:Property ;
  rdfs:label "original total price set" ;
  schema:alternateName "originalTotalPriceSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/originalTotalPriceSet> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: payment collection details
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/paymentCollectionDetails> a rdf:Property ;
  rdfs:label "payment collection details" ;
  schema:alternateName "paymentCollectionDetails" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/paymentCollectionDetails> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: payment terms
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/paymentTerms> a rdf:Property ;
  rdfs:label "payment terms" ;
  schema:alternateName "paymentTerms" ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: physical location
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/physicalLocation> a rdf:Property ;
  rdfs:label "physical location" ;
  schema:alternateName "physicalLocation" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/physicalLocation> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: presentment currency code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/presentmentCurrencyCode> a rdf:Property ;
  rdfs:label "presentment currency code" ;
  schema:alternateName "presentmentCurrencyCode" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/presentmentCurrencyCode> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: publication
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/publication> a rdf:Property ;
  rdfs:label "publication" ;
  schema:alternateName "publication" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/publication> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: purchasing entity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/purchasingEntity> a rdf:Property ;
  rdfs:label "purchasing entity" ;
  schema:alternateName "purchasingEntity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/purchasingEntity> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: refund discrepancy set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/refundDiscrepancySet> a rdf:Property ;
  rdfs:label "refund discrepancy set" ;
  schema:alternateName "refundDiscrepancySet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/refundDiscrepancySet> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: retail location
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/retailLocation> a rdf:Property ;
  rdfs:label "retail location" ;
  schema:alternateName "retailLocation" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/retailLocation> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: return status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/returnStatus> a rdf:Property ;
  rdfs:label "return status" ;
  schema:alternateName "returnStatus" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/returnStatus> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: returns
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/returns> a rdf:Property ;
  rdfs:label "returns" ;
  schema:alternateName "returns" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/returns> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: risk
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/risk> a rdf:Property ;
  rdfs:label "risk" ;
  schema:alternateName "risk" ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: risk level
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/riskLevel> a rdf:Property ;
  rdfs:label "risk level" ;
  schema:alternateName "riskLevel" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/riskLevel> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: risks
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/risks> a rdf:Property ;
  rdfs:label "risks" ;
  schema:alternateName "risks" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/risks> ;
  rdfs:domain shopify:Order ;
  rdfs:range shopify:OrderRisk .

# Property: shipping line
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/shippingLine> a rdf:Property ;
  rdfs:label "shipping line" ;
  schema:alternateName "shippingLine" ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: shopify protect
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/shopifyProtect> a rdf:Property ;
  rdfs:label "shopify protect" ;
  schema:alternateName "shopifyProtect" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/shopifyProtect> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: staff member
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/staffMember> a rdf:Property ;
  rdfs:label "staff member" ;
  schema:alternateName "staffMember" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/staffMember> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: suggested refund
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/suggestedRefund> a rdf:Property ;
  rdfs:label "suggested refund" ;
  schema:alternateName "suggestedRefund" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/suggestedRefund> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: total capturable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalCapturable> a rdf:Property ;
  rdfs:label "total capturable" ;
  schema:alternateName "totalCapturable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalCapturable> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: total capturable set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalCapturableSet> a rdf:Property ;
  rdfs:label "total capturable set" ;
  schema:alternateName "totalCapturableSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalCapturableSet> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: total cash rounding adjustment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalCashRoundingAdjustment> a rdf:Property ;
  rdfs:label "total cash rounding adjustment" ;
  schema:alternateName "totalCashRoundingAdjustment" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalCashRoundingAdjustment> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: total outstanding set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalOutstandingSet> a rdf:Property ;
  rdfs:label "total outstanding set" ;
  schema:alternateName "totalOutstandingSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalOutstandingSet> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: total received
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalReceived> a rdf:Property ;
  rdfs:label "total received" ;
  schema:alternateName "totalReceived" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalReceived> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: total received set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalReceivedSet> a rdf:Property ;
  rdfs:label "total received set" ;
  schema:alternateName "totalReceivedSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalReceivedSet> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: total refunded
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalRefunded> a rdf:Property ;
  rdfs:label "total refunded" ;
  schema:alternateName "totalRefunded" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalRefunded> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: total refunded set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalRefundedSet> a rdf:Property ;
  rdfs:label "total refunded set" ;
  schema:alternateName "totalRefundedSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalRefundedSet> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: total refunded shipping set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalRefundedShippingSet> a rdf:Property ;
  rdfs:label "total refunded shipping set" ;
  schema:alternateName "totalRefundedShippingSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalRefundedShippingSet> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: total shipping price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalShippingPrice> a rdf:Property ;
  rdfs:label "total shipping price" ;
  schema:alternateName "totalShippingPrice" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalShippingPrice> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: total tip received set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalTipReceivedSet> a rdf:Property ;
  rdfs:label "total tip received set" ;
  schema:alternateName "totalTipReceivedSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalTipReceivedSet> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: transactions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/transactions> a rdf:Property ;
  rdfs:label "transactions" ;
  schema:alternateName "transactions" ;
  rdfs:domain shopify:Order ;
  rdfs:range shopify:OrderTransaction .

# Property: transactions count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/transactionsCount> a rdf:Property ;
  rdfs:label "transactions count" ;
  schema:alternateName "transactionsCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/transactionsCount> ;
  rdfs:domain shopify:Order ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Customer ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:Customer ;
  rdfs:range xsd:long .

# Property: email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/email> a rdf:Property ;
  rdfs:label "email" ;
  rdfs:comment "Customer email address" ;
  schema:alternateName "email" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/email> ;
  rdfs:subPropertyOf schema:email ;
  rdfs:domain shopify:Customer ;
  rdfs:range xsd:string .

# Property: first name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/firstName> a rdf:Property ;
  rdfs:label "first name" ;
  rdfs:comment "Customer first name" ;
  schema:alternateName "first_name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/firstName> ;
  rdfs:subPropertyOf schema:givenName ;
  rdfs:domain shopify:Customer ;
  rdfs:range xsd:string .

# Property: last name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/lastName> a rdf:Property ;
  rdfs:label "last name" ;
  rdfs:comment "Customer last name" ;
  schema:alternateName "last_name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/lastName> ;
  rdfs:subPropertyOf schema:familyName ;
  rdfs:domain shopify:Customer ;
  rdfs:range xsd:string .

# Property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/phone> a rdf:Property ;
  rdfs:label "phone" ;
  rdfs:comment "Customer phone number" ;
  schema:alternateName "phone" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/phone> ;
  rdfs:subPropertyOf schema:telephone ;
  rdfs:domain shopify:Customer ;
  rdfs:range xsd:string .

# Property: addresses
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/addresses> a rdf:Property ;
  rdfs:label "addresses" ;
  rdfs:comment "Customer addresses" ;
  schema:alternateName "addresses" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/addresses> ;
  rdfs:subPropertyOf schema:address ;
  rdfs:domain shopify:Customer ;
  rdfs:range shopify:CustomerAddress .

# Property: default address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/defaultAddress> a rdf:Property ;
  rdfs:label "default address" ;
  rdfs:comment "Default address for the customer" ;
  schema:alternateName "default_address" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/defaultAddress> ;
  rdfs:domain shopify:Customer ;
  rdfs:range shopify:CustomerAddress .

# Property: orders count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/ordersCount> a rdf:Property ;
  rdfs:label "orders count" ;
  rdfs:comment "Number of orders placed by the customer" ;
  schema:alternateName "orders_count" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/ordersCount> ;
  rdfs:domain shopify:Customer ;
  rdfs:range xsd:int .

# Property: total spent
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/totalSpent> a rdf:Property ;
  rdfs:label "total spent" ;
  rdfs:comment "Total amount spent by the customer" ;
  schema:alternateName "total_spent" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalSpent> ;
  rdfs:domain shopify:Customer ;
  rdfs:range xsd:string .

# Property: state
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/state> a rdf:Property ;
  rdfs:label "state" ;
  rdfs:comment "Customer account state" ;
  schema:alternateName "state" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/state> ;
  rdfs:domain shopify:Customer ;
  rdfs:range xsd:string ;
  qb:codeList shopify:CustomerStateScheme .

# Property: verified email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/verifiedEmail> a rdf:Property ;
  rdfs:label "verified email" ;
  rdfs:comment "Whether the email address has been verified" ;
  schema:alternateName "verified_email" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/verifiedEmail> ;
  rdfs:domain shopify:Customer ;
  rdfs:range xsd:boolean .

# Property: email marketing consent
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/emailMarketingConsent> a rdf:Property ;
  rdfs:label "email marketing consent" ;
  rdfs:comment "Email marketing consent information" ;
  schema:alternateName "email_marketing_consent" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/emailMarketingConsent> ;
  rdfs:domain shopify:Customer ;
  rdfs:range shopify:EmailMarketingConsent .

# Property: sms marketing consent
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/smsMarketingConsent> a rdf:Property ;
  rdfs:label "sms marketing consent" ;
  rdfs:comment "SMS marketing consent information" ;
  schema:alternateName "sms_marketing_consent" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/smsMarketingConsent> ;
  rdfs:domain shopify:Customer ;
  rdfs:range shopify:SmsMarketingConsent .

# Property: tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/tags> a rdf:Property ;
  rdfs:label "tags" ;
  rdfs:comment "Tags associated with the customer" ;
  schema:alternateName "tags" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/tags> ;
  rdfs:subPropertyOf schema:keywords ;
  rdfs:domain shopify:Customer ;
  rdfs:range xsd:string .

# Property: note
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/note> a rdf:Property ;
  rdfs:label "note" ;
  rdfs:comment "Note about the customer" ;
  schema:alternateName "note" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/note> ;
  rdfs:subPropertyOf schema:description ;
  rdfs:domain shopify:Customer ;
  rdfs:range xsd:string .

# Property: tax exempt
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/taxExempt> a rdf:Property ;
  rdfs:label "tax exempt" ;
  rdfs:comment "Whether the customer is tax exempt" ;
  schema:alternateName "tax_exempt" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxExempt> ;
  rdfs:domain shopify:Customer ;
  rdfs:range xsd:boolean .

# Property: tax exemptions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/taxExemptions> a rdf:Property ;
  rdfs:label "tax exemptions" ;
  rdfs:comment "Tax exemptions applicable to the customer" ;
  schema:alternateName "tax_exemptions" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxExemptions> ;
  rdfs:domain shopify:Customer ;
  rdfs:range xsd:string .

# Property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/currency> a rdf:Property ;
  rdfs:label "currency" ;
  rdfs:comment "Customer currency" ;
  schema:alternateName "currency" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currency> ;
  rdfs:domain shopify:Customer ;
  rdfs:range xsd:string .

# Property: accepts marketing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/acceptsMarketing> a rdf:Property ;
  rdfs:label "accepts marketing" ;
  rdfs:comment "Whether the customer has consented to marketing (deprecated, use email_marketing_consent)" ;
  schema:alternateName "accepts_marketing" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/acceptsMarketing> ;
  rdfs:domain shopify:Customer ;
  rdfs:range xsd:boolean .

# Property: accepts marketing updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/acceptsMarketingUpdatedAt> a rdf:Property ;
  rdfs:label "accepts marketing updated at" ;
  rdfs:comment "Date when marketing consent was last updated" ;
  schema:alternateName "accepts_marketing_updated_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/acceptsMarketingUpdatedAt> ;
  rdfs:domain shopify:Customer ;
  rdfs:range xsd:dateTime .

# Property: marketing opt in level
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/marketingOptInLevel> a rdf:Property ;
  rdfs:label "marketing opt in level" ;
  rdfs:comment "Marketing opt-in level" ;
  schema:alternateName "marketing_opt_in_level" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/marketingOptInLevel> ;
  rdfs:domain shopify:Customer ;
  rdfs:range xsd:string .

# Property: multipass identifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/multipassIdentifier> a rdf:Property ;
  rdfs:label "multipass identifier" ;
  rdfs:comment "Multipass identifier for the customer" ;
  schema:alternateName "multipass_identifier" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/multipassIdentifier> ;
  rdfs:domain shopify:Customer ;
  rdfs:range xsd:string .

# Property: last order
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/lastOrder> a rdf:Property ;
  rdfs:label "last order" ;
  rdfs:comment "ID of the customer's last order" ;
  schema:alternateName "last_order_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/lastOrder> ;
  rdfs:domain shopify:Customer ;
  rdfs:range shopify:Order .

# Property: last order name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/lastOrderName> a rdf:Property ;
  rdfs:label "last order name" ;
  rdfs:comment "Name of the customer's last order" ;
  schema:alternateName "last_order_name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/lastOrderName> ;
  rdfs:domain shopify:Customer ;
  rdfs:range xsd:string .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the customer was created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:Customer ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the customer was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:Customer ;
  rdfs:range xsd:dateTime .

# Property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/adminGraphqlApiId> a rdf:Property ;
  rdfs:label "admin graphql api id" ;
  rdfs:comment "GraphQL Admin API ID" ;
  schema:alternateName "admin_graphql_api_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adminGraphqlApiId> ;
  rdfs:domain shopify:Customer ;
  rdfs:range xsd:string .

# Property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/metafields> a rdf:Property ;
  rdfs:label "metafields" ;
  rdfs:comment "Metafields associated with the resource" ;
  schema:alternateName "metafields" ;
  rdfs:domain shopify:Customer ;
  rdfs:range shopify:Metafield .

# Property: can delete
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/canDelete> a rdf:Property ;
  rdfs:label "can delete" ;
  schema:alternateName "canDelete" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/canDelete> ;
  rdfs:domain shopify:Customer ;
  rdfs:range xsd:boolean .

# Property: data sale opt out
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/dataSaleOptOut> a rdf:Property ;
  rdfs:label "data sale opt out" ;
  schema:alternateName "dataSaleOptOut" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/dataSaleOptOut> ;
  rdfs:domain shopify:Customer ;
  rdfs:range xsd:boolean .

# Property: display name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/displayName> a rdf:Property ;
  rdfs:label "display name" ;
  schema:alternateName "displayName" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/displayName> ;
  rdfs:domain shopify:Customer ;
  rdfs:range xsd:string .

# Property: has timeline comment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/hasTimelineComment> a rdf:Property ;
  rdfs:label "has timeline comment" ;
  schema:alternateName "hasTimelineComment" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/hasTimelineComment> ;
  rdfs:domain shopify:Customer ;
  rdfs:range xsd:boolean .

# Property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/legacyResourceId> a rdf:Property ;
  rdfs:label "legacy resource id" ;
  schema:alternateName "legacyResourceId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/legacyResourceId> ;
  rdfs:domain shopify:Customer ;
  rdfs:range xsd:string .

# Property: lifetime duration
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/lifetimeDuration> a rdf:Property ;
  rdfs:label "lifetime duration" ;
  schema:alternateName "lifetimeDuration" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/lifetimeDuration> ;
  rdfs:domain shopify:Customer ;
  rdfs:range xsd:string .

# Property: locale
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/locale> a rdf:Property ;
  rdfs:label "locale" ;
  schema:alternateName "locale" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/locale> ;
  rdfs:domain shopify:Customer ;
  rdfs:range xsd:string .

# Property: number of orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/numberOfOrders> a rdf:Property ;
  rdfs:label "number of orders" ;
  schema:alternateName "numberOfOrders" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/numberOfOrders> ;
  rdfs:domain shopify:Customer ;
  rdfs:range xsd:string .

# Property: unsubscribe url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/unsubscribeUrl> a rdf:Property ;
  rdfs:label "unsubscribe url" ;
  schema:alternateName "unsubscribeUrl" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/unsubscribeUrl> ;
  rdfs:domain shopify:Customer ;
  rdfs:range xsd:anyURI .

# Property: valid email address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/validEmailAddress> a rdf:Property ;
  rdfs:label "valid email address" ;
  schema:alternateName "validEmailAddress" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/validEmailAddress> ;
  rdfs:domain shopify:Customer ;
  rdfs:range xsd:boolean .

# Property: addresses v2
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/addressesV2> a rdf:Property ;
  rdfs:label "addresses v2" ;
  schema:alternateName "addressesV2" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/addressesV2> ;
  rdfs:domain shopify:Customer ;
  rdfs:range xsd:string .

# Property: amount spent
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/amountSpent> a rdf:Property ;
  rdfs:label "amount spent" ;
  schema:alternateName "amountSpent" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/amountSpent> ;
  rdfs:domain shopify:Customer ;
  rdfs:range xsd:string .

# Property: company contact profiles
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/companyContactProfiles> a rdf:Property ;
  rdfs:label "company contact profiles" ;
  schema:alternateName "companyContactProfiles" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/companyContactProfiles> ;
  rdfs:domain shopify:Customer ;
  rdfs:range shopify:CompanyContact .

# Property: default email address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/defaultEmailAddress> a rdf:Property ;
  rdfs:label "default email address" ;
  schema:alternateName "defaultEmailAddress" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/defaultEmailAddress> ;
  rdfs:domain shopify:Customer ;
  rdfs:range xsd:string .

# Property: default phone number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/defaultPhoneNumber> a rdf:Property ;
  rdfs:label "default phone number" ;
  schema:alternateName "defaultPhoneNumber" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/defaultPhoneNumber> ;
  rdfs:domain shopify:Customer ;
  rdfs:range xsd:string .

# Property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/events> a rdf:Property ;
  rdfs:label "events" ;
  schema:alternateName "events" ;
  rdfs:domain shopify:Customer ;
  rdfs:range xsd:string .

# Property: image
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/image> a rdf:Property ;
  rdfs:label "image" ;
  schema:alternateName "image" ;
  rdfs:domain shopify:Customer ;
  rdfs:range xsd:string .

# Property: market
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/market> a rdf:Property ;
  rdfs:label "market" ;
  schema:alternateName "market" ;
  rdfs:domain shopify:Customer ;
  rdfs:range xsd:string .

# Property: mergeable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/mergeable> a rdf:Property ;
  rdfs:label "mergeable" ;
  schema:alternateName "mergeable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/mergeable> ;
  rdfs:domain shopify:Customer ;
  rdfs:range xsd:string .

# Property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/metafield> a rdf:Property ;
  rdfs:label "metafield" ;
  schema:alternateName "metafield" ;
  rdfs:domain shopify:Customer ;
  rdfs:range xsd:string .

# Property: metafield definitions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/metafieldDefinitions> a rdf:Property ;
  rdfs:label "metafield definitions" ;
  schema:alternateName "metafieldDefinitions" ;
  rdfs:domain shopify:Customer ;
  rdfs:range xsd:string .

# Property: orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/orders> a rdf:Property ;
  rdfs:label "orders" ;
  schema:alternateName "orders" ;
  rdfs:domain shopify:Customer ;
  rdfs:range xsd:string .

# Property: payment methods
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/paymentMethods> a rdf:Property ;
  rdfs:label "payment methods" ;
  schema:alternateName "paymentMethods" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/paymentMethods> ;
  rdfs:domain shopify:Customer ;
  rdfs:range xsd:string .

# Property: product subscriber status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/productSubscriberStatus> a rdf:Property ;
  rdfs:label "product subscriber status" ;
  schema:alternateName "productSubscriberStatus" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/productSubscriberStatus> ;
  rdfs:domain shopify:Customer ;
  rdfs:range xsd:string .

# Property: statistics
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/statistics> a rdf:Property ;
  rdfs:label "statistics" ;
  schema:alternateName "statistics" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/statistics> ;
  rdfs:domain shopify:Customer ;
  rdfs:range xsd:string .

# Property: store credit accounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/storeCreditAccounts> a rdf:Property ;
  rdfs:label "store credit accounts" ;
  schema:alternateName "storeCreditAccounts" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/storeCreditAccounts> ;
  rdfs:domain shopify:Customer ;
  rdfs:range xsd:string .

# Property: subscription contracts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/subscriptionContracts> a rdf:Property ;
  rdfs:label "subscription contracts" ;
  schema:alternateName "subscriptionContracts" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/subscriptionContracts> ;
  rdfs:domain shopify:Customer ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Address ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:CustomerAddress ;
  rdfs:range xsd:long .

# Property: customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/customer> a rdf:Property ;
  rdfs:label "customer" ;
  rdfs:comment "ID of the parent customer" ;
  schema:alternateName "customer_id" ;
  rdfs:domain shopify:CustomerAddress ;
  rdfs:range shopify:Customer .

# Property: first name
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/firstName> a rdf:Property ;
  rdfs:label "first name" ;
  rdfs:comment "First name" ;
  schema:alternateName "first_name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/firstName> ;
  rdfs:subPropertyOf schema:givenName ;
  rdfs:domain shopify:CustomerAddress ;
  rdfs:range xsd:string .

# Property: last name
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/lastName> a rdf:Property ;
  rdfs:label "last name" ;
  rdfs:comment "Last name" ;
  schema:alternateName "last_name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/lastName> ;
  rdfs:subPropertyOf schema:familyName ;
  rdfs:domain shopify:CustomerAddress ;
  rdfs:range xsd:string .

# Property: company
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/company> a rdf:Property ;
  rdfs:label "company" ;
  rdfs:comment "Company name" ;
  schema:alternateName "company" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/company> ;
  rdfs:domain shopify:CustomerAddress ;
  rdfs:range xsd:string .

# Property: address1
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/address1> a rdf:Property ;
  rdfs:label "address1" ;
  rdfs:comment "Street address line 1" ;
  schema:alternateName "address1" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/address1> ;
  rdfs:subPropertyOf schema:streetAddress ;
  rdfs:domain shopify:CustomerAddress ;
  rdfs:range xsd:string .

# Property: address2
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/address2> a rdf:Property ;
  rdfs:label "address2" ;
  rdfs:comment "Street address line 2" ;
  schema:alternateName "address2" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/address2> ;
  rdfs:domain shopify:CustomerAddress ;
  rdfs:range xsd:string .

# Property: city
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/city> a rdf:Property ;
  rdfs:label "city" ;
  rdfs:comment "City" ;
  schema:alternateName "city" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/city> ;
  rdfs:subPropertyOf schema:addressLocality ;
  rdfs:domain shopify:CustomerAddress ;
  rdfs:range xsd:string .

# Property: province
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/province> a rdf:Property ;
  rdfs:label "province" ;
  rdfs:comment "Province or state name" ;
  schema:alternateName "province" ;
  rdfs:subPropertyOf schema:addressRegion ;
  rdfs:domain shopify:CustomerAddress ;
  rdfs:range xsd:string .

# Property: country
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/country> a rdf:Property ;
  rdfs:label "country" ;
  rdfs:comment "Country name" ;
  schema:alternateName "country" ;
  rdfs:subPropertyOf schema:addressCountry ;
  rdfs:domain shopify:CustomerAddress ;
  rdfs:range xsd:string .

# Property: zip
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/zip> a rdf:Property ;
  rdfs:label "zip" ;
  rdfs:comment "ZIP or postal code" ;
  schema:alternateName "zip" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/zip> ;
  rdfs:subPropertyOf schema:postalCode ;
  rdfs:domain shopify:CustomerAddress ;
  rdfs:range xsd:string .

# Property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/phone> a rdf:Property ;
  rdfs:label "phone" ;
  rdfs:comment "Phone number" ;
  schema:alternateName "phone" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/phone> ;
  rdfs:subPropertyOf schema:telephone ;
  rdfs:domain shopify:CustomerAddress ;
  rdfs:range xsd:string .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/name> a rdf:Property ;
  rdfs:label "name" ;
  rdfs:comment "Full name of the address owner" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:domain shopify:CustomerAddress ;
  rdfs:range xsd:string .

# Property: province code
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/provinceCode> a rdf:Property ;
  rdfs:label "province code" ;
  rdfs:comment "Province or state code" ;
  schema:alternateName "province_code" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/provinceCode> ;
  rdfs:domain shopify:CustomerAddress ;
  rdfs:range xsd:string .

# Property: country code
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/countryCode> a rdf:Property ;
  rdfs:label "country code" ;
  rdfs:comment "Country code (ISO 3166-1 alpha-2)" ;
  schema:alternateName "country_code" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/countryCode> ;
  rdfs:domain shopify:CustomerAddress ;
  rdfs:range xsd:string .

# Property: country name
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/countryName> a rdf:Property ;
  rdfs:label "country name" ;
  rdfs:comment "Normalized country name" ;
  schema:alternateName "country_name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/countryName> ;
  rdfs:domain shopify:CustomerAddress ;
  rdfs:range xsd:string .

# Property: default
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/default> a rdf:Property ;
  rdfs:label "default" ;
  rdfs:comment "Whether this is the default address" ;
  schema:alternateName "default" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/default> ;
  rdfs:domain shopify:CustomerAddress ;
  rdfs:range xsd:boolean .

# Property: coordinates validated
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/coordinatesValidated> a rdf:Property ;
  rdfs:label "coordinates validated" ;
  schema:alternateName "coordinatesValidated" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/coordinatesValidated> ;
  rdfs:domain shopify:CustomerAddress ;
  rdfs:range xsd:boolean .

# Property: country code v2
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/countryCodeV2> a rdf:Property ;
  rdfs:label "country code v2" ;
  schema:alternateName "countryCodeV2" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/countryCodeV2> ;
  rdfs:domain shopify:CustomerAddress ;
  rdfs:range xsd:string .

# Property: formatted
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/formatted> a rdf:Property ;
  rdfs:label "formatted" ;
  schema:alternateName "formatted" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/formatted> ;
  rdfs:domain shopify:CustomerAddress ;
  rdfs:range xsd:string .

# Property: formatted area
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/formattedArea> a rdf:Property ;
  rdfs:label "formatted area" ;
  schema:alternateName "formattedArea" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/formattedArea> ;
  rdfs:domain shopify:CustomerAddress ;
  rdfs:range xsd:string .

# Property: latitude
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/latitude> a rdf:Property ;
  rdfs:label "latitude" ;
  schema:alternateName "latitude" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/latitude> ;
  rdfs:domain shopify:CustomerAddress ;
  rdfs:range xsd:double .

# Property: longitude
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/longitude> a rdf:Property ;
  rdfs:label "longitude" ;
  schema:alternateName "longitude" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/longitude> ;
  rdfs:domain shopify:CustomerAddress ;
  rdfs:range xsd:double .

# Property: time zone
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/timeZone> a rdf:Property ;
  rdfs:label "time zone" ;
  schema:alternateName "timeZone" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/timeZone> ;
  rdfs:domain shopify:CustomerAddress ;
  rdfs:range xsd:string .

# Property: validation result summary
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/validationResultSummary> a rdf:Property ;
  rdfs:label "validation result summary" ;
  schema:alternateName "validationResultSummary" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/validationResultSummary> ;
  rdfs:domain shopify:CustomerAddress ;
  rdfs:range xsd:string .

# Property: state
<https://relay.inferal.com/ontology/shopify/property/Shopify.EmailMarketingConsent/state> a rdf:Property ;
  rdfs:label "state" ;
  rdfs:comment "Marketing consent state: subscribed, not_subscribed, pending, unsubscribed" ;
  schema:alternateName "state" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/state> ;
  rdfs:domain shopify:EmailMarketingConsent ;
  rdfs:range xsd:string .

# Property: opt in level
<https://relay.inferal.com/ontology/shopify/property/Shopify.EmailMarketingConsent/optInLevel> a rdf:Property ;
  rdfs:label "opt in level" ;
  rdfs:comment "Opt-in level: single_opt_in, confirmed_opt_in, unknown" ;
  schema:alternateName "opt_in_level" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/optInLevel> ;
  rdfs:domain shopify:EmailMarketingConsent ;
  rdfs:range xsd:string .

# Property: consent updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.EmailMarketingConsent/consentUpdatedAt> a rdf:Property ;
  rdfs:label "consent updated at" ;
  rdfs:comment "Date when consent was last updated" ;
  schema:alternateName "consent_updated_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/consentUpdatedAt> ;
  rdfs:domain shopify:EmailMarketingConsent ;
  rdfs:range xsd:dateTime .

# Property: marketing opt in level
<https://relay.inferal.com/ontology/shopify/property/Shopify.EmailMarketingConsent/marketingOptInLevel> a rdf:Property ;
  rdfs:label "marketing opt in level" ;
  schema:alternateName "marketingOptInLevel" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/marketingOptInLevel> ;
  rdfs:domain shopify:EmailMarketingConsent ;
  rdfs:range xsd:string .

# Property: marketing state
<https://relay.inferal.com/ontology/shopify/property/Shopify.EmailMarketingConsent/marketingState> a rdf:Property ;
  rdfs:label "marketing state" ;
  schema:alternateName "marketingState" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/marketingState> ;
  rdfs:domain shopify:EmailMarketingConsent ;
  rdfs:range xsd:string .

# Property: source location
<https://relay.inferal.com/ontology/shopify/property/Shopify.EmailMarketingConsent/sourceLocation> a rdf:Property ;
  rdfs:label "source location" ;
  schema:alternateName "sourceLocation" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/sourceLocation> ;
  rdfs:domain shopify:EmailMarketingConsent ;
  rdfs:range xsd:string .

# Property: state
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmsMarketingConsent/state> a rdf:Property ;
  rdfs:label "state" ;
  rdfs:comment "Marketing consent state: subscribed, not_subscribed, pending, unsubscribed" ;
  schema:alternateName "state" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/state> ;
  rdfs:domain shopify:SmsMarketingConsent ;
  rdfs:range xsd:string .

# Property: opt in level
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmsMarketingConsent/optInLevel> a rdf:Property ;
  rdfs:label "opt in level" ;
  rdfs:comment "Opt-in level: single_opt_in, confirmed_opt_in, unknown" ;
  schema:alternateName "opt_in_level" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/optInLevel> ;
  rdfs:domain shopify:SmsMarketingConsent ;
  rdfs:range xsd:string .

# Property: consent updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmsMarketingConsent/consentUpdatedAt> a rdf:Property ;
  rdfs:label "consent updated at" ;
  rdfs:comment "Date when consent was last updated" ;
  schema:alternateName "consent_updated_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/consentUpdatedAt> ;
  rdfs:domain shopify:SmsMarketingConsent ;
  rdfs:range xsd:dateTime .

# Property: consent collected from
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmsMarketingConsent/consentCollectedFrom> a rdf:Property ;
  rdfs:label "consent collected from" ;
  rdfs:comment "Source of the consent: web, pos, shopify_android, shopify_ios, other" ;
  schema:alternateName "consent_collected_from" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/consentCollectedFrom> ;
  rdfs:domain shopify:SmsMarketingConsent ;
  rdfs:range xsd:string .

# Property: marketing opt in level
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmsMarketingConsent/marketingOptInLevel> a rdf:Property ;
  rdfs:label "marketing opt in level" ;
  schema:alternateName "marketingOptInLevel" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/marketingOptInLevel> ;
  rdfs:domain shopify:SmsMarketingConsent ;
  rdfs:range xsd:string .

# Property: marketing state
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmsMarketingConsent/marketingState> a rdf:Property ;
  rdfs:label "marketing state" ;
  schema:alternateName "marketingState" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/marketingState> ;
  rdfs:domain shopify:SmsMarketingConsent ;
  rdfs:range xsd:string .

# Property: source location
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmsMarketingConsent/sourceLocation> a rdf:Property ;
  rdfs:label "source location" ;
  schema:alternateName "sourceLocation" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/sourceLocation> ;
  rdfs:domain shopify:SmsMarketingConsent ;
  rdfs:range xsd:string .

# Property: company
<https://relay.inferal.com/ontology/shopify/property/Shopify.CompanyContact/company> a rdf:Property ;
  rdfs:label "company" ;
  schema:alternateName "company" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/company> ;
  rdfs:domain shopify:CompanyContact ;
  rdfs:range xsd:string .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.CompanyContact/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  schema:alternateName "createdAt" ;
  rdfs:domain shopify:CompanyContact ;
  rdfs:range xsd:dateTime .

# Property: customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.CompanyContact/customer> a rdf:Property ;
  rdfs:label "customer" ;
  schema:alternateName "customer" ;
  rdfs:domain shopify:CompanyContact ;
  rdfs:range shopify:Customer .

# Property: draft orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.CompanyContact/draftOrders> a rdf:Property ;
  rdfs:label "draft orders" ;
  schema:alternateName "draftOrders" ;
  rdfs:domain shopify:CompanyContact ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.CompanyContact/id> a rdf:Property ;
  rdfs:label "id" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:CompanyContact ;
  rdfs:range xsd:string .

# Property: is main contact
<https://relay.inferal.com/ontology/shopify/property/Shopify.CompanyContact/isMainContact> a rdf:Property ;
  rdfs:label "is main contact" ;
  schema:alternateName "isMainContact" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/isMainContact> ;
  rdfs:domain shopify:CompanyContact ;
  rdfs:range xsd:boolean .

# Property: lifetime duration
<https://relay.inferal.com/ontology/shopify/property/Shopify.CompanyContact/lifetimeDuration> a rdf:Property ;
  rdfs:label "lifetime duration" ;
  schema:alternateName "lifetimeDuration" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/lifetimeDuration> ;
  rdfs:domain shopify:CompanyContact ;
  rdfs:range xsd:string .

# Property: locale
<https://relay.inferal.com/ontology/shopify/property/Shopify.CompanyContact/locale> a rdf:Property ;
  rdfs:label "locale" ;
  schema:alternateName "locale" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/locale> ;
  rdfs:domain shopify:CompanyContact ;
  rdfs:range xsd:string .

# Property: orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.CompanyContact/orders> a rdf:Property ;
  rdfs:label "orders" ;
  schema:alternateName "orders" ;
  rdfs:domain shopify:CompanyContact ;
  rdfs:range xsd:string .

# Property: role assignments
<https://relay.inferal.com/ontology/shopify/property/Shopify.CompanyContact/roleAssignments> a rdf:Property ;
  rdfs:label "role assignments" ;
  schema:alternateName "roleAssignments" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/roleAssignments> ;
  rdfs:domain shopify:CompanyContact ;
  rdfs:range xsd:string .

# Property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.CompanyContact/title> a rdf:Property ;
  rdfs:label "title" ;
  schema:alternateName "title" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/title> ;
  rdfs:domain shopify:CompanyContact ;
  rdfs:range xsd:string .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.CompanyContact/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  schema:alternateName "updatedAt" ;
  rdfs:domain shopify:CompanyContact ;
  rdfs:range xsd:dateTime .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Fulfillment ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:Fulfillment ;
  rdfs:range xsd:long .

# Property: order
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/order> a rdf:Property ;
  rdfs:label "order" ;
  rdfs:comment "ID of the associated order" ;
  schema:alternateName "order_id" ;
  rdfs:subPropertyOf shopify:orderId ;
  rdfs:domain shopify:Fulfillment ;
  rdfs:range shopify:Order .

# Property: status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/status> a rdf:Property ;
  rdfs:label "status" ;
  rdfs:comment "Fulfillment status" ;
  schema:alternateName "status" ;
  rdfs:subPropertyOf shopify:fulfillmentStatus ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/status> ;
  rdfs:domain shopify:Fulfillment ;
  rdfs:range xsd:string ;
  qb:codeList shopify:FulfillmentStatusScheme .

# Property: tracking company
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/trackingCompany> a rdf:Property ;
  rdfs:label "tracking company" ;
  rdfs:comment "Name of the tracking company" ;
  schema:alternateName "tracking_company" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/trackingCompany> ;
  rdfs:domain shopify:Fulfillment ;
  rdfs:range xsd:string .

# Property: tracking number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/trackingNumber> a rdf:Property ;
  rdfs:label "tracking number" ;
  rdfs:comment "Tracking number" ;
  schema:alternateName "tracking_number" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/trackingNumber> ;
  rdfs:domain shopify:Fulfillment ;
  rdfs:range xsd:string .

# Property: tracking numbers
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/trackingNumbers> a rdf:Property ;
  rdfs:label "tracking numbers" ;
  rdfs:comment "List of tracking numbers" ;
  schema:alternateName "tracking_numbers" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/trackingNumbers> ;
  rdfs:domain shopify:Fulfillment ;
  rdfs:range xsd:string .

# Property: tracking url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/trackingUrl> a rdf:Property ;
  rdfs:label "tracking url" ;
  rdfs:comment "Tracking URL" ;
  schema:alternateName "tracking_url" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/trackingUrl> ;
  rdfs:subPropertyOf schema:trackingUrl ;
  rdfs:domain shopify:Fulfillment ;
  rdfs:range xsd:anyURI .

# Property: tracking urls
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/trackingUrls> a rdf:Property ;
  rdfs:label "tracking urls" ;
  rdfs:comment "List of tracking URLs" ;
  schema:alternateName "tracking_urls" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/trackingUrls> ;
  rdfs:domain shopify:Fulfillment ;
  rdfs:range xsd:string .

# Property: line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/lineItems> a rdf:Property ;
  rdfs:label "line items" ;
  rdfs:comment "Fulfilled line items" ;
  schema:alternateName "line_items" ;
  rdfs:domain shopify:Fulfillment ;
  rdfs:range shopify:OrderLineItem .

# Property: shipment status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/shipmentStatus> a rdf:Property ;
  rdfs:label "shipment status" ;
  rdfs:comment "Current shipment status" ;
  schema:alternateName "shipment_status" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/shipmentStatus> ;
  rdfs:domain shopify:Fulfillment ;
  rdfs:range xsd:string ;
  qb:codeList shopify:FulfillmentShipmentStatusScheme .

# Property: location
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/location> a rdf:Property ;
  rdfs:label "location" ;
  rdfs:comment "ID of the location the fulfillment was processed at" ;
  schema:alternateName "location_id" ;
  rdfs:domain shopify:Fulfillment ;
  rdfs:range shopify:Location .

# Property: notify customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/notifyCustomer> a rdf:Property ;
  rdfs:label "notify customer" ;
  rdfs:comment "Whether the customer was notified" ;
  schema:alternateName "notify_customer" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/notifyCustomer> ;
  rdfs:domain shopify:Fulfillment ;
  rdfs:range xsd:boolean .

# Property: service
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/service> a rdf:Property ;
  rdfs:label "service" ;
  rdfs:comment "Service used for fulfillment" ;
  schema:alternateName "service" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/service> ;
  rdfs:domain shopify:Fulfillment ;
  rdfs:range xsd:string .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/name> a rdf:Property ;
  rdfs:label "name" ;
  rdfs:comment "Fulfillment name" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:domain shopify:Fulfillment ;
  rdfs:range xsd:string .

# Property: receipt
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/receipt> a rdf:Property ;
  rdfs:label "receipt" ;
  rdfs:comment "Fulfillment receipt" ;
  schema:alternateName "receipt" ;
  rdfs:domain shopify:Fulfillment ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.Fulfillment/receipt/Container> .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the fulfillment was created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:Fulfillment ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the fulfillment was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:Fulfillment ;
  rdfs:range xsd:dateTime .

# Property: origin address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/originAddress> a rdf:Property ;
  rdfs:label "origin address" ;
  rdfs:comment "Origin address from which items were fulfilled" ;
  schema:alternateName "origin_address" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/originAddress> ;
  rdfs:domain shopify:Fulfillment ;
  rdfs:range shopify:Address .

# Property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/adminGraphqlApiId> a rdf:Property ;
  rdfs:label "admin graphql api id" ;
  rdfs:comment "GraphQL Admin API ID" ;
  schema:alternateName "admin_graphql_api_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adminGraphqlApiId> ;
  rdfs:domain shopify:Fulfillment ;
  rdfs:range xsd:string .

# Property: delivered at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/deliveredAt> a rdf:Property ;
  rdfs:label "delivered at" ;
  schema:alternateName "deliveredAt" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/deliveredAt> ;
  rdfs:domain shopify:Fulfillment ;
  rdfs:range xsd:dateTime .

# Property: estimated delivery at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/estimatedDeliveryAt> a rdf:Property ;
  rdfs:label "estimated delivery at" ;
  schema:alternateName "estimatedDeliveryAt" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/estimatedDeliveryAt> ;
  rdfs:domain shopify:Fulfillment ;
  rdfs:range xsd:dateTime .

# Property: in transit at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/inTransitAt> a rdf:Property ;
  rdfs:label "in transit at" ;
  schema:alternateName "inTransitAt" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/inTransitAt> ;
  rdfs:domain shopify:Fulfillment ;
  rdfs:range xsd:dateTime .

# Property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/legacyResourceId> a rdf:Property ;
  rdfs:label "legacy resource id" ;
  schema:alternateName "legacyResourceId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/legacyResourceId> ;
  rdfs:domain shopify:Fulfillment ;
  rdfs:range xsd:string .

# Property: requires shipping
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/requiresShipping> a rdf:Property ;
  rdfs:label "requires shipping" ;
  schema:alternateName "requiresShipping" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/requiresShipping> ;
  rdfs:domain shopify:Fulfillment ;
  rdfs:range xsd:boolean .

# Property: total quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/totalQuantity> a rdf:Property ;
  rdfs:label "total quantity" ;
  schema:alternateName "totalQuantity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalQuantity> ;
  rdfs:domain shopify:Fulfillment ;
  rdfs:range xsd:int .

# Property: display status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/displayStatus> a rdf:Property ;
  rdfs:label "display status" ;
  schema:alternateName "displayStatus" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/displayStatus> ;
  rdfs:domain shopify:Fulfillment ;
  rdfs:range xsd:string .

# Property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/events> a rdf:Property ;
  rdfs:label "events" ;
  schema:alternateName "events" ;
  rdfs:domain shopify:Fulfillment ;
  rdfs:range xsd:string .

# Property: fulfillment line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/fulfillmentLineItems> a rdf:Property ;
  rdfs:label "fulfillment line items" ;
  schema:alternateName "fulfillmentLineItems" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/fulfillmentLineItems> ;
  rdfs:domain shopify:Fulfillment ;
  rdfs:range xsd:string .

# Property: fulfillment orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/fulfillmentOrders> a rdf:Property ;
  rdfs:label "fulfillment orders" ;
  schema:alternateName "fulfillmentOrders" ;
  rdfs:domain shopify:Fulfillment ;
  rdfs:range xsd:string .

# Property: tracking info
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/trackingInfo> a rdf:Property ;
  rdfs:label "tracking info" ;
  schema:alternateName "trackingInfo" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/trackingInfo> ;
  rdfs:domain shopify:Fulfillment ;
  rdfs:range shopify:FulfillmentTrackingInfo .

# Property: company
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentTrackingInfo/company> a rdf:Property ;
  rdfs:label "company" ;
  schema:alternateName "company" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/company> ;
  rdfs:domain shopify:FulfillmentTrackingInfo ;
  rdfs:range xsd:string .

# Property: number
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentTrackingInfo/number> a rdf:Property ;
  rdfs:label "number" ;
  schema:alternateName "number" ;
  rdfs:domain shopify:FulfillmentTrackingInfo ;
  rdfs:range xsd:string .

# Property: url
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentTrackingInfo/url> a rdf:Property ;
  rdfs:label "url" ;
  schema:alternateName "url" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/url> ;
  rdfs:domain shopify:FulfillmentTrackingInfo ;
  rdfs:range xsd:anyURI .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Refund ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:Refund ;
  rdfs:range xsd:long .

# Property: order id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/orderId> a rdf:Property ;
  rdfs:label "order id" ;
  rdfs:comment "ID of the associated order" ;
  schema:alternateName "order_id" ;
  rdfs:domain shopify:Refund ;
  rdfs:range xsd:long .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the refund was created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:orderDate ;
  rdfs:domain shopify:Refund ;
  rdfs:range xsd:dateTime .

# Property: note
<https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/note> a rdf:Property ;
  rdfs:label "note" ;
  rdfs:comment "Optional note attached to the refund" ;
  schema:alternateName "note" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/note> ;
  rdfs:subPropertyOf schema:description ;
  rdfs:domain shopify:Refund ;
  rdfs:range xsd:string .

# Property: restock
<https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/restock> a rdf:Property ;
  rdfs:label "restock" ;
  rdfs:comment "Whether to add the line items back to the store inventory" ;
  schema:alternateName "restock" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/restock> ;
  rdfs:domain shopify:Refund ;
  rdfs:range xsd:boolean .

# Property: user id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/userId> a rdf:Property ;
  rdfs:label "user id" ;
  rdfs:comment "ID of the staff member who created the refund" ;
  schema:alternateName "user_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/userId> ;
  rdfs:domain shopify:Refund ;
  rdfs:range xsd:long .

# Property: refund line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/refundLineItems> a rdf:Property ;
  rdfs:label "refund line items" ;
  rdfs:comment "Refund line items" ;
  schema:alternateName "refund_line_items" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/refundLineItems> ;
  rdfs:domain shopify:Refund ;
  rdfs:range shopify:RefundLineItem .

# Property: transactions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/transactions> a rdf:Property ;
  rdfs:label "transactions" ;
  rdfs:comment "Transactions associated with the refund" ;
  schema:alternateName "transactions" ;
  rdfs:domain shopify:Refund ;
  rdfs:range shopify:OrderTransaction .

# Property: order adjustments
<https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/orderAdjustments> a rdf:Property ;
  rdfs:label "order adjustments" ;
  rdfs:comment "Order adjustments attached to the refund" ;
  schema:alternateName "order_adjustments" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/orderAdjustments> ;
  rdfs:domain shopify:Refund ;
  rdfs:range shopify:OrderAdjustment .

# Property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/legacyResourceId> a rdf:Property ;
  rdfs:label "legacy resource id" ;
  schema:alternateName "legacyResourceId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/legacyResourceId> ;
  rdfs:domain shopify:Refund ;
  rdfs:range xsd:string .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  schema:alternateName "updatedAt" ;
  rdfs:domain shopify:Refund ;
  rdfs:range xsd:dateTime .

# Property: duties
<https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/duties> a rdf:Property ;
  rdfs:label "duties" ;
  schema:alternateName "duties" ;
  rdfs:domain shopify:Refund ;
  rdfs:range shopify:RefundDuty .

# Property: order
<https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/order> a rdf:Property ;
  rdfs:label "order" ;
  schema:alternateName "order" ;
  rdfs:domain shopify:Refund ;
  rdfs:range xsd:string .

# Property: refund shipping lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/refundShippingLines> a rdf:Property ;
  rdfs:label "refund shipping lines" ;
  schema:alternateName "refundShippingLines" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/refundShippingLines> ;
  rdfs:domain shopify:Refund ;
  rdfs:range xsd:string .

# Property: return
<https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/return> a rdf:Property ;
  rdfs:label "return" ;
  schema:alternateName "return" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/return> ;
  rdfs:domain shopify:Refund ;
  rdfs:range xsd:string .

# Property: staff member
<https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/staffMember> a rdf:Property ;
  rdfs:label "staff member" ;
  schema:alternateName "staffMember" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/staffMember> ;
  rdfs:domain shopify:Refund ;
  rdfs:range xsd:string .

# Property: total refunded
<https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/totalRefunded> a rdf:Property ;
  rdfs:label "total refunded" ;
  schema:alternateName "totalRefunded" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalRefunded> ;
  rdfs:domain shopify:Refund ;
  rdfs:range xsd:string .

# Property: total refunded set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/totalRefundedSet> a rdf:Property ;
  rdfs:label "total refunded set" ;
  schema:alternateName "totalRefundedSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalRefundedSet> ;
  rdfs:domain shopify:Refund ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.RefundLineItem/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Refund line item ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:RefundLineItem ;
  rdfs:range xsd:long .

# Property: line item id
<https://relay.inferal.com/ontology/shopify/property/Shopify.RefundLineItem/lineItemId> a rdf:Property ;
  rdfs:label "line item id" ;
  rdfs:comment "ID of the related line item in the order" ;
  schema:alternateName "line_item_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/lineItemId> ;
  rdfs:domain shopify:RefundLineItem ;
  rdfs:range xsd:long .

# Property: line item
<https://relay.inferal.com/ontology/shopify/property/Shopify.RefundLineItem/lineItem> a rdf:Property ;
  rdfs:label "line item" ;
  rdfs:comment "The associated line item" ;
  schema:alternateName "line_item" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/lineItem> ;
  rdfs:domain shopify:RefundLineItem ;
  rdfs:range shopify:OrderLineItem .

# Property: quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.RefundLineItem/quantity> a rdf:Property ;
  rdfs:label "quantity" ;
  rdfs:comment "Quantity being refunded" ;
  schema:alternateName "quantity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/quantity> ;
  rdfs:domain shopify:RefundLineItem ;
  rdfs:range xsd:int .

# Property: restock type
<https://relay.inferal.com/ontology/shopify/property/Shopify.RefundLineItem/restockType> a rdf:Property ;
  rdfs:label "restock type" ;
  rdfs:comment "How the item should be restocked: no_restock, cancel, or return" ;
  schema:alternateName "restock_type" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/restockType> ;
  rdfs:domain shopify:RefundLineItem ;
  rdfs:range xsd:string .

# Property: subtotal
<https://relay.inferal.com/ontology/shopify/property/Shopify.RefundLineItem/subtotal> a rdf:Property ;
  rdfs:label "subtotal" ;
  rdfs:comment "Subtotal of the refund line item" ;
  schema:alternateName "subtotal" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/subtotal> ;
  rdfs:domain shopify:RefundLineItem ;
  rdfs:range xsd:string .

# Property: total tax
<https://relay.inferal.com/ontology/shopify/property/Shopify.RefundLineItem/totalTax> a rdf:Property ;
  rdfs:label "total tax" ;
  rdfs:comment "Total tax on the refund line item" ;
  schema:alternateName "total_tax" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalTax> ;
  rdfs:domain shopify:RefundLineItem ;
  rdfs:range xsd:string .

# Property: location id
<https://relay.inferal.com/ontology/shopify/property/Shopify.RefundLineItem/locationId> a rdf:Property ;
  rdfs:label "location id" ;
  rdfs:comment "ID of the location where the items will be restocked" ;
  schema:alternateName "location_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/locationId> ;
  rdfs:domain shopify:RefundLineItem ;
  rdfs:range xsd:long .

# Property: restocked
<https://relay.inferal.com/ontology/shopify/property/Shopify.RefundLineItem/restocked> a rdf:Property ;
  rdfs:label "restocked" ;
  schema:alternateName "restocked" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/restocked> ;
  rdfs:domain shopify:RefundLineItem ;
  rdfs:range xsd:boolean .

# Property: location
<https://relay.inferal.com/ontology/shopify/property/Shopify.RefundLineItem/location> a rdf:Property ;
  rdfs:label "location" ;
  schema:alternateName "location" ;
  rdfs:domain shopify:RefundLineItem ;
  rdfs:range xsd:string .

# Property: price
<https://relay.inferal.com/ontology/shopify/property/Shopify.RefundLineItem/price> a rdf:Property ;
  rdfs:label "price" ;
  schema:alternateName "price" ;
  rdfs:domain shopify:RefundLineItem ;
  rdfs:range xsd:string .

# Property: price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.RefundLineItem/priceSet> a rdf:Property ;
  rdfs:label "price set" ;
  schema:alternateName "priceSet" ;
  rdfs:domain shopify:RefundLineItem ;
  rdfs:range xsd:string .

# Property: subtotal set
<https://relay.inferal.com/ontology/shopify/property/Shopify.RefundLineItem/subtotalSet> a rdf:Property ;
  rdfs:label "subtotal set" ;
  schema:alternateName "subtotalSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/subtotalSet> ;
  rdfs:domain shopify:RefundLineItem ;
  rdfs:range xsd:string .

# Property: total tax set
<https://relay.inferal.com/ontology/shopify/property/Shopify.RefundLineItem/totalTaxSet> a rdf:Property ;
  rdfs:label "total tax set" ;
  schema:alternateName "totalTaxSet" ;
  rdfs:domain shopify:RefundLineItem ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Transaction ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:OrderTransaction ;
  rdfs:range xsd:long .

# Property: order id
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/orderId> a rdf:Property ;
  rdfs:label "order id" ;
  rdfs:comment "ID of the associated order" ;
  schema:alternateName "order_id" ;
  rdfs:domain shopify:OrderTransaction ;
  rdfs:range xsd:long .

# Property: kind
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/kind> a rdf:Property ;
  rdfs:label "kind" ;
  rdfs:comment "The kind of transaction" ;
  schema:alternateName "kind" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/kind> ;
  rdfs:domain shopify:OrderTransaction ;
  rdfs:range xsd:string ;
  qb:codeList shopify:TransactionKindScheme .

# Property: gateway
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/gateway> a rdf:Property ;
  rdfs:label "gateway" ;
  rdfs:comment "Payment gateway used for the transaction" ;
  schema:alternateName "gateway" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/gateway> ;
  rdfs:subPropertyOf schema:paymentMethod ;
  rdfs:domain shopify:OrderTransaction ;
  rdfs:range xsd:string .

# Property: status
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/status> a rdf:Property ;
  rdfs:label "status" ;
  rdfs:comment "Status of the transaction" ;
  schema:alternateName "status" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/status> ;
  rdfs:subPropertyOf schema:paymentStatus ;
  rdfs:domain shopify:OrderTransaction ;
  rdfs:range xsd:string ;
  qb:codeList shopify:TransactionStatusScheme .

# Property: message
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/message> a rdf:Property ;
  rdfs:label "message" ;
  rdfs:comment "Descriptive message about the transaction" ;
  schema:alternateName "message" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/message> ;
  rdfs:domain shopify:OrderTransaction ;
  rdfs:range xsd:string .

# Property: amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/amount> a rdf:Property ;
  rdfs:label "amount" ;
  rdfs:comment "Amount of money involved in the transaction" ;
  schema:alternateName "amount" ;
  rdfs:subPropertyOf schema:price ;
  rdfs:domain shopify:OrderTransaction ;
  rdfs:range xsd:string .

# Property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/currency> a rdf:Property ;
  rdfs:label "currency" ;
  rdfs:comment "Three-letter ISO 4217 currency code" ;
  schema:alternateName "currency" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currency> ;
  rdfs:subPropertyOf schema:priceCurrency ;
  rdfs:domain shopify:OrderTransaction ;
  rdfs:range xsd:string .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the transaction was created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:OrderTransaction ;
  rdfs:range xsd:dateTime .

# Property: test
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/test> a rdf:Property ;
  rdfs:label "test" ;
  rdfs:comment "Whether this is a test transaction" ;
  schema:alternateName "test" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/test> ;
  rdfs:domain shopify:OrderTransaction ;
  rdfs:range xsd:boolean .

# Property: authorization
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/authorization> a rdf:Property ;
  rdfs:label "authorization" ;
  rdfs:comment "Authorization code associated with the transaction" ;
  schema:alternateName "authorization" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/authorization> ;
  rdfs:domain shopify:OrderTransaction ;
  rdfs:range xsd:string .

# Property: parent id
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/parentId> a rdf:Property ;
  rdfs:label "parent id" ;
  rdfs:comment "ID of the parent transaction" ;
  schema:alternateName "parent_id" ;
  rdfs:domain shopify:OrderTransaction ;
  rdfs:range xsd:long .

# Property: error code
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/errorCode> a rdf:Property ;
  rdfs:label "error code" ;
  rdfs:comment "Standardized error code from the payment provider" ;
  schema:alternateName "error_code" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/errorCode> ;
  rdfs:domain shopify:OrderTransaction ;
  rdfs:range xsd:string .

# Property: account number
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/accountNumber> a rdf:Property ;
  rdfs:label "account number" ;
  schema:alternateName "accountNumber" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/accountNumber> ;
  rdfs:domain shopify:OrderTransaction ;
  rdfs:range xsd:string .

# Property: authorization code
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/authorizationCode> a rdf:Property ;
  rdfs:label "authorization code" ;
  schema:alternateName "authorizationCode" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/authorizationCode> ;
  rdfs:domain shopify:OrderTransaction ;
  rdfs:range xsd:string .

# Property: authorization expires at
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/authorizationExpiresAt> a rdf:Property ;
  rdfs:label "authorization expires at" ;
  schema:alternateName "authorizationExpiresAt" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/authorizationExpiresAt> ;
  rdfs:domain shopify:OrderTransaction ;
  rdfs:range xsd:dateTime .

# Property: formatted gateway
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/formattedGateway> a rdf:Property ;
  rdfs:label "formatted gateway" ;
  schema:alternateName "formattedGateway" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/formattedGateway> ;
  rdfs:domain shopify:OrderTransaction ;
  rdfs:range xsd:string .

# Property: manual payment gateway
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/manualPaymentGateway> a rdf:Property ;
  rdfs:label "manual payment gateway" ;
  schema:alternateName "manualPaymentGateway" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/manualPaymentGateway> ;
  rdfs:domain shopify:OrderTransaction ;
  rdfs:range xsd:boolean .

# Property: manually capturable
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/manuallyCapturable> a rdf:Property ;
  rdfs:label "manually capturable" ;
  schema:alternateName "manuallyCapturable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/manuallyCapturable> ;
  rdfs:domain shopify:OrderTransaction ;
  rdfs:range xsd:boolean .

# Property: multi capturable
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/multiCapturable> a rdf:Property ;
  rdfs:label "multi capturable" ;
  schema:alternateName "multiCapturable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/multiCapturable> ;
  rdfs:domain shopify:OrderTransaction ;
  rdfs:range xsd:boolean .

# Property: payment id
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/paymentId> a rdf:Property ;
  rdfs:label "payment id" ;
  schema:alternateName "paymentId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/paymentId> ;
  rdfs:domain shopify:OrderTransaction ;
  rdfs:range xsd:string .

# Property: processed at
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/processedAt> a rdf:Property ;
  rdfs:label "processed at" ;
  schema:alternateName "processedAt" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/processedAt> ;
  rdfs:domain shopify:OrderTransaction ;
  rdfs:range xsd:dateTime .

# Property: receipt json
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/receiptJson> a rdf:Property ;
  rdfs:label "receipt json" ;
  schema:alternateName "receiptJson" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/receiptJson> ;
  rdfs:domain shopify:OrderTransaction ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.OrderTransaction/receiptJson/Container> .

# Property: amount rounding set
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/amountRoundingSet> a rdf:Property ;
  rdfs:label "amount rounding set" ;
  schema:alternateName "amountRoundingSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/amountRoundingSet> ;
  rdfs:domain shopify:OrderTransaction ;
  rdfs:range xsd:string .

# Property: amount set
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/amountSet> a rdf:Property ;
  rdfs:label "amount set" ;
  schema:alternateName "amountSet" ;
  rdfs:domain shopify:OrderTransaction ;
  rdfs:range xsd:string .

# Property: amount v2
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/amountV2> a rdf:Property ;
  rdfs:label "amount v2" ;
  schema:alternateName "amountV2" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/amountV2> ;
  rdfs:domain shopify:OrderTransaction ;
  rdfs:range xsd:string .

# Property: fees
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/fees> a rdf:Property ;
  rdfs:label "fees" ;
  schema:alternateName "fees" ;
  rdfs:domain shopify:OrderTransaction ;
  rdfs:range shopify:TransactionFee .

# Property: maximum refundable
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/maximumRefundable> a rdf:Property ;
  rdfs:label "maximum refundable" ;
  schema:alternateName "maximumRefundable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/maximumRefundable> ;
  rdfs:domain shopify:OrderTransaction ;
  rdfs:range xsd:string .

# Property: maximum refundable v2
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/maximumRefundableV2> a rdf:Property ;
  rdfs:label "maximum refundable v2" ;
  schema:alternateName "maximumRefundableV2" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/maximumRefundableV2> ;
  rdfs:domain shopify:OrderTransaction ;
  rdfs:range xsd:string .

# Property: order
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/order> a rdf:Property ;
  rdfs:label "order" ;
  schema:alternateName "order" ;
  rdfs:domain shopify:OrderTransaction ;
  rdfs:range xsd:string .

# Property: parent transaction
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/parentTransaction> a rdf:Property ;
  rdfs:label "parent transaction" ;
  schema:alternateName "parentTransaction" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/parentTransaction> ;
  rdfs:domain shopify:OrderTransaction ;
  rdfs:range xsd:string .

# Property: payment details
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/paymentDetails> a rdf:Property ;
  rdfs:label "payment details" ;
  schema:alternateName "paymentDetails" ;
  rdfs:domain shopify:OrderTransaction ;
  rdfs:range xsd:string .

# Property: payment icon
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/paymentIcon> a rdf:Property ;
  rdfs:label "payment icon" ;
  schema:alternateName "paymentIcon" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/paymentIcon> ;
  rdfs:domain shopify:OrderTransaction ;
  rdfs:range xsd:string .

# Property: payment method
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/paymentMethod> a rdf:Property ;
  rdfs:label "payment method" ;
  schema:alternateName "paymentMethod" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/paymentMethod> ;
  rdfs:domain shopify:OrderTransaction ;
  rdfs:range xsd:string .

# Property: settlement currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/settlementCurrency> a rdf:Property ;
  rdfs:label "settlement currency" ;
  schema:alternateName "settlementCurrency" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/settlementCurrency> ;
  rdfs:domain shopify:OrderTransaction ;
  rdfs:range xsd:string .

# Property: settlement currency rate
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/settlementCurrencyRate> a rdf:Property ;
  rdfs:label "settlement currency rate" ;
  schema:alternateName "settlementCurrencyRate" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/settlementCurrencyRate> ;
  rdfs:domain shopify:OrderTransaction ;
  rdfs:range xsd:string .

# Property: shopify payments set
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/shopifyPaymentsSet> a rdf:Property ;
  rdfs:label "shopify payments set" ;
  schema:alternateName "shopifyPaymentsSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/shopifyPaymentsSet> ;
  rdfs:domain shopify:OrderTransaction ;
  rdfs:range xsd:string .

# Property: total unsettled
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/totalUnsettled> a rdf:Property ;
  rdfs:label "total unsettled" ;
  schema:alternateName "totalUnsettled" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalUnsettled> ;
  rdfs:domain shopify:OrderTransaction ;
  rdfs:range xsd:string .

# Property: total unsettled set
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/totalUnsettledSet> a rdf:Property ;
  rdfs:label "total unsettled set" ;
  schema:alternateName "totalUnsettledSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalUnsettledSet> ;
  rdfs:domain shopify:OrderTransaction ;
  rdfs:range xsd:string .

# Property: total unsettled v2
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/totalUnsettledV2> a rdf:Property ;
  rdfs:label "total unsettled v2" ;
  schema:alternateName "totalUnsettledV2" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalUnsettledV2> ;
  rdfs:domain shopify:OrderTransaction ;
  rdfs:range xsd:string .

# Property: user
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/user> a rdf:Property ;
  rdfs:label "user" ;
  schema:alternateName "user" ;
  rdfs:domain shopify:OrderTransaction ;
  rdfs:range xsd:string .

# Property: amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.TransactionFee/amount> a rdf:Property ;
  rdfs:label "amount" ;
  schema:alternateName "amount" ;
  rdfs:domain shopify:TransactionFee ;
  rdfs:range shopify:Money .

# Property: flat fee
<https://relay.inferal.com/ontology/shopify/property/Shopify.TransactionFee/flatFee> a rdf:Property ;
  rdfs:label "flat fee" ;
  schema:alternateName "flatFee" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/flatFee> ;
  rdfs:domain shopify:TransactionFee ;
  rdfs:range shopify:Money .

# Property: flat fee name
<https://relay.inferal.com/ontology/shopify/property/Shopify.TransactionFee/flatFeeName> a rdf:Property ;
  rdfs:label "flat fee name" ;
  schema:alternateName "flatFeeName" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/flatFeeName> ;
  rdfs:domain shopify:TransactionFee ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.TransactionFee/id> a rdf:Property ;
  rdfs:label "id" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:TransactionFee ;
  rdfs:range xsd:string .

# Property: rate
<https://relay.inferal.com/ontology/shopify/property/Shopify.TransactionFee/rate> a rdf:Property ;
  rdfs:label "rate" ;
  schema:alternateName "rate" ;
  rdfs:domain shopify:TransactionFee ;
  rdfs:range xsd:string .

# Property: rate name
<https://relay.inferal.com/ontology/shopify/property/Shopify.TransactionFee/rateName> a rdf:Property ;
  rdfs:label "rate name" ;
  schema:alternateName "rateName" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/rateName> ;
  rdfs:domain shopify:TransactionFee ;
  rdfs:range xsd:string .

# Property: tax amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.TransactionFee/taxAmount> a rdf:Property ;
  rdfs:label "tax amount" ;
  schema:alternateName "taxAmount" ;
  rdfs:domain shopify:TransactionFee ;
  rdfs:range shopify:Money .

# Property: type
<https://relay.inferal.com/ontology/shopify/property/Shopify.TransactionFee/type> a rdf:Property ;
  rdfs:label "type" ;
  schema:alternateName "type" ;
  rdfs:domain shopify:TransactionFee ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderAdjustment/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Order adjustment ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:OrderAdjustment ;
  rdfs:range xsd:long .

# Property: order id
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderAdjustment/orderId> a rdf:Property ;
  rdfs:label "order id" ;
  rdfs:comment "ID of the associated order" ;
  schema:alternateName "order_id" ;
  rdfs:domain shopify:OrderAdjustment ;
  rdfs:range xsd:long .

# Property: refund id
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderAdjustment/refundId> a rdf:Property ;
  rdfs:label "refund id" ;
  rdfs:comment "ID of the associated refund" ;
  schema:alternateName "refund_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/refundId> ;
  rdfs:domain shopify:OrderAdjustment ;
  rdfs:range xsd:long .

# Property: amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderAdjustment/amount> a rdf:Property ;
  rdfs:label "amount" ;
  rdfs:comment "Amount of the adjustment" ;
  schema:alternateName "amount" ;
  rdfs:domain shopify:OrderAdjustment ;
  rdfs:range xsd:string .

# Property: tax amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderAdjustment/taxAmount> a rdf:Property ;
  rdfs:label "tax amount" ;
  rdfs:comment "Tax amount of the adjustment" ;
  schema:alternateName "tax_amount" ;
  rdfs:domain shopify:OrderAdjustment ;
  rdfs:range xsd:string .

# Property: kind
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderAdjustment/kind> a rdf:Property ;
  rdfs:label "kind" ;
  rdfs:comment "Type of adjustment: shipping_refund, refund_discrepancy" ;
  schema:alternateName "kind" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/kind> ;
  rdfs:domain shopify:OrderAdjustment ;
  rdfs:range xsd:string .

# Property: reason
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderAdjustment/reason> a rdf:Property ;
  rdfs:label "reason" ;
  rdfs:comment "Reason for the adjustment" ;
  schema:alternateName "reason" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/reason> ;
  rdfs:domain shopify:OrderAdjustment ;
  rdfs:range xsd:string .

# Property: amount set
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderAdjustment/amountSet> a rdf:Property ;
  rdfs:label "amount set" ;
  schema:alternateName "amountSet" ;
  rdfs:domain shopify:OrderAdjustment ;
  rdfs:range xsd:string .

# Property: tax amount set
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderAdjustment/taxAmountSet> a rdf:Property ;
  rdfs:label "tax amount set" ;
  schema:alternateName "taxAmountSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxAmountSet> ;
  rdfs:domain shopify:OrderAdjustment ;
  rdfs:range xsd:string .

# Property: amount set
<https://relay.inferal.com/ontology/shopify/property/Shopify.RefundDuty/amountSet> a rdf:Property ;
  rdfs:label "amount set" ;
  schema:alternateName "amountSet" ;
  rdfs:domain shopify:RefundDuty ;
  rdfs:range shopify:PriceSet .

# Property: original duty
<https://relay.inferal.com/ontology/shopify/property/Shopify.RefundDuty/originalDuty> a rdf:Property ;
  rdfs:label "original duty" ;
  schema:alternateName "originalDuty" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/originalDuty> ;
  rdfs:domain shopify:RefundDuty ;
  rdfs:range shopify:Duty .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.AdditionalFee/id> a rdf:Property ;
  rdfs:label "id" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:AdditionalFee ;
  rdfs:range xsd:string .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.AdditionalFee/name> a rdf:Property ;
  rdfs:label "name" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:domain shopify:AdditionalFee ;
  rdfs:range xsd:string .

# Property: price
<https://relay.inferal.com/ontology/shopify/property/Shopify.AdditionalFee/price> a rdf:Property ;
  rdfs:label "price" ;
  schema:alternateName "price" ;
  rdfs:domain shopify:AdditionalFee ;
  rdfs:range shopify:PriceSet .

# Property: tax lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.AdditionalFee/taxLines> a rdf:Property ;
  rdfs:label "tax lines" ;
  schema:alternateName "taxLines" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxLines> ;
  rdfs:domain shopify:AdditionalFee ;
  rdfs:range shopify:TaxLine .

# Property: actions
<https://relay.inferal.com/ontology/shopify/property/Shopify.ResourceAlert/actions> a rdf:Property ;
  rdfs:label "actions" ;
  schema:alternateName "actions" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/actions> ;
  rdfs:domain shopify:ResourceAlert ;
  rdfs:range xsd:string .

# Property: content
<https://relay.inferal.com/ontology/shopify/property/Shopify.ResourceAlert/content> a rdf:Property ;
  rdfs:label "content" ;
  schema:alternateName "content" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/content> ;
  rdfs:domain shopify:ResourceAlert ;
  rdfs:range xsd:string .

# Property: dismissible handle
<https://relay.inferal.com/ontology/shopify/property/Shopify.ResourceAlert/dismissibleHandle> a rdf:Property ;
  rdfs:label "dismissible handle" ;
  schema:alternateName "dismissibleHandle" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/dismissibleHandle> ;
  rdfs:domain shopify:ResourceAlert ;
  rdfs:range xsd:string .

# Property: icon
<https://relay.inferal.com/ontology/shopify/property/Shopify.ResourceAlert/icon> a rdf:Property ;
  rdfs:label "icon" ;
  schema:alternateName "icon" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/icon> ;
  rdfs:domain shopify:ResourceAlert ;
  rdfs:range xsd:string .

# Property: severity
<https://relay.inferal.com/ontology/shopify/property/Shopify.ResourceAlert/severity> a rdf:Property ;
  rdfs:label "severity" ;
  schema:alternateName "severity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/severity> ;
  rdfs:domain shopify:ResourceAlert ;
  rdfs:range xsd:string .

# Property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.ResourceAlert/title> a rdf:Property ;
  rdfs:label "title" ;
  schema:alternateName "title" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/title> ;
  rdfs:domain shopify:ResourceAlert ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderDisputeSummary/id> a rdf:Property ;
  rdfs:label "id" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:OrderDisputeSummary ;
  rdfs:range xsd:string .

# Property: initiated as
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderDisputeSummary/initiatedAs> a rdf:Property ;
  rdfs:label "initiated as" ;
  schema:alternateName "initiatedAs" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/initiatedAs> ;
  rdfs:domain shopify:OrderDisputeSummary ;
  rdfs:range xsd:string .

# Property: status
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderDisputeSummary/status> a rdf:Property ;
  rdfs:label "status" ;
  schema:alternateName "status" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/status> ;
  rdfs:domain shopify:OrderDisputeSummary ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderRisk/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Risk assessment ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:OrderRisk ;
  rdfs:range xsd:long .

# Property: order id
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderRisk/orderId> a rdf:Property ;
  rdfs:label "order id" ;
  rdfs:comment "ID of the associated order" ;
  schema:alternateName "order_id" ;
  rdfs:domain shopify:OrderRisk ;
  rdfs:range xsd:long .

# Property: message
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderRisk/message> a rdf:Property ;
  rdfs:label "message" ;
  rdfs:comment "Message describing the risk" ;
  schema:alternateName "message" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/message> ;
  rdfs:domain shopify:OrderRisk ;
  rdfs:range xsd:string .

# Property: recommendation
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderRisk/recommendation> a rdf:Property ;
  rdfs:label "recommendation" ;
  rdfs:comment "Recommendation based on the risk assessment" ;
  schema:alternateName "recommendation" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/recommendation> ;
  rdfs:domain shopify:OrderRisk ;
  rdfs:range xsd:string ;
  qb:codeList shopify:RiskRecommendationScheme .

# Property: score
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderRisk/score> a rdf:Property ;
  rdfs:label "score" ;
  rdfs:comment "Risk score between 0 and 1 (highest risk)" ;
  schema:alternateName "score" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/score> ;
  rdfs:domain shopify:OrderRisk ;
  rdfs:range xsd:double .

# Property: source
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderRisk/source> a rdf:Property ;
  rdfs:label "source" ;
  rdfs:comment "Source of the risk assessment" ;
  schema:alternateName "source" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/source> ;
  rdfs:domain shopify:OrderRisk ;
  rdfs:range xsd:string .

# Property: cause cancel
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderRisk/causeCancel> a rdf:Property ;
  rdfs:label "cause cancel" ;
  rdfs:comment "Whether the risk assessment caused the order to be cancelled" ;
  schema:alternateName "cause_cancel" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/causeCancel> ;
  rdfs:domain shopify:OrderRisk ;
  rdfs:range xsd:boolean .

# Property: display
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderRisk/display> a rdf:Property ;
  rdfs:label "display" ;
  rdfs:comment "Whether the risk is displayed on the order detail page" ;
  schema:alternateName "display" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/display> ;
  rdfs:domain shopify:OrderRisk ;
  rdfs:range xsd:boolean .

# Property: level
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderRisk/level> a rdf:Property ;
  rdfs:label "level" ;
  schema:alternateName "level" ;
  rdfs:domain shopify:OrderRisk ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Location ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:Location ;
  rdfs:range xsd:long .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/name> a rdf:Property ;
  rdfs:label "name" ;
  rdfs:comment "Location name" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain shopify:Location ;
  rdfs:range xsd:string .

# Property: address1
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/address1> a rdf:Property ;
  rdfs:label "address1" ;
  rdfs:comment "Street address line 1" ;
  schema:alternateName "address1" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/address1> ;
  rdfs:subPropertyOf schema:streetAddress ;
  rdfs:domain shopify:Location ;
  rdfs:range xsd:string .

# Property: address2
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/address2> a rdf:Property ;
  rdfs:label "address2" ;
  rdfs:comment "Street address line 2" ;
  schema:alternateName "address2" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/address2> ;
  rdfs:domain shopify:Location ;
  rdfs:range xsd:string .

# Property: city
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/city> a rdf:Property ;
  rdfs:label "city" ;
  rdfs:comment "City" ;
  schema:alternateName "city" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/city> ;
  rdfs:subPropertyOf schema:addressLocality ;
  rdfs:domain shopify:Location ;
  rdfs:range xsd:string .

# Property: zip
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/zip> a rdf:Property ;
  rdfs:label "zip" ;
  rdfs:comment "ZIP or postal code" ;
  schema:alternateName "zip" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/zip> ;
  rdfs:subPropertyOf schema:postalCode ;
  rdfs:domain shopify:Location ;
  rdfs:range xsd:string .

# Property: province
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/province> a rdf:Property ;
  rdfs:label "province" ;
  rdfs:comment "Province or state name" ;
  schema:alternateName "province" ;
  rdfs:subPropertyOf schema:addressRegion ;
  rdfs:domain shopify:Location ;
  rdfs:range xsd:string .

# Property: country
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/country> a rdf:Property ;
  rdfs:label "country" ;
  rdfs:comment "Country name" ;
  schema:alternateName "country" ;
  rdfs:subPropertyOf schema:addressCountry ;
  rdfs:domain shopify:Location ;
  rdfs:range xsd:string .

# Property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/phone> a rdf:Property ;
  rdfs:label "phone" ;
  rdfs:comment "Phone number" ;
  schema:alternateName "phone" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/phone> ;
  rdfs:subPropertyOf schema:telephone ;
  rdfs:domain shopify:Location ;
  rdfs:range xsd:string .

# Property: province code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/provinceCode> a rdf:Property ;
  rdfs:label "province code" ;
  rdfs:comment "Province or state code" ;
  schema:alternateName "province_code" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/provinceCode> ;
  rdfs:domain shopify:Location ;
  rdfs:range xsd:string .

# Property: country code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/countryCode> a rdf:Property ;
  rdfs:label "country code" ;
  rdfs:comment "Country code (ISO 3166-1 alpha-2)" ;
  schema:alternateName "country_code" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/countryCode> ;
  rdfs:domain shopify:Location ;
  rdfs:range xsd:string .

# Property: country name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/countryName> a rdf:Property ;
  rdfs:label "country name" ;
  rdfs:comment "Full country name" ;
  schema:alternateName "country_name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/countryName> ;
  rdfs:domain shopify:Location ;
  rdfs:range xsd:string .

# Property: active
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/active> a rdf:Property ;
  rdfs:label "active" ;
  rdfs:comment "Whether the location is active" ;
  schema:alternateName "active" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/active> ;
  rdfs:domain shopify:Location ;
  rdfs:range xsd:boolean .

# Property: legacy
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/legacy> a rdf:Property ;
  rdfs:label "legacy" ;
  rdfs:comment "Whether the location is a legacy location" ;
  schema:alternateName "legacy" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/legacy> ;
  rdfs:domain shopify:Location ;
  rdfs:range xsd:boolean .

# Property: localized country name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/localizedCountryName> a rdf:Property ;
  rdfs:label "localized country name" ;
  rdfs:comment "Localized country name" ;
  schema:alternateName "localized_country_name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/localizedCountryName> ;
  rdfs:domain shopify:Location ;
  rdfs:range xsd:string .

# Property: localized province name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/localizedProvinceName> a rdf:Property ;
  rdfs:label "localized province name" ;
  rdfs:comment "Localized province name" ;
  schema:alternateName "localized_province_name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/localizedProvinceName> ;
  rdfs:domain shopify:Location ;
  rdfs:range xsd:string .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the location was created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:Location ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the location was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:Location ;
  rdfs:range xsd:dateTime .

# Property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/adminGraphqlApiId> a rdf:Property ;
  rdfs:label "admin graphql api id" ;
  rdfs:comment "GraphQL Admin API ID" ;
  schema:alternateName "admin_graphql_api_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adminGraphqlApiId> ;
  rdfs:domain shopify:Location ;
  rdfs:range xsd:string .

# Property: activatable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/activatable> a rdf:Property ;
  rdfs:label "activatable" ;
  schema:alternateName "activatable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/activatable> ;
  rdfs:domain shopify:Location ;
  rdfs:range xsd:boolean .

# Property: address verified
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/addressVerified> a rdf:Property ;
  rdfs:label "address verified" ;
  schema:alternateName "addressVerified" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/addressVerified> ;
  rdfs:domain shopify:Location ;
  rdfs:range xsd:boolean .

# Property: deactivatable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/deactivatable> a rdf:Property ;
  rdfs:label "deactivatable" ;
  schema:alternateName "deactivatable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/deactivatable> ;
  rdfs:domain shopify:Location ;
  rdfs:range xsd:boolean .

# Property: deactivated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/deactivatedAt> a rdf:Property ;
  rdfs:label "deactivated at" ;
  schema:alternateName "deactivatedAt" ;
  rdfs:domain shopify:Location ;
  rdfs:range xsd:string .

# Property: deletable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/deletable> a rdf:Property ;
  rdfs:label "deletable" ;
  schema:alternateName "deletable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/deletable> ;
  rdfs:domain shopify:Location ;
  rdfs:range xsd:boolean .

# Property: fulfills online orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/fulfillsOnlineOrders> a rdf:Property ;
  rdfs:label "fulfills online orders" ;
  schema:alternateName "fulfillsOnlineOrders" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/fulfillsOnlineOrders> ;
  rdfs:domain shopify:Location ;
  rdfs:range xsd:boolean .

# Property: has active inventory
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/hasActiveInventory> a rdf:Property ;
  rdfs:label "has active inventory" ;
  schema:alternateName "hasActiveInventory" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/hasActiveInventory> ;
  rdfs:domain shopify:Location ;
  rdfs:range xsd:boolean .

# Property: has unfulfilled orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/hasUnfulfilledOrders> a rdf:Property ;
  rdfs:label "has unfulfilled orders" ;
  schema:alternateName "hasUnfulfilledOrders" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/hasUnfulfilledOrders> ;
  rdfs:domain shopify:Location ;
  rdfs:range xsd:boolean .

# Property: is active
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/isActive> a rdf:Property ;
  rdfs:label "is active" ;
  schema:alternateName "isActive" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/isActive> ;
  rdfs:domain shopify:Location ;
  rdfs:range xsd:boolean .

# Property: is fulfillment service
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/isFulfillmentService> a rdf:Property ;
  rdfs:label "is fulfillment service" ;
  schema:alternateName "isFulfillmentService" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/isFulfillmentService> ;
  rdfs:domain shopify:Location ;
  rdfs:range xsd:boolean .

# Property: is primary
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/isPrimary> a rdf:Property ;
  rdfs:label "is primary" ;
  schema:alternateName "isPrimary" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/isPrimary> ;
  rdfs:domain shopify:Location ;
  rdfs:range xsd:boolean .

# Property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/legacyResourceId> a rdf:Property ;
  rdfs:label "legacy resource id" ;
  schema:alternateName "legacyResourceId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/legacyResourceId> ;
  rdfs:domain shopify:Location ;
  rdfs:range xsd:string .

# Property: ships inventory
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/shipsInventory> a rdf:Property ;
  rdfs:label "ships inventory" ;
  schema:alternateName "shipsInventory" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/shipsInventory> ;
  rdfs:domain shopify:Location ;
  rdfs:range xsd:boolean .

# Property: address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/address> a rdf:Property ;
  rdfs:label "address" ;
  schema:alternateName "address" ;
  rdfs:domain shopify:Location ;
  rdfs:range xsd:string .

# Property: fulfillment service
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/fulfillmentService> a rdf:Property ;
  rdfs:label "fulfillment service" ;
  schema:alternateName "fulfillmentService" ;
  rdfs:domain shopify:Location ;
  rdfs:range xsd:string .

# Property: inventory level
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/inventoryLevel> a rdf:Property ;
  rdfs:label "inventory level" ;
  schema:alternateName "inventoryLevel" ;
  rdfs:domain shopify:Location ;
  rdfs:range xsd:string .

# Property: inventory levels
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/inventoryLevels> a rdf:Property ;
  rdfs:label "inventory levels" ;
  schema:alternateName "inventoryLevels" ;
  rdfs:domain shopify:Location ;
  rdfs:range xsd:string .

# Property: local pickup settings v2
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/localPickupSettingsV2> a rdf:Property ;
  rdfs:label "local pickup settings v2" ;
  schema:alternateName "localPickupSettingsV2" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/localPickupSettingsV2> ;
  rdfs:domain shopify:Location ;
  rdfs:range xsd:string .

# Property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/metafield> a rdf:Property ;
  rdfs:label "metafield" ;
  schema:alternateName "metafield" ;
  rdfs:domain shopify:Location ;
  rdfs:range xsd:string .

# Property: metafield definitions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/metafieldDefinitions> a rdf:Property ;
  rdfs:label "metafield definitions" ;
  schema:alternateName "metafieldDefinitions" ;
  rdfs:domain shopify:Location ;
  rdfs:range xsd:string .

# Property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/metafields> a rdf:Property ;
  rdfs:label "metafields" ;
  schema:alternateName "metafields" ;
  rdfs:domain shopify:Location ;
  rdfs:range xsd:string .

# Property: suggested addresses
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/suggestedAddresses> a rdf:Property ;
  rdfs:label "suggested addresses" ;
  schema:alternateName "suggestedAddresses" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/suggestedAddresses> ;
  rdfs:domain shopify:Location ;
  rdfs:range shopify:LocationSuggestedAddress .

# Property: address1
<https://relay.inferal.com/ontology/shopify/property/Shopify.LocationSuggestedAddress/address1> a rdf:Property ;
  rdfs:label "address1" ;
  schema:alternateName "address1" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/address1> ;
  rdfs:domain shopify:LocationSuggestedAddress ;
  rdfs:range xsd:string .

# Property: address2
<https://relay.inferal.com/ontology/shopify/property/Shopify.LocationSuggestedAddress/address2> a rdf:Property ;
  rdfs:label "address2" ;
  schema:alternateName "address2" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/address2> ;
  rdfs:domain shopify:LocationSuggestedAddress ;
  rdfs:range xsd:string .

# Property: city
<https://relay.inferal.com/ontology/shopify/property/Shopify.LocationSuggestedAddress/city> a rdf:Property ;
  rdfs:label "city" ;
  schema:alternateName "city" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/city> ;
  rdfs:domain shopify:LocationSuggestedAddress ;
  rdfs:range xsd:string .

# Property: country
<https://relay.inferal.com/ontology/shopify/property/Shopify.LocationSuggestedAddress/country> a rdf:Property ;
  rdfs:label "country" ;
  schema:alternateName "country" ;
  rdfs:domain shopify:LocationSuggestedAddress ;
  rdfs:range xsd:string .

# Property: country code
<https://relay.inferal.com/ontology/shopify/property/Shopify.LocationSuggestedAddress/countryCode> a rdf:Property ;
  rdfs:label "country code" ;
  schema:alternateName "countryCode" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/countryCode> ;
  rdfs:domain shopify:LocationSuggestedAddress ;
  rdfs:range xsd:string .

# Property: formatted
<https://relay.inferal.com/ontology/shopify/property/Shopify.LocationSuggestedAddress/formatted> a rdf:Property ;
  rdfs:label "formatted" ;
  schema:alternateName "formatted" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/formatted> ;
  rdfs:domain shopify:LocationSuggestedAddress ;
  rdfs:range xsd:string .

# Property: province
<https://relay.inferal.com/ontology/shopify/property/Shopify.LocationSuggestedAddress/province> a rdf:Property ;
  rdfs:label "province" ;
  schema:alternateName "province" ;
  rdfs:domain shopify:LocationSuggestedAddress ;
  rdfs:range xsd:string .

# Property: province code
<https://relay.inferal.com/ontology/shopify/property/Shopify.LocationSuggestedAddress/provinceCode> a rdf:Property ;
  rdfs:label "province code" ;
  schema:alternateName "provinceCode" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/provinceCode> ;
  rdfs:domain shopify:LocationSuggestedAddress ;
  rdfs:range xsd:string .

# Property: zip
<https://relay.inferal.com/ontology/shopify/property/Shopify.LocationSuggestedAddress/zip> a rdf:Property ;
  rdfs:label "zip" ;
  schema:alternateName "zip" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/zip> ;
  rdfs:domain shopify:LocationSuggestedAddress ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomCollection/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Collection ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:CustomCollection ;
  rdfs:range xsd:long .

# Property: handle
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomCollection/handle> a rdf:Property ;
  rdfs:label "handle" ;
  rdfs:comment "URL-friendly unique handle" ;
  schema:alternateName "handle" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/handle> ;
  rdfs:domain shopify:CustomCollection ;
  rdfs:range xsd:string .

# Property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomCollection/title> a rdf:Property ;
  rdfs:label "title" ;
  rdfs:comment "Collection title" ;
  schema:alternateName "title" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/title> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain shopify:CustomCollection ;
  rdfs:range xsd:string .

# Property: body html
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomCollection/bodyHtml> a rdf:Property ;
  rdfs:label "body html" ;
  rdfs:comment "Description of the collection in HTML" ;
  schema:alternateName "body_html" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/bodyHtml> ;
  rdfs:subPropertyOf schema:description ;
  rdfs:domain shopify:CustomCollection ;
  rdfs:range xsd:string .

# Property: published at
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomCollection/publishedAt> a rdf:Property ;
  rdfs:label "published at" ;
  rdfs:comment "Date and time when the collection was published" ;
  schema:alternateName "published_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/publishedAt> ;
  rdfs:subPropertyOf schema:datePublished ;
  rdfs:domain shopify:CustomCollection ;
  rdfs:range xsd:dateTime .

# Property: sort order
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomCollection/sortOrder> a rdf:Property ;
  rdfs:label "sort order" ;
  rdfs:comment "Order in which products appear: alpha-asc, alpha-desc, best-selling, created, created-desc, manual, price-asc, price-desc" ;
  schema:alternateName "sort_order" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/sortOrder> ;
  rdfs:domain shopify:CustomCollection ;
  rdfs:range xsd:string .

# Property: template suffix
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomCollection/templateSuffix> a rdf:Property ;
  rdfs:label "template suffix" ;
  rdfs:comment "Suffix of the Liquid template for the collection page" ;
  schema:alternateName "template_suffix" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/templateSuffix> ;
  rdfs:domain shopify:CustomCollection ;
  rdfs:range xsd:string .

# Property: image
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomCollection/image> a rdf:Property ;
  rdfs:label "image" ;
  rdfs:comment "Collection image" ;
  schema:alternateName "image" ;
  rdfs:subPropertyOf schema:image ;
  rdfs:domain shopify:CustomCollection ;
  rdfs:range shopify:Image .

# Property: published
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomCollection/published> a rdf:Property ;
  rdfs:label "published" ;
  rdfs:comment "Whether the collection is published" ;
  schema:alternateName "published" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/published> ;
  rdfs:domain shopify:CustomCollection ;
  rdfs:range xsd:boolean .

# Property: published scope
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomCollection/publishedScope> a rdf:Property ;
  rdfs:label "published scope" ;
  rdfs:comment "Whether the collection is published to the Point of Sale channel" ;
  schema:alternateName "published_scope" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/publishedScope> ;
  rdfs:domain shopify:CustomCollection ;
  rdfs:range xsd:string .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomCollection/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the collection was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:CustomCollection ;
  rdfs:range xsd:dateTime .

# Property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomCollection/adminGraphqlApiId> a rdf:Property ;
  rdfs:label "admin graphql api id" ;
  rdfs:comment "GraphQL Admin API ID" ;
  schema:alternateName "admin_graphql_api_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adminGraphqlApiId> ;
  rdfs:domain shopify:CustomCollection ;
  rdfs:range xsd:string .

# Property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomCollection/metafields> a rdf:Property ;
  rdfs:label "metafields" ;
  rdfs:comment "Metafields associated with the resource" ;
  schema:alternateName "metafields" ;
  rdfs:domain shopify:CustomCollection ;
  rdfs:range shopify:Metafield .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollection/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Collection ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:SmartCollection ;
  rdfs:range xsd:long .

# Property: handle
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollection/handle> a rdf:Property ;
  rdfs:label "handle" ;
  rdfs:comment "URL-friendly unique handle" ;
  schema:alternateName "handle" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/handle> ;
  rdfs:domain shopify:SmartCollection ;
  rdfs:range xsd:string .

# Property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollection/title> a rdf:Property ;
  rdfs:label "title" ;
  rdfs:comment "Collection title" ;
  schema:alternateName "title" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/title> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain shopify:SmartCollection ;
  rdfs:range xsd:string .

# Property: body html
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollection/bodyHtml> a rdf:Property ;
  rdfs:label "body html" ;
  rdfs:comment "Description of the collection in HTML" ;
  schema:alternateName "body_html" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/bodyHtml> ;
  rdfs:subPropertyOf schema:description ;
  rdfs:domain shopify:SmartCollection ;
  rdfs:range xsd:string .

# Property: published at
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollection/publishedAt> a rdf:Property ;
  rdfs:label "published at" ;
  rdfs:comment "Date and time when the collection was published" ;
  schema:alternateName "published_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/publishedAt> ;
  rdfs:subPropertyOf schema:datePublished ;
  rdfs:domain shopify:SmartCollection ;
  rdfs:range xsd:dateTime .

# Property: sort order
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollection/sortOrder> a rdf:Property ;
  rdfs:label "sort order" ;
  rdfs:comment "Order in which products appear" ;
  schema:alternateName "sort_order" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/sortOrder> ;
  rdfs:domain shopify:SmartCollection ;
  rdfs:range xsd:string .

# Property: template suffix
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollection/templateSuffix> a rdf:Property ;
  rdfs:label "template suffix" ;
  rdfs:comment "Suffix of the Liquid template for the collection page" ;
  schema:alternateName "template_suffix" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/templateSuffix> ;
  rdfs:domain shopify:SmartCollection ;
  rdfs:range xsd:string .

# Property: image
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollection/image> a rdf:Property ;
  rdfs:label "image" ;
  rdfs:comment "Collection image" ;
  schema:alternateName "image" ;
  rdfs:domain shopify:SmartCollection ;
  rdfs:range shopify:Image .

# Property: published
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollection/published> a rdf:Property ;
  rdfs:label "published" ;
  rdfs:comment "Whether the collection is published" ;
  schema:alternateName "published" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/published> ;
  rdfs:domain shopify:SmartCollection ;
  rdfs:range xsd:boolean .

# Property: published scope
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollection/publishedScope> a rdf:Property ;
  rdfs:label "published scope" ;
  rdfs:comment "Whether the collection is published to the Point of Sale channel" ;
  schema:alternateName "published_scope" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/publishedScope> ;
  rdfs:domain shopify:SmartCollection ;
  rdfs:range xsd:string .

# Property: disjunctive
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollection/disjunctive> a rdf:Property ;
  rdfs:label "disjunctive" ;
  rdfs:comment "Whether products must match all rules or any rule" ;
  schema:alternateName "disjunctive" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/disjunctive> ;
  rdfs:domain shopify:SmartCollection ;
  rdfs:range xsd:boolean .

# Property: rules
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollection/rules> a rdf:Property ;
  rdfs:label "rules" ;
  rdfs:comment "Rules that determine which products are in the collection" ;
  schema:alternateName "rules" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/rules> ;
  rdfs:domain shopify:SmartCollection ;
  rdfs:range shopify:SmartCollectionRule .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollection/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the collection was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:SmartCollection ;
  rdfs:range xsd:dateTime .

# Property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollection/adminGraphqlApiId> a rdf:Property ;
  rdfs:label "admin graphql api id" ;
  rdfs:comment "GraphQL Admin API ID" ;
  schema:alternateName "admin_graphql_api_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adminGraphqlApiId> ;
  rdfs:domain shopify:SmartCollection ;
  rdfs:range xsd:string .

# Property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollection/metafields> a rdf:Property ;
  rdfs:label "metafields" ;
  rdfs:comment "Metafields associated with the resource" ;
  schema:alternateName "metafields" ;
  rdfs:domain shopify:SmartCollection ;
  rdfs:range shopify:Metafield .

# Property: column
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollectionRule/column> a rdf:Property ;
  rdfs:label "column" ;
  rdfs:comment "Property column to compare" ;
  schema:alternateName "column" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/column> ;
  rdfs:domain shopify:SmartCollectionRule ;
  rdfs:range xsd:string ;
  qb:codeList shopify:SmartCollectionRuleColumnScheme .

# Property: relation
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollectionRule/relation> a rdf:Property ;
  rdfs:label "relation" ;
  rdfs:comment "Relation used for comparison" ;
  schema:alternateName "relation" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/relation> ;
  rdfs:domain shopify:SmartCollectionRule ;
  rdfs:range xsd:string ;
  qb:codeList shopify:SmartCollectionRuleRelationScheme .

# Property: condition
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollectionRule/condition> a rdf:Property ;
  rdfs:label "condition" ;
  rdfs:comment "Value to compare against" ;
  schema:alternateName "condition" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/condition> ;
  rdfs:domain shopify:SmartCollectionRule ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Collect/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Collect ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:Collect ;
  rdfs:range xsd:long .

# Property: collection id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Collect/collectionId> a rdf:Property ;
  rdfs:label "collection id" ;
  rdfs:comment "ID of the custom collection" ;
  schema:alternateName "collection_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/collectionId> ;
  rdfs:domain shopify:Collect ;
  rdfs:range xsd:long .

# Property: product
<https://relay.inferal.com/ontology/shopify/property/Shopify.Collect/product> a rdf:Property ;
  rdfs:label "product" ;
  rdfs:comment "ID of the product" ;
  schema:alternateName "product_id" ;
  rdfs:subPropertyOf shopify:productId ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/product> ;
  rdfs:domain shopify:Collect ;
  rdfs:range shopify:Product .

# Property: position
<https://relay.inferal.com/ontology/shopify/property/Shopify.Collect/position> a rdf:Property ;
  rdfs:label "position" ;
  rdfs:comment "Position of the product in the collection" ;
  schema:alternateName "position" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/position> ;
  rdfs:domain shopify:Collect ;
  rdfs:range xsd:int .

# Property: sort value
<https://relay.inferal.com/ontology/shopify/property/Shopify.Collect/sortValue> a rdf:Property ;
  rdfs:label "sort value" ;
  rdfs:comment "Sort value for manual ordering" ;
  schema:alternateName "sort_value" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/sortValue> ;
  rdfs:domain shopify:Collect ;
  rdfs:range xsd:string .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Collect/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the collect was created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:Collect ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Collect/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the collect was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:domain shopify:Collect ;
  rdfs:range xsd:dateTime .

# Property: inventory item
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryLevel/inventoryItem> a rdf:Property ;
  rdfs:label "inventory item" ;
  rdfs:comment "ID of the inventory item" ;
  schema:alternateName "inventory_item_id" ;
  rdfs:subPropertyOf shopify:inventoryItemId ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/inventoryItem> ;
  rdfs:domain shopify:InventoryLevel ;
  rdfs:range shopify:InventoryItem .

# Property: location
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryLevel/location> a rdf:Property ;
  rdfs:label "location" ;
  rdfs:comment "ID of the location" ;
  schema:alternateName "location_id" ;
  rdfs:subPropertyOf shopify:locationId ;
  rdfs:domain shopify:InventoryLevel ;
  rdfs:range shopify:Location .

# Property: available
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryLevel/available> a rdf:Property ;
  rdfs:label "available" ;
  rdfs:comment "Available quantity at the location" ;
  schema:alternateName "available" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/available> ;
  rdfs:domain shopify:InventoryLevel ;
  rdfs:range xsd:int .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryLevel/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the level was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:domain shopify:InventoryLevel ;
  rdfs:range xsd:dateTime .

# Property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryLevel/adminGraphqlApiId> a rdf:Property ;
  rdfs:label "admin graphql api id" ;
  rdfs:comment "GraphQL Admin API ID" ;
  schema:alternateName "admin_graphql_api_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adminGraphqlApiId> ;
  rdfs:domain shopify:InventoryLevel ;
  rdfs:range xsd:string .

# Property: can deactivate
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryLevel/canDeactivate> a rdf:Property ;
  rdfs:label "can deactivate" ;
  schema:alternateName "canDeactivate" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/canDeactivate> ;
  rdfs:domain shopify:InventoryLevel ;
  rdfs:range xsd:boolean .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryLevel/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  schema:alternateName "createdAt" ;
  rdfs:domain shopify:InventoryLevel ;
  rdfs:range xsd:dateTime .

# Property: deactivation alert
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryLevel/deactivationAlert> a rdf:Property ;
  rdfs:label "deactivation alert" ;
  schema:alternateName "deactivationAlert" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/deactivationAlert> ;
  rdfs:domain shopify:InventoryLevel ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryLevel/id> a rdf:Property ;
  rdfs:label "id" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:InventoryLevel ;
  rdfs:range xsd:string .

# Property: item
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryLevel/item> a rdf:Property ;
  rdfs:label "item" ;
  schema:alternateName "item" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/item> ;
  rdfs:domain shopify:InventoryLevel ;
  rdfs:range xsd:string .

# Property: quantities
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryLevel/quantities> a rdf:Property ;
  rdfs:label "quantities" ;
  schema:alternateName "quantities" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/quantities> ;
  rdfs:domain shopify:InventoryLevel ;
  rdfs:range shopify:InventoryQuantity .

# Property: scheduled changes
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryLevel/scheduledChanges> a rdf:Property ;
  rdfs:label "scheduled changes" ;
  schema:alternateName "scheduledChanges" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/scheduledChanges> ;
  rdfs:domain shopify:InventoryLevel ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryQuantity/id> a rdf:Property ;
  rdfs:label "id" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:InventoryQuantity ;
  rdfs:range xsd:string .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryQuantity/name> a rdf:Property ;
  rdfs:label "name" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:domain shopify:InventoryQuantity ;
  rdfs:range xsd:string .

# Property: quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryQuantity/quantity> a rdf:Property ;
  rdfs:label "quantity" ;
  schema:alternateName "quantity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/quantity> ;
  rdfs:domain shopify:InventoryQuantity ;
  rdfs:range xsd:int .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryQuantity/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  schema:alternateName "updatedAt" ;
  rdfs:domain shopify:InventoryQuantity ;
  rdfs:range xsd:dateTime .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Fulfillment order ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:FulfillmentOrder ;
  rdfs:range xsd:long .

# Property: order
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/order> a rdf:Property ;
  rdfs:label "order" ;
  rdfs:comment "ID of the associated order" ;
  schema:alternateName "order_id" ;
  rdfs:subPropertyOf shopify:orderId ;
  rdfs:domain shopify:FulfillmentOrder ;
  rdfs:range shopify:Order .

# Property: status
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/status> a rdf:Property ;
  rdfs:label "status" ;
  rdfs:comment "Status of the fulfillment order" ;
  schema:alternateName "status" ;
  rdfs:subPropertyOf shopify:fulfillmentOrderStatus ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/status> ;
  rdfs:domain shopify:FulfillmentOrder ;
  rdfs:range xsd:string ;
  qb:codeList shopify:FulfillmentOrderStatusScheme .

# Property: assigned location
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/assignedLocation> a rdf:Property ;
  rdfs:label "assigned location" ;
  rdfs:comment "ID of the location assigned to fulfill" ;
  schema:alternateName "assigned_location_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/assignedLocation> ;
  rdfs:domain shopify:FulfillmentOrder ;
  rdfs:range shopify:Location .

# Property: request status
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/requestStatus> a rdf:Property ;
  rdfs:label "request status" ;
  rdfs:comment "Fulfillment request status" ;
  schema:alternateName "request_status" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/requestStatus> ;
  rdfs:domain shopify:FulfillmentOrder ;
  rdfs:range xsd:string ;
  qb:codeList shopify:FulfillmentOrderRequestStatusScheme .

# Property: line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/lineItems> a rdf:Property ;
  rdfs:label "line items" ;
  rdfs:comment "Line items in the fulfillment order" ;
  schema:alternateName "line_items" ;
  rdfs:domain shopify:FulfillmentOrder ;
  rdfs:range shopify:FulfillmentOrderLineItem .

# Property: destination
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/destination> a rdf:Property ;
  rdfs:label "destination" ;
  rdfs:comment "Destination for the fulfillment order" ;
  schema:alternateName "destination" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/destination> ;
  rdfs:domain shopify:FulfillmentOrder ;
  rdfs:range shopify:FulfillmentOrderDestination .

# Property: fulfill at
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/fulfillAt> a rdf:Property ;
  rdfs:label "fulfill at" ;
  rdfs:comment "Earliest date the order should be fulfilled" ;
  schema:alternateName "fulfill_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/fulfillAt> ;
  rdfs:domain shopify:FulfillmentOrder ;
  rdfs:range xsd:dateTime .

# Property: fulfill by
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/fulfillBy> a rdf:Property ;
  rdfs:label "fulfill by" ;
  rdfs:comment "Latest date the order should be fulfilled" ;
  schema:alternateName "fulfill_by" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/fulfillBy> ;
  rdfs:domain shopify:FulfillmentOrder ;
  rdfs:range xsd:dateTime .

# Property: delivery method
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/deliveryMethod> a rdf:Property ;
  rdfs:label "delivery method" ;
  rdfs:comment "Delivery method for the fulfillment order" ;
  schema:alternateName "delivery_method" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/deliveryMethod> ;
  rdfs:domain shopify:FulfillmentOrder ;
  rdfs:range shopify:DeliveryMethod .

# Property: embedded assigned location
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/embeddedAssignedLocation> a rdf:Property ;
  rdfs:label "embedded assigned location" ;
  rdfs:comment "Details of the assigned fulfillment location" ;
  schema:alternateName "assigned_location" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/embeddedAssignedLocation> ;
  rdfs:domain shopify:FulfillmentOrder ;
  rdfs:range shopify:AssignedLocation .

# Property: shop
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/shop> a rdf:Property ;
  rdfs:label "shop" ;
  rdfs:comment "ID of the shop" ;
  schema:alternateName "shop_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/shop> ;
  rdfs:domain shopify:FulfillmentOrder ;
  rdfs:range shopify:Shop .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:FulfillmentOrder ;
  rdfs:range xsd:dateTime .

# Property: fulfillment holds
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/fulfillmentHolds> a rdf:Property ;
  rdfs:label "fulfillment holds" ;
  rdfs:comment "List of holds on the fulfillment order" ;
  schema:alternateName "fulfillment_holds" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/fulfillmentHolds> ;
  rdfs:domain shopify:FulfillmentOrder ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.FulfillmentOrder/fulfillmentHolds/Container> .

# Property: supported actions
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/supportedActions> a rdf:Property ;
  rdfs:label "supported actions" ;
  rdfs:comment "Supported actions on the fulfillment order" ;
  schema:alternateName "supported_actions" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/supportedActions> ;
  rdfs:domain shopify:FulfillmentOrder ;
  rdfs:range xsd:string .

# Property: international duties
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/internationalDuties> a rdf:Property ;
  rdfs:label "international duties" ;
  rdfs:comment "International duties information" ;
  schema:alternateName "international_duties" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/internationalDuties> ;
  rdfs:domain shopify:FulfillmentOrder ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.FulfillmentOrder/internationalDuties/Container> .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:FulfillmentOrder ;
  rdfs:range xsd:dateTime .

# Property: channel id
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/channelId> a rdf:Property ;
  rdfs:label "channel id" ;
  schema:alternateName "channelId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/channelId> ;
  rdfs:domain shopify:FulfillmentOrder ;
  rdfs:range xsd:string .

# Property: order id
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/orderId> a rdf:Property ;
  rdfs:label "order id" ;
  schema:alternateName "orderId" ;
  rdfs:domain shopify:FulfillmentOrder ;
  rdfs:range xsd:string .

# Property: order name
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/orderName> a rdf:Property ;
  rdfs:label "order name" ;
  schema:alternateName "orderName" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/orderName> ;
  rdfs:domain shopify:FulfillmentOrder ;
  rdfs:range xsd:string .

# Property: order processed at
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/orderProcessedAt> a rdf:Property ;
  rdfs:label "order processed at" ;
  schema:alternateName "orderProcessedAt" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/orderProcessedAt> ;
  rdfs:domain shopify:FulfillmentOrder ;
  rdfs:range xsd:dateTime .

# Property: fulfillment orders for merge
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/fulfillmentOrdersForMerge> a rdf:Property ;
  rdfs:label "fulfillment orders for merge" ;
  schema:alternateName "fulfillmentOrdersForMerge" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/fulfillmentOrdersForMerge> ;
  rdfs:domain shopify:FulfillmentOrder ;
  rdfs:range xsd:string .

# Property: fulfillments
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/fulfillments> a rdf:Property ;
  rdfs:label "fulfillments" ;
  schema:alternateName "fulfillments" ;
  rdfs:domain shopify:FulfillmentOrder ;
  rdfs:range xsd:string .

# Property: locations for move
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/locationsForMove> a rdf:Property ;
  rdfs:label "locations for move" ;
  schema:alternateName "locationsForMove" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/locationsForMove> ;
  rdfs:domain shopify:FulfillmentOrder ;
  rdfs:range xsd:string .

# Property: merchant requests
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/merchantRequests> a rdf:Property ;
  rdfs:label "merchant requests" ;
  schema:alternateName "merchantRequests" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/merchantRequests> ;
  rdfs:domain shopify:FulfillmentOrder ;
  rdfs:range xsd:string .

# Property: fulfillment order line item identifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/fulfillmentOrderLineItemIdentifier> a rdf:Property ;
  rdfs:label "fulfillment order line item identifier" ;
  rdfs:comment "Fulfillment order line item ID" ;
  schema:alternateName "id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/fulfillmentOrderLineItemIdentifier> ;
  rdfs:domain shopify:FulfillmentOrderLineItem ;
  rdfs:range xsd:long .

# Property: shop
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/shop> a rdf:Property ;
  rdfs:label "shop" ;
  rdfs:comment "Shop ID" ;
  schema:alternateName "shop_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/shop> ;
  rdfs:domain shopify:FulfillmentOrderLineItem ;
  rdfs:range shopify:Shop .

# Property: fulfillment order
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/fulfillmentOrder> a rdf:Property ;
  rdfs:label "fulfillment order" ;
  rdfs:comment "ID of the fulfillment order" ;
  schema:alternateName "fulfillment_order_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/fulfillmentOrder> ;
  rdfs:domain shopify:FulfillmentOrderLineItem ;
  rdfs:range shopify:FulfillmentOrder .

# Property: line item
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/lineItem> a rdf:Property ;
  rdfs:label "line item" ;
  rdfs:comment "ID of the associated order line item" ;
  schema:alternateName "line_item_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/lineItem> ;
  rdfs:domain shopify:FulfillmentOrderLineItem ;
  rdfs:range shopify:OrderLineItem .

# Property: inventory item
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/inventoryItem> a rdf:Property ;
  rdfs:label "inventory item" ;
  rdfs:comment "ID of the inventory item" ;
  schema:alternateName "inventory_item_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/inventoryItem> ;
  rdfs:domain shopify:FulfillmentOrderLineItem ;
  rdfs:range shopify:InventoryItem .

# Property: quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/quantity> a rdf:Property ;
  rdfs:label "quantity" ;
  rdfs:comment "Quantity to fulfill" ;
  schema:alternateName "quantity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/quantity> ;
  rdfs:domain shopify:FulfillmentOrderLineItem ;
  rdfs:range xsd:int .

# Property: fulfillable quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/fulfillableQuantity> a rdf:Property ;
  rdfs:label "fulfillable quantity" ;
  rdfs:comment "Remaining fulfillable quantity" ;
  schema:alternateName "fulfillable_quantity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/fulfillableQuantity> ;
  rdfs:domain shopify:FulfillmentOrderLineItem ;
  rdfs:range xsd:int .

# Property: variant
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/variant> a rdf:Property ;
  rdfs:label "variant" ;
  rdfs:comment "ID of the variant" ;
  schema:alternateName "variant_id" ;
  rdfs:domain shopify:FulfillmentOrderLineItem ;
  rdfs:range shopify:ProductVariant .

# Property: inventory item id
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/inventoryItemId> a rdf:Property ;
  rdfs:label "inventory item id" ;
  schema:alternateName "inventoryItemId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/inventoryItemId> ;
  rdfs:domain shopify:FulfillmentOrderLineItem ;
  rdfs:range xsd:string .

# Property: product title
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/productTitle> a rdf:Property ;
  rdfs:label "product title" ;
  schema:alternateName "productTitle" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/productTitle> ;
  rdfs:domain shopify:FulfillmentOrderLineItem ;
  rdfs:range xsd:string .

# Property: remaining quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/remainingQuantity> a rdf:Property ;
  rdfs:label "remaining quantity" ;
  schema:alternateName "remainingQuantity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/remainingQuantity> ;
  rdfs:domain shopify:FulfillmentOrderLineItem ;
  rdfs:range xsd:int .

# Property: requires shipping
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/requiresShipping> a rdf:Property ;
  rdfs:label "requires shipping" ;
  schema:alternateName "requiresShipping" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/requiresShipping> ;
  rdfs:domain shopify:FulfillmentOrderLineItem ;
  rdfs:range xsd:boolean .

# Property: sku
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/sku> a rdf:Property ;
  rdfs:label "sku" ;
  schema:alternateName "sku" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/sku> ;
  rdfs:domain shopify:FulfillmentOrderLineItem ;
  rdfs:range xsd:string .

# Property: total quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/totalQuantity> a rdf:Property ;
  rdfs:label "total quantity" ;
  schema:alternateName "totalQuantity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalQuantity> ;
  rdfs:domain shopify:FulfillmentOrderLineItem ;
  rdfs:range xsd:int .

# Property: variant title
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/variantTitle> a rdf:Property ;
  rdfs:label "variant title" ;
  schema:alternateName "variantTitle" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/variantTitle> ;
  rdfs:domain shopify:FulfillmentOrderLineItem ;
  rdfs:range xsd:string .

# Property: vendor
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/vendor> a rdf:Property ;
  rdfs:label "vendor" ;
  schema:alternateName "vendor" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/vendor> ;
  rdfs:domain shopify:FulfillmentOrderLineItem ;
  rdfs:range xsd:string .

# Property: financial summaries
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/financialSummaries> a rdf:Property ;
  rdfs:label "financial summaries" ;
  schema:alternateName "financialSummaries" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/financialSummaries> ;
  rdfs:domain shopify:FulfillmentOrderLineItem ;
  rdfs:range shopify:FulfillmentOrderLineItemFinancialSummary .

# Property: image
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/image> a rdf:Property ;
  rdfs:label "image" ;
  schema:alternateName "image" ;
  rdfs:domain shopify:FulfillmentOrderLineItem ;
  rdfs:range xsd:string .

# Property: original unit price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/originalUnitPriceSet> a rdf:Property ;
  rdfs:label "original unit price set" ;
  schema:alternateName "originalUnitPriceSet" ;
  rdfs:domain shopify:FulfillmentOrderLineItem ;
  rdfs:range xsd:string .

# Property: warnings
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/warnings> a rdf:Property ;
  rdfs:label "warnings" ;
  schema:alternateName "warnings" ;
  rdfs:domain shopify:FulfillmentOrderLineItem ;
  rdfs:range shopify:FulfillmentOrderLineItemWarning .

# Property: weight
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/weight> a rdf:Property ;
  rdfs:label "weight" ;
  schema:alternateName "weight" ;
  rdfs:domain shopify:FulfillmentOrderLineItem ;
  rdfs:range xsd:string .

# Property: graphql id
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/graphqlId> a rdf:Property ;
  rdfs:label "graphql id" ;
  schema:alternateName "graphqlId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/graphqlId> ;
  rdfs:domain shopify:FulfillmentOrderLineItem ;
  rdfs:range xsd:string .

# Property: approximate discounted unit price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItemFinancialSummary/approximateDiscountedUnitPriceSet> a rdf:Property ;
  rdfs:label "approximate discounted unit price set" ;
  schema:alternateName "approximateDiscountedUnitPriceSet" ;
  rdfs:domain shopify:FulfillmentOrderLineItemFinancialSummary ;
  rdfs:range shopify:PriceSet .

# Property: discount allocations
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItemFinancialSummary/discountAllocations> a rdf:Property ;
  rdfs:label "discount allocations" ;
  schema:alternateName "discountAllocations" ;
  rdfs:domain shopify:FulfillmentOrderLineItemFinancialSummary ;
  rdfs:range xsd:string .

# Property: original unit price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItemFinancialSummary/originalUnitPriceSet> a rdf:Property ;
  rdfs:label "original unit price set" ;
  schema:alternateName "originalUnitPriceSet" ;
  rdfs:domain shopify:FulfillmentOrderLineItemFinancialSummary ;
  rdfs:range shopify:PriceSet .

# Property: quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItemFinancialSummary/quantity> a rdf:Property ;
  rdfs:label "quantity" ;
  schema:alternateName "quantity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/quantity> ;
  rdfs:domain shopify:FulfillmentOrderLineItemFinancialSummary ;
  rdfs:range xsd:int .

# Property: description
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItemWarning/description> a rdf:Property ;
  rdfs:label "description" ;
  schema:alternateName "description" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/description> ;
  rdfs:domain shopify:FulfillmentOrderLineItemWarning ;
  rdfs:range xsd:string .

# Property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItemWarning/title> a rdf:Property ;
  rdfs:label "title" ;
  schema:alternateName "title" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/title> ;
  rdfs:domain shopify:FulfillmentOrderLineItemWarning ;
  rdfs:range xsd:string .

# Property: destination identifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderDestination/destinationIdentifier> a rdf:Property ;
  rdfs:label "destination identifier" ;
  rdfs:comment "Destination ID" ;
  schema:alternateName "id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/destinationIdentifier> ;
  rdfs:domain shopify:FulfillmentOrderDestination ;
  rdfs:range xsd:long .

# Property: address1
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderDestination/address1> a rdf:Property ;
  rdfs:label "address1" ;
  rdfs:comment "Destination address1" ;
  schema:alternateName "address1" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/address1> ;
  rdfs:domain shopify:FulfillmentOrderDestination ;
  rdfs:range xsd:string .

# Property: address2
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderDestination/address2> a rdf:Property ;
  rdfs:label "address2" ;
  rdfs:comment "Destination address2" ;
  schema:alternateName "address2" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/address2> ;
  rdfs:domain shopify:FulfillmentOrderDestination ;
  rdfs:range xsd:string .

# Property: city
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderDestination/city> a rdf:Property ;
  rdfs:label "city" ;
  rdfs:comment "City" ;
  schema:alternateName "city" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/city> ;
  rdfs:domain shopify:FulfillmentOrderDestination ;
  rdfs:range xsd:string .

# Property: company
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderDestination/company> a rdf:Property ;
  rdfs:label "company" ;
  rdfs:comment "Company" ;
  schema:alternateName "company" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/company> ;
  rdfs:domain shopify:FulfillmentOrderDestination ;
  rdfs:range xsd:string .

# Property: country
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderDestination/country> a rdf:Property ;
  rdfs:label "country" ;
  rdfs:comment "Country" ;
  schema:alternateName "country" ;
  rdfs:domain shopify:FulfillmentOrderDestination ;
  rdfs:range xsd:string .

# Property: email
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderDestination/email> a rdf:Property ;
  rdfs:label "email" ;
  rdfs:comment "Email address" ;
  schema:alternateName "email" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/email> ;
  rdfs:domain shopify:FulfillmentOrderDestination ;
  rdfs:range xsd:string .

# Property: first name
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderDestination/firstName> a rdf:Property ;
  rdfs:label "first name" ;
  rdfs:comment "First name" ;
  schema:alternateName "first_name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/firstName> ;
  rdfs:domain shopify:FulfillmentOrderDestination ;
  rdfs:range xsd:string .

# Property: last name
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderDestination/lastName> a rdf:Property ;
  rdfs:label "last name" ;
  rdfs:comment "Last name" ;
  schema:alternateName "last_name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/lastName> ;
  rdfs:domain shopify:FulfillmentOrderDestination ;
  rdfs:range xsd:string .

# Property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderDestination/phone> a rdf:Property ;
  rdfs:label "phone" ;
  rdfs:comment "Phone number" ;
  schema:alternateName "phone" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/phone> ;
  rdfs:domain shopify:FulfillmentOrderDestination ;
  rdfs:range xsd:string .

# Property: province
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderDestination/province> a rdf:Property ;
  rdfs:label "province" ;
  rdfs:comment "Province" ;
  schema:alternateName "province" ;
  rdfs:domain shopify:FulfillmentOrderDestination ;
  rdfs:range xsd:string .

# Property: zip
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderDestination/zip> a rdf:Property ;
  rdfs:label "zip" ;
  rdfs:comment "ZIP code" ;
  schema:alternateName "zip" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/zip> ;
  rdfs:domain shopify:FulfillmentOrderDestination ;
  rdfs:range xsd:string .

# Property: country code
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderDestination/countryCode> a rdf:Property ;
  rdfs:label "country code" ;
  schema:alternateName "countryCode" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/countryCode> ;
  rdfs:domain shopify:FulfillmentOrderDestination ;
  rdfs:range xsd:string .

# Property: location
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderDestination/location> a rdf:Property ;
  rdfs:label "location" ;
  schema:alternateName "location" ;
  rdfs:domain shopify:FulfillmentOrderDestination ;
  rdfs:range xsd:string .

# Property: graphql id
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderDestination/graphqlId> a rdf:Property ;
  rdfs:label "graphql id" ;
  schema:alternateName "graphqlId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/graphqlId> ;
  rdfs:domain shopify:FulfillmentOrderDestination ;
  rdfs:range xsd:string .

# Property: delivery method identifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.DeliveryMethod/deliveryMethodIdentifier> a rdf:Property ;
  rdfs:label "delivery method identifier" ;
  rdfs:comment "Delivery method ID" ;
  schema:alternateName "id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/deliveryMethodIdentifier> ;
  rdfs:domain shopify:DeliveryMethod ;
  rdfs:range xsd:long .

# Property: method type
<https://relay.inferal.com/ontology/shopify/property/Shopify.DeliveryMethod/methodType> a rdf:Property ;
  rdfs:label "method type" ;
  rdfs:comment "Type: local, none, pick_up, retail, shipping" ;
  schema:alternateName "method_type" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/methodType> ;
  rdfs:domain shopify:DeliveryMethod ;
  rdfs:range xsd:string .

# Property: max delivery date time
<https://relay.inferal.com/ontology/shopify/property/Shopify.DeliveryMethod/maxDeliveryDateTime> a rdf:Property ;
  rdfs:label "max delivery date time" ;
  schema:alternateName "maxDeliveryDateTime" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/maxDeliveryDateTime> ;
  rdfs:domain shopify:DeliveryMethod ;
  rdfs:range xsd:dateTime .

# Property: min delivery date time
<https://relay.inferal.com/ontology/shopify/property/Shopify.DeliveryMethod/minDeliveryDateTime> a rdf:Property ;
  rdfs:label "min delivery date time" ;
  schema:alternateName "minDeliveryDateTime" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/minDeliveryDateTime> ;
  rdfs:domain shopify:DeliveryMethod ;
  rdfs:range xsd:dateTime .

# Property: presented name
<https://relay.inferal.com/ontology/shopify/property/Shopify.DeliveryMethod/presentedName> a rdf:Property ;
  rdfs:label "presented name" ;
  schema:alternateName "presentedName" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/presentedName> ;
  rdfs:domain shopify:DeliveryMethod ;
  rdfs:range xsd:string .

# Property: service code
<https://relay.inferal.com/ontology/shopify/property/Shopify.DeliveryMethod/serviceCode> a rdf:Property ;
  rdfs:label "service code" ;
  schema:alternateName "serviceCode" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/serviceCode> ;
  rdfs:domain shopify:DeliveryMethod ;
  rdfs:range xsd:string .

# Property: source reference
<https://relay.inferal.com/ontology/shopify/property/Shopify.DeliveryMethod/sourceReference> a rdf:Property ;
  rdfs:label "source reference" ;
  schema:alternateName "sourceReference" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/sourceReference> ;
  rdfs:domain shopify:DeliveryMethod ;
  rdfs:range xsd:string .

# Property: additional information
<https://relay.inferal.com/ontology/shopify/property/Shopify.DeliveryMethod/additionalInformation> a rdf:Property ;
  rdfs:label "additional information" ;
  schema:alternateName "additionalInformation" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/additionalInformation> ;
  rdfs:domain shopify:DeliveryMethod ;
  rdfs:range xsd:string .

# Property: branded promise
<https://relay.inferal.com/ontology/shopify/property/Shopify.DeliveryMethod/brandedPromise> a rdf:Property ;
  rdfs:label "branded promise" ;
  schema:alternateName "brandedPromise" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/brandedPromise> ;
  rdfs:domain shopify:DeliveryMethod ;
  rdfs:range xsd:string .

# Property: graphql id
<https://relay.inferal.com/ontology/shopify/property/Shopify.DeliveryMethod/graphqlId> a rdf:Property ;
  rdfs:label "graphql id" ;
  schema:alternateName "graphqlId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/graphqlId> ;
  rdfs:domain shopify:DeliveryMethod ;
  rdfs:range xsd:string .

# Property: address1
<https://relay.inferal.com/ontology/shopify/property/Shopify.AssignedLocation/address1> a rdf:Property ;
  rdfs:label "address1" ;
  rdfs:comment "Location address1" ;
  schema:alternateName "address1" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/address1> ;
  rdfs:domain shopify:AssignedLocation ;
  rdfs:range xsd:string .

# Property: address2
<https://relay.inferal.com/ontology/shopify/property/Shopify.AssignedLocation/address2> a rdf:Property ;
  rdfs:label "address2" ;
  rdfs:comment "Location address2" ;
  schema:alternateName "address2" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/address2> ;
  rdfs:domain shopify:AssignedLocation ;
  rdfs:range xsd:string .

# Property: city
<https://relay.inferal.com/ontology/shopify/property/Shopify.AssignedLocation/city> a rdf:Property ;
  rdfs:label "city" ;
  rdfs:comment "City" ;
  schema:alternateName "city" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/city> ;
  rdfs:domain shopify:AssignedLocation ;
  rdfs:range xsd:string .

# Property: country code
<https://relay.inferal.com/ontology/shopify/property/Shopify.AssignedLocation/countryCode> a rdf:Property ;
  rdfs:label "country code" ;
  rdfs:comment "Country code" ;
  schema:alternateName "country_code" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/countryCode> ;
  rdfs:domain shopify:AssignedLocation ;
  rdfs:range xsd:string .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.AssignedLocation/name> a rdf:Property ;
  rdfs:label "name" ;
  rdfs:comment "Location name" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:domain shopify:AssignedLocation ;
  rdfs:range xsd:string .

# Property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.AssignedLocation/phone> a rdf:Property ;
  rdfs:label "phone" ;
  rdfs:comment "Phone number" ;
  schema:alternateName "phone" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/phone> ;
  rdfs:domain shopify:AssignedLocation ;
  rdfs:range xsd:string .

# Property: province
<https://relay.inferal.com/ontology/shopify/property/Shopify.AssignedLocation/province> a rdf:Property ;
  rdfs:label "province" ;
  rdfs:comment "Province" ;
  schema:alternateName "province" ;
  rdfs:domain shopify:AssignedLocation ;
  rdfs:range xsd:string .

# Property: zip
<https://relay.inferal.com/ontology/shopify/property/Shopify.AssignedLocation/zip> a rdf:Property ;
  rdfs:label "zip" ;
  rdfs:comment "ZIP code" ;
  schema:alternateName "zip" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/zip> ;
  rdfs:domain shopify:AssignedLocation ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Shop ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:long .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/name> a rdf:Property ;
  rdfs:label "name" ;
  rdfs:comment "Name of the shop" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/email> a rdf:Property ;
  rdfs:label "email" ;
  rdfs:comment "Contact email address" ;
  schema:alternateName "email" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/email> ;
  rdfs:subPropertyOf schema:email ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: domain
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/domain> a rdf:Property ;
  rdfs:label "domain" ;
  rdfs:comment "Primary domain of the shop" ;
  schema:alternateName "domain" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/domain> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: myshopify domain
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/myshopifyDomain> a rdf:Property ;
  rdfs:label "myshopify domain" ;
  rdfs:comment "The .myshopify.com domain" ;
  schema:alternateName "myshopify_domain" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/myshopifyDomain> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: shop owner
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/shopOwner> a rdf:Property ;
  rdfs:label "shop owner" ;
  rdfs:comment "Name of the shop owner" ;
  schema:alternateName "shop_owner" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/shopOwner> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/phone> a rdf:Property ;
  rdfs:label "phone" ;
  rdfs:comment "Phone number of the shop" ;
  schema:alternateName "phone" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/phone> ;
  rdfs:subPropertyOf schema:telephone ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: address1
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/address1> a rdf:Property ;
  rdfs:label "address1" ;
  rdfs:comment "Street address of the shop" ;
  schema:alternateName "address1" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/address1> ;
  rdfs:subPropertyOf schema:streetAddress ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: city
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/city> a rdf:Property ;
  rdfs:label "city" ;
  rdfs:comment "City of the shop" ;
  schema:alternateName "city" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/city> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: province
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/province> a rdf:Property ;
  rdfs:label "province" ;
  rdfs:comment "Province or state of the shop" ;
  schema:alternateName "province" ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: province code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/provinceCode> a rdf:Property ;
  rdfs:label "province code" ;
  rdfs:comment "Province or state code" ;
  schema:alternateName "province_code" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/provinceCode> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: country
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/country> a rdf:Property ;
  rdfs:label "country" ;
  rdfs:comment "Country of the shop" ;
  schema:alternateName "country" ;
  rdfs:subPropertyOf schema:addressCountry ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: country code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/countryCode> a rdf:Property ;
  rdfs:label "country code" ;
  rdfs:comment "Country code (ISO 3166-1 alpha-2)" ;
  schema:alternateName "country_code" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/countryCode> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: country name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/countryName> a rdf:Property ;
  rdfs:label "country name" ;
  rdfs:comment "Full country name" ;
  schema:alternateName "country_name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/countryName> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: zip
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/zip> a rdf:Property ;
  rdfs:label "zip" ;
  rdfs:comment "ZIP or postal code" ;
  schema:alternateName "zip" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/zip> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/currency> a rdf:Property ;
  rdfs:label "currency" ;
  rdfs:comment "Shop currency (ISO 4217)" ;
  schema:alternateName "currency" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currency> ;
  rdfs:subPropertyOf schema:currency ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: money format
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/moneyFormat> a rdf:Property ;
  rdfs:label "money format" ;
  rdfs:comment "Format for displaying money amounts" ;
  schema:alternateName "money_format" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/moneyFormat> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: money with currency format
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/moneyWithCurrencyFormat> a rdf:Property ;
  rdfs:label "money with currency format" ;
  rdfs:comment "Format for displaying money with currency" ;
  schema:alternateName "money_with_currency_format" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/moneyWithCurrencyFormat> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: timezone
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/timezone> a rdf:Property ;
  rdfs:label "timezone" ;
  rdfs:comment "Timezone description" ;
  schema:alternateName "timezone" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/timezone> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: iana timezone
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/ianaTimezone> a rdf:Property ;
  rdfs:label "iana timezone" ;
  rdfs:comment "IANA timezone identifier" ;
  schema:alternateName "iana_timezone" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/ianaTimezone> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: plan name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/planName> a rdf:Property ;
  rdfs:label "plan name" ;
  rdfs:comment "Name of the Shopify plan" ;
  schema:alternateName "plan_name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/planName> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: plan display name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/planDisplayName> a rdf:Property ;
  rdfs:label "plan display name" ;
  rdfs:comment "Display name of the Shopify plan" ;
  schema:alternateName "plan_display_name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/planDisplayName> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: has storefront
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/hasStorefront> a rdf:Property ;
  rdfs:label "has storefront" ;
  rdfs:comment "Whether the shop has a storefront" ;
  schema:alternateName "has_storefront" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/hasStorefront> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:boolean .

# Property: has discounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/hasDiscounts> a rdf:Property ;
  rdfs:label "has discounts" ;
  rdfs:comment "Whether the shop has discounts enabled" ;
  schema:alternateName "has_discounts" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/hasDiscounts> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:boolean .

# Property: has gift cards
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/hasGiftCards> a rdf:Property ;
  rdfs:label "has gift cards" ;
  rdfs:comment "Whether the shop has gift cards enabled" ;
  schema:alternateName "has_gift_cards" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/hasGiftCards> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:boolean .

# Property: weight unit
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/weightUnit> a rdf:Property ;
  rdfs:label "weight unit" ;
  rdfs:comment "Default weight unit for the shop" ;
  schema:alternateName "weight_unit" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/weightUnit> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: primary locale
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/primaryLocale> a rdf:Property ;
  rdfs:label "primary locale" ;
  rdfs:comment "Primary locale of the shop" ;
  schema:alternateName "primary_locale" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/primaryLocale> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the shop was created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the shop was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:dateTime .

# Property: analytics token
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/analyticsToken> a rdf:Property ;
  rdfs:label "analytics token" ;
  schema:alternateName "analyticsToken" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/analyticsToken> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: checkout api supported
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/checkoutApiSupported> a rdf:Property ;
  rdfs:label "checkout api supported" ;
  schema:alternateName "checkoutApiSupported" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/checkoutApiSupported> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:boolean .

# Property: contact email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/contactEmail> a rdf:Property ;
  rdfs:label "contact email" ;
  schema:alternateName "contactEmail" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/contactEmail> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: description
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/description> a rdf:Property ;
  rdfs:label "description" ;
  schema:alternateName "description" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/description> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: marketing sms consent enabled at checkout
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/marketingSmsConsentEnabledAtCheckout> a rdf:Property ;
  rdfs:label "marketing sms consent enabled at checkout" ;
  schema:alternateName "marketingSmsConsentEnabledAtCheckout" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/marketingSmsConsentEnabledAtCheckout> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:boolean .

# Property: order number format prefix
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/orderNumberFormatPrefix> a rdf:Property ;
  rdfs:label "order number format prefix" ;
  schema:alternateName "orderNumberFormatPrefix" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/orderNumberFormatPrefix> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: order number format suffix
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/orderNumberFormatSuffix> a rdf:Property ;
  rdfs:label "order number format suffix" ;
  schema:alternateName "orderNumberFormatSuffix" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/orderNumberFormatSuffix> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: publication count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/publicationCount> a rdf:Property ;
  rdfs:label "publication count" ;
  schema:alternateName "publicationCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/publicationCount> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:int .

# Property: rich text editor url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/richTextEditorUrl> a rdf:Property ;
  rdfs:label "rich text editor url" ;
  schema:alternateName "richTextEditorUrl" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/richTextEditorUrl> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:anyURI .

# Property: setup required
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/setupRequired> a rdf:Property ;
  rdfs:label "setup required" ;
  schema:alternateName "setupRequired" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/setupRequired> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:boolean .

# Property: ships to countries
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/shipsToCountries> a rdf:Property ;
  rdfs:label "ships to countries" ;
  schema:alternateName "shipsToCountries" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/shipsToCountries> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: shop owner name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/shopOwnerName> a rdf:Property ;
  rdfs:label "shop owner name" ;
  schema:alternateName "shopOwnerName" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/shopOwnerName> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: storefront url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/storefrontUrl> a rdf:Property ;
  rdfs:label "storefront url" ;
  schema:alternateName "storefrontUrl" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/storefrontUrl> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:anyURI .

# Property: tax shipping
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/taxShipping> a rdf:Property ;
  rdfs:label "tax shipping" ;
  schema:alternateName "taxShipping" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxShipping> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:boolean .

# Property: taxes included
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/taxesIncluded> a rdf:Property ;
  rdfs:label "taxes included" ;
  schema:alternateName "taxesIncluded" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxesIncluded> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:boolean .

# Property: timezone abbreviation
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/timezoneAbbreviation> a rdf:Property ;
  rdfs:label "timezone abbreviation" ;
  schema:alternateName "timezoneAbbreviation" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/timezoneAbbreviation> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: timezone offset
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/timezoneOffset> a rdf:Property ;
  rdfs:label "timezone offset" ;
  schema:alternateName "timezoneOffset" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/timezoneOffset> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: timezone offset minutes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/timezoneOffsetMinutes> a rdf:Property ;
  rdfs:label "timezone offset minutes" ;
  schema:alternateName "timezoneOffsetMinutes" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/timezoneOffsetMinutes> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:int .

# Property: transactional sms disabled
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/transactionalSmsDisabled> a rdf:Property ;
  rdfs:label "transactional sms disabled" ;
  schema:alternateName "transactionalSmsDisabled" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/transactionalSmsDisabled> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:boolean .

# Property: url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/url> a rdf:Property ;
  rdfs:label "url" ;
  schema:alternateName "url" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/url> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:anyURI .

# Property: account owner
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/accountOwner> a rdf:Property ;
  rdfs:label "account owner" ;
  schema:alternateName "accountOwner" ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: alerts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/alerts> a rdf:Property ;
  rdfs:label "alerts" ;
  schema:alternateName "alerts" ;
  rdfs:domain shopify:Shop ;
  rdfs:range shopify:ShopAlert .

# Property: all product categories
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/allProductCategories> a rdf:Property ;
  rdfs:label "all product categories" ;
  schema:alternateName "allProductCategories" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/allProductCategories> ;
  rdfs:domain shopify:Shop ;
  rdfs:range shopify:ProductCategory .

# Property: all product categories list
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/allProductCategoriesList> a rdf:Property ;
  rdfs:label "all product categories list" ;
  schema:alternateName "allProductCategoriesList" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/allProductCategoriesList> ;
  rdfs:domain shopify:Shop ;
  rdfs:range shopify:TaxonomyCategory .

# Property: assigned fulfillment orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/assignedFulfillmentOrders> a rdf:Property ;
  rdfs:label "assigned fulfillment orders" ;
  schema:alternateName "assignedFulfillmentOrders" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/assignedFulfillmentOrders> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: available channel apps
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/availableChannelApps> a rdf:Property ;
  rdfs:label "available channel apps" ;
  schema:alternateName "availableChannelApps" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/availableChannelApps> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: billing address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/billingAddress> a rdf:Property ;
  rdfs:label "billing address" ;
  schema:alternateName "billingAddress" ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: channel definitions for installed channels
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/channelDefinitionsForInstalledChannels> a rdf:Property ;
  rdfs:label "channel definitions for installed channels" ;
  schema:alternateName "channelDefinitionsForInstalledChannels" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/channelDefinitionsForInstalledChannels> ;
  rdfs:domain shopify:Shop ;
  rdfs:range shopify:AvailableChannelDefinitionsByChannel .

# Property: channels
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/channels> a rdf:Property ;
  rdfs:label "channels" ;
  schema:alternateName "channels" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/channels> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: collections
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/collections> a rdf:Property ;
  rdfs:label "collections" ;
  schema:alternateName "collections" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/collections> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: countries in shipping zones
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/countriesInShippingZones> a rdf:Property ;
  rdfs:label "countries in shipping zones" ;
  schema:alternateName "countriesInShippingZones" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/countriesInShippingZones> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: currency code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/currencyCode> a rdf:Property ;
  rdfs:label "currency code" ;
  schema:alternateName "currencyCode" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currencyCode> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: currency formats
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/currencyFormats> a rdf:Property ;
  rdfs:label "currency formats" ;
  schema:alternateName "currencyFormats" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currencyFormats> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: currency settings
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/currencySettings> a rdf:Property ;
  rdfs:label "currency settings" ;
  schema:alternateName "currencySettings" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currencySettings> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: customer accounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/customerAccounts> a rdf:Property ;
  rdfs:label "customer accounts" ;
  schema:alternateName "customerAccounts" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customerAccounts> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: customer accounts v2
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/customerAccountsV2> a rdf:Property ;
  rdfs:label "customer accounts v2" ;
  schema:alternateName "customerAccountsV2" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customerAccountsV2> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: customer tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/customerTags> a rdf:Property ;
  rdfs:label "customer tags" ;
  schema:alternateName "customerTags" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customerTags> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: customers
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/customers> a rdf:Property ;
  rdfs:label "customers" ;
  schema:alternateName "customers" ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: domains
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/domains> a rdf:Property ;
  rdfs:label "domains" ;
  schema:alternateName "domains" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/domains> ;
  rdfs:domain shopify:Shop ;
  rdfs:range shopify:Domain .

# Property: draft order tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/draftOrderTags> a rdf:Property ;
  rdfs:label "draft order tags" ;
  schema:alternateName "draftOrderTags" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/draftOrderTags> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: draft orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/draftOrders> a rdf:Property ;
  rdfs:label "draft orders" ;
  schema:alternateName "draftOrders" ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: enabled presentment currencies
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/enabledPresentmentCurrencies> a rdf:Property ;
  rdfs:label "enabled presentment currencies" ;
  schema:alternateName "enabledPresentmentCurrencies" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/enabledPresentmentCurrencies> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: entitlements
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/entitlements> a rdf:Property ;
  rdfs:label "entitlements" ;
  schema:alternateName "entitlements" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/entitlements> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: features
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/features> a rdf:Property ;
  rdfs:label "features" ;
  schema:alternateName "features" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/features> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: fulfillment orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/fulfillmentOrders> a rdf:Property ;
  rdfs:label "fulfillment orders" ;
  schema:alternateName "fulfillmentOrders" ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: fulfillment services
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/fulfillmentServices> a rdf:Property ;
  rdfs:label "fulfillment services" ;
  schema:alternateName "fulfillmentServices" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/fulfillmentServices> ;
  rdfs:domain shopify:Shop ;
  rdfs:range shopify:FulfillmentService .

# Property: inventory items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/inventoryItems> a rdf:Property ;
  rdfs:label "inventory items" ;
  schema:alternateName "inventoryItems" ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: limited pending order count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/limitedPendingOrderCount> a rdf:Property ;
  rdfs:label "limited pending order count" ;
  schema:alternateName "limitedPendingOrderCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/limitedPendingOrderCount> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: locations
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/locations> a rdf:Property ;
  rdfs:label "locations" ;
  schema:alternateName "locations" ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: merchant approval signals
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/merchantApprovalSignals> a rdf:Property ;
  rdfs:label "merchant approval signals" ;
  schema:alternateName "merchantApprovalSignals" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/merchantApprovalSignals> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/metafield> a rdf:Property ;
  rdfs:label "metafield" ;
  schema:alternateName "metafield" ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/metafields> a rdf:Property ;
  rdfs:label "metafields" ;
  schema:alternateName "metafields" ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: navigation settings
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/navigationSettings> a rdf:Property ;
  rdfs:label "navigation settings" ;
  schema:alternateName "navigationSettings" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/navigationSettings> ;
  rdfs:domain shopify:Shop ;
  rdfs:range shopify:NavigationItem .

# Property: order tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/orderTags> a rdf:Property ;
  rdfs:label "order tags" ;
  schema:alternateName "orderTags" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/orderTags> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/orders> a rdf:Property ;
  rdfs:label "orders" ;
  schema:alternateName "orders" ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: payment settings
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/paymentSettings> a rdf:Property ;
  rdfs:label "payment settings" ;
  schema:alternateName "paymentSettings" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/paymentSettings> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: plan
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/plan> a rdf:Property ;
  rdfs:label "plan" ;
  schema:alternateName "plan" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/plan> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: primary domain
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/primaryDomain> a rdf:Property ;
  rdfs:label "primary domain" ;
  schema:alternateName "primaryDomain" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/primaryDomain> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: product images
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/productImages> a rdf:Property ;
  rdfs:label "product images" ;
  schema:alternateName "productImages" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/productImages> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: product tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/productTags> a rdf:Property ;
  rdfs:label "product tags" ;
  schema:alternateName "productTags" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/productTags> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: product types
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/productTypes> a rdf:Property ;
  rdfs:label "product types" ;
  schema:alternateName "productTypes" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/productTypes> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: product variants
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/productVariants> a rdf:Property ;
  rdfs:label "product variants" ;
  schema:alternateName "productVariants" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/productVariants> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: product vendors
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/productVendors> a rdf:Property ;
  rdfs:label "product vendors" ;
  schema:alternateName "productVendors" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/productVendors> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: products
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/products> a rdf:Property ;
  rdfs:label "products" ;
  schema:alternateName "products" ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: resource limits
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/resourceLimits> a rdf:Property ;
  rdfs:label "resource limits" ;
  schema:alternateName "resourceLimits" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/resourceLimits> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: search
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/search> a rdf:Property ;
  rdfs:label "search" ;
  schema:alternateName "search" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/search> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: search filters
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/searchFilters> a rdf:Property ;
  rdfs:label "search filters" ;
  schema:alternateName "searchFilters" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/searchFilters> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: shop policies
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/shopPolicies> a rdf:Property ;
  rdfs:label "shop policies" ;
  schema:alternateName "shopPolicies" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/shopPolicies> ;
  rdfs:domain shopify:Shop ;
  rdfs:range shopify:ShopPolicy .

# Property: staff members
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/staffMembers> a rdf:Property ;
  rdfs:label "staff members" ;
  schema:alternateName "staffMembers" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/staffMembers> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: storefront access tokens
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/storefrontAccessTokens> a rdf:Property ;
  rdfs:label "storefront access tokens" ;
  schema:alternateName "storefrontAccessTokens" ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: translations
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/translations> a rdf:Property ;
  rdfs:label "translations" ;
  schema:alternateName "translations" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/translations> ;
  rdfs:domain shopify:Shop ;
  rdfs:range shopify:Translation .

# Property: unit system
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/unitSystem> a rdf:Property ;
  rdfs:label "unit system" ;
  schema:alternateName "unitSystem" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/unitSystem> ;
  rdfs:domain shopify:Shop ;
  rdfs:range xsd:string .

# Property: action
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopAlert/action> a rdf:Property ;
  rdfs:label "action" ;
  schema:alternateName "action" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/action> ;
  rdfs:domain shopify:ShopAlert ;
  rdfs:range xsd:string .

# Property: description
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopAlert/description> a rdf:Property ;
  rdfs:label "description" ;
  schema:alternateName "description" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/description> ;
  rdfs:domain shopify:ShopAlert ;
  rdfs:range xsd:string .

# Property: channel definitions
<https://relay.inferal.com/ontology/shopify/property/Shopify.AvailableChannelDefinitionsByChannel/channelDefinitions> a rdf:Property ;
  rdfs:label "channel definitions" ;
  schema:alternateName "channelDefinitions" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/channelDefinitions> ;
  rdfs:domain shopify:AvailableChannelDefinitionsByChannel ;
  rdfs:range xsd:string .

# Property: channel name
<https://relay.inferal.com/ontology/shopify/property/Shopify.AvailableChannelDefinitionsByChannel/channelName> a rdf:Property ;
  rdfs:label "channel name" ;
  schema:alternateName "channelName" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/channelName> ;
  rdfs:domain shopify:AvailableChannelDefinitionsByChannel ;
  rdfs:range xsd:string .

# Property: host
<https://relay.inferal.com/ontology/shopify/property/Shopify.Domain/host> a rdf:Property ;
  rdfs:label "host" ;
  schema:alternateName "host" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/host> ;
  rdfs:domain shopify:Domain ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Domain/id> a rdf:Property ;
  rdfs:label "id" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:Domain ;
  rdfs:range xsd:string .

# Property: localization
<https://relay.inferal.com/ontology/shopify/property/Shopify.Domain/localization> a rdf:Property ;
  rdfs:label "localization" ;
  schema:alternateName "localization" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/localization> ;
  rdfs:domain shopify:Domain ;
  rdfs:range xsd:string .

# Property: market web presence
<https://relay.inferal.com/ontology/shopify/property/Shopify.Domain/marketWebPresence> a rdf:Property ;
  rdfs:label "market web presence" ;
  schema:alternateName "marketWebPresence" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/marketWebPresence> ;
  rdfs:domain shopify:Domain ;
  rdfs:range xsd:string .

# Property: ssl enabled
<https://relay.inferal.com/ontology/shopify/property/Shopify.Domain/sslEnabled> a rdf:Property ;
  rdfs:label "ssl enabled" ;
  schema:alternateName "sslEnabled" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/sslEnabled> ;
  rdfs:domain shopify:Domain ;
  rdfs:range xsd:boolean .

# Property: url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Domain/url> a rdf:Property ;
  rdfs:label "url" ;
  schema:alternateName "url" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/url> ;
  rdfs:domain shopify:Domain ;
  rdfs:range xsd:anyURI .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentService/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Fulfillment service ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:FulfillmentService ;
  rdfs:range xsd:long .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentService/name> a rdf:Property ;
  rdfs:label "name" ;
  rdfs:comment "Name of the fulfillment service" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain shopify:FulfillmentService ;
  rdfs:range xsd:string .

# Property: handle
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentService/handle> a rdf:Property ;
  rdfs:label "handle" ;
  rdfs:comment "URL-friendly unique handle" ;
  schema:alternateName "handle" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/handle> ;
  rdfs:domain shopify:FulfillmentService ;
  rdfs:range xsd:string .

# Property: callback url
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentService/callbackUrl> a rdf:Property ;
  rdfs:label "callback url" ;
  rdfs:comment "URL that Shopify sends requests to" ;
  schema:alternateName "callback_url" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/callbackUrl> ;
  rdfs:subPropertyOf schema:url ;
  rdfs:domain shopify:FulfillmentService ;
  rdfs:range xsd:anyURI .

# Property: tracking support
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentService/trackingSupport> a rdf:Property ;
  rdfs:label "tracking support" ;
  rdfs:comment "Whether the service provides tracking numbers" ;
  schema:alternateName "tracking_support" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/trackingSupport> ;
  rdfs:domain shopify:FulfillmentService ;
  rdfs:range xsd:boolean .

# Property: inventory management
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentService/inventoryManagement> a rdf:Property ;
  rdfs:label "inventory management" ;
  rdfs:comment "Whether the service manages inventory levels" ;
  schema:alternateName "inventory_management" ;
  rdfs:domain shopify:FulfillmentService ;
  rdfs:range xsd:boolean .

# Property: fulfillment orders opt in
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentService/fulfillmentOrdersOptIn> a rdf:Property ;
  rdfs:label "fulfillment orders opt in" ;
  rdfs:comment "Whether the service supports fulfillment orders" ;
  schema:alternateName "fulfillment_orders_opt_in" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/fulfillmentOrdersOptIn> ;
  rdfs:domain shopify:FulfillmentService ;
  rdfs:range xsd:boolean .

# Property: permits sku sharing
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentService/permitsSkuSharing> a rdf:Property ;
  rdfs:label "permits sku sharing" ;
  rdfs:comment "Whether the service allows sharing SKUs across locations" ;
  schema:alternateName "permits_sku_sharing" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/permitsSkuSharing> ;
  rdfs:domain shopify:FulfillmentService ;
  rdfs:range xsd:boolean .

# Property: requires shipping method
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentService/requiresShippingMethod> a rdf:Property ;
  rdfs:label "requires shipping method" ;
  rdfs:comment "Whether the fulfillment service requires a shipping method" ;
  schema:alternateName "requires_shipping_method" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/requiresShippingMethod> ;
  rdfs:domain shopify:FulfillmentService ;
  rdfs:range xsd:boolean .

# Property: location
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentService/location> a rdf:Property ;
  rdfs:label "location" ;
  rdfs:comment "ID of the location associated with the fulfillment service" ;
  schema:alternateName "location_id" ;
  rdfs:domain shopify:FulfillmentService ;
  rdfs:range shopify:Location .

# Property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentService/adminGraphqlApiId> a rdf:Property ;
  rdfs:label "admin graphql api id" ;
  rdfs:comment "GraphQL Admin API ID" ;
  schema:alternateName "admin_graphql_api_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adminGraphqlApiId> ;
  rdfs:domain shopify:FulfillmentService ;
  rdfs:range xsd:string .

# Property: service name
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentService/serviceName> a rdf:Property ;
  rdfs:label "service name" ;
  schema:alternateName "serviceName" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/serviceName> ;
  rdfs:domain shopify:FulfillmentService ;
  rdfs:range xsd:string .

# Property: type
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentService/type> a rdf:Property ;
  rdfs:label "type" ;
  schema:alternateName "type" ;
  rdfs:domain shopify:FulfillmentService ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.NavigationItem/id> a rdf:Property ;
  rdfs:label "id" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:NavigationItem ;
  rdfs:range xsd:string .

# Property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.NavigationItem/title> a rdf:Property ;
  rdfs:label "title" ;
  schema:alternateName "title" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/title> ;
  rdfs:domain shopify:NavigationItem ;
  rdfs:range xsd:string .

# Property: url
<https://relay.inferal.com/ontology/shopify/property/Shopify.NavigationItem/url> a rdf:Property ;
  rdfs:label "url" ;
  schema:alternateName "url" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/url> ;
  rdfs:domain shopify:NavigationItem ;
  rdfs:range xsd:anyURI .

# Property: body
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopPolicy/body> a rdf:Property ;
  rdfs:label "body" ;
  schema:alternateName "body" ;
  rdfs:domain shopify:ShopPolicy ;
  rdfs:range xsd:string .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopPolicy/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  schema:alternateName "createdAt" ;
  rdfs:domain shopify:ShopPolicy ;
  rdfs:range xsd:date .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopPolicy/id> a rdf:Property ;
  rdfs:label "id" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:ShopPolicy ;
  rdfs:range xsd:string .

# Property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopPolicy/title> a rdf:Property ;
  rdfs:label "title" ;
  schema:alternateName "title" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/title> ;
  rdfs:domain shopify:ShopPolicy ;
  rdfs:range xsd:string .

# Property: translations
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopPolicy/translations> a rdf:Property ;
  rdfs:label "translations" ;
  schema:alternateName "translations" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/translations> ;
  rdfs:domain shopify:ShopPolicy ;
  rdfs:range shopify:Translation .

# Property: type
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopPolicy/type> a rdf:Property ;
  rdfs:label "type" ;
  schema:alternateName "type" ;
  rdfs:domain shopify:ShopPolicy ;
  rdfs:range xsd:string .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopPolicy/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  schema:alternateName "updatedAt" ;
  rdfs:domain shopify:ShopPolicy ;
  rdfs:range xsd:date .

# Property: url
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopPolicy/url> a rdf:Property ;
  rdfs:label "url" ;
  schema:alternateName "url" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/url> ;
  rdfs:domain shopify:ShopPolicy ;
  rdfs:range xsd:anyURI .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Draft order ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:long .

# Property: order
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/order> a rdf:Property ;
  rdfs:label "order" ;
  rdfs:comment "ID of the order created from this draft (when completed)" ;
  schema:alternateName "order_id" ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range shopify:Order .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/name> a rdf:Property ;
  rdfs:label "name" ;
  rdfs:comment "Name of the draft order (e.g., #D1)" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:string .

# Property: customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/customer> a rdf:Property ;
  rdfs:label "customer" ;
  rdfs:comment "Customer associated with the draft order" ;
  schema:alternateName "customer" ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range shopify:Customer .

# Property: email
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/email> a rdf:Property ;
  rdfs:label "email" ;
  rdfs:comment "Email address for the draft order" ;
  schema:alternateName "email" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/email> ;
  rdfs:subPropertyOf schema:email ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:string .

# Property: line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/lineItems> a rdf:Property ;
  rdfs:label "line items" ;
  rdfs:comment "Line items in the draft order" ;
  schema:alternateName "line_items" ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range shopify:DraftOrderLineItem .

# Property: shipping address
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/shippingAddress> a rdf:Property ;
  rdfs:label "shipping address" ;
  rdfs:comment "Shipping address" ;
  schema:alternateName "shipping_address" ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range shopify:Address .

# Property: billing address
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/billingAddress> a rdf:Property ;
  rdfs:label "billing address" ;
  rdfs:comment "Billing address" ;
  schema:alternateName "billing_address" ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range shopify:Address .

# Property: note
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/note> a rdf:Property ;
  rdfs:label "note" ;
  rdfs:comment "Note for the draft order" ;
  schema:alternateName "note" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/note> ;
  rdfs:subPropertyOf schema:description ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:string .

# Property: tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/tags> a rdf:Property ;
  rdfs:label "tags" ;
  rdfs:comment "Tags associated with the draft order" ;
  schema:alternateName "tags" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/tags> ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:string .

# Property: tax exempt
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/taxExempt> a rdf:Property ;
  rdfs:label "tax exempt" ;
  rdfs:comment "Whether the draft order is tax exempt" ;
  schema:alternateName "tax_exempt" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxExempt> ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:boolean .

# Property: tax lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/taxLines> a rdf:Property ;
  rdfs:label "tax lines" ;
  rdfs:comment "Tax lines" ;
  schema:alternateName "tax_lines" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxLines> ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range shopify:TaxLine .

# Property: shipping line
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/shippingLine> a rdf:Property ;
  rdfs:label "shipping line" ;
  rdfs:comment "Shipping line" ;
  schema:alternateName "shipping_line" ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range shopify:ShippingLine .

# Property: subtotal price
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/subtotalPrice> a rdf:Property ;
  rdfs:label "subtotal price" ;
  rdfs:comment "Subtotal price (before shipping and taxes)" ;
  schema:alternateName "subtotal_price" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/subtotalPrice> ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:string .

# Property: total price
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/totalPrice> a rdf:Property ;
  rdfs:label "total price" ;
  rdfs:comment "Total price (including taxes and shipping)" ;
  schema:alternateName "total_price" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalPrice> ;
  rdfs:subPropertyOf schema:totalPrice ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:string .

# Property: total tax
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/totalTax> a rdf:Property ;
  rdfs:label "total tax" ;
  rdfs:comment "Total tax amount" ;
  schema:alternateName "total_tax" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalTax> ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:string .

# Property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/currency> a rdf:Property ;
  rdfs:label "currency" ;
  rdfs:comment "Three-letter ISO 4217 currency code" ;
  schema:alternateName "currency" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currency> ;
  rdfs:subPropertyOf schema:priceCurrency ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:string .

# Property: status
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/status> a rdf:Property ;
  rdfs:label "status" ;
  rdfs:comment "Draft order status" ;
  schema:alternateName "status" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/status> ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:string ;
  qb:codeList shopify:DraftOrderStatusScheme .

# Property: invoice url
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/invoiceUrl> a rdf:Property ;
  rdfs:label "invoice url" ;
  rdfs:comment "URL for the invoice" ;
  schema:alternateName "invoice_url" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/invoiceUrl> ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:anyURI .

# Property: invoice sent at
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/invoiceSentAt> a rdf:Property ;
  rdfs:label "invoice sent at" ;
  rdfs:comment "Date when the invoice was last sent" ;
  schema:alternateName "invoice_sent_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/invoiceSentAt> ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:dateTime .

# Property: note attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/noteAttributes> a rdf:Property ;
  rdfs:label "note attributes" ;
  rdfs:comment "Custom attributes for the draft order" ;
  schema:alternateName "note_attributes" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/noteAttributes> ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range shopify:NoteAttribute .

# Property: applied discount
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/appliedDiscount> a rdf:Property ;
  rdfs:label "applied discount" ;
  rdfs:comment "Discount applied to the draft order" ;
  schema:alternateName "applied_discount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/appliedDiscount> ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range shopify:DraftOrderDiscount .

# Property: taxes included
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/taxesIncluded> a rdf:Property ;
  rdfs:label "taxes included" ;
  rdfs:comment "Whether taxes are included in the line item prices" ;
  schema:alternateName "taxes_included" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxesIncluded> ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:boolean .

# Property: completed at
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/completedAt> a rdf:Property ;
  rdfs:label "completed at" ;
  rdfs:comment "Date when the draft order was completed" ;
  schema:alternateName "completed_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/completedAt> ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:dateTime .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:dateTime .

# Property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/adminGraphqlApiId> a rdf:Property ;
  rdfs:label "admin graphql api id" ;
  rdfs:comment "GraphQL Admin API ID" ;
  schema:alternateName "admin_graphql_api_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adminGraphqlApiId> ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:string .

# Property: payment terms
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/paymentTerms> a rdf:Property ;
  rdfs:label "payment terms" ;
  rdfs:comment "Payment terms for the draft order" ;
  schema:alternateName "payment_terms" ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.DraftOrder/paymentTerms/Container> .

# Property: presentment currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/presentmentCurrency> a rdf:Property ;
  rdfs:label "presentment currency" ;
  rdfs:comment "Presentment currency for the draft order" ;
  schema:alternateName "presentment_currency" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/presentmentCurrency> ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:string .

# Property: total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/totalPriceSet> a rdf:Property ;
  rdfs:label "total price set" ;
  rdfs:comment "Total price in shop and presentment currencies" ;
  schema:alternateName "total_price_set" ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range shopify:PriceSet .

# Property: subtotal price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/subtotalPriceSet> a rdf:Property ;
  rdfs:label "subtotal price set" ;
  rdfs:comment "Subtotal price in shop and presentment currencies" ;
  schema:alternateName "subtotal_price_set" ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range shopify:PriceSet .

# Property: total tax set
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/totalTaxSet> a rdf:Property ;
  rdfs:label "total tax set" ;
  rdfs:comment "Total tax in shop and presentment currencies" ;
  schema:alternateName "total_tax_set" ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range shopify:PriceSet .

# Property: total shipping price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/totalShippingPriceSet> a rdf:Property ;
  rdfs:label "total shipping price set" ;
  rdfs:comment "Total shipping price in shop and presentment currencies" ;
  schema:alternateName "total_shipping_price_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalShippingPriceSet> ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range shopify:PriceSet .

# Property: total line items price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/totalLineItemsPriceSet> a rdf:Property ;
  rdfs:label "total line items price set" ;
  rdfs:comment "Total line items price in shop and presentment currencies" ;
  schema:alternateName "total_line_items_price_set" ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range shopify:PriceSet .

# Property: total discounts set
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/totalDiscountsSet> a rdf:Property ;
  rdfs:label "total discounts set" ;
  rdfs:comment "Total discounts in shop and presentment currencies" ;
  schema:alternateName "total_discounts_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalDiscountsSet> ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range shopify:PriceSet .

# Property: total additional fees set
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/totalAdditionalFeesSet> a rdf:Property ;
  rdfs:label "total additional fees set" ;
  rdfs:comment "Total additional fees in shop and presentment currencies" ;
  schema:alternateName "total_additional_fees_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalAdditionalFeesSet> ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range shopify:PriceSet .

# Property: total duties set
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/totalDutiesSet> a rdf:Property ;
  rdfs:label "total duties set" ;
  rdfs:comment "Total duties in shop and presentment currencies" ;
  schema:alternateName "total_duties_set" ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range shopify:PriceSet .

# Property: amount due now set
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/amountDueNowSet> a rdf:Property ;
  rdfs:label "amount due now set" ;
  rdfs:comment "Amount due now in shop and presentment currencies" ;
  schema:alternateName "amount_due_now_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/amountDueNowSet> ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range shopify:PriceSet .

# Property: amount due later set
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/amountDueLaterSet> a rdf:Property ;
  rdfs:label "amount due later set" ;
  rdfs:comment "Amount due later in shop and presentment currencies" ;
  schema:alternateName "amount_due_later_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/amountDueLaterSet> ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range shopify:PriceSet .

# Property: accept automatic discounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/acceptAutomaticDiscounts> a rdf:Property ;
  rdfs:label "accept automatic discounts" ;
  schema:alternateName "acceptAutomaticDiscounts" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/acceptAutomaticDiscounts> ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:boolean .

# Property: all variant prices overridden
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/allVariantPricesOverridden> a rdf:Property ;
  rdfs:label "all variant prices overridden" ;
  schema:alternateName "allVariantPricesOverridden" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/allVariantPricesOverridden> ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:boolean .

# Property: allow discount codes in checkout
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/allowDiscountCodesInCheckout> a rdf:Property ;
  rdfs:label "allow discount codes in checkout" ;
  schema:alternateName "allowDiscountCodesInCheckout" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/allowDiscountCodesInCheckout> ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:boolean .

# Property: any variant prices overridden
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/anyVariantPricesOverridden> a rdf:Property ;
  rdfs:label "any variant prices overridden" ;
  schema:alternateName "anyVariantPricesOverridden" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/anyVariantPricesOverridden> ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:boolean .

# Property: billing address matches shipping address
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/billingAddressMatchesShippingAddress> a rdf:Property ;
  rdfs:label "billing address matches shipping address" ;
  schema:alternateName "billingAddressMatchesShippingAddress" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/billingAddressMatchesShippingAddress> ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:boolean .

# Property: default cursor
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/defaultCursor> a rdf:Property ;
  rdfs:label "default cursor" ;
  schema:alternateName "defaultCursor" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/defaultCursor> ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:string .

# Property: discount codes
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/discountCodes> a rdf:Property ;
  rdfs:label "discount codes" ;
  schema:alternateName "discountCodes" ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:string .

# Property: has timeline comment
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/hasTimelineComment> a rdf:Property ;
  rdfs:label "has timeline comment" ;
  schema:alternateName "hasTimelineComment" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/hasTimelineComment> ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:boolean .

# Property: invoice email template subject
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/invoiceEmailTemplateSubject> a rdf:Property ;
  rdfs:label "invoice email template subject" ;
  schema:alternateName "invoiceEmailTemplateSubject" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/invoiceEmailTemplateSubject> ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:string .

# Property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/legacyResourceId> a rdf:Property ;
  rdfs:label "legacy resource id" ;
  schema:alternateName "legacyResourceId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/legacyResourceId> ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:string .

# Property: market name
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/marketName> a rdf:Property ;
  rdfs:label "market name" ;
  schema:alternateName "marketName" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/marketName> ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:string .

# Property: market region country code
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/marketRegionCountryCode> a rdf:Property ;
  rdfs:label "market region country code" ;
  schema:alternateName "marketRegionCountryCode" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/marketRegionCountryCode> ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:string .

# Property: note2
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/note2> a rdf:Property ;
  rdfs:label "note2" ;
  schema:alternateName "note2" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/note2> ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:string .

# Property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/phone> a rdf:Property ;
  rdfs:label "phone" ;
  schema:alternateName "phone" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/phone> ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:string .

# Property: po number
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/poNumber> a rdf:Property ;
  rdfs:label "po number" ;
  schema:alternateName "poNumber" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/poNumber> ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:string .

# Property: ready
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/ready> a rdf:Property ;
  rdfs:label "ready" ;
  schema:alternateName "ready" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/ready> ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:boolean .

# Property: reserve inventory until
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/reserveInventoryUntil> a rdf:Property ;
  rdfs:label "reserve inventory until" ;
  schema:alternateName "reserveInventoryUntil" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/reserveInventoryUntil> ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:dateTime .

# Property: total quantity of line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/totalQuantityOfLineItems> a rdf:Property ;
  rdfs:label "total quantity of line items" ;
  schema:alternateName "totalQuantityOfLineItems" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalQuantityOfLineItems> ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:int .

# Property: total weight
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/totalWeight> a rdf:Property ;
  rdfs:label "total weight" ;
  schema:alternateName "totalWeight" ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:string .

# Property: transformer fingerprint
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/transformerFingerprint> a rdf:Property ;
  rdfs:label "transformer fingerprint" ;
  schema:alternateName "transformerFingerprint" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/transformerFingerprint> ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:string .

# Property: visible to customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/visibleToCustomer> a rdf:Property ;
  rdfs:label "visible to customer" ;
  schema:alternateName "visibleToCustomer" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/visibleToCustomer> ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:boolean .

# Property: currency code
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/currencyCode> a rdf:Property ;
  rdfs:label "currency code" ;
  schema:alternateName "currencyCode" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currencyCode> ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:string .

# Property: custom attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/customAttributes> a rdf:Property ;
  rdfs:label "custom attributes" ;
  schema:alternateName "customAttributes" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customAttributes> ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range shopify:Attribute .

# Property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/events> a rdf:Property ;
  rdfs:label "events" ;
  schema:alternateName "events" ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:string .

# Property: line items subtotal price
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/lineItemsSubtotalPrice> a rdf:Property ;
  rdfs:label "line items subtotal price" ;
  schema:alternateName "lineItemsSubtotalPrice" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/lineItemsSubtotalPrice> ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:string .

# Property: localization extensions
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/localizationExtensions> a rdf:Property ;
  rdfs:label "localization extensions" ;
  schema:alternateName "localizationExtensions" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/localizationExtensions> ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:string .

# Property: localized fields
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/localizedFields> a rdf:Property ;
  rdfs:label "localized fields" ;
  schema:alternateName "localizedFields" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/localizedFields> ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:string .

# Property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/metafield> a rdf:Property ;
  rdfs:label "metafield" ;
  schema:alternateName "metafield" ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:string .

# Property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/metafields> a rdf:Property ;
  rdfs:label "metafields" ;
  schema:alternateName "metafields" ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:string .

# Property: platform discounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/platformDiscounts> a rdf:Property ;
  rdfs:label "platform discounts" ;
  schema:alternateName "platformDiscounts" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/platformDiscounts> ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range shopify:DraftOrderPlatformDiscount .

# Property: presentment currency code
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/presentmentCurrencyCode> a rdf:Property ;
  rdfs:label "presentment currency code" ;
  schema:alternateName "presentmentCurrencyCode" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/presentmentCurrencyCode> ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:string .

# Property: purchasing entity
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/purchasingEntity> a rdf:Property ;
  rdfs:label "purchasing entity" ;
  schema:alternateName "purchasingEntity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/purchasingEntity> ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:string .

# Property: total shipping price
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/totalShippingPrice> a rdf:Property ;
  rdfs:label "total shipping price" ;
  schema:alternateName "totalShippingPrice" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalShippingPrice> ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range xsd:string .

# Property: warnings
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/warnings> a rdf:Property ;
  rdfs:label "warnings" ;
  schema:alternateName "warnings" ;
  rdfs:domain shopify:DraftOrder ;
  rdfs:range shopify:DraftOrderWarning .

# Property: draft order line item identifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/draftOrderLineItemIdentifier> a rdf:Property ;
  rdfs:label "draft order line item identifier" ;
  rdfs:comment "Line item ID" ;
  schema:alternateName "id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/draftOrderLineItemIdentifier> ;
  rdfs:domain shopify:DraftOrderLineItem ;
  rdfs:range xsd:long .

# Property: variant
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/variant> a rdf:Property ;
  rdfs:label "variant" ;
  rdfs:comment "ID of the product variant" ;
  schema:alternateName "variant_id" ;
  rdfs:domain shopify:DraftOrderLineItem ;
  rdfs:range shopify:ProductVariant .

# Property: product
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/product> a rdf:Property ;
  rdfs:label "product" ;
  rdfs:comment "ID of the product" ;
  schema:alternateName "product_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/product> ;
  rdfs:domain shopify:DraftOrderLineItem ;
  rdfs:range shopify:Product .

# Property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/title> a rdf:Property ;
  rdfs:label "title" ;
  rdfs:comment "Title of the line item" ;
  schema:alternateName "title" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/title> ;
  rdfs:domain shopify:DraftOrderLineItem ;
  rdfs:range xsd:string .

# Property: variant title
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/variantTitle> a rdf:Property ;
  rdfs:label "variant title" ;
  rdfs:comment "Title of the variant" ;
  schema:alternateName "variant_title" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/variantTitle> ;
  rdfs:domain shopify:DraftOrderLineItem ;
  rdfs:range xsd:string .

# Property: price
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/price> a rdf:Property ;
  rdfs:label "price" ;
  rdfs:comment "Price of the line item" ;
  schema:alternateName "price" ;
  rdfs:domain shopify:DraftOrderLineItem ;
  rdfs:range xsd:string .

# Property: quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/quantity> a rdf:Property ;
  rdfs:label "quantity" ;
  rdfs:comment "Quantity" ;
  schema:alternateName "quantity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/quantity> ;
  rdfs:domain shopify:DraftOrderLineItem ;
  rdfs:range xsd:int .

# Property: sku
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/sku> a rdf:Property ;
  rdfs:label "sku" ;
  rdfs:comment "SKU of the variant" ;
  schema:alternateName "sku" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/sku> ;
  rdfs:domain shopify:DraftOrderLineItem ;
  rdfs:range xsd:string .

# Property: vendor
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/vendor> a rdf:Property ;
  rdfs:label "vendor" ;
  rdfs:comment "Name of the vendor" ;
  schema:alternateName "vendor" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/vendor> ;
  rdfs:domain shopify:DraftOrderLineItem ;
  rdfs:range xsd:string .

# Property: requires shipping
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/requiresShipping> a rdf:Property ;
  rdfs:label "requires shipping" ;
  rdfs:comment "Whether the line item requires shipping" ;
  schema:alternateName "requires_shipping" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/requiresShipping> ;
  rdfs:domain shopify:DraftOrderLineItem ;
  rdfs:range xsd:boolean .

# Property: taxable
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/taxable> a rdf:Property ;
  rdfs:label "taxable" ;
  rdfs:comment "Whether the line item is taxable" ;
  schema:alternateName "taxable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxable> ;
  rdfs:domain shopify:DraftOrderLineItem ;
  rdfs:range xsd:boolean .

# Property: gift card
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/giftCard> a rdf:Property ;
  rdfs:label "gift card" ;
  rdfs:comment "Whether the line item is a gift card" ;
  schema:alternateName "gift_card" ;
  rdfs:domain shopify:DraftOrderLineItem ;
  rdfs:range xsd:boolean .

# Property: fulfillment service
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/fulfillmentService> a rdf:Property ;
  rdfs:label "fulfillment service" ;
  rdfs:comment "Fulfillment service for the line item" ;
  schema:alternateName "fulfillment_service" ;
  rdfs:domain shopify:DraftOrderLineItem ;
  rdfs:range xsd:string .

# Property: grams
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/grams> a rdf:Property ;
  rdfs:label "grams" ;
  rdfs:comment "Weight in grams" ;
  schema:alternateName "grams" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/grams> ;
  rdfs:domain shopify:DraftOrderLineItem ;
  rdfs:range xsd:int .

# Property: tax lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/taxLines> a rdf:Property ;
  rdfs:label "tax lines" ;
  rdfs:comment "Tax lines for the line item" ;
  schema:alternateName "tax_lines" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxLines> ;
  rdfs:domain shopify:DraftOrderLineItem ;
  rdfs:range shopify:TaxLine .

# Property: applied discount
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/appliedDiscount> a rdf:Property ;
  rdfs:label "applied discount" ;
  rdfs:comment "Discount applied to the line item" ;
  schema:alternateName "applied_discount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/appliedDiscount> ;
  rdfs:domain shopify:DraftOrderLineItem ;
  rdfs:range shopify:DraftOrderDiscount .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/name> a rdf:Property ;
  rdfs:label "name" ;
  rdfs:comment "Name of the line item" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:domain shopify:DraftOrderLineItem ;
  rdfs:range xsd:string .

# Property: properties
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/properties> a rdf:Property ;
  rdfs:label "properties" ;
  rdfs:comment "Custom properties for the line item" ;
  schema:alternateName "properties" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/properties> ;
  rdfs:domain shopify:DraftOrderLineItem ;
  rdfs:range shopify:NoteAttribute .

# Property: is custom
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/isCustom> a rdf:Property ;
  rdfs:label "is custom" ;
  rdfs:comment "Whether the line item is custom (not tied to a product)" ;
  schema:alternateName "custom" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/isCustom> ;
  rdfs:domain shopify:DraftOrderLineItem ;
  rdfs:range xsd:boolean .

# Property: is gift card
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/isGiftCard> a rdf:Property ;
  rdfs:label "is gift card" ;
  schema:alternateName "isGiftCard" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/isGiftCard> ;
  rdfs:domain shopify:DraftOrderLineItem ;
  rdfs:range xsd:boolean .

# Property: uuid
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/uuid> a rdf:Property ;
  rdfs:label "uuid" ;
  schema:alternateName "uuid" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/uuid> ;
  rdfs:domain shopify:DraftOrderLineItem ;
  rdfs:range xsd:string .

# Property: approximate discounted unit price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/approximateDiscountedUnitPriceSet> a rdf:Property ;
  rdfs:label "approximate discounted unit price set" ;
  schema:alternateName "approximateDiscountedUnitPriceSet" ;
  rdfs:domain shopify:DraftOrderLineItem ;
  rdfs:range xsd:string .

# Property: bundle components
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/bundleComponents> a rdf:Property ;
  rdfs:label "bundle components" ;
  schema:alternateName "bundleComponents" ;
  rdfs:domain shopify:DraftOrderLineItem ;
  rdfs:range shopify:DraftOrderLineItem .

# Property: components
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/components> a rdf:Property ;
  rdfs:label "components" ;
  schema:alternateName "components" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/components> ;
  rdfs:domain shopify:DraftOrderLineItem ;
  rdfs:range shopify:DraftOrderLineItem .

# Property: custom attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/customAttributes> a rdf:Property ;
  rdfs:label "custom attributes" ;
  schema:alternateName "customAttributes" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customAttributes> ;
  rdfs:domain shopify:DraftOrderLineItem ;
  rdfs:range shopify:Attribute .

# Property: custom attributes v2
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/customAttributesV2> a rdf:Property ;
  rdfs:label "custom attributes v2" ;
  schema:alternateName "customAttributesV2" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customAttributesV2> ;
  rdfs:domain shopify:DraftOrderLineItem ;
  rdfs:range shopify:TypedAttribute .

# Property: discounted total
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/discountedTotal> a rdf:Property ;
  rdfs:label "discounted total" ;
  schema:alternateName "discountedTotal" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/discountedTotal> ;
  rdfs:domain shopify:DraftOrderLineItem ;
  rdfs:range xsd:string .

# Property: discounted total set
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/discountedTotalSet> a rdf:Property ;
  rdfs:label "discounted total set" ;
  schema:alternateName "discountedTotalSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/discountedTotalSet> ;
  rdfs:domain shopify:DraftOrderLineItem ;
  rdfs:range xsd:string .

# Property: discounted unit price
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/discountedUnitPrice> a rdf:Property ;
  rdfs:label "discounted unit price" ;
  schema:alternateName "discountedUnitPrice" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/discountedUnitPrice> ;
  rdfs:domain shopify:DraftOrderLineItem ;
  rdfs:range xsd:string .

# Property: discounted unit price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/discountedUnitPriceSet> a rdf:Property ;
  rdfs:label "discounted unit price set" ;
  schema:alternateName "discountedUnitPriceSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/discountedUnitPriceSet> ;
  rdfs:domain shopify:DraftOrderLineItem ;
  rdfs:range xsd:string .

# Property: image
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/image> a rdf:Property ;
  rdfs:label "image" ;
  schema:alternateName "image" ;
  rdfs:domain shopify:DraftOrderLineItem ;
  rdfs:range xsd:string .

# Property: original total
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/originalTotal> a rdf:Property ;
  rdfs:label "original total" ;
  schema:alternateName "originalTotal" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/originalTotal> ;
  rdfs:domain shopify:DraftOrderLineItem ;
  rdfs:range xsd:string .

# Property: original total set
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/originalTotalSet> a rdf:Property ;
  rdfs:label "original total set" ;
  schema:alternateName "originalTotalSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/originalTotalSet> ;
  rdfs:domain shopify:DraftOrderLineItem ;
  rdfs:range xsd:string .

# Property: original unit price
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/originalUnitPrice> a rdf:Property ;
  rdfs:label "original unit price" ;
  schema:alternateName "originalUnitPrice" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/originalUnitPrice> ;
  rdfs:domain shopify:DraftOrderLineItem ;
  rdfs:range xsd:string .

# Property: original unit price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/originalUnitPriceSet> a rdf:Property ;
  rdfs:label "original unit price set" ;
  schema:alternateName "originalUnitPriceSet" ;
  rdfs:domain shopify:DraftOrderLineItem ;
  rdfs:range xsd:string .

# Property: original unit price with currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/originalUnitPriceWithCurrency> a rdf:Property ;
  rdfs:label "original unit price with currency" ;
  schema:alternateName "originalUnitPriceWithCurrency" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/originalUnitPriceWithCurrency> ;
  rdfs:domain shopify:DraftOrderLineItem ;
  rdfs:range xsd:string .

# Property: price override
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/priceOverride> a rdf:Property ;
  rdfs:label "price override" ;
  schema:alternateName "priceOverride" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/priceOverride> ;
  rdfs:domain shopify:DraftOrderLineItem ;
  rdfs:range xsd:string .

# Property: total discount
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/totalDiscount> a rdf:Property ;
  rdfs:label "total discount" ;
  schema:alternateName "totalDiscount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalDiscount> ;
  rdfs:domain shopify:DraftOrderLineItem ;
  rdfs:range xsd:string .

# Property: total discount set
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/totalDiscountSet> a rdf:Property ;
  rdfs:label "total discount set" ;
  schema:alternateName "totalDiscountSet" ;
  rdfs:domain shopify:DraftOrderLineItem ;
  rdfs:range xsd:string .

# Property: weight
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/weight> a rdf:Property ;
  rdfs:label "weight" ;
  schema:alternateName "weight" ;
  rdfs:domain shopify:DraftOrderLineItem ;
  rdfs:range xsd:string .

# Property: graphql id
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/graphqlId> a rdf:Property ;
  rdfs:label "graphql id" ;
  schema:alternateName "graphqlId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/graphqlId> ;
  rdfs:domain shopify:DraftOrderLineItem ;
  rdfs:range xsd:string .

# Property: description
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderDiscount/description> a rdf:Property ;
  rdfs:label "description" ;
  rdfs:comment "Description of the discount" ;
  schema:alternateName "description" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/description> ;
  rdfs:domain shopify:DraftOrderDiscount ;
  rdfs:range xsd:string .

# Property: value
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderDiscount/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:comment "Fixed or percentage discount value" ;
  schema:alternateName "value" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/value> ;
  rdfs:domain shopify:DraftOrderDiscount ;
  rdfs:range xsd:string .

# Property: value type
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderDiscount/valueType> a rdf:Property ;
  rdfs:label "value type" ;
  rdfs:comment "Type of discount: fixed_amount or percentage" ;
  schema:alternateName "value_type" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/valueType> ;
  rdfs:domain shopify:DraftOrderDiscount ;
  rdfs:range xsd:string .

# Property: amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderDiscount/amount> a rdf:Property ;
  rdfs:label "amount" ;
  rdfs:comment "Resulting amount after discount" ;
  schema:alternateName "amount" ;
  rdfs:domain shopify:DraftOrderDiscount ;
  rdfs:range xsd:string .

# Property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderDiscount/title> a rdf:Property ;
  rdfs:label "title" ;
  rdfs:comment "Title of the discount" ;
  schema:alternateName "title" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/title> ;
  rdfs:domain shopify:DraftOrderDiscount ;
  rdfs:range xsd:string .

# Property: amount set
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderDiscount/amountSet> a rdf:Property ;
  rdfs:label "amount set" ;
  schema:alternateName "amountSet" ;
  rdfs:domain shopify:DraftOrderDiscount ;
  rdfs:range xsd:string .

# Property: amount v2
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderDiscount/amountV2> a rdf:Property ;
  rdfs:label "amount v2" ;
  schema:alternateName "amountV2" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/amountV2> ;
  rdfs:domain shopify:DraftOrderDiscount ;
  rdfs:range xsd:string .

# Property: allocations
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderPlatformDiscount/allocations> a rdf:Property ;
  rdfs:label "allocations" ;
  schema:alternateName "allocations" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/allocations> ;
  rdfs:domain shopify:DraftOrderPlatformDiscount ;
  rdfs:range xsd:string .

# Property: automatic discount
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderPlatformDiscount/automaticDiscount> a rdf:Property ;
  rdfs:label "automatic discount" ;
  schema:alternateName "automaticDiscount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/automaticDiscount> ;
  rdfs:domain shopify:DraftOrderPlatformDiscount ;
  rdfs:range xsd:boolean .

# Property: bxgy discount
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderPlatformDiscount/bxgyDiscount> a rdf:Property ;
  rdfs:label "bxgy discount" ;
  schema:alternateName "bxgyDiscount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/bxgyDiscount> ;
  rdfs:domain shopify:DraftOrderPlatformDiscount ;
  rdfs:range xsd:boolean .

# Property: code
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderPlatformDiscount/code> a rdf:Property ;
  rdfs:label "code" ;
  schema:alternateName "code" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/code> ;
  rdfs:domain shopify:DraftOrderPlatformDiscount ;
  rdfs:range xsd:string .

# Property: discount class
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderPlatformDiscount/discountClass> a rdf:Property ;
  rdfs:label "discount class" ;
  schema:alternateName "discountClass" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/discountClass> ;
  rdfs:domain shopify:DraftOrderPlatformDiscount ;
  rdfs:range xsd:string ;
  qb:codeList shopify:DiscountClassScheme .

# Property: discount node
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderPlatformDiscount/discountNode> a rdf:Property ;
  rdfs:label "discount node" ;
  schema:alternateName "discountNode" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/discountNode> ;
  rdfs:domain shopify:DraftOrderPlatformDiscount ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderPlatformDiscount/id> a rdf:Property ;
  rdfs:label "id" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:DraftOrderPlatformDiscount ;
  rdfs:range xsd:string .

# Property: presentation level
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderPlatformDiscount/presentationLevel> a rdf:Property ;
  rdfs:label "presentation level" ;
  schema:alternateName "presentationLevel" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/presentationLevel> ;
  rdfs:domain shopify:DraftOrderPlatformDiscount ;
  rdfs:range xsd:string .

# Property: short summary
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderPlatformDiscount/shortSummary> a rdf:Property ;
  rdfs:label "short summary" ;
  schema:alternateName "shortSummary" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/shortSummary> ;
  rdfs:domain shopify:DraftOrderPlatformDiscount ;
  rdfs:range xsd:string .

# Property: summary
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderPlatformDiscount/summary> a rdf:Property ;
  rdfs:label "summary" ;
  schema:alternateName "summary" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/summary> ;
  rdfs:domain shopify:DraftOrderPlatformDiscount ;
  rdfs:range xsd:string .

# Property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderPlatformDiscount/title> a rdf:Property ;
  rdfs:label "title" ;
  schema:alternateName "title" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/title> ;
  rdfs:domain shopify:DraftOrderPlatformDiscount ;
  rdfs:range xsd:string .

# Property: total amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderPlatformDiscount/totalAmount> a rdf:Property ;
  rdfs:label "total amount" ;
  schema:alternateName "totalAmount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalAmount> ;
  rdfs:domain shopify:DraftOrderPlatformDiscount ;
  rdfs:range shopify:Money .

# Property: total amount price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderPlatformDiscount/totalAmountPriceSet> a rdf:Property ;
  rdfs:label "total amount price set" ;
  schema:alternateName "totalAmountPriceSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalAmountPriceSet> ;
  rdfs:domain shopify:DraftOrderPlatformDiscount ;
  rdfs:range shopify:PriceSet .

# Property: error code
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderWarning/errorCode> a rdf:Property ;
  rdfs:label "error code" ;
  schema:alternateName "errorCode" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/errorCode> ;
  rdfs:domain shopify:DraftOrderWarning ;
  rdfs:range xsd:string .

# Property: field
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderWarning/field> a rdf:Property ;
  rdfs:label "field" ;
  schema:alternateName "field" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/field> ;
  rdfs:domain shopify:DraftOrderWarning ;
  rdfs:range xsd:string .

# Property: message
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderWarning/message> a rdf:Property ;
  rdfs:label "message" ;
  schema:alternateName "message" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/message> ;
  rdfs:domain shopify:DraftOrderWarning ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Gift card ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:GiftCard ;
  rdfs:range xsd:long .

# Property: balance
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/balance> a rdf:Property ;
  rdfs:label "balance" ;
  rdfs:comment "Current balance of the gift card" ;
  schema:alternateName "balance" ;
  rdfs:domain shopify:GiftCard ;
  rdfs:range xsd:string .

# Property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/currency> a rdf:Property ;
  rdfs:label "currency" ;
  rdfs:comment "Currency of the gift card" ;
  schema:alternateName "currency" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currency> ;
  rdfs:subPropertyOf schema:priceCurrency ;
  rdfs:domain shopify:GiftCard ;
  rdfs:range xsd:string .

# Property: initial value
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/initialValue> a rdf:Property ;
  rdfs:label "initial value" ;
  rdfs:comment "Initial value of the gift card" ;
  schema:alternateName "initial_value" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/initialValue> ;
  rdfs:subPropertyOf schema:price ;
  rdfs:domain shopify:GiftCard ;
  rdfs:range xsd:string .

# Property: code
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/code> a rdf:Property ;
  rdfs:label "code" ;
  rdfs:comment "Gift card code (only returned on creation)" ;
  schema:alternateName "code" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/code> ;
  rdfs:domain shopify:GiftCard ;
  rdfs:range xsd:string .

# Property: last characters
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/lastCharacters> a rdf:Property ;
  rdfs:label "last characters" ;
  rdfs:comment "Last four characters of the gift card code" ;
  schema:alternateName "last_characters" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/lastCharacters> ;
  rdfs:domain shopify:GiftCard ;
  rdfs:range xsd:string .

# Property: note
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/note> a rdf:Property ;
  rdfs:label "note" ;
  rdfs:comment "Note associated with the gift card" ;
  schema:alternateName "note" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/note> ;
  rdfs:subPropertyOf schema:description ;
  rdfs:domain shopify:GiftCard ;
  rdfs:range xsd:string .

# Property: customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/customer> a rdf:Property ;
  rdfs:label "customer" ;
  rdfs:comment "ID of the customer associated with the gift card" ;
  schema:alternateName "customer_id" ;
  rdfs:domain shopify:GiftCard ;
  rdfs:range shopify:Customer .

# Property: expires on
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/expiresOn> a rdf:Property ;
  rdfs:label "expires on" ;
  rdfs:comment "Expiration date of the gift card" ;
  schema:alternateName "expires_on" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/expiresOn> ;
  rdfs:subPropertyOf schema:validThrough ;
  rdfs:domain shopify:GiftCard ;
  rdfs:range xsd:date .

# Property: template suffix
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/templateSuffix> a rdf:Property ;
  rdfs:label "template suffix" ;
  rdfs:comment "Suffix of the Liquid template for the gift card" ;
  schema:alternateName "template_suffix" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/templateSuffix> ;
  rdfs:domain shopify:GiftCard ;
  rdfs:range xsd:string .

# Property: disabled at
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/disabledAt> a rdf:Property ;
  rdfs:label "disabled at" ;
  rdfs:comment "Date when the gift card was disabled" ;
  schema:alternateName "disabled_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/disabledAt> ;
  rdfs:domain shopify:GiftCard ;
  rdfs:range xsd:dateTime .

# Property: line item
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/lineItem> a rdf:Property ;
  rdfs:label "line item" ;
  rdfs:comment "ID of the line item that created the gift card" ;
  schema:alternateName "line_item_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/lineItem> ;
  rdfs:domain shopify:GiftCard ;
  rdfs:range shopify:OrderLineItem .

# Property: api client id
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/apiClientId> a rdf:Property ;
  rdfs:label "api client id" ;
  rdfs:comment "ID of the API client that issued the gift card" ;
  schema:alternateName "api_client_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/apiClientId> ;
  rdfs:domain shopify:GiftCard ;
  rdfs:range xsd:long .

# Property: user
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/user> a rdf:Property ;
  rdfs:label "user" ;
  rdfs:comment "ID of the user that issued the gift card" ;
  schema:alternateName "user_id" ;
  rdfs:domain shopify:GiftCard ;
  rdfs:range shopify:User .

# Property: order
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/order> a rdf:Property ;
  rdfs:label "order" ;
  rdfs:comment "ID of the order that created the gift card" ;
  schema:alternateName "order_id" ;
  rdfs:domain shopify:GiftCard ;
  rdfs:range shopify:Order .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the gift card was created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:GiftCard ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the gift card was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:GiftCard ;
  rdfs:range xsd:dateTime .

# Property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/adminGraphqlApiId> a rdf:Property ;
  rdfs:label "admin graphql api id" ;
  rdfs:comment "GraphQL Admin API ID" ;
  schema:alternateName "admin_graphql_api_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adminGraphqlApiId> ;
  rdfs:domain shopify:GiftCard ;
  rdfs:range xsd:string .

# Property: deactivated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/deactivatedAt> a rdf:Property ;
  rdfs:label "deactivated at" ;
  schema:alternateName "deactivatedAt" ;
  rdfs:domain shopify:GiftCard ;
  rdfs:range xsd:dateTime .

# Property: enabled
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/enabled> a rdf:Property ;
  rdfs:label "enabled" ;
  schema:alternateName "enabled" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/enabled> ;
  rdfs:domain shopify:GiftCard ;
  rdfs:range xsd:boolean .

# Property: masked code
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/maskedCode> a rdf:Property ;
  rdfs:label "masked code" ;
  schema:alternateName "maskedCode" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/maskedCode> ;
  rdfs:domain shopify:GiftCard ;
  rdfs:range xsd:string .

# Property: recipient attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/recipientAttributes> a rdf:Property ;
  rdfs:label "recipient attributes" ;
  schema:alternateName "recipientAttributes" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/recipientAttributes> ;
  rdfs:domain shopify:GiftCard ;
  rdfs:range xsd:string .

# Property: transactions
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/transactions> a rdf:Property ;
  rdfs:label "transactions" ;
  schema:alternateName "transactions" ;
  rdfs:domain shopify:GiftCard ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.User/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "User ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:User ;
  rdfs:range xsd:long .

# Property: first name
<https://relay.inferal.com/ontology/shopify/property/Shopify.User/firstName> a rdf:Property ;
  rdfs:label "first name" ;
  rdfs:comment "The user's first name" ;
  schema:alternateName "first_name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/firstName> ;
  rdfs:subPropertyOf schema:givenName ;
  rdfs:domain shopify:User ;
  rdfs:range xsd:string .

# Property: last name
<https://relay.inferal.com/ontology/shopify/property/Shopify.User/lastName> a rdf:Property ;
  rdfs:label "last name" ;
  rdfs:comment "The user's last name" ;
  schema:alternateName "last_name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/lastName> ;
  rdfs:subPropertyOf schema:familyName ;
  rdfs:domain shopify:User ;
  rdfs:range xsd:string .

# Property: email
<https://relay.inferal.com/ontology/shopify/property/Shopify.User/email> a rdf:Property ;
  rdfs:label "email" ;
  rdfs:comment "The user's email address" ;
  schema:alternateName "email" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/email> ;
  rdfs:subPropertyOf schema:email ;
  rdfs:domain shopify:User ;
  rdfs:range xsd:string .

# Property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.User/phone> a rdf:Property ;
  rdfs:label "phone" ;
  rdfs:comment "The user's phone number" ;
  schema:alternateName "phone" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/phone> ;
  rdfs:subPropertyOf schema:telephone ;
  rdfs:domain shopify:User ;
  rdfs:range xsd:string .

# Property: bio
<https://relay.inferal.com/ontology/shopify/property/Shopify.User/bio> a rdf:Property ;
  rdfs:label "bio" ;
  rdfs:comment "The user's biography" ;
  schema:alternateName "bio" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/bio> ;
  rdfs:subPropertyOf schema:description ;
  rdfs:domain shopify:User ;
  rdfs:range xsd:string .

# Property: url
<https://relay.inferal.com/ontology/shopify/property/Shopify.User/url> a rdf:Property ;
  rdfs:label "url" ;
  rdfs:comment "The user's homepage or URL" ;
  schema:alternateName "url" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/url> ;
  rdfs:subPropertyOf schema:url ;
  rdfs:domain shopify:User ;
  rdfs:range xsd:anyURI .

# Property: im
<https://relay.inferal.com/ontology/shopify/property/Shopify.User/im> a rdf:Property ;
  rdfs:label "im" ;
  rdfs:comment "The user's instant messenger account" ;
  schema:alternateName "im" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/im> ;
  rdfs:domain shopify:User ;
  rdfs:range xsd:string .

# Property: locale
<https://relay.inferal.com/ontology/shopify/property/Shopify.User/locale> a rdf:Property ;
  rdfs:label "locale" ;
  rdfs:comment "The user's preferred locale" ;
  schema:alternateName "locale" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/locale> ;
  rdfs:domain shopify:User ;
  rdfs:range xsd:string .

# Property: account owner
<https://relay.inferal.com/ontology/shopify/property/Shopify.User/accountOwner> a rdf:Property ;
  rdfs:label "account owner" ;
  rdfs:comment "Whether the user is the account owner" ;
  schema:alternateName "account_owner" ;
  rdfs:domain shopify:User ;
  rdfs:range xsd:boolean .

# Property: permissions
<https://relay.inferal.com/ontology/shopify/property/Shopify.User/permissions> a rdf:Property ;
  rdfs:label "permissions" ;
  rdfs:comment "The user's permissions (e.g., full, orders, products)" ;
  schema:alternateName "permissions" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/permissions> ;
  rdfs:domain shopify:User ;
  rdfs:range xsd:string .

# Property: user type
<https://relay.inferal.com/ontology/shopify/property/Shopify.User/userType> a rdf:Property ;
  rdfs:label "user type" ;
  rdfs:comment "The type of user account" ;
  schema:alternateName "user_type" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/userType> ;
  rdfs:domain shopify:User ;
  rdfs:range xsd:string .

# Property: receive announcements
<https://relay.inferal.com/ontology/shopify/property/Shopify.User/receiveAnnouncements> a rdf:Property ;
  rdfs:label "receive announcements" ;
  rdfs:comment "Whether the user receives announcements (0 = no, 1 = yes)" ;
  schema:alternateName "receive_announcements" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/receiveAnnouncements> ;
  rdfs:domain shopify:User ;
  rdfs:range xsd:int .

# Property: graphql id
<https://relay.inferal.com/ontology/shopify/property/Shopify.User/graphqlId> a rdf:Property ;
  rdfs:label "graphql id" ;
  schema:alternateName "graphqlId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/graphqlId> ;
  rdfs:domain shopify:User ;
  rdfs:range xsd:string .

# Property: account type
<https://relay.inferal.com/ontology/shopify/property/Shopify.User/accountType> a rdf:Property ;
  rdfs:label "account type" ;
  schema:alternateName "accountType" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/accountType> ;
  rdfs:domain shopify:User ;
  rdfs:range xsd:string .

# Property: active
<https://relay.inferal.com/ontology/shopify/property/Shopify.User/active> a rdf:Property ;
  rdfs:label "active" ;
  schema:alternateName "active" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/active> ;
  rdfs:domain shopify:User ;
  rdfs:range xsd:boolean .

# Property: avatar
<https://relay.inferal.com/ontology/shopify/property/Shopify.User/avatar> a rdf:Property ;
  rdfs:label "avatar" ;
  schema:alternateName "avatar" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/avatar> ;
  rdfs:domain shopify:User ;
  rdfs:range xsd:string .

# Property: exists
<https://relay.inferal.com/ontology/shopify/property/Shopify.User/exists> a rdf:Property ;
  rdfs:label "exists" ;
  schema:alternateName "exists" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/exists> ;
  rdfs:domain shopify:User ;
  rdfs:range xsd:boolean .

# Property: initials
<https://relay.inferal.com/ontology/shopify/property/Shopify.User/initials> a rdf:Property ;
  rdfs:label "initials" ;
  schema:alternateName "initials" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/initials> ;
  rdfs:domain shopify:User ;
  rdfs:range xsd:string .

# Property: is shop owner
<https://relay.inferal.com/ontology/shopify/property/Shopify.User/isShopOwner> a rdf:Property ;
  rdfs:label "is shop owner" ;
  schema:alternateName "isShopOwner" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/isShopOwner> ;
  rdfs:domain shopify:User ;
  rdfs:range xsd:boolean .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.User/name> a rdf:Property ;
  rdfs:label "name" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:domain shopify:User ;
  rdfs:range xsd:string .

# Property: private data
<https://relay.inferal.com/ontology/shopify/property/Shopify.User/privateData> a rdf:Property ;
  rdfs:label "private data" ;
  schema:alternateName "privateData" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/privateData> ;
  rdfs:domain shopify:User ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Price rule ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range xsd:long .

# Property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/title> a rdf:Property ;
  rdfs:label "title" ;
  rdfs:comment "Title of the price rule" ;
  schema:alternateName "title" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/title> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range xsd:string .

# Property: target type
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/targetType> a rdf:Property ;
  rdfs:label "target type" ;
  rdfs:comment "Target type: line_item or shipping_line" ;
  schema:alternateName "target_type" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/targetType> ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range xsd:string ;
  qb:codeList shopify:PriceRuleTargetTypeScheme .

# Property: target selection
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/targetSelection> a rdf:Property ;
  rdfs:label "target selection" ;
  rdfs:comment "Target selection: all or entitled" ;
  schema:alternateName "target_selection" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/targetSelection> ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range xsd:string ;
  qb:codeList shopify:PriceRuleTargetSelectionScheme .

# Property: allocation method
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/allocationMethod> a rdf:Property ;
  rdfs:label "allocation method" ;
  rdfs:comment "Allocation method: each or across" ;
  schema:alternateName "allocation_method" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/allocationMethod> ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range xsd:string ;
  qb:codeList shopify:PriceRuleAllocationMethodScheme .

# Property: value type
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/valueType> a rdf:Property ;
  rdfs:label "value type" ;
  rdfs:comment "Value type: fixed_amount or percentage" ;
  schema:alternateName "value_type" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/valueType> ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range xsd:string ;
  qb:codeList shopify:PriceRuleValueTypeScheme .

# Property: value
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:comment "Discount value (negative for discounts)" ;
  schema:alternateName "value" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/value> ;
  rdfs:subPropertyOf schema:discount ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range xsd:string .

# Property: customer selection
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/customerSelection> a rdf:Property ;
  rdfs:label "customer selection" ;
  rdfs:comment "Customer selection: all or prerequisite" ;
  schema:alternateName "customer_selection" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customerSelection> ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range xsd:string ;
  qb:codeList shopify:PriceRuleCustomerSelectionScheme .

# Property: once per customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/oncePerCustomer> a rdf:Property ;
  rdfs:label "once per customer" ;
  rdfs:comment "Whether the discount can only be used once per customer" ;
  schema:alternateName "once_per_customer" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/oncePerCustomer> ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range xsd:boolean .

# Property: usage limit
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/usageLimit> a rdf:Property ;
  rdfs:label "usage limit" ;
  rdfs:comment "Maximum number of times the discount can be used" ;
  schema:alternateName "usage_limit" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/usageLimit> ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range xsd:int .

# Property: starts at
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/startsAt> a rdf:Property ;
  rdfs:label "starts at" ;
  rdfs:comment "Date when the price rule starts" ;
  schema:alternateName "starts_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/startsAt> ;
  rdfs:subPropertyOf schema:validFrom ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range xsd:dateTime .

# Property: ends at
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/endsAt> a rdf:Property ;
  rdfs:label "ends at" ;
  rdfs:comment "Date when the price rule ends" ;
  schema:alternateName "ends_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/endsAt> ;
  rdfs:subPropertyOf schema:validThrough ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range xsd:dateTime .

# Property: entitled products
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/entitledProducts> a rdf:Property ;
  rdfs:label "entitled products" ;
  rdfs:comment "IDs of products entitled to the discount" ;
  schema:alternateName "entitled_product_ids" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/entitledProducts> ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range shopify:Product .

# Property: entitled variants
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/entitledVariants> a rdf:Property ;
  rdfs:label "entitled variants" ;
  rdfs:comment "IDs of variants entitled to the discount" ;
  schema:alternateName "entitled_variant_ids" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/entitledVariants> ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range shopify:ProductVariant .

# Property: entitled collection ids
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/entitledCollectionIds> a rdf:Property ;
  rdfs:label "entitled collection ids" ;
  rdfs:comment "IDs of collections entitled to the discount" ;
  schema:alternateName "entitled_collection_ids" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/entitledCollectionIds> ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range xsd:long .

# Property: entitled countries
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/entitledCountries> a rdf:Property ;
  rdfs:label "entitled countries" ;
  rdfs:comment "IDs of countries entitled to the shipping discount" ;
  schema:alternateName "entitled_country_ids" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/entitledCountries> ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range shopify:Country .

# Property: prerequisite products
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/prerequisiteProducts> a rdf:Property ;
  rdfs:label "prerequisite products" ;
  rdfs:comment "IDs of prerequisite products" ;
  schema:alternateName "prerequisite_product_ids" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/prerequisiteProducts> ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range shopify:Product .

# Property: prerequisite variants
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/prerequisiteVariants> a rdf:Property ;
  rdfs:label "prerequisite variants" ;
  rdfs:comment "IDs of prerequisite variants" ;
  schema:alternateName "prerequisite_variant_ids" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/prerequisiteVariants> ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range shopify:ProductVariant .

# Property: prerequisite collection ids
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/prerequisiteCollectionIds> a rdf:Property ;
  rdfs:label "prerequisite collection ids" ;
  rdfs:comment "IDs of prerequisite collections" ;
  schema:alternateName "prerequisite_collection_ids" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/prerequisiteCollectionIds> ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range xsd:long .

# Property: prerequisite saved searches
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/prerequisiteSavedSearches> a rdf:Property ;
  rdfs:label "prerequisite saved searches" ;
  rdfs:comment "IDs of prerequisite customer saved searches" ;
  schema:alternateName "prerequisite_saved_search_ids" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/prerequisiteSavedSearches> ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range shopify:CustomerSavedSearch .

# Property: prerequisite customers
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/prerequisiteCustomers> a rdf:Property ;
  rdfs:label "prerequisite customers" ;
  rdfs:comment "IDs of prerequisite customers" ;
  schema:alternateName "prerequisite_customer_ids" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/prerequisiteCustomers> ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range shopify:Customer .

# Property: prerequisite subtotal range
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/prerequisiteSubtotalRange> a rdf:Property ;
  rdfs:label "prerequisite subtotal range" ;
  rdfs:comment "Minimum subtotal prerequisite" ;
  schema:alternateName "prerequisite_subtotal_range" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/prerequisiteSubtotalRange> ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range shopify:PrerequisiteRange .

# Property: prerequisite quantity range
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/prerequisiteQuantityRange> a rdf:Property ;
  rdfs:label "prerequisite quantity range" ;
  rdfs:comment "Minimum quantity prerequisite" ;
  schema:alternateName "prerequisite_quantity_range" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/prerequisiteQuantityRange> ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range shopify:PrerequisiteRange .

# Property: prerequisite shipping price range
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/prerequisiteShippingPriceRange> a rdf:Property ;
  rdfs:label "prerequisite shipping price range" ;
  rdfs:comment "Maximum shipping price prerequisite" ;
  schema:alternateName "prerequisite_shipping_price_range" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/prerequisiteShippingPriceRange> ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range shopify:PrerequisiteRange .

# Property: prerequisite to entitlement quantity ratio
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/prerequisiteToEntitlementQuantityRatio> a rdf:Property ;
  rdfs:label "prerequisite to entitlement quantity ratio" ;
  rdfs:comment "Buy X get Y quantity ratio" ;
  schema:alternateName "prerequisite_to_entitlement_quantity_ratio" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/prerequisiteToEntitlementQuantityRatio> ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range shopify:QuantityRatio .

# Property: prerequisite to entitlement purchase
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/prerequisiteToEntitlementPurchase> a rdf:Property ;
  rdfs:label "prerequisite to entitlement purchase" ;
  rdfs:comment "Buy X get Y purchase amounts" ;
  schema:alternateName "prerequisite_to_entitlement_purchase" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/prerequisiteToEntitlementPurchase> ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range shopify:PurchaseRequirement .

# Property: allocation limit
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/allocationLimit> a rdf:Property ;
  rdfs:label "allocation limit" ;
  rdfs:comment "Maximum number of times the discount can be allocated" ;
  schema:alternateName "allocation_limit" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/allocationLimit> ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range xsd:int .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range xsd:dateTime .

# Property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/adminGraphqlApiId> a rdf:Property ;
  rdfs:label "admin graphql api id" ;
  rdfs:comment "GraphQL Admin API ID" ;
  schema:alternateName "admin_graphql_api_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adminGraphqlApiId> ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range xsd:string .

# Property: has timeline comment
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/hasTimelineComment> a rdf:Property ;
  rdfs:label "has timeline comment" ;
  schema:alternateName "hasTimelineComment" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/hasTimelineComment> ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range xsd:boolean .

# Property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/legacyResourceId> a rdf:Property ;
  rdfs:label "legacy resource id" ;
  schema:alternateName "legacyResourceId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/legacyResourceId> ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range xsd:string .

# Property: summary
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/summary> a rdf:Property ;
  rdfs:label "summary" ;
  schema:alternateName "summary" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/summary> ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range xsd:string .

# Property: usage count
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/usageCount> a rdf:Property ;
  rdfs:label "usage count" ;
  schema:alternateName "usageCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/usageCount> ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range xsd:int .

# Property: app
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/app> a rdf:Property ;
  rdfs:label "app" ;
  schema:alternateName "app" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/app> ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range xsd:string .

# Property: combines with
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/combinesWith> a rdf:Property ;
  rdfs:label "combines with" ;
  schema:alternateName "combinesWith" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/combinesWith> ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range xsd:string .

# Property: discount class
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/discountClass> a rdf:Property ;
  rdfs:label "discount class" ;
  schema:alternateName "discountClass" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/discountClass> ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range xsd:string .

# Property: discount classes
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/discountClasses> a rdf:Property ;
  rdfs:label "discount classes" ;
  schema:alternateName "discountClasses" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/discountClasses> ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range xsd:string ;
  qb:codeList shopify:DiscountClassScheme .

# Property: discount codes
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/discountCodes> a rdf:Property ;
  rdfs:label "discount codes" ;
  schema:alternateName "discountCodes" ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range xsd:string .

# Property: discount codes count
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/discountCodesCount> a rdf:Property ;
  rdfs:label "discount codes count" ;
  schema:alternateName "discountCodesCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/discountCodesCount> ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range xsd:string .

# Property: entitlement to prerequisite quantity ratio
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/entitlementToPrerequisiteQuantityRatio> a rdf:Property ;
  rdfs:label "entitlement to prerequisite quantity ratio" ;
  schema:alternateName "entitlementToPrerequisiteQuantityRatio" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/entitlementToPrerequisiteQuantityRatio> ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range xsd:string .

# Property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/events> a rdf:Property ;
  rdfs:label "events" ;
  schema:alternateName "events" ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range xsd:string .

# Property: features
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/features> a rdf:Property ;
  rdfs:label "features" ;
  schema:alternateName "features" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/features> ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range xsd:string ;
  qb:codeList shopify:PriceRuleFeatureScheme .

# Property: item entitlements
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/itemEntitlements> a rdf:Property ;
  rdfs:label "item entitlements" ;
  schema:alternateName "itemEntitlements" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/itemEntitlements> ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range xsd:string .

# Property: item prerequisites
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/itemPrerequisites> a rdf:Property ;
  rdfs:label "item prerequisites" ;
  schema:alternateName "itemPrerequisites" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/itemPrerequisites> ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range xsd:string .

# Property: shareable urls
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/shareableUrls> a rdf:Property ;
  rdfs:label "shareable urls" ;
  schema:alternateName "shareableUrls" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/shareableUrls> ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range shopify:PriceRuleShareableUrl .

# Property: shipping entitlements
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/shippingEntitlements> a rdf:Property ;
  rdfs:label "shipping entitlements" ;
  schema:alternateName "shippingEntitlements" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/shippingEntitlements> ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range xsd:string .

# Property: status
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/status> a rdf:Property ;
  rdfs:label "status" ;
  schema:alternateName "status" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/status> ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range xsd:string .

# Property: target
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/target> a rdf:Property ;
  rdfs:label "target" ;
  schema:alternateName "target" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/target> ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range xsd:string .

# Property: total sales
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/totalSales> a rdf:Property ;
  rdfs:label "total sales" ;
  schema:alternateName "totalSales" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalSales> ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range xsd:string .

# Property: traits
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/traits> a rdf:Property ;
  rdfs:label "traits" ;
  schema:alternateName "traits" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/traits> ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range xsd:string ;
  qb:codeList shopify:PriceRuleTraitScheme .

# Property: validity period
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/validityPeriod> a rdf:Property ;
  rdfs:label "validity period" ;
  schema:alternateName "validityPeriod" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/validityPeriod> ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range xsd:string .

# Property: value v2
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/valueV2> a rdf:Property ;
  rdfs:label "value v2" ;
  schema:alternateName "valueV2" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/valueV2> ;
  rdfs:domain shopify:PriceRule ;
  rdfs:range xsd:string .

# Property: greater than or equal to
<https://relay.inferal.com/ontology/shopify/property/Shopify.PrerequisiteRange/greaterThanOrEqualTo> a rdf:Property ;
  rdfs:label "greater than or equal to" ;
  rdfs:comment "Minimum value" ;
  schema:alternateName "greater_than_or_equal_to" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/greaterThanOrEqualTo> ;
  rdfs:domain shopify:PrerequisiteRange ;
  rdfs:range xsd:string .

# Property: less than or equal to
<https://relay.inferal.com/ontology/shopify/property/Shopify.PrerequisiteRange/lessThanOrEqualTo> a rdf:Property ;
  rdfs:label "less than or equal to" ;
  rdfs:comment "Maximum value" ;
  schema:alternateName "less_than_or_equal_to" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/lessThanOrEqualTo> ;
  rdfs:domain shopify:PrerequisiteRange ;
  rdfs:range xsd:string .

# Property: greater than
<https://relay.inferal.com/ontology/shopify/property/Shopify.PrerequisiteRange/greaterThan> a rdf:Property ;
  rdfs:label "greater than" ;
  schema:alternateName "greaterThan" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/greaterThan> ;
  rdfs:domain shopify:PrerequisiteRange ;
  rdfs:range xsd:string .

# Property: less than
<https://relay.inferal.com/ontology/shopify/property/Shopify.PrerequisiteRange/lessThan> a rdf:Property ;
  rdfs:label "less than" ;
  schema:alternateName "lessThan" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/lessThan> ;
  rdfs:domain shopify:PrerequisiteRange ;
  rdfs:range xsd:string .

# Property: prerequisite quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.QuantityRatio/prerequisiteQuantity> a rdf:Property ;
  rdfs:label "prerequisite quantity" ;
  rdfs:comment "Number of prerequisite items to buy" ;
  schema:alternateName "prerequisite_quantity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/prerequisiteQuantity> ;
  rdfs:domain shopify:QuantityRatio ;
  rdfs:range xsd:int .

# Property: entitled quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.QuantityRatio/entitledQuantity> a rdf:Property ;
  rdfs:label "entitled quantity" ;
  rdfs:comment "Number of entitled items the customer gets" ;
  schema:alternateName "entitled_quantity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/entitledQuantity> ;
  rdfs:domain shopify:QuantityRatio ;
  rdfs:range xsd:int .

# Property: prerequisite amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.PurchaseRequirement/prerequisiteAmount> a rdf:Property ;
  rdfs:label "prerequisite amount" ;
  rdfs:comment "Minimum purchase amount" ;
  schema:alternateName "prerequisite_amount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/prerequisiteAmount> ;
  rdfs:domain shopify:PurchaseRequirement ;
  rdfs:range xsd:string .

# Property: target item image
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRuleShareableUrl/targetItemImage> a rdf:Property ;
  rdfs:label "target item image" ;
  schema:alternateName "targetItemImage" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/targetItemImage> ;
  rdfs:domain shopify:PriceRuleShareableUrl ;
  rdfs:range shopify:Image .

# Property: target type
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRuleShareableUrl/targetType> a rdf:Property ;
  rdfs:label "target type" ;
  schema:alternateName "targetType" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/targetType> ;
  rdfs:domain shopify:PriceRuleShareableUrl ;
  rdfs:range xsd:string .

# Property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRuleShareableUrl/title> a rdf:Property ;
  rdfs:label "title" ;
  schema:alternateName "title" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/title> ;
  rdfs:domain shopify:PriceRuleShareableUrl ;
  rdfs:range xsd:string .

# Property: url
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRuleShareableUrl/url> a rdf:Property ;
  rdfs:label "url" ;
  schema:alternateName "url" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/url> ;
  rdfs:domain shopify:PriceRuleShareableUrl ;
  rdfs:range xsd:anyURI .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Country/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Country ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:Country ;
  rdfs:range xsd:long .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Country/name> a rdf:Property ;
  rdfs:label "name" ;
  rdfs:comment "Country name" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain shopify:Country ;
  rdfs:range xsd:string .

# Property: code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Country/code> a rdf:Property ;
  rdfs:label "code" ;
  rdfs:comment "Country code (ISO 3166-1 alpha-2)" ;
  schema:alternateName "code" ;
  rdfs:subPropertyOf shopify:countryCode ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/code> ;
  rdfs:domain shopify:Country ;
  rdfs:range xsd:string .

# Property: tax name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Country/taxName> a rdf:Property ;
  rdfs:label "tax name" ;
  rdfs:comment "Name of the tax applied in this country" ;
  schema:alternateName "tax_name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxName> ;
  rdfs:domain shopify:Country ;
  rdfs:range xsd:string .

# Property: tax
<https://relay.inferal.com/ontology/shopify/property/Shopify.Country/tax> a rdf:Property ;
  rdfs:label "tax" ;
  rdfs:comment "Tax rate for the country" ;
  schema:alternateName "tax" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/tax> ;
  rdfs:domain shopify:Country ;
  rdfs:range xsd:double .

# Property: provinces
<https://relay.inferal.com/ontology/shopify/property/Shopify.Country/provinces> a rdf:Property ;
  rdfs:label "provinces" ;
  rdfs:comment "Provinces or states within the country" ;
  schema:alternateName "provinces" ;
  rdfs:domain shopify:Country ;
  rdfs:range shopify:Province .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Province/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Province ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:Province ;
  rdfs:range xsd:long .

# Property: country
<https://relay.inferal.com/ontology/shopify/property/Shopify.Province/country> a rdf:Property ;
  rdfs:label "country" ;
  rdfs:comment "ID of the parent country" ;
  schema:alternateName "country_id" ;
  rdfs:subPropertyOf shopify:parentCountry ;
  rdfs:domain shopify:Province ;
  rdfs:range shopify:Country .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Province/name> a rdf:Property ;
  rdfs:label "name" ;
  rdfs:comment "Province name" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain shopify:Province ;
  rdfs:range xsd:string .

# Property: code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Province/code> a rdf:Property ;
  rdfs:label "code" ;
  rdfs:comment "Province code (e.g., ON, CA)" ;
  schema:alternateName "code" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/code> ;
  rdfs:subPropertyOf shopify:provinceCode ;
  rdfs:domain shopify:Province ;
  rdfs:range xsd:string .

# Property: tax name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Province/taxName> a rdf:Property ;
  rdfs:label "tax name" ;
  rdfs:comment "Name of the tax applied in this province" ;
  schema:alternateName "tax_name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxName> ;
  rdfs:domain shopify:Province ;
  rdfs:range xsd:string .

# Property: tax type
<https://relay.inferal.com/ontology/shopify/property/Shopify.Province/taxType> a rdf:Property ;
  rdfs:label "tax type" ;
  rdfs:comment "Type of tax (e.g., normal, harmonized, compounded)" ;
  schema:alternateName "tax_type" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxType> ;
  rdfs:domain shopify:Province ;
  rdfs:range xsd:string .

# Property: tax
<https://relay.inferal.com/ontology/shopify/property/Shopify.Province/tax> a rdf:Property ;
  rdfs:label "tax" ;
  rdfs:comment "Tax rate for the province" ;
  schema:alternateName "tax" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/tax> ;
  rdfs:domain shopify:Province ;
  rdfs:range xsd:double .

# Property: tax percentage
<https://relay.inferal.com/ontology/shopify/property/Shopify.Province/taxPercentage> a rdf:Property ;
  rdfs:label "tax percentage" ;
  rdfs:comment "Tax percentage for the province" ;
  schema:alternateName "tax_percentage" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxPercentage> ;
  rdfs:domain shopify:Province ;
  rdfs:range xsd:double .

# Property: shipping zone id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Province/shippingZoneId> a rdf:Property ;
  rdfs:label "shipping zone id" ;
  rdfs:comment "ID of the shipping zone the province belongs to" ;
  schema:alternateName "shipping_zone_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/shippingZoneId> ;
  rdfs:domain shopify:Province ;
  rdfs:range xsd:long .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerSavedSearch/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Customer saved search ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:CustomerSavedSearch ;
  rdfs:range xsd:long .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerSavedSearch/name> a rdf:Property ;
  rdfs:label "name" ;
  rdfs:comment "Name of the saved search" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain shopify:CustomerSavedSearch ;
  rdfs:range xsd:string .

# Property: query
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerSavedSearch/query> a rdf:Property ;
  rdfs:label "query" ;
  rdfs:comment "Query string for the saved search" ;
  schema:alternateName "query" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/query> ;
  rdfs:domain shopify:CustomerSavedSearch ;
  rdfs:range xsd:string .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerSavedSearch/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the saved search was created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:CustomerSavedSearch ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerSavedSearch/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the saved search was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:CustomerSavedSearch ;
  rdfs:range xsd:dateTime .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRuleDiscountCode/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Discount code ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:PriceRuleDiscountCode ;
  rdfs:range xsd:long .

# Property: price rule
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRuleDiscountCode/priceRule> a rdf:Property ;
  rdfs:label "price rule" ;
  rdfs:comment "ID of the parent price rule" ;
  schema:alternateName "price_rule_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/priceRule> ;
  rdfs:domain shopify:PriceRuleDiscountCode ;
  rdfs:range shopify:PriceRule .

# Property: code
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRuleDiscountCode/code> a rdf:Property ;
  rdfs:label "code" ;
  rdfs:comment "The discount code text" ;
  schema:alternateName "code" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/code> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain shopify:PriceRuleDiscountCode ;
  rdfs:range xsd:string .

# Property: usage count
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRuleDiscountCode/usageCount> a rdf:Property ;
  rdfs:label "usage count" ;
  rdfs:comment "Number of times the code has been used" ;
  schema:alternateName "usage_count" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/usageCount> ;
  rdfs:domain shopify:PriceRuleDiscountCode ;
  rdfs:range xsd:int .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRuleDiscountCode/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:PriceRuleDiscountCode ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRuleDiscountCode/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:domain shopify:PriceRuleDiscountCode ;
  rdfs:range xsd:dateTime .

# Property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRuleDiscountCode/adminGraphqlApiId> a rdf:Property ;
  rdfs:label "admin graphql api id" ;
  rdfs:comment "GraphQL Admin API ID" ;
  schema:alternateName "admin_graphql_api_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adminGraphqlApiId> ;
  rdfs:domain shopify:PriceRuleDiscountCode ;
  rdfs:range xsd:string .

# Property: app
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRuleDiscountCode/app> a rdf:Property ;
  rdfs:label "app" ;
  schema:alternateName "app" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/app> ;
  rdfs:domain shopify:PriceRuleDiscountCode ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingZone/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Shipping zone ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:ShippingZone ;
  rdfs:range xsd:long .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingZone/name> a rdf:Property ;
  rdfs:label "name" ;
  rdfs:comment "Name of the shipping zone" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain shopify:ShippingZone ;
  rdfs:range xsd:string .

# Property: countries
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingZone/countries> a rdf:Property ;
  rdfs:label "countries" ;
  rdfs:comment "Countries in the shipping zone" ;
  schema:alternateName "countries" ;
  rdfs:domain shopify:ShippingZone ;
  rdfs:range shopify:ShippingCountry .

# Property: price based shipping rates
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingZone/priceBasedShippingRates> a rdf:Property ;
  rdfs:label "price based shipping rates" ;
  rdfs:comment "Price-based shipping rates" ;
  schema:alternateName "price_based_shipping_rates" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/priceBasedShippingRates> ;
  rdfs:domain shopify:ShippingZone ;
  rdfs:range shopify:PriceBasedShippingRate .

# Property: weight based shipping rates
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingZone/weightBasedShippingRates> a rdf:Property ;
  rdfs:label "weight based shipping rates" ;
  rdfs:comment "Weight-based shipping rates" ;
  schema:alternateName "weight_based_shipping_rates" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/weightBasedShippingRates> ;
  rdfs:domain shopify:ShippingZone ;
  rdfs:range shopify:WeightBasedShippingRate .

# Property: carrier shipping rate providers
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingZone/carrierShippingRateProviders> a rdf:Property ;
  rdfs:label "carrier shipping rate providers" ;
  rdfs:comment "Carrier-calculated shipping rate providers" ;
  schema:alternateName "carrier_shipping_rate_providers" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/carrierShippingRateProviders> ;
  rdfs:domain shopify:ShippingZone ;
  rdfs:range shopify:CarrierShippingRateProvider .

# Property: shipping country identifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingCountry/shippingCountryIdentifier> a rdf:Property ;
  rdfs:label "shipping country identifier" ;
  rdfs:comment "Country ID" ;
  schema:alternateName "id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/shippingCountryIdentifier> ;
  rdfs:domain shopify:ShippingCountry ;
  rdfs:range xsd:long .

# Property: code
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingCountry/code> a rdf:Property ;
  rdfs:label "code" ;
  rdfs:comment "Country code (ISO 3166-1 alpha-2)" ;
  schema:alternateName "code" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/code> ;
  rdfs:domain shopify:ShippingCountry ;
  rdfs:range xsd:string .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingCountry/name> a rdf:Property ;
  rdfs:label "name" ;
  rdfs:comment "Country name" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:domain shopify:ShippingCountry ;
  rdfs:range xsd:string .

# Property: provinces
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingCountry/provinces> a rdf:Property ;
  rdfs:label "provinces" ;
  rdfs:comment "Provinces within the country" ;
  schema:alternateName "provinces" ;
  rdfs:domain shopify:ShippingCountry ;
  rdfs:range shopify:ShippingProvince .

# Property: tax
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingCountry/tax> a rdf:Property ;
  rdfs:label "tax" ;
  rdfs:comment "Tax on shipping" ;
  schema:alternateName "tax" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/tax> ;
  rdfs:domain shopify:ShippingCountry ;
  rdfs:range xsd:double .

# Property: tax name
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingCountry/taxName> a rdf:Property ;
  rdfs:label "tax name" ;
  rdfs:comment "Name of the tax" ;
  schema:alternateName "tax_name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxName> ;
  rdfs:domain shopify:ShippingCountry ;
  rdfs:range xsd:string .

# Property: shipping province identifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingProvince/shippingProvinceIdentifier> a rdf:Property ;
  rdfs:label "shipping province identifier" ;
  rdfs:comment "Province ID" ;
  schema:alternateName "id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/shippingProvinceIdentifier> ;
  rdfs:domain shopify:ShippingProvince ;
  rdfs:range xsd:long .

# Property: code
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingProvince/code> a rdf:Property ;
  rdfs:label "code" ;
  rdfs:comment "Province code" ;
  schema:alternateName "code" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/code> ;
  rdfs:domain shopify:ShippingProvince ;
  rdfs:range xsd:string .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingProvince/name> a rdf:Property ;
  rdfs:label "name" ;
  rdfs:comment "Province name" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:domain shopify:ShippingProvince ;
  rdfs:range xsd:string .

# Property: tax
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingProvince/tax> a rdf:Property ;
  rdfs:label "tax" ;
  rdfs:comment "Tax rate for the province" ;
  schema:alternateName "tax" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/tax> ;
  rdfs:domain shopify:ShippingProvince ;
  rdfs:range xsd:double .

# Property: tax name
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingProvince/taxName> a rdf:Property ;
  rdfs:label "tax name" ;
  rdfs:comment "Name of the province tax" ;
  schema:alternateName "tax_name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxName> ;
  rdfs:domain shopify:ShippingProvince ;
  rdfs:range xsd:string .

# Property: tax type
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingProvince/taxType> a rdf:Property ;
  rdfs:label "tax type" ;
  rdfs:comment "Tax type" ;
  schema:alternateName "tax_type" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxType> ;
  rdfs:domain shopify:ShippingProvince ;
  rdfs:range xsd:string .

# Property: tax percentage
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingProvince/taxPercentage> a rdf:Property ;
  rdfs:label "tax percentage" ;
  rdfs:comment "Tax percentage" ;
  schema:alternateName "tax_percentage" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxPercentage> ;
  rdfs:domain shopify:ShippingProvince ;
  rdfs:range xsd:double .

# Property: shipping zone
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingProvince/shippingZone> a rdf:Property ;
  rdfs:label "shipping zone" ;
  rdfs:comment "ID of the shipping zone" ;
  schema:alternateName "shipping_zone_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/shippingZone> ;
  rdfs:domain shopify:ShippingProvince ;
  rdfs:range shopify:ShippingZone .

# Property: country
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingProvince/country> a rdf:Property ;
  rdfs:label "country" ;
  rdfs:comment "ID of the country" ;
  schema:alternateName "country_id" ;
  rdfs:domain shopify:ShippingProvince ;
  rdfs:range shopify:Country .

# Property: price based shipping rate identifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceBasedShippingRate/priceBasedShippingRateIdentifier> a rdf:Property ;
  rdfs:label "price based shipping rate identifier" ;
  rdfs:comment "Rate ID" ;
  schema:alternateName "id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/priceBasedShippingRateIdentifier> ;
  rdfs:domain shopify:PriceBasedShippingRate ;
  rdfs:range xsd:long .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceBasedShippingRate/name> a rdf:Property ;
  rdfs:label "name" ;
  rdfs:comment "Rate name" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:domain shopify:PriceBasedShippingRate ;
  rdfs:range xsd:string .

# Property: price
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceBasedShippingRate/price> a rdf:Property ;
  rdfs:label "price" ;
  rdfs:comment "Shipping rate price" ;
  schema:alternateName "price" ;
  rdfs:domain shopify:PriceBasedShippingRate ;
  rdfs:range xsd:string .

# Property: min order subtotal
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceBasedShippingRate/minOrderSubtotal> a rdf:Property ;
  rdfs:label "min order subtotal" ;
  rdfs:comment "Minimum order subtotal for this rate" ;
  schema:alternateName "min_order_subtotal" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/minOrderSubtotal> ;
  rdfs:domain shopify:PriceBasedShippingRate ;
  rdfs:range xsd:string .

# Property: max order subtotal
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceBasedShippingRate/maxOrderSubtotal> a rdf:Property ;
  rdfs:label "max order subtotal" ;
  rdfs:comment "Maximum order subtotal for this rate" ;
  schema:alternateName "max_order_subtotal" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/maxOrderSubtotal> ;
  rdfs:domain shopify:PriceBasedShippingRate ;
  rdfs:range xsd:string .

# Property: shipping zone
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceBasedShippingRate/shippingZone> a rdf:Property ;
  rdfs:label "shipping zone" ;
  rdfs:comment "ID of the shipping zone" ;
  schema:alternateName "shipping_zone_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/shippingZone> ;
  rdfs:domain shopify:PriceBasedShippingRate ;
  rdfs:range shopify:ShippingZone .

# Property: weight based shipping rate identifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.WeightBasedShippingRate/weightBasedShippingRateIdentifier> a rdf:Property ;
  rdfs:label "weight based shipping rate identifier" ;
  rdfs:comment "Rate ID" ;
  schema:alternateName "id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/weightBasedShippingRateIdentifier> ;
  rdfs:domain shopify:WeightBasedShippingRate ;
  rdfs:range xsd:long .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.WeightBasedShippingRate/name> a rdf:Property ;
  rdfs:label "name" ;
  rdfs:comment "Rate name" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:domain shopify:WeightBasedShippingRate ;
  rdfs:range xsd:string .

# Property: price
<https://relay.inferal.com/ontology/shopify/property/Shopify.WeightBasedShippingRate/price> a rdf:Property ;
  rdfs:label "price" ;
  rdfs:comment "Shipping rate price" ;
  schema:alternateName "price" ;
  rdfs:domain shopify:WeightBasedShippingRate ;
  rdfs:range xsd:string .

# Property: weight low
<https://relay.inferal.com/ontology/shopify/property/Shopify.WeightBasedShippingRate/weightLow> a rdf:Property ;
  rdfs:label "weight low" ;
  rdfs:comment "Minimum weight for this rate" ;
  schema:alternateName "weight_low" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/weightLow> ;
  rdfs:domain shopify:WeightBasedShippingRate ;
  rdfs:range xsd:double .

# Property: weight high
<https://relay.inferal.com/ontology/shopify/property/Shopify.WeightBasedShippingRate/weightHigh> a rdf:Property ;
  rdfs:label "weight high" ;
  rdfs:comment "Maximum weight for this rate" ;
  schema:alternateName "weight_high" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/weightHigh> ;
  rdfs:domain shopify:WeightBasedShippingRate ;
  rdfs:range xsd:double .

# Property: shipping zone
<https://relay.inferal.com/ontology/shopify/property/Shopify.WeightBasedShippingRate/shippingZone> a rdf:Property ;
  rdfs:label "shipping zone" ;
  rdfs:comment "ID of the shipping zone" ;
  schema:alternateName "shipping_zone_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/shippingZone> ;
  rdfs:domain shopify:WeightBasedShippingRate ;
  rdfs:range shopify:ShippingZone .

# Property: carrier shipping rate provider identifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.CarrierShippingRateProvider/carrierShippingRateProviderIdentifier> a rdf:Property ;
  rdfs:label "carrier shipping rate provider identifier" ;
  rdfs:comment "Provider ID" ;
  schema:alternateName "id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/carrierShippingRateProviderIdentifier> ;
  rdfs:domain shopify:CarrierShippingRateProvider ;
  rdfs:range xsd:long .

# Property: carrier service id
<https://relay.inferal.com/ontology/shopify/property/Shopify.CarrierShippingRateProvider/carrierServiceId> a rdf:Property ;
  rdfs:label "carrier service id" ;
  rdfs:comment "ID of the carrier service" ;
  schema:alternateName "carrier_service_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/carrierServiceId> ;
  rdfs:domain shopify:CarrierShippingRateProvider ;
  rdfs:range xsd:long .

# Property: flat modifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.CarrierShippingRateProvider/flatModifier> a rdf:Property ;
  rdfs:label "flat modifier" ;
  rdfs:comment "Flat fee added to the carrier rate" ;
  schema:alternateName "flat_modifier" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/flatModifier> ;
  rdfs:domain shopify:CarrierShippingRateProvider ;
  rdfs:range xsd:string .

# Property: percent modifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.CarrierShippingRateProvider/percentModifier> a rdf:Property ;
  rdfs:label "percent modifier" ;
  rdfs:comment "Percentage added to the carrier rate" ;
  schema:alternateName "percent_modifier" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/percentModifier> ;
  rdfs:domain shopify:CarrierShippingRateProvider ;
  rdfs:range xsd:double .

# Property: service filter
<https://relay.inferal.com/ontology/shopify/property/Shopify.CarrierShippingRateProvider/serviceFilter> a rdf:Property ;
  rdfs:label "service filter" ;
  rdfs:comment "Service filter configuration" ;
  schema:alternateName "service_filter" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/serviceFilter> ;
  rdfs:domain shopify:CarrierShippingRateProvider ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.CarrierShippingRateProvider/serviceFilter/Container> .

# Property: shipping zone
<https://relay.inferal.com/ontology/shopify/property/Shopify.CarrierShippingRateProvider/shippingZone> a rdf:Property ;
  rdfs:label "shipping zone" ;
  rdfs:comment "ID of the shipping zone" ;
  schema:alternateName "shipping_zone_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/shippingZone> ;
  rdfs:domain shopify:CarrierShippingRateProvider ;
  rdfs:range shopify:ShippingZone .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.CarrierService/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Carrier service ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:CarrierService ;
  rdfs:range xsd:long .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.CarrierService/name> a rdf:Property ;
  rdfs:label "name" ;
  rdfs:comment "Name of the carrier service" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain shopify:CarrierService ;
  rdfs:range xsd:string .

# Property: callback url
<https://relay.inferal.com/ontology/shopify/property/Shopify.CarrierService/callbackUrl> a rdf:Property ;
  rdfs:label "callback url" ;
  rdfs:comment "URL for rate requests" ;
  schema:alternateName "callback_url" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/callbackUrl> ;
  rdfs:subPropertyOf schema:url ;
  rdfs:domain shopify:CarrierService ;
  rdfs:range xsd:anyURI .

# Property: service discovery
<https://relay.inferal.com/ontology/shopify/property/Shopify.CarrierService/serviceDiscovery> a rdf:Property ;
  rdfs:label "service discovery" ;
  rdfs:comment "Whether the carrier service provides service discovery" ;
  schema:alternateName "service_discovery" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/serviceDiscovery> ;
  rdfs:domain shopify:CarrierService ;
  rdfs:range xsd:boolean .

# Property: active
<https://relay.inferal.com/ontology/shopify/property/Shopify.CarrierService/active> a rdf:Property ;
  rdfs:label "active" ;
  rdfs:comment "Whether the carrier service is active" ;
  schema:alternateName "active" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/active> ;
  rdfs:domain shopify:CarrierService ;
  rdfs:range xsd:boolean .

# Property: carrier service type
<https://relay.inferal.com/ontology/shopify/property/Shopify.CarrierService/carrierServiceType> a rdf:Property ;
  rdfs:label "carrier service type" ;
  rdfs:comment "Type of carrier service: api or legacy" ;
  schema:alternateName "carrier_service_type" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/carrierServiceType> ;
  rdfs:domain shopify:CarrierService ;
  rdfs:range xsd:string .

# Property: format
<https://relay.inferal.com/ontology/shopify/property/Shopify.CarrierService/format> a rdf:Property ;
  rdfs:label "format" ;
  rdfs:comment "Format of the callback response: json or xml" ;
  schema:alternateName "format" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/format> ;
  rdfs:domain shopify:CarrierService ;
  rdfs:range xsd:string .

# Property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.CarrierService/adminGraphqlApiId> a rdf:Property ;
  rdfs:label "admin graphql api id" ;
  rdfs:comment "GraphQL Admin API ID" ;
  schema:alternateName "admin_graphql_api_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adminGraphqlApiId> ;
  rdfs:domain shopify:CarrierService ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Theme/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Theme ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:Theme ;
  rdfs:range xsd:long .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Theme/name> a rdf:Property ;
  rdfs:label "name" ;
  rdfs:comment "Name of the theme" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain shopify:Theme ;
  rdfs:range xsd:string .

# Property: role
<https://relay.inferal.com/ontology/shopify/property/Shopify.Theme/role> a rdf:Property ;
  rdfs:label "role" ;
  rdfs:comment "Role of the theme: main, unpublished, demo" ;
  schema:alternateName "role" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/role> ;
  rdfs:domain shopify:Theme ;
  rdfs:range xsd:string .

# Property: previewable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Theme/previewable> a rdf:Property ;
  rdfs:label "previewable" ;
  rdfs:comment "Whether the theme can be previewed" ;
  schema:alternateName "previewable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/previewable> ;
  rdfs:domain shopify:Theme ;
  rdfs:range xsd:boolean .

# Property: processing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Theme/processing> a rdf:Property ;
  rdfs:label "processing" ;
  rdfs:comment "Whether the theme is currently being processed" ;
  schema:alternateName "processing" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/processing> ;
  rdfs:domain shopify:Theme ;
  rdfs:range xsd:boolean .

# Property: src
<https://relay.inferal.com/ontology/shopify/property/Shopify.Theme/src> a rdf:Property ;
  rdfs:label "src" ;
  rdfs:comment "URL of a ZIP file containing the theme (for creation)" ;
  schema:alternateName "src" ;
  rdfs:domain shopify:Theme ;
  rdfs:range xsd:string .

# Property: theme store id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Theme/themeStoreId> a rdf:Property ;
  rdfs:label "theme store id" ;
  rdfs:comment "ID of the theme in the Shopify Theme Store" ;
  schema:alternateName "theme_store_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/themeStoreId> ;
  rdfs:domain shopify:Theme ;
  rdfs:range xsd:long .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Theme/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the theme was created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:Theme ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Theme/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the theme was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:Theme ;
  rdfs:range xsd:dateTime .

# Property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Theme/adminGraphqlApiId> a rdf:Property ;
  rdfs:label "admin graphql api id" ;
  rdfs:comment "GraphQL Admin API ID" ;
  schema:alternateName "admin_graphql_api_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adminGraphqlApiId> ;
  rdfs:domain shopify:Theme ;
  rdfs:range xsd:string .

# Property: key
<https://relay.inferal.com/ontology/shopify/property/Shopify.Asset/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:comment "Path to the asset within the theme (e.g., 'templates/index.liquid')" ;
  schema:alternateName "key" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/key> ;
  rdfs:domain shopify:Asset ;
  rdfs:range xsd:string .

# Property: public url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Asset/publicUrl> a rdf:Property ;
  rdfs:label "public url" ;
  rdfs:comment "CDN URL for the asset" ;
  schema:alternateName "public_url" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/publicUrl> ;
  rdfs:domain shopify:Asset ;
  rdfs:range xsd:string .

# Property: content type
<https://relay.inferal.com/ontology/shopify/property/Shopify.Asset/contentType> a rdf:Property ;
  rdfs:label "content type" ;
  rdfs:comment "MIME type of the asset" ;
  schema:alternateName "content_type" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/contentType> ;
  rdfs:domain shopify:Asset ;
  rdfs:range xsd:string .

# Property: size
<https://relay.inferal.com/ontology/shopify/property/Shopify.Asset/size> a rdf:Property ;
  rdfs:label "size" ;
  rdfs:comment "Size of the asset in bytes" ;
  schema:alternateName "size" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/size> ;
  rdfs:domain shopify:Asset ;
  rdfs:range xsd:long .

# Property: theme
<https://relay.inferal.com/ontology/shopify/property/Shopify.Asset/theme> a rdf:Property ;
  rdfs:label "theme" ;
  rdfs:comment "ID of the theme the asset belongs to" ;
  schema:alternateName "theme_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/theme> ;
  rdfs:domain shopify:Asset ;
  rdfs:range shopify:Theme .

# Property: value
<https://relay.inferal.com/ontology/shopify/property/Shopify.Asset/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:comment "Text content of the asset (for text-based assets)" ;
  schema:alternateName "value" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/value> ;
  rdfs:domain shopify:Asset ;
  rdfs:range xsd:string .

# Property: attachment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Asset/attachment> a rdf:Property ;
  rdfs:label "attachment" ;
  rdfs:comment "Base64-encoded binary content (for binary assets)" ;
  schema:alternateName "attachment" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/attachment> ;
  rdfs:domain shopify:Asset ;
  rdfs:range xsd:string .

# Property: source key
<https://relay.inferal.com/ontology/shopify/property/Shopify.Asset/sourceKey> a rdf:Property ;
  rdfs:label "source key" ;
  rdfs:comment "Key of another asset to use as the source (for copying)" ;
  schema:alternateName "source_key" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/sourceKey> ;
  rdfs:domain shopify:Asset ;
  rdfs:range xsd:string .

# Property: src
<https://relay.inferal.com/ontology/shopify/property/Shopify.Asset/src> a rdf:Property ;
  rdfs:label "src" ;
  rdfs:comment "URL to fetch the asset content from (for URL-based creation)" ;
  schema:alternateName "src" ;
  rdfs:domain shopify:Asset ;
  rdfs:range xsd:string .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Asset/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the asset was created" ;
  schema:alternateName "created_at" ;
  rdfs:domain shopify:Asset ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Asset/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the asset was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:domain shopify:Asset ;
  rdfs:range xsd:dateTime .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ScriptTag/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Script tag ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:ScriptTag ;
  rdfs:range xsd:long .

# Property: src
<https://relay.inferal.com/ontology/shopify/property/Shopify.ScriptTag/src> a rdf:Property ;
  rdfs:label "src" ;
  rdfs:comment "URL of the remote script" ;
  schema:alternateName "src" ;
  rdfs:subPropertyOf schema:url ;
  rdfs:domain shopify:ScriptTag ;
  rdfs:range xsd:anyURI .

# Property: event
<https://relay.inferal.com/ontology/shopify/property/Shopify.ScriptTag/event> a rdf:Property ;
  rdfs:label "event" ;
  rdfs:comment "Event that triggers script loading: onload" ;
  schema:alternateName "event" ;
  rdfs:domain shopify:ScriptTag ;
  rdfs:range xsd:string .

# Property: display scope
<https://relay.inferal.com/ontology/shopify/property/Shopify.ScriptTag/displayScope> a rdf:Property ;
  rdfs:label "display scope" ;
  rdfs:comment "Pages where the script should load: online_store, order_status, all" ;
  schema:alternateName "display_scope" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/displayScope> ;
  rdfs:domain shopify:ScriptTag ;
  rdfs:range xsd:string .

# Property: cache
<https://relay.inferal.com/ontology/shopify/property/Shopify.ScriptTag/cache> a rdf:Property ;
  rdfs:label "cache" ;
  rdfs:comment "Additional properties for Content Security Policy" ;
  schema:alternateName "cache" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/cache> ;
  rdfs:domain shopify:ScriptTag ;
  rdfs:range xsd:boolean .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.ScriptTag/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when created" ;
  schema:alternateName "created_at" ;
  rdfs:domain shopify:ScriptTag ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.ScriptTag/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:domain shopify:ScriptTag ;
  rdfs:range xsd:dateTime .

# Property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ScriptTag/adminGraphqlApiId> a rdf:Property ;
  rdfs:label "admin graphql api id" ;
  rdfs:comment "GraphQL Admin API ID" ;
  schema:alternateName "admin_graphql_api_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adminGraphqlApiId> ;
  rdfs:domain shopify:ScriptTag ;
  rdfs:range xsd:string .

# Property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ScriptTag/legacyResourceId> a rdf:Property ;
  rdfs:label "legacy resource id" ;
  schema:alternateName "legacyResourceId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/legacyResourceId> ;
  rdfs:domain shopify:ScriptTag ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Page/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Page ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:Page ;
  rdfs:range xsd:long .

# Property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.Page/title> a rdf:Property ;
  rdfs:label "title" ;
  rdfs:comment "Page title" ;
  schema:alternateName "title" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/title> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain shopify:Page ;
  rdfs:range xsd:string .

# Property: body html
<https://relay.inferal.com/ontology/shopify/property/Shopify.Page/bodyHtml> a rdf:Property ;
  rdfs:label "body html" ;
  rdfs:comment "HTML content of the page" ;
  schema:alternateName "body_html" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/bodyHtml> ;
  rdfs:subPropertyOf schema:text ;
  rdfs:domain shopify:Page ;
  rdfs:range xsd:string .

# Property: handle
<https://relay.inferal.com/ontology/shopify/property/Shopify.Page/handle> a rdf:Property ;
  rdfs:label "handle" ;
  rdfs:comment "URL-friendly unique handle" ;
  schema:alternateName "handle" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/handle> ;
  rdfs:domain shopify:Page ;
  rdfs:range xsd:string .

# Property: author
<https://relay.inferal.com/ontology/shopify/property/Shopify.Page/author> a rdf:Property ;
  rdfs:label "author" ;
  rdfs:comment "Author of the page" ;
  schema:alternateName "author" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/author> ;
  rdfs:domain shopify:Page ;
  rdfs:range xsd:string .

# Property: template suffix
<https://relay.inferal.com/ontology/shopify/property/Shopify.Page/templateSuffix> a rdf:Property ;
  rdfs:label "template suffix" ;
  rdfs:comment "Suffix of the Liquid template for the page" ;
  schema:alternateName "template_suffix" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/templateSuffix> ;
  rdfs:domain shopify:Page ;
  rdfs:range xsd:string .

# Property: published at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Page/publishedAt> a rdf:Property ;
  rdfs:label "published at" ;
  rdfs:comment "Date and time when the page was published" ;
  schema:alternateName "published_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/publishedAt> ;
  rdfs:subPropertyOf schema:datePublished ;
  rdfs:domain shopify:Page ;
  rdfs:range xsd:dateTime .

# Property: published
<https://relay.inferal.com/ontology/shopify/property/Shopify.Page/published> a rdf:Property ;
  rdfs:label "published" ;
  rdfs:comment "Whether the page is published" ;
  schema:alternateName "published" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/published> ;
  rdfs:domain shopify:Page ;
  rdfs:range xsd:boolean .

# Property: shop
<https://relay.inferal.com/ontology/shopify/property/Shopify.Page/shop> a rdf:Property ;
  rdfs:label "shop" ;
  rdfs:comment "ID of the shop" ;
  schema:alternateName "shop_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/shop> ;
  rdfs:domain shopify:Page ;
  rdfs:range shopify:Shop .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Page/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:Page ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Page/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:Page ;
  rdfs:range xsd:dateTime .

# Property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Page/adminGraphqlApiId> a rdf:Property ;
  rdfs:label "admin graphql api id" ;
  rdfs:comment "GraphQL Admin API ID" ;
  schema:alternateName "admin_graphql_api_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adminGraphqlApiId> ;
  rdfs:domain shopify:Page ;
  rdfs:range xsd:string .

# Property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Page/metafields> a rdf:Property ;
  rdfs:label "metafields" ;
  rdfs:comment "Metafields associated with the resource" ;
  schema:alternateName "metafields" ;
  rdfs:domain shopify:Page ;
  rdfs:range shopify:Metafield .

# Property: body
<https://relay.inferal.com/ontology/shopify/property/Shopify.Page/body> a rdf:Property ;
  rdfs:label "body" ;
  schema:alternateName "body" ;
  rdfs:domain shopify:Page ;
  rdfs:range xsd:string .

# Property: body summary
<https://relay.inferal.com/ontology/shopify/property/Shopify.Page/bodySummary> a rdf:Property ;
  rdfs:label "body summary" ;
  schema:alternateName "bodySummary" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/bodySummary> ;
  rdfs:domain shopify:Page ;
  rdfs:range xsd:string .

# Property: default cursor
<https://relay.inferal.com/ontology/shopify/property/Shopify.Page/defaultCursor> a rdf:Property ;
  rdfs:label "default cursor" ;
  schema:alternateName "defaultCursor" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/defaultCursor> ;
  rdfs:domain shopify:Page ;
  rdfs:range xsd:string .

# Property: is published
<https://relay.inferal.com/ontology/shopify/property/Shopify.Page/isPublished> a rdf:Property ;
  rdfs:label "is published" ;
  schema:alternateName "isPublished" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/isPublished> ;
  rdfs:domain shopify:Page ;
  rdfs:range xsd:boolean .

# Property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.Page/events> a rdf:Property ;
  rdfs:label "events" ;
  schema:alternateName "events" ;
  rdfs:domain shopify:Page ;
  rdfs:range xsd:string .

# Property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.Page/metafield> a rdf:Property ;
  rdfs:label "metafield" ;
  schema:alternateName "metafield" ;
  rdfs:domain shopify:Page ;
  rdfs:range xsd:string .

# Property: metafield definitions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Page/metafieldDefinitions> a rdf:Property ;
  rdfs:label "metafield definitions" ;
  schema:alternateName "metafieldDefinitions" ;
  rdfs:domain shopify:Page ;
  rdfs:range xsd:string .

# Property: translations
<https://relay.inferal.com/ontology/shopify/property/Shopify.Page/translations> a rdf:Property ;
  rdfs:label "translations" ;
  schema:alternateName "translations" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/translations> ;
  rdfs:domain shopify:Page ;
  rdfs:range shopify:Translation .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Blog ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:Blog ;
  rdfs:range xsd:long .

# Property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/title> a rdf:Property ;
  rdfs:label "title" ;
  rdfs:comment "Blog title" ;
  schema:alternateName "title" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/title> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain shopify:Blog ;
  rdfs:range xsd:string .

# Property: handle
<https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/handle> a rdf:Property ;
  rdfs:label "handle" ;
  rdfs:comment "URL-friendly unique handle" ;
  schema:alternateName "handle" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/handle> ;
  rdfs:domain shopify:Blog ;
  rdfs:range xsd:string .

# Property: commentable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/commentable> a rdf:Property ;
  rdfs:label "commentable" ;
  rdfs:comment "Indicates whether readers can post comments: no, moderate, yes" ;
  schema:alternateName "commentable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/commentable> ;
  rdfs:domain shopify:Blog ;
  rdfs:range xsd:string .

# Property: tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/tags> a rdf:Property ;
  rdfs:label "tags" ;
  rdfs:comment "Tags associated with the blog" ;
  schema:alternateName "tags" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/tags> ;
  rdfs:domain shopify:Blog ;
  rdfs:range xsd:string .

# Property: feedburner
<https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/feedburner> a rdf:Property ;
  rdfs:label "feedburner" ;
  rdfs:comment "URL of the FeedBurner feed" ;
  schema:alternateName "feedburner" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/feedburner> ;
  rdfs:domain shopify:Blog ;
  rdfs:range xsd:string .

# Property: feedburner location
<https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/feedburnerLocation> a rdf:Property ;
  rdfs:label "feedburner location" ;
  rdfs:comment "URL for the FeedBurner location" ;
  schema:alternateName "feedburner_location" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/feedburnerLocation> ;
  rdfs:domain shopify:Blog ;
  rdfs:range xsd:string .

# Property: template suffix
<https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/templateSuffix> a rdf:Property ;
  rdfs:label "template suffix" ;
  rdfs:comment "Suffix of the Liquid template" ;
  schema:alternateName "template_suffix" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/templateSuffix> ;
  rdfs:domain shopify:Blog ;
  rdfs:range xsd:string .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:Blog ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:Blog ;
  rdfs:range xsd:dateTime .

# Property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/adminGraphqlApiId> a rdf:Property ;
  rdfs:label "admin graphql api id" ;
  rdfs:comment "GraphQL Admin API ID" ;
  schema:alternateName "admin_graphql_api_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adminGraphqlApiId> ;
  rdfs:domain shopify:Blog ;
  rdfs:range xsd:string .

# Property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/metafields> a rdf:Property ;
  rdfs:label "metafields" ;
  rdfs:comment "Metafields associated with the resource" ;
  schema:alternateName "metafields" ;
  rdfs:domain shopify:Blog ;
  rdfs:range shopify:Metafield .

# Property: articles
<https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/articles> a rdf:Property ;
  rdfs:label "articles" ;
  schema:alternateName "articles" ;
  rdfs:domain shopify:Blog ;
  rdfs:range xsd:string .

# Property: articles count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/articlesCount> a rdf:Property ;
  rdfs:label "articles count" ;
  schema:alternateName "articlesCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/articlesCount> ;
  rdfs:domain shopify:Blog ;
  rdfs:range xsd:string .

# Property: comment policy
<https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/commentPolicy> a rdf:Property ;
  rdfs:label "comment policy" ;
  schema:alternateName "commentPolicy" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/commentPolicy> ;
  rdfs:domain shopify:Blog ;
  rdfs:range xsd:string .

# Property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/events> a rdf:Property ;
  rdfs:label "events" ;
  schema:alternateName "events" ;
  rdfs:domain shopify:Blog ;
  rdfs:range xsd:string .

# Property: feed
<https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/feed> a rdf:Property ;
  rdfs:label "feed" ;
  schema:alternateName "feed" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/feed> ;
  rdfs:domain shopify:Blog ;
  rdfs:range xsd:string .

# Property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/metafield> a rdf:Property ;
  rdfs:label "metafield" ;
  schema:alternateName "metafield" ;
  rdfs:domain shopify:Blog ;
  rdfs:range xsd:string .

# Property: metafield definitions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/metafieldDefinitions> a rdf:Property ;
  rdfs:label "metafield definitions" ;
  schema:alternateName "metafieldDefinitions" ;
  rdfs:domain shopify:Blog ;
  rdfs:range xsd:string .

# Property: translations
<https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/translations> a rdf:Property ;
  rdfs:label "translations" ;
  schema:alternateName "translations" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/translations> ;
  rdfs:domain shopify:Blog ;
  rdfs:range shopify:Translation .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Article ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:Article ;
  rdfs:range xsd:long .

# Property: blog
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/blog> a rdf:Property ;
  rdfs:label "blog" ;
  rdfs:comment "ID of the parent blog" ;
  schema:alternateName "blog_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/blog> ;
  rdfs:domain shopify:Article ;
  rdfs:range shopify:Blog .

# Property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/title> a rdf:Property ;
  rdfs:label "title" ;
  rdfs:comment "Article title" ;
  schema:alternateName "title" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/title> ;
  rdfs:subPropertyOf schema:headline ;
  rdfs:domain shopify:Article ;
  rdfs:range xsd:string .

# Property: body html
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/bodyHtml> a rdf:Property ;
  rdfs:label "body html" ;
  rdfs:comment "HTML content of the article" ;
  schema:alternateName "body_html" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/bodyHtml> ;
  rdfs:subPropertyOf schema:articleBody ;
  rdfs:domain shopify:Article ;
  rdfs:range xsd:string .

# Property: author
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/author> a rdf:Property ;
  rdfs:label "author" ;
  rdfs:comment "Author of the article" ;
  schema:alternateName "author" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/author> ;
  rdfs:domain shopify:Article ;
  rdfs:range xsd:string .

# Property: handle
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/handle> a rdf:Property ;
  rdfs:label "handle" ;
  rdfs:comment "URL-friendly unique handle" ;
  schema:alternateName "handle" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/handle> ;
  rdfs:domain shopify:Article ;
  rdfs:range xsd:string .

# Property: tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/tags> a rdf:Property ;
  rdfs:label "tags" ;
  rdfs:comment "Tags associated with the article (comma-separated)" ;
  schema:alternateName "tags" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/tags> ;
  rdfs:subPropertyOf schema:keywords ;
  rdfs:domain shopify:Article ;
  rdfs:range xsd:string .

# Property: published at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/publishedAt> a rdf:Property ;
  rdfs:label "published at" ;
  rdfs:comment "Date and time when the article was published" ;
  schema:alternateName "published_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/publishedAt> ;
  rdfs:subPropertyOf schema:datePublished ;
  rdfs:domain shopify:Article ;
  rdfs:range xsd:dateTime .

# Property: published
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/published> a rdf:Property ;
  rdfs:label "published" ;
  rdfs:comment "Whether the article is published" ;
  schema:alternateName "published" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/published> ;
  rdfs:domain shopify:Article ;
  rdfs:range xsd:boolean .

# Property: summary html
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/summaryHtml> a rdf:Property ;
  rdfs:label "summary html" ;
  rdfs:comment "Summary/excerpt of the article in HTML" ;
  schema:alternateName "summary_html" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/summaryHtml> ;
  rdfs:subPropertyOf schema:description ;
  rdfs:domain shopify:Article ;
  rdfs:range xsd:string .

# Property: image
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/image> a rdf:Property ;
  rdfs:label "image" ;
  rdfs:comment "Article image" ;
  schema:alternateName "image" ;
  rdfs:subPropertyOf schema:image ;
  rdfs:domain shopify:Article ;
  rdfs:range shopify:ArticleImage .

# Property: template suffix
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/templateSuffix> a rdf:Property ;
  rdfs:label "template suffix" ;
  rdfs:comment "Suffix of the Liquid template" ;
  schema:alternateName "template_suffix" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/templateSuffix> ;
  rdfs:domain shopify:Article ;
  rdfs:range xsd:string .

# Property: user
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/user> a rdf:Property ;
  rdfs:label "user" ;
  rdfs:comment "ID of the author user" ;
  schema:alternateName "user_id" ;
  rdfs:domain shopify:Article ;
  rdfs:range shopify:User .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:Article ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:Article ;
  rdfs:range xsd:dateTime .

# Property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/adminGraphqlApiId> a rdf:Property ;
  rdfs:label "admin graphql api id" ;
  rdfs:comment "GraphQL Admin API ID" ;
  schema:alternateName "admin_graphql_api_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adminGraphqlApiId> ;
  rdfs:domain shopify:Article ;
  rdfs:range xsd:string .

# Property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/metafields> a rdf:Property ;
  rdfs:label "metafields" ;
  rdfs:comment "Metafields associated with the resource" ;
  schema:alternateName "metafields" ;
  rdfs:domain shopify:Article ;
  rdfs:range shopify:Metafield .

# Property: body
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/body> a rdf:Property ;
  rdfs:label "body" ;
  schema:alternateName "body" ;
  rdfs:domain shopify:Article ;
  rdfs:range xsd:string .

# Property: default cursor
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/defaultCursor> a rdf:Property ;
  rdfs:label "default cursor" ;
  schema:alternateName "defaultCursor" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/defaultCursor> ;
  rdfs:domain shopify:Article ;
  rdfs:range xsd:string .

# Property: is published
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/isPublished> a rdf:Property ;
  rdfs:label "is published" ;
  schema:alternateName "isPublished" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/isPublished> ;
  rdfs:domain shopify:Article ;
  rdfs:range xsd:boolean .

# Property: summary
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/summary> a rdf:Property ;
  rdfs:label "summary" ;
  schema:alternateName "summary" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/summary> ;
  rdfs:domain shopify:Article ;
  rdfs:range xsd:string .

# Property: comments
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/comments> a rdf:Property ;
  rdfs:label "comments" ;
  schema:alternateName "comments" ;
  rdfs:domain shopify:Article ;
  rdfs:range xsd:string .

# Property: comments count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/commentsCount> a rdf:Property ;
  rdfs:label "comments count" ;
  schema:alternateName "commentsCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/commentsCount> ;
  rdfs:domain shopify:Article ;
  rdfs:range xsd:string .

# Property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/events> a rdf:Property ;
  rdfs:label "events" ;
  schema:alternateName "events" ;
  rdfs:domain shopify:Article ;
  rdfs:range xsd:string .

# Property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/metafield> a rdf:Property ;
  rdfs:label "metafield" ;
  schema:alternateName "metafield" ;
  rdfs:domain shopify:Article ;
  rdfs:range xsd:string .

# Property: metafield definitions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/metafieldDefinitions> a rdf:Property ;
  rdfs:label "metafield definitions" ;
  schema:alternateName "metafieldDefinitions" ;
  rdfs:domain shopify:Article ;
  rdfs:range xsd:string .

# Property: translations
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/translations> a rdf:Property ;
  rdfs:label "translations" ;
  schema:alternateName "translations" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/translations> ;
  rdfs:domain shopify:Article ;
  rdfs:range shopify:Translation .

# Property: src
<https://relay.inferal.com/ontology/shopify/property/Shopify.ArticleImage/src> a rdf:Property ;
  rdfs:label "src" ;
  rdfs:comment "Image URL" ;
  schema:alternateName "src" ;
  rdfs:domain shopify:ArticleImage ;
  rdfs:range xsd:anyURI .

# Property: alt
<https://relay.inferal.com/ontology/shopify/property/Shopify.ArticleImage/alt> a rdf:Property ;
  rdfs:label "alt" ;
  rdfs:comment "Image alt text" ;
  schema:alternateName "alt" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/alt> ;
  rdfs:domain shopify:ArticleImage ;
  rdfs:range xsd:string .

# Property: width
<https://relay.inferal.com/ontology/shopify/property/Shopify.ArticleImage/width> a rdf:Property ;
  rdfs:label "width" ;
  rdfs:comment "Width in pixels" ;
  schema:alternateName "width" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/width> ;
  rdfs:domain shopify:ArticleImage ;
  rdfs:range xsd:int .

# Property: height
<https://relay.inferal.com/ontology/shopify/property/Shopify.ArticleImage/height> a rdf:Property ;
  rdfs:label "height" ;
  rdfs:comment "Height in pixels" ;
  schema:alternateName "height" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/height> ;
  rdfs:domain shopify:ArticleImage ;
  rdfs:range xsd:int .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.ArticleImage/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the image was created" ;
  schema:alternateName "created_at" ;
  rdfs:domain shopify:ArticleImage ;
  rdfs:range xsd:dateTime .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Webhook/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Webhook ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:Webhook ;
  rdfs:range xsd:long .

# Property: address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Webhook/address> a rdf:Property ;
  rdfs:label "address" ;
  rdfs:comment "URI where the webhook sends the POST request" ;
  schema:alternateName "address" ;
  rdfs:subPropertyOf schema:url ;
  rdfs:domain shopify:Webhook ;
  rdfs:range xsd:anyURI .

# Property: topic
<https://relay.inferal.com/ontology/shopify/property/Shopify.Webhook/topic> a rdf:Property ;
  rdfs:label "topic" ;
  rdfs:comment "Event topic (e.g., orders/create)" ;
  schema:alternateName "topic" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/topic> ;
  rdfs:domain shopify:Webhook ;
  rdfs:range xsd:string .

# Property: format
<https://relay.inferal.com/ontology/shopify/property/Shopify.Webhook/format> a rdf:Property ;
  rdfs:label "format" ;
  rdfs:comment "Response format: json or xml" ;
  schema:alternateName "format" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/format> ;
  rdfs:subPropertyOf shopify:webhookFormat ;
  rdfs:domain shopify:Webhook ;
  rdfs:range xsd:string ;
  qb:codeList shopify:WebhookFormatScheme .

# Property: fields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Webhook/fields> a rdf:Property ;
  rdfs:label "fields" ;
  rdfs:comment "Optional array of fields to include in the webhook body" ;
  schema:alternateName "fields" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/fields> ;
  rdfs:domain shopify:Webhook ;
  rdfs:range xsd:string .

# Property: metafield namespaces
<https://relay.inferal.com/ontology/shopify/property/Shopify.Webhook/metafieldNamespaces> a rdf:Property ;
  rdfs:label "metafield namespaces" ;
  rdfs:comment "Optional array of metafield namespaces to include" ;
  schema:alternateName "metafield_namespaces" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/metafieldNamespaces> ;
  rdfs:domain shopify:Webhook ;
  rdfs:range xsd:string .

# Property: api version
<https://relay.inferal.com/ontology/shopify/property/Shopify.Webhook/apiVersion> a rdf:Property ;
  rdfs:label "api version" ;
  rdfs:comment "API version for the webhook payload" ;
  schema:alternateName "api_version" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/apiVersion> ;
  rdfs:domain shopify:Webhook ;
  rdfs:range xsd:string .

# Property: private metafield namespaces
<https://relay.inferal.com/ontology/shopify/property/Shopify.Webhook/privateMetafieldNamespaces> a rdf:Property ;
  rdfs:label "private metafield namespaces" ;
  rdfs:comment "Optional array of private metafield namespaces to include" ;
  schema:alternateName "private_metafield_namespaces" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/privateMetafieldNamespaces> ;
  rdfs:domain shopify:Webhook ;
  rdfs:range xsd:string .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Webhook/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the webhook was created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:Webhook ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Webhook/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the webhook was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:Webhook ;
  rdfs:range xsd:dateTime .

# Property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Webhook/adminGraphqlApiId> a rdf:Property ;
  rdfs:label "admin graphql api id" ;
  rdfs:comment "GraphQL Admin API ID" ;
  schema:alternateName "admin_graphql_api_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adminGraphqlApiId> ;
  rdfs:domain shopify:Webhook ;
  rdfs:range xsd:string .

# Property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Currency/currency> a rdf:Property ;
  rdfs:label "currency" ;
  rdfs:comment "Three-letter ISO 4217 currency code" ;
  schema:alternateName "currency" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currency> ;
  rdfs:subPropertyOf schema:identifier ;
  rdfs:domain shopify:Currency ;
  rdfs:range xsd:string .

# Property: rate updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Currency/rateUpdatedAt> a rdf:Property ;
  rdfs:label "rate updated at" ;
  rdfs:comment "Date and time when the exchange rate was last updated" ;
  schema:alternateName "rate_updated_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/rateUpdatedAt> ;
  rdfs:domain shopify:Currency ;
  rdfs:range xsd:dateTime .

# Property: enabled
<https://relay.inferal.com/ontology/shopify/property/Shopify.Currency/enabled> a rdf:Property ;
  rdfs:label "enabled" ;
  rdfs:comment "Whether the currency is enabled" ;
  schema:alternateName "enabled" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/enabled> ;
  rdfs:domain shopify:Currency ;
  rdfs:range xsd:boolean .

# Property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.Policy/title> a rdf:Property ;
  rdfs:label "title" ;
  rdfs:comment "Policy title" ;
  schema:alternateName "title" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/title> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain shopify:Policy ;
  rdfs:range xsd:string .

# Property: body
<https://relay.inferal.com/ontology/shopify/property/Shopify.Policy/body> a rdf:Property ;
  rdfs:label "body" ;
  rdfs:comment "Policy body in HTML" ;
  schema:alternateName "body" ;
  rdfs:subPropertyOf schema:text ;
  rdfs:domain shopify:Policy ;
  rdfs:range xsd:string .

# Property: url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Policy/url> a rdf:Property ;
  rdfs:label "url" ;
  rdfs:comment "Public URL of the policy" ;
  schema:alternateName "url" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/url> ;
  rdfs:subPropertyOf schema:url ;
  rdfs:domain shopify:Policy ;
  rdfs:range xsd:anyURI .

# Property: handle
<https://relay.inferal.com/ontology/shopify/property/Shopify.Policy/handle> a rdf:Property ;
  rdfs:label "handle" ;
  rdfs:comment "URL-friendly unique handle" ;
  schema:alternateName "handle" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/handle> ;
  rdfs:domain shopify:Policy ;
  rdfs:range xsd:string .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Policy/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the policy was created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:Policy ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Policy/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the policy was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:Policy ;
  rdfs:range xsd:dateTime .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Redirect/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Redirect ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:Redirect ;
  rdfs:range xsd:long .

# Property: path
<https://relay.inferal.com/ontology/shopify/property/Shopify.Redirect/path> a rdf:Property ;
  rdfs:label "path" ;
  rdfs:comment "The old path to redirect from" ;
  schema:alternateName "path" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/path> ;
  rdfs:domain shopify:Redirect ;
  rdfs:range xsd:string .

# Property: target
<https://relay.inferal.com/ontology/shopify/property/Shopify.Redirect/target> a rdf:Property ;
  rdfs:label "target" ;
  rdfs:comment "The target URL to redirect to" ;
  schema:alternateName "target" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/target> ;
  rdfs:domain shopify:Redirect ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Market/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Market ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:Market ;
  rdfs:range xsd:long .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Market/name> a rdf:Property ;
  rdfs:label "name" ;
  rdfs:comment "Name of the market" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain shopify:Market ;
  rdfs:range xsd:string .

# Property: handle
<https://relay.inferal.com/ontology/shopify/property/Shopify.Market/handle> a rdf:Property ;
  rdfs:label "handle" ;
  rdfs:comment "URL-friendly unique handle" ;
  schema:alternateName "handle" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/handle> ;
  rdfs:domain shopify:Market ;
  rdfs:range xsd:string .

# Property: enabled
<https://relay.inferal.com/ontology/shopify/property/Shopify.Market/enabled> a rdf:Property ;
  rdfs:label "enabled" ;
  rdfs:comment "Whether the market is enabled" ;
  schema:alternateName "enabled" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/enabled> ;
  rdfs:domain shopify:Market ;
  rdfs:range xsd:boolean .

# Property: primary
<https://relay.inferal.com/ontology/shopify/property/Shopify.Market/primary> a rdf:Property ;
  rdfs:label "primary" ;
  rdfs:comment "Whether the market is the primary market" ;
  schema:alternateName "primary" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/primary> ;
  rdfs:domain shopify:Market ;
  rdfs:range xsd:boolean .

# Property: regions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Market/regions> a rdf:Property ;
  rdfs:label "regions" ;
  rdfs:comment "Regions associated with the market" ;
  schema:alternateName "regions" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/regions> ;
  rdfs:domain shopify:Market ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.Market/regions/Container> .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Market/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the market was created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:Market ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Market/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the market was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:Market ;
  rdfs:range xsd:dateTime .

# Property: assigned customization
<https://relay.inferal.com/ontology/shopify/property/Shopify.Market/assignedCustomization> a rdf:Property ;
  rdfs:label "assigned customization" ;
  schema:alternateName "assignedCustomization" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/assignedCustomization> ;
  rdfs:domain shopify:Market ;
  rdfs:range xsd:boolean .

# Property: catalogs
<https://relay.inferal.com/ontology/shopify/property/Shopify.Market/catalogs> a rdf:Property ;
  rdfs:label "catalogs" ;
  schema:alternateName "catalogs" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/catalogs> ;
  rdfs:domain shopify:Market ;
  rdfs:range xsd:string .

# Property: catalogs count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Market/catalogsCount> a rdf:Property ;
  rdfs:label "catalogs count" ;
  schema:alternateName "catalogsCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/catalogsCount> ;
  rdfs:domain shopify:Market ;
  rdfs:range xsd:string .

# Property: conditions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Market/conditions> a rdf:Property ;
  rdfs:label "conditions" ;
  schema:alternateName "conditions" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/conditions> ;
  rdfs:domain shopify:Market ;
  rdfs:range xsd:string .

# Property: currency settings
<https://relay.inferal.com/ontology/shopify/property/Shopify.Market/currencySettings> a rdf:Property ;
  rdfs:label "currency settings" ;
  schema:alternateName "currencySettings" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currencySettings> ;
  rdfs:domain shopify:Market ;
  rdfs:range xsd:string .

# Property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.Market/metafield> a rdf:Property ;
  rdfs:label "metafield" ;
  schema:alternateName "metafield" ;
  rdfs:domain shopify:Market ;
  rdfs:range xsd:string .

# Property: metafield definitions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Market/metafieldDefinitions> a rdf:Property ;
  rdfs:label "metafield definitions" ;
  schema:alternateName "metafieldDefinitions" ;
  rdfs:domain shopify:Market ;
  rdfs:range xsd:string .

# Property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Market/metafields> a rdf:Property ;
  rdfs:label "metafields" ;
  schema:alternateName "metafields" ;
  rdfs:domain shopify:Market ;
  rdfs:range xsd:string .

# Property: price inclusions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Market/priceInclusions> a rdf:Property ;
  rdfs:label "price inclusions" ;
  schema:alternateName "priceInclusions" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/priceInclusions> ;
  rdfs:domain shopify:Market ;
  rdfs:range xsd:string .

# Property: price list
<https://relay.inferal.com/ontology/shopify/property/Shopify.Market/priceList> a rdf:Property ;
  rdfs:label "price list" ;
  schema:alternateName "priceList" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/priceList> ;
  rdfs:domain shopify:Market ;
  rdfs:range xsd:string .

# Property: status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Market/status> a rdf:Property ;
  rdfs:label "status" ;
  schema:alternateName "status" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/status> ;
  rdfs:domain shopify:Market ;
  rdfs:range xsd:string .

# Property: type
<https://relay.inferal.com/ontology/shopify/property/Shopify.Market/type> a rdf:Property ;
  rdfs:label "type" ;
  schema:alternateName "type" ;
  rdfs:domain shopify:Market ;
  rdfs:range xsd:string .

# Property: web presence
<https://relay.inferal.com/ontology/shopify/property/Shopify.Market/webPresence> a rdf:Property ;
  rdfs:label "web presence" ;
  schema:alternateName "webPresence" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/webPresence> ;
  rdfs:domain shopify:Market ;
  rdfs:range xsd:string .

# Property: web presences
<https://relay.inferal.com/ontology/shopify/property/Shopify.Market/webPresences> a rdf:Property ;
  rdfs:label "web presences" ;
  schema:alternateName "webPresences" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/webPresences> ;
  rdfs:domain shopify:Market ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Metafield definition ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:MetafieldDefinition ;
  rdfs:range xsd:long .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/name> a rdf:Property ;
  rdfs:label "name" ;
  rdfs:comment "Human-readable name of the definition" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain shopify:MetafieldDefinition ;
  rdfs:range xsd:string .

# Property: namespace
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/namespace> a rdf:Property ;
  rdfs:label "namespace" ;
  rdfs:comment "Namespace for the metafield definition" ;
  schema:alternateName "namespace" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/namespace> ;
  rdfs:domain shopify:MetafieldDefinition ;
  rdfs:range xsd:string .

# Property: key
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:comment "Key for the metafield definition" ;
  schema:alternateName "key" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/key> ;
  rdfs:subPropertyOf schema:propertyID ;
  rdfs:domain shopify:MetafieldDefinition ;
  rdfs:range xsd:string .

# Property: description
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/description> a rdf:Property ;
  rdfs:label "description" ;
  rdfs:comment "Description of the metafield definition" ;
  schema:alternateName "description" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/description> ;
  rdfs:subPropertyOf schema:description ;
  rdfs:domain shopify:MetafieldDefinition ;
  rdfs:range xsd:string .

# Property: type
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/type> a rdf:Property ;
  rdfs:label "type" ;
  rdfs:comment "Type definition for the metafield" ;
  schema:alternateName "type" ;
  rdfs:domain shopify:MetafieldDefinition ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.MetafieldDefinition/type/Container> .

# Property: owner type
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/ownerType> a rdf:Property ;
  rdfs:label "owner type" ;
  rdfs:comment "Resource type that owns the metafield (e.g., PRODUCT, CUSTOMER)" ;
  schema:alternateName "owner_type" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/ownerType> ;
  rdfs:domain shopify:MetafieldDefinition ;
  rdfs:range xsd:string .

# Property: pinned position
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/pinnedPosition> a rdf:Property ;
  rdfs:label "pinned position" ;
  rdfs:comment "Position of the definition in the pinned list" ;
  schema:alternateName "pinned_position" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/pinnedPosition> ;
  rdfs:domain shopify:MetafieldDefinition ;
  rdfs:range xsd:int .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the definition was created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:MetafieldDefinition ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the definition was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:MetafieldDefinition ;
  rdfs:range xsd:dateTime .

# Property: metafields count
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/metafieldsCount> a rdf:Property ;
  rdfs:label "metafields count" ;
  schema:alternateName "metafieldsCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/metafieldsCount> ;
  rdfs:domain shopify:MetafieldDefinition ;
  rdfs:range xsd:int .

# Property: use as collection condition
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/useAsCollectionCondition> a rdf:Property ;
  rdfs:label "use as collection condition" ;
  schema:alternateName "useAsCollectionCondition" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/useAsCollectionCondition> ;
  rdfs:domain shopify:MetafieldDefinition ;
  rdfs:range xsd:boolean .

# Property: access
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/access> a rdf:Property ;
  rdfs:label "access" ;
  schema:alternateName "access" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/access> ;
  rdfs:domain shopify:MetafieldDefinition ;
  rdfs:range xsd:string .

# Property: capabilities
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/capabilities> a rdf:Property ;
  rdfs:label "capabilities" ;
  schema:alternateName "capabilities" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/capabilities> ;
  rdfs:domain shopify:MetafieldDefinition ;
  rdfs:range xsd:string .

# Property: constraints
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/constraints> a rdf:Property ;
  rdfs:label "constraints" ;
  schema:alternateName "constraints" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/constraints> ;
  rdfs:domain shopify:MetafieldDefinition ;
  rdfs:range xsd:string .

# Property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/metafields> a rdf:Property ;
  rdfs:label "metafields" ;
  schema:alternateName "metafields" ;
  rdfs:domain shopify:MetafieldDefinition ;
  rdfs:range xsd:string .

# Property: standard template
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/standardTemplate> a rdf:Property ;
  rdfs:label "standard template" ;
  schema:alternateName "standardTemplate" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/standardTemplate> ;
  rdfs:domain shopify:MetafieldDefinition ;
  rdfs:range xsd:string .

# Property: validation status
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/validationStatus> a rdf:Property ;
  rdfs:label "validation status" ;
  schema:alternateName "validationStatus" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/validationStatus> ;
  rdfs:domain shopify:MetafieldDefinition ;
  rdfs:range xsd:string .

# Property: validations
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/validations> a rdf:Property ;
  rdfs:label "validations" ;
  schema:alternateName "validations" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/validations> ;
  rdfs:domain shopify:MetafieldDefinition ;
  rdfs:range shopify:MetafieldDefinitionValidation .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinitionValidation/name> a rdf:Property ;
  rdfs:label "name" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:domain shopify:MetafieldDefinitionValidation ;
  rdfs:range xsd:string .

# Property: type
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinitionValidation/type> a rdf:Property ;
  rdfs:label "type" ;
  schema:alternateName "type" ;
  rdfs:domain shopify:MetafieldDefinitionValidation ;
  rdfs:range xsd:string .

# Property: value
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinitionValidation/value> a rdf:Property ;
  rdfs:label "value" ;
  schema:alternateName "value" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/value> ;
  rdfs:domain shopify:MetafieldDefinitionValidation ;
  rdfs:range xsd:string .

# Property: api type
<https://relay.inferal.com/ontology/shopify/property/Shopify.DeprecatedApiCallEntry/apiType> a rdf:Property ;
  rdfs:label "api type" ;
  rdfs:comment "The type of API that the call was made to (e.g., REST, Webhook)" ;
  schema:alternateName "api_type" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/apiType> ;
  rdfs:domain shopify:DeprecatedApiCallEntry ;
  rdfs:range xsd:string .

# Property: description
<https://relay.inferal.com/ontology/shopify/property/Shopify.DeprecatedApiCallEntry/description> a rdf:Property ;
  rdfs:label "description" ;
  rdfs:comment "A description of the deprecation and what to use instead" ;
  schema:alternateName "description" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/description> ;
  rdfs:subPropertyOf schema:description ;
  rdfs:domain shopify:DeprecatedApiCallEntry ;
  rdfs:range xsd:string .

# Property: documentation url
<https://relay.inferal.com/ontology/shopify/property/Shopify.DeprecatedApiCallEntry/documentationUrl> a rdf:Property ;
  rdfs:label "documentation url" ;
  rdfs:comment "URL to the documentation about the deprecation" ;
  schema:alternateName "documentation_url" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/documentationUrl> ;
  rdfs:domain shopify:DeprecatedApiCallEntry ;
  rdfs:range xsd:string .

# Property: endpoint
<https://relay.inferal.com/ontology/shopify/property/Shopify.DeprecatedApiCallEntry/endpoint> a rdf:Property ;
  rdfs:label "endpoint" ;
  rdfs:comment "The deprecated API endpoint that was called" ;
  schema:alternateName "endpoint" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/endpoint> ;
  rdfs:domain shopify:DeprecatedApiCallEntry ;
  rdfs:range xsd:string .

# Property: last call at
<https://relay.inferal.com/ontology/shopify/property/Shopify.DeprecatedApiCallEntry/lastCallAt> a rdf:Property ;
  rdfs:label "last call at" ;
  rdfs:comment "Date and time of the most recent call to the deprecated API" ;
  schema:alternateName "last_call_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/lastCallAt> ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:DeprecatedApiCallEntry ;
  rdfs:range xsd:dateTime .

# Property: migration deadline
<https://relay.inferal.com/ontology/shopify/property/Shopify.DeprecatedApiCallEntry/migrationDeadline> a rdf:Property ;
  rdfs:label "migration deadline" ;
  rdfs:comment "Date and time by which the app should have migrated from the deprecated API" ;
  schema:alternateName "migration_deadline" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/migrationDeadline> ;
  rdfs:domain shopify:DeprecatedApiCallEntry ;
  rdfs:range xsd:dateTime .

# Property: graphql schema name
<https://relay.inferal.com/ontology/shopify/property/Shopify.DeprecatedApiCallEntry/graphqlSchemaName> a rdf:Property ;
  rdfs:label "graphql schema name" ;
  rdfs:comment "The name of the GraphQL schema that replaces the deprecated endpoint" ;
  schema:alternateName "graphql_schema_name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/graphqlSchemaName> ;
  rdfs:domain shopify:DeprecatedApiCallEntry ;
  rdfs:range xsd:string .

# Property: version
<https://relay.inferal.com/ontology/shopify/property/Shopify.DeprecatedApiCallEntry/version> a rdf:Property ;
  rdfs:label "version" ;
  rdfs:comment "The API version that the deprecated call was made to" ;
  schema:alternateName "version" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/version> ;
  rdfs:domain shopify:DeprecatedApiCallEntry ;
  rdfs:range xsd:string .

# Property: data updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.DeprecatedApiCall/dataUpdatedAt> a rdf:Property ;
  rdfs:label "data updated at" ;
  rdfs:comment "Date and time when the deprecated API call data was last updated" ;
  schema:alternateName "data_updated_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/dataUpdatedAt> ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:DeprecatedApiCall ;
  rdfs:range xsd:dateTime .

# Property: deprecated api calls
<https://relay.inferal.com/ontology/shopify/property/Shopify.DeprecatedApiCall/deprecatedApiCalls> a rdf:Property ;
  rdfs:label "deprecated api calls" ;
  rdfs:comment "List of deprecated API calls made by the app" ;
  schema:alternateName "deprecated_api_calls" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/deprecatedApiCalls> ;
  rdfs:domain shopify:DeprecatedApiCall ;
  rdfs:range shopify:DeprecatedApiCallEntry .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Event/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Event ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:Event ;
  rdfs:range xsd:long .

# Property: subject id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Event/subjectId> a rdf:Property ;
  rdfs:label "subject id" ;
  rdfs:comment "ID of the resource that generated the event" ;
  schema:alternateName "subject_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/subjectId> ;
  rdfs:domain shopify:Event ;
  rdfs:range xsd:long .

# Property: subject type
<https://relay.inferal.com/ontology/shopify/property/Shopify.Event/subjectType> a rdf:Property ;
  rdfs:label "subject type" ;
  rdfs:comment "Type of the resource that generated the event (e.g., Order, Product)" ;
  schema:alternateName "subject_type" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/subjectType> ;
  rdfs:domain shopify:Event ;
  rdfs:range xsd:string .

# Property: verb
<https://relay.inferal.com/ontology/shopify/property/Shopify.Event/verb> a rdf:Property ;
  rdfs:label "verb" ;
  rdfs:comment "The type of event that occurred (e.g., confirmed, placed)" ;
  schema:alternateName "verb" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/verb> ;
  rdfs:domain shopify:Event ;
  rdfs:range xsd:string .

# Property: arguments
<https://relay.inferal.com/ontology/shopify/property/Shopify.Event/arguments> a rdf:Property ;
  rdfs:label "arguments" ;
  rdfs:comment "Additional arguments for the event" ;
  schema:alternateName "arguments" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/arguments> ;
  rdfs:domain shopify:Event ;
  rdfs:range xsd:string .

# Property: body
<https://relay.inferal.com/ontology/shopify/property/Shopify.Event/body> a rdf:Property ;
  rdfs:label "body" ;
  rdfs:comment "Undocumented body field" ;
  schema:alternateName "body" ;
  rdfs:domain shopify:Event ;
  rdfs:range xsd:string .

# Property: description
<https://relay.inferal.com/ontology/shopify/property/Shopify.Event/description> a rdf:Property ;
  rdfs:label "description" ;
  rdfs:comment "Human-readable description of the event" ;
  schema:alternateName "description" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/description> ;
  rdfs:subPropertyOf schema:description ;
  rdfs:domain shopify:Event ;
  rdfs:range xsd:string .

# Property: path
<https://relay.inferal.com/ontology/shopify/property/Shopify.Event/path> a rdf:Property ;
  rdfs:label "path" ;
  rdfs:comment "Relative path to the resource on the shop" ;
  schema:alternateName "path" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/path> ;
  rdfs:domain shopify:Event ;
  rdfs:range xsd:string .

# Property: message
<https://relay.inferal.com/ontology/shopify/property/Shopify.Event/message> a rdf:Property ;
  rdfs:label "message" ;
  rdfs:comment "Human-readable message describing the event" ;
  schema:alternateName "message" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/message> ;
  rdfs:subPropertyOf schema:text ;
  rdfs:domain shopify:Event ;
  rdfs:range xsd:string .

# Property: author
<https://relay.inferal.com/ontology/shopify/property/Shopify.Event/author> a rdf:Property ;
  rdfs:label "author" ;
  rdfs:comment "Author of the event, if applicable" ;
  schema:alternateName "author" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/author> ;
  rdfs:domain shopify:Event ;
  rdfs:range xsd:string .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Event/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the event was created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:Event ;
  rdfs:range xsd:dateTime .

# Property: action
<https://relay.inferal.com/ontology/shopify/property/Shopify.Event/action> a rdf:Property ;
  rdfs:label "action" ;
  schema:alternateName "action" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/action> ;
  rdfs:domain shopify:Event ;
  rdfs:range xsd:string .

# Property: app title
<https://relay.inferal.com/ontology/shopify/property/Shopify.Event/appTitle> a rdf:Property ;
  rdfs:label "app title" ;
  schema:alternateName "appTitle" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/appTitle> ;
  rdfs:domain shopify:Event ;
  rdfs:range xsd:string .

# Property: attribute to app
<https://relay.inferal.com/ontology/shopify/property/Shopify.Event/attributeToApp> a rdf:Property ;
  rdfs:label "attribute to app" ;
  schema:alternateName "attributeToApp" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/attributeToApp> ;
  rdfs:domain shopify:Event ;
  rdfs:range xsd:boolean .

# Property: attribute to user
<https://relay.inferal.com/ontology/shopify/property/Shopify.Event/attributeToUser> a rdf:Property ;
  rdfs:label "attribute to user" ;
  schema:alternateName "attributeToUser" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/attributeToUser> ;
  rdfs:domain shopify:Event ;
  rdfs:range xsd:boolean .

# Property: critical alert
<https://relay.inferal.com/ontology/shopify/property/Shopify.Event/criticalAlert> a rdf:Property ;
  rdfs:label "critical alert" ;
  schema:alternateName "criticalAlert" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/criticalAlert> ;
  rdfs:domain shopify:Event ;
  rdfs:range xsd:boolean .

# Property: collection id
<https://relay.inferal.com/ontology/shopify/property/Shopify.CollectionListing/collectionId> a rdf:Property ;
  rdfs:label "collection id" ;
  rdfs:comment "ID of the collection" ;
  schema:alternateName "collection_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/collectionId> ;
  rdfs:domain shopify:CollectionListing ;
  rdfs:range xsd:long .

# Property: body html
<https://relay.inferal.com/ontology/shopify/property/Shopify.CollectionListing/bodyHtml> a rdf:Property ;
  rdfs:label "body html" ;
  rdfs:comment "Description of the collection in HTML" ;
  schema:alternateName "body_html" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/bodyHtml> ;
  rdfs:subPropertyOf schema:description ;
  rdfs:domain shopify:CollectionListing ;
  rdfs:range xsd:string .

# Property: default product image
<https://relay.inferal.com/ontology/shopify/property/Shopify.CollectionListing/defaultProductImage> a rdf:Property ;
  rdfs:label "default product image" ;
  rdfs:comment "Default product image for the collection" ;
  schema:alternateName "default_product_image" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/defaultProductImage> ;
  rdfs:domain shopify:CollectionListing ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.CollectionListing/defaultProductImage/Container> .

# Property: handle
<https://relay.inferal.com/ontology/shopify/property/Shopify.CollectionListing/handle> a rdf:Property ;
  rdfs:label "handle" ;
  rdfs:comment "URL-friendly unique handle" ;
  schema:alternateName "handle" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/handle> ;
  rdfs:domain shopify:CollectionListing ;
  rdfs:range xsd:string .

# Property: image
<https://relay.inferal.com/ontology/shopify/property/Shopify.CollectionListing/image> a rdf:Property ;
  rdfs:label "image" ;
  rdfs:comment "Image associated with the collection listing" ;
  schema:alternateName "image" ;
  rdfs:domain shopify:CollectionListing ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.CollectionListing/image/Container> .

# Property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.CollectionListing/title> a rdf:Property ;
  rdfs:label "title" ;
  rdfs:comment "Title of the collection listing" ;
  schema:alternateName "title" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/title> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain shopify:CollectionListing ;
  rdfs:range xsd:string .

# Property: sort order
<https://relay.inferal.com/ontology/shopify/property/Shopify.CollectionListing/sortOrder> a rdf:Property ;
  rdfs:label "sort order" ;
  rdfs:comment "Sort order for the collection listing" ;
  schema:alternateName "sort_order" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/sortOrder> ;
  rdfs:domain shopify:CollectionListing ;
  rdfs:range xsd:string .

# Property: published at
<https://relay.inferal.com/ontology/shopify/property/Shopify.CollectionListing/publishedAt> a rdf:Property ;
  rdfs:label "published at" ;
  rdfs:comment "Date and time when the collection listing was published" ;
  schema:alternateName "published_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/publishedAt> ;
  rdfs:subPropertyOf schema:datePublished ;
  rdfs:domain shopify:CollectionListing ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.CollectionListing/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the collection listing was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:CollectionListing ;
  rdfs:range xsd:dateTime .

# Property: product id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductListing/productId> a rdf:Property ;
  rdfs:label "product id" ;
  rdfs:comment "ID of the product" ;
  schema:alternateName "product_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/productId> ;
  rdfs:domain shopify:ProductListing ;
  rdfs:range xsd:long .

# Property: body html
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductListing/bodyHtml> a rdf:Property ;
  rdfs:label "body html" ;
  rdfs:comment "Description of the product in HTML" ;
  schema:alternateName "body_html" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/bodyHtml> ;
  rdfs:subPropertyOf schema:description ;
  rdfs:domain shopify:ProductListing ;
  rdfs:range xsd:string .

# Property: handle
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductListing/handle> a rdf:Property ;
  rdfs:label "handle" ;
  rdfs:comment "URL-friendly unique handle" ;
  schema:alternateName "handle" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/handle> ;
  rdfs:domain shopify:ProductListing ;
  rdfs:range xsd:string .

# Property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductListing/title> a rdf:Property ;
  rdfs:label "title" ;
  rdfs:comment "Title of the product listing" ;
  schema:alternateName "title" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/title> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain shopify:ProductListing ;
  rdfs:range xsd:string .

# Property: variants
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductListing/variants> a rdf:Property ;
  rdfs:label "variants" ;
  rdfs:comment "Variants associated with the product listing" ;
  schema:alternateName "variants" ;
  rdfs:domain shopify:ProductListing ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.ProductListing/variants/Container> .

# Property: images
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductListing/images> a rdf:Property ;
  rdfs:label "images" ;
  rdfs:comment "Images associated with the product listing" ;
  schema:alternateName "images" ;
  rdfs:domain shopify:ProductListing ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.ProductListing/images/Container> .

# Property: published at
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductListing/publishedAt> a rdf:Property ;
  rdfs:label "published at" ;
  rdfs:comment "Date and time when the product listing was published" ;
  schema:alternateName "published_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/publishedAt> ;
  rdfs:subPropertyOf schema:datePublished ;
  rdfs:domain shopify:ProductListing ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductListing/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the product listing was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:ProductListing ;
  rdfs:range xsd:dateTime .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductListing/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the product listing was created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:ProductListing ;
  rdfs:range xsd:dateTime .

# Property: token
<https://relay.inferal.com/ontology/shopify/property/Shopify.Checkout/token> a rdf:Property ;
  rdfs:label "token" ;
  rdfs:comment "Unique token for the checkout" ;
  schema:alternateName "token" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/token> ;
  rdfs:subPropertyOf schema:identifier ;
  rdfs:domain shopify:Checkout ;
  rdfs:range xsd:string .

# Property: cart token
<https://relay.inferal.com/ontology/shopify/property/Shopify.Checkout/cartToken> a rdf:Property ;
  rdfs:label "cart token" ;
  rdfs:comment "Token of the cart associated with the checkout" ;
  schema:alternateName "cart_token" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/cartToken> ;
  rdfs:domain shopify:Checkout ;
  rdfs:range xsd:string .

# Property: email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Checkout/email> a rdf:Property ;
  rdfs:label "email" ;
  rdfs:comment "Customer's email address" ;
  schema:alternateName "email" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/email> ;
  rdfs:subPropertyOf schema:email ;
  rdfs:domain shopify:Checkout ;
  rdfs:range xsd:string .

# Property: line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Checkout/lineItems> a rdf:Property ;
  rdfs:label "line items" ;
  rdfs:comment "Line items in the checkout" ;
  schema:alternateName "line_items" ;
  rdfs:domain shopify:Checkout ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/lineItems/Container> .

# Property: billing address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Checkout/billingAddress> a rdf:Property ;
  rdfs:label "billing address" ;
  rdfs:comment "Billing address for the checkout" ;
  schema:alternateName "billing_address" ;
  rdfs:domain shopify:Checkout ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/billingAddress/Container> .

# Property: shipping address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Checkout/shippingAddress> a rdf:Property ;
  rdfs:label "shipping address" ;
  rdfs:comment "Shipping address for the checkout" ;
  schema:alternateName "shipping_address" ;
  rdfs:domain shopify:Checkout ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/shippingAddress/Container> .

# Property: shipping line
<https://relay.inferal.com/ontology/shopify/property/Shopify.Checkout/shippingLine> a rdf:Property ;
  rdfs:label "shipping line" ;
  rdfs:comment "Selected shipping rate for the checkout" ;
  schema:alternateName "shipping_line" ;
  rdfs:domain shopify:Checkout ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/shippingLine/Container> .

# Property: total price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Checkout/totalPrice> a rdf:Property ;
  rdfs:label "total price" ;
  rdfs:comment "Total price of the checkout including taxes and shipping" ;
  schema:alternateName "total_price" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalPrice> ;
  rdfs:subPropertyOf schema:totalPrice ;
  rdfs:domain shopify:Checkout ;
  rdfs:range xsd:string .

# Property: subtotal price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Checkout/subtotalPrice> a rdf:Property ;
  rdfs:label "subtotal price" ;
  rdfs:comment "Subtotal of the checkout before taxes and shipping" ;
  schema:alternateName "subtotal_price" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/subtotalPrice> ;
  rdfs:domain shopify:Checkout ;
  rdfs:range xsd:string .

# Property: total tax
<https://relay.inferal.com/ontology/shopify/property/Shopify.Checkout/totalTax> a rdf:Property ;
  rdfs:label "total tax" ;
  rdfs:comment "Total tax applied to the checkout" ;
  schema:alternateName "total_tax" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalTax> ;
  rdfs:domain shopify:Checkout ;
  rdfs:range xsd:string .

# Property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Checkout/currency> a rdf:Property ;
  rdfs:label "currency" ;
  rdfs:comment "Three-letter ISO 4217 currency code" ;
  schema:alternateName "currency" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currency> ;
  rdfs:subPropertyOf schema:priceCurrency ;
  rdfs:domain shopify:Checkout ;
  rdfs:range xsd:string .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Checkout/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the checkout was created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:Checkout ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Checkout/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the checkout was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:Checkout ;
  rdfs:range xsd:dateTime .

# Property: completed at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Checkout/completedAt> a rdf:Property ;
  rdfs:label "completed at" ;
  rdfs:comment "Date and time when the checkout was completed" ;
  schema:alternateName "completed_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/completedAt> ;
  rdfs:domain shopify:Checkout ;
  rdfs:range xsd:dateTime .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsPayout/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Payout ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:ShopifyPaymentsPayout ;
  rdfs:range xsd:long .

# Property: status
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsPayout/status> a rdf:Property ;
  rdfs:label "status" ;
  rdfs:comment "Status of the payout: scheduled, in_transit, paid, failed, canceled" ;
  schema:alternateName "status" ;
  rdfs:subPropertyOf shopify:payoutStatus ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/status> ;
  rdfs:domain shopify:ShopifyPaymentsPayout ;
  rdfs:range xsd:string .

# Property: amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsPayout/amount> a rdf:Property ;
  rdfs:label "amount" ;
  rdfs:comment "Gross amount of the payout" ;
  schema:alternateName "amount" ;
  rdfs:subPropertyOf schema:price ;
  rdfs:domain shopify:ShopifyPaymentsPayout ;
  rdfs:range xsd:string .

# Property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsPayout/currency> a rdf:Property ;
  rdfs:label "currency" ;
  rdfs:comment "Three-letter ISO 4217 currency code" ;
  schema:alternateName "currency" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currency> ;
  rdfs:subPropertyOf schema:priceCurrency ;
  rdfs:domain shopify:ShopifyPaymentsPayout ;
  rdfs:range xsd:string .

# Property: date
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsPayout/date> a rdf:Property ;
  rdfs:label "date" ;
  rdfs:comment "Date (YYYY-MM-DD) when the payout was issued" ;
  schema:alternateName "date" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/date> ;
  rdfs:domain shopify:ShopifyPaymentsPayout ;
  rdfs:range xsd:string .

# Property: issued at
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsPayout/issuedAt> a rdf:Property ;
  rdfs:label "issued at" ;
  schema:alternateName "issuedAt" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/issuedAt> ;
  rdfs:domain shopify:ShopifyPaymentsPayout ;
  rdfs:range xsd:dateTime .

# Property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsPayout/legacyResourceId> a rdf:Property ;
  rdfs:label "legacy resource id" ;
  schema:alternateName "legacyResourceId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/legacyResourceId> ;
  rdfs:domain shopify:ShopifyPaymentsPayout ;
  rdfs:range xsd:string .

# Property: bank account
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsPayout/bankAccount> a rdf:Property ;
  rdfs:label "bank account" ;
  schema:alternateName "bankAccount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/bankAccount> ;
  rdfs:domain shopify:ShopifyPaymentsPayout ;
  rdfs:range xsd:string .

# Property: business entity
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsPayout/businessEntity> a rdf:Property ;
  rdfs:label "business entity" ;
  schema:alternateName "businessEntity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/businessEntity> ;
  rdfs:domain shopify:ShopifyPaymentsPayout ;
  rdfs:range xsd:string .

# Property: gross
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsPayout/gross> a rdf:Property ;
  rdfs:label "gross" ;
  schema:alternateName "gross" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/gross> ;
  rdfs:domain shopify:ShopifyPaymentsPayout ;
  rdfs:range xsd:string .

# Property: net
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsPayout/net> a rdf:Property ;
  rdfs:label "net" ;
  schema:alternateName "net" ;
  rdfs:domain shopify:ShopifyPaymentsPayout ;
  rdfs:range xsd:string .

# Property: summary
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsPayout/summary> a rdf:Property ;
  rdfs:label "summary" ;
  schema:alternateName "summary" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/summary> ;
  rdfs:domain shopify:ShopifyPaymentsPayout ;
  rdfs:range xsd:string .

# Property: transaction type
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsPayout/transactionType> a rdf:Property ;
  rdfs:label "transaction type" ;
  schema:alternateName "transactionType" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/transactionType> ;
  rdfs:domain shopify:ShopifyPaymentsPayout ;
  rdfs:range xsd:string .

# Property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalance/currency> a rdf:Property ;
  rdfs:label "currency" ;
  rdfs:comment "Currencies in the balance" ;
  schema:alternateName "currency" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currency> ;
  rdfs:domain shopify:ShopifyPaymentsBalance ;
  rdfs:range xsd:string .

# Property: amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalance/amount> a rdf:Property ;
  rdfs:label "amount" ;
  rdfs:comment "Balance amount" ;
  schema:alternateName "amount" ;
  rdfs:subPropertyOf schema:price ;
  rdfs:domain shopify:ShopifyPaymentsBalance ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsDispute/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Dispute ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:ShopifyPaymentsDispute ;
  rdfs:range xsd:long .

# Property: type
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsDispute/type> a rdf:Property ;
  rdfs:label "type" ;
  rdfs:comment "Type of the dispute: chargeback, inquiry, retrieval" ;
  schema:alternateName "type" ;
  rdfs:domain shopify:ShopifyPaymentsDispute ;
  rdfs:range xsd:string .

# Property: amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsDispute/amount> a rdf:Property ;
  rdfs:label "amount" ;
  rdfs:comment "Amount of the dispute" ;
  schema:alternateName "amount" ;
  rdfs:subPropertyOf schema:price ;
  rdfs:domain shopify:ShopifyPaymentsDispute ;
  rdfs:range xsd:string .

# Property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsDispute/currency> a rdf:Property ;
  rdfs:label "currency" ;
  rdfs:comment "Three-letter ISO 4217 currency code" ;
  schema:alternateName "currency" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currency> ;
  rdfs:subPropertyOf schema:priceCurrency ;
  rdfs:domain shopify:ShopifyPaymentsDispute ;
  rdfs:range xsd:string .

# Property: status
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsDispute/status> a rdf:Property ;
  rdfs:label "status" ;
  rdfs:comment "Status of the dispute" ;
  schema:alternateName "status" ;
  rdfs:subPropertyOf shopify:disputeStatus ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/status> ;
  rdfs:domain shopify:ShopifyPaymentsDispute ;
  rdfs:range xsd:string .

# Property: reason
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsDispute/reason> a rdf:Property ;
  rdfs:label "reason" ;
  rdfs:comment "Reason for the dispute" ;
  schema:alternateName "reason" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/reason> ;
  rdfs:subPropertyOf schema:description ;
  rdfs:domain shopify:ShopifyPaymentsDispute ;
  rdfs:range xsd:string .

# Property: evidence due by
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsDispute/evidenceDueBy> a rdf:Property ;
  rdfs:label "evidence due by" ;
  rdfs:comment "Deadline for submitting evidence" ;
  schema:alternateName "evidence_due_by" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/evidenceDueBy> ;
  rdfs:domain shopify:ShopifyPaymentsDispute ;
  rdfs:range xsd:date .

# Property: initiated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsDispute/initiatedAt> a rdf:Property ;
  rdfs:label "initiated at" ;
  rdfs:comment "Date and time when the dispute was initiated" ;
  schema:alternateName "initiated_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/initiatedAt> ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:ShopifyPaymentsDispute ;
  rdfs:range xsd:dateTime .

# Property: evidence sent on
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsDispute/evidenceSentOn> a rdf:Property ;
  rdfs:label "evidence sent on" ;
  schema:alternateName "evidenceSentOn" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/evidenceSentOn> ;
  rdfs:domain shopify:ShopifyPaymentsDispute ;
  rdfs:range xsd:date .

# Property: finalized on
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsDispute/finalizedOn> a rdf:Property ;
  rdfs:label "finalized on" ;
  schema:alternateName "finalizedOn" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/finalizedOn> ;
  rdfs:domain shopify:ShopifyPaymentsDispute ;
  rdfs:range xsd:date .

# Property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsDispute/legacyResourceId> a rdf:Property ;
  rdfs:label "legacy resource id" ;
  schema:alternateName "legacyResourceId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/legacyResourceId> ;
  rdfs:domain shopify:ShopifyPaymentsDispute ;
  rdfs:range xsd:string .

# Property: order
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsDispute/order> a rdf:Property ;
  rdfs:label "order" ;
  schema:alternateName "order" ;
  rdfs:domain shopify:ShopifyPaymentsDispute ;
  rdfs:range xsd:string .

# Property: reason details
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsDispute/reasonDetails> a rdf:Property ;
  rdfs:label "reason details" ;
  schema:alternateName "reasonDetails" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/reasonDetails> ;
  rdfs:domain shopify:ShopifyPaymentsDispute ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Balance transaction ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:ShopifyPaymentsBalanceTransaction ;
  rdfs:range xsd:long .

# Property: type
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/type> a rdf:Property ;
  rdfs:label "type" ;
  rdfs:comment "Type of the transaction" ;
  schema:alternateName "type" ;
  rdfs:domain shopify:ShopifyPaymentsBalanceTransaction ;
  rdfs:range xsd:string .

# Property: amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/amount> a rdf:Property ;
  rdfs:label "amount" ;
  rdfs:comment "Amount of the transaction" ;
  schema:alternateName "amount" ;
  rdfs:subPropertyOf schema:price ;
  rdfs:domain shopify:ShopifyPaymentsBalanceTransaction ;
  rdfs:range xsd:string .

# Property: fee
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/fee> a rdf:Property ;
  rdfs:label "fee" ;
  rdfs:comment "Fee charged for the transaction" ;
  schema:alternateName "fee" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/fee> ;
  rdfs:domain shopify:ShopifyPaymentsBalanceTransaction ;
  rdfs:range xsd:string .

# Property: net
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/net> a rdf:Property ;
  rdfs:label "net" ;
  rdfs:comment "Net amount after fees" ;
  schema:alternateName "net" ;
  rdfs:domain shopify:ShopifyPaymentsBalanceTransaction ;
  rdfs:range xsd:string .

# Property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/currency> a rdf:Property ;
  rdfs:label "currency" ;
  rdfs:comment "Three-letter ISO 4217 currency code" ;
  schema:alternateName "currency" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currency> ;
  rdfs:subPropertyOf schema:priceCurrency ;
  rdfs:domain shopify:ShopifyPaymentsBalanceTransaction ;
  rdfs:range xsd:string .

# Property: payout
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/payout> a rdf:Property ;
  rdfs:label "payout" ;
  rdfs:comment "ID of the associated payout" ;
  schema:alternateName "payout_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/payout> ;
  rdfs:domain shopify:ShopifyPaymentsBalanceTransaction ;
  rdfs:range shopify:ShopifyPaymentsPayout .

# Property: payout status
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/payoutStatus> a rdf:Property ;
  rdfs:label "payout status" ;
  rdfs:comment "Status of the associated payout" ;
  schema:alternateName "payout_status" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/payoutStatus> ;
  rdfs:domain shopify:ShopifyPaymentsBalanceTransaction ;
  rdfs:range xsd:string .

# Property: processed at
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/processedAt> a rdf:Property ;
  rdfs:label "processed at" ;
  rdfs:comment "Date and time when the transaction was processed" ;
  schema:alternateName "processed_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/processedAt> ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:ShopifyPaymentsBalanceTransaction ;
  rdfs:range xsd:dateTime .

# Property: adjustment reason
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/adjustmentReason> a rdf:Property ;
  rdfs:label "adjustment reason" ;
  schema:alternateName "adjustmentReason" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adjustmentReason> ;
  rdfs:domain shopify:ShopifyPaymentsBalanceTransaction ;
  rdfs:range xsd:string .

# Property: test
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/test> a rdf:Property ;
  rdfs:label "test" ;
  schema:alternateName "test" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/test> ;
  rdfs:domain shopify:ShopifyPaymentsBalanceTransaction ;
  rdfs:range xsd:boolean .

# Property: transaction date
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/transactionDate> a rdf:Property ;
  rdfs:label "transaction date" ;
  schema:alternateName "transactionDate" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/transactionDate> ;
  rdfs:domain shopify:ShopifyPaymentsBalanceTransaction ;
  rdfs:range xsd:dateTime .

# Property: adjustments orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/adjustmentsOrders> a rdf:Property ;
  rdfs:label "adjustments orders" ;
  schema:alternateName "adjustmentsOrders" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adjustmentsOrders> ;
  rdfs:domain shopify:ShopifyPaymentsBalanceTransaction ;
  rdfs:range shopify:ShopifyPaymentsAdjustmentOrder .

# Property: associated order
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/associatedOrder> a rdf:Property ;
  rdfs:label "associated order" ;
  schema:alternateName "associatedOrder" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/associatedOrder> ;
  rdfs:domain shopify:ShopifyPaymentsBalanceTransaction ;
  rdfs:range xsd:string .

# Property: associated payout
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/associatedPayout> a rdf:Property ;
  rdfs:label "associated payout" ;
  schema:alternateName "associatedPayout" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/associatedPayout> ;
  rdfs:domain shopify:ShopifyPaymentsBalanceTransaction ;
  rdfs:range xsd:string .

# Property: source id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/sourceId> a rdf:Property ;
  rdfs:label "source id" ;
  schema:alternateName "sourceId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/sourceId> ;
  rdfs:domain shopify:ShopifyPaymentsBalanceTransaction ;
  rdfs:range xsd:string .

# Property: source order transaction id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/sourceOrderTransactionId> a rdf:Property ;
  rdfs:label "source order transaction id" ;
  schema:alternateName "sourceOrderTransactionId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/sourceOrderTransactionId> ;
  rdfs:domain shopify:ShopifyPaymentsBalanceTransaction ;
  rdfs:range xsd:string .

# Property: source type
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/sourceType> a rdf:Property ;
  rdfs:label "source type" ;
  schema:alternateName "sourceType" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/sourceType> ;
  rdfs:domain shopify:ShopifyPaymentsBalanceTransaction ;
  rdfs:range xsd:string .

# Property: amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsAdjustmentOrder/amount> a rdf:Property ;
  rdfs:label "amount" ;
  schema:alternateName "amount" ;
  rdfs:domain shopify:ShopifyPaymentsAdjustmentOrder ;
  rdfs:range shopify:Money .

# Property: fees
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsAdjustmentOrder/fees> a rdf:Property ;
  rdfs:label "fees" ;
  schema:alternateName "fees" ;
  rdfs:domain shopify:ShopifyPaymentsAdjustmentOrder ;
  rdfs:range shopify:Money .

# Property: link
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsAdjustmentOrder/link> a rdf:Property ;
  rdfs:label "link" ;
  schema:alternateName "link" ;
  rdfs:domain shopify:ShopifyPaymentsAdjustmentOrder ;
  rdfs:range xsd:anyURI .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsAdjustmentOrder/name> a rdf:Property ;
  rdfs:label "name" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:domain shopify:ShopifyPaymentsAdjustmentOrder ;
  rdfs:range xsd:string .

# Property: net
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsAdjustmentOrder/net> a rdf:Property ;
  rdfs:label "net" ;
  schema:alternateName "net" ;
  rdfs:domain shopify:ShopifyPaymentsAdjustmentOrder ;
  rdfs:range shopify:Money .

# Property: order transaction id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsAdjustmentOrder/orderTransactionId> a rdf:Property ;
  rdfs:label "order transaction id" ;
  schema:alternateName "orderTransactionId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/orderTransactionId> ;
  rdfs:domain shopify:ShopifyPaymentsAdjustmentOrder ;
  rdfs:range xsd:string .

# Property: handle
<https://relay.inferal.com/ontology/shopify/property/Shopify.AccessScope/handle> a rdf:Property ;
  rdfs:label "handle" ;
  rdfs:comment "The access scope handle (e.g., write_products, read_orders)" ;
  schema:alternateName "handle" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/handle> ;
  rdfs:subPropertyOf schema:identifier ;
  rdfs:domain shopify:AccessScope ;
  rdfs:range xsd:string .

# Property: description
<https://relay.inferal.com/ontology/shopify/property/Shopify.AccessScope/description> a rdf:Property ;
  rdfs:label "description" ;
  schema:alternateName "description" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/description> ;
  rdfs:domain shopify:AccessScope ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.StorefrontAccessToken/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Storefront access token ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:StorefrontAccessToken ;
  rdfs:range xsd:long .

# Property: access token
<https://relay.inferal.com/ontology/shopify/property/Shopify.StorefrontAccessToken/accessToken> a rdf:Property ;
  rdfs:label "access token" ;
  rdfs:comment "The issued public access token" ;
  schema:alternateName "access_token" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/accessToken> ;
  rdfs:domain shopify:StorefrontAccessToken ;
  rdfs:range xsd:string .

# Property: access scope
<https://relay.inferal.com/ontology/shopify/property/Shopify.StorefrontAccessToken/accessScope> a rdf:Property ;
  rdfs:label "access scope" ;
  rdfs:comment "The access scope associated with the token" ;
  schema:alternateName "access_scope" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/accessScope> ;
  rdfs:domain shopify:StorefrontAccessToken ;
  rdfs:range xsd:string .

# Property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.StorefrontAccessToken/title> a rdf:Property ;
  rdfs:label "title" ;
  rdfs:comment "Title describing the token" ;
  schema:alternateName "title" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/title> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain shopify:StorefrontAccessToken ;
  rdfs:range xsd:string .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.StorefrontAccessToken/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the token was created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:StorefrontAccessToken ;
  rdfs:range xsd:dateTime .

# Property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.StorefrontAccessToken/adminGraphqlApiId> a rdf:Property ;
  rdfs:label "admin graphql api id" ;
  rdfs:comment "GraphQL Admin API ID" ;
  schema:alternateName "admin_graphql_api_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adminGraphqlApiId> ;
  rdfs:domain shopify:StorefrontAccessToken ;
  rdfs:range xsd:string .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.StorefrontAccessToken/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  schema:alternateName "updatedAt" ;
  rdfs:domain shopify:StorefrontAccessToken ;
  rdfs:range xsd:dateTime .

# Property: access scopes
<https://relay.inferal.com/ontology/shopify/property/Shopify.StorefrontAccessToken/accessScopes> a rdf:Property ;
  rdfs:label "access scopes" ;
  schema:alternateName "accessScopes" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/accessScopes> ;
  rdfs:domain shopify:StorefrontAccessToken ;
  rdfs:range shopify:AccessScope .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ApplicationCharge/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Application charge ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:ApplicationCharge ;
  rdfs:range xsd:long .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.ApplicationCharge/name> a rdf:Property ;
  rdfs:label "name" ;
  rdfs:comment "Name of the charge" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain shopify:ApplicationCharge ;
  rdfs:range xsd:string .

# Property: price
<https://relay.inferal.com/ontology/shopify/property/Shopify.ApplicationCharge/price> a rdf:Property ;
  rdfs:label "price" ;
  rdfs:comment "Price of the charge (e.g., \"1.00\")" ;
  schema:alternateName "price" ;
  rdfs:subPropertyOf schema:price ;
  rdfs:domain shopify:ApplicationCharge ;
  rdfs:range xsd:string .

# Property: status
<https://relay.inferal.com/ontology/shopify/property/Shopify.ApplicationCharge/status> a rdf:Property ;
  rdfs:label "status" ;
  rdfs:comment "Status of the charge: pending, accepted, active, declined, expired" ;
  schema:alternateName "status" ;
  rdfs:subPropertyOf shopify:chargeStatus ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/status> ;
  rdfs:domain shopify:ApplicationCharge ;
  rdfs:range xsd:string .

# Property: return url
<https://relay.inferal.com/ontology/shopify/property/Shopify.ApplicationCharge/returnUrl> a rdf:Property ;
  rdfs:label "return url" ;
  rdfs:comment "URL to redirect the merchant after accepting or declining the charge" ;
  schema:alternateName "return_url" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/returnUrl> ;
  rdfs:domain shopify:ApplicationCharge ;
  rdfs:range xsd:string .

# Property: test
<https://relay.inferal.com/ontology/shopify/property/Shopify.ApplicationCharge/test> a rdf:Property ;
  rdfs:label "test" ;
  rdfs:comment "Whether this is a test charge" ;
  schema:alternateName "test" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/test> ;
  rdfs:domain shopify:ApplicationCharge ;
  rdfs:range xsd:boolean .

# Property: confirmation url
<https://relay.inferal.com/ontology/shopify/property/Shopify.ApplicationCharge/confirmationUrl> a rdf:Property ;
  rdfs:label "confirmation url" ;
  rdfs:comment "URL for the merchant to accept or decline the charge" ;
  schema:alternateName "confirmation_url" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/confirmationUrl> ;
  rdfs:domain shopify:ApplicationCharge ;
  rdfs:range xsd:string .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.ApplicationCharge/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the charge was created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:ApplicationCharge ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.ApplicationCharge/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the charge was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:ApplicationCharge ;
  rdfs:range xsd:dateTime .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ApplicationCredit/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Application credit ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:ApplicationCredit ;
  rdfs:range xsd:long .

# Property: amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.ApplicationCredit/amount> a rdf:Property ;
  rdfs:label "amount" ;
  rdfs:comment "Amount of the credit (e.g., \"5.00\")" ;
  schema:alternateName "amount" ;
  rdfs:subPropertyOf schema:price ;
  rdfs:domain shopify:ApplicationCredit ;
  rdfs:range xsd:string .

# Property: description
<https://relay.inferal.com/ontology/shopify/property/Shopify.ApplicationCredit/description> a rdf:Property ;
  rdfs:label "description" ;
  rdfs:comment "Description of the credit" ;
  schema:alternateName "description" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/description> ;
  rdfs:subPropertyOf schema:description ;
  rdfs:domain shopify:ApplicationCredit ;
  rdfs:range xsd:string .

# Property: test
<https://relay.inferal.com/ontology/shopify/property/Shopify.ApplicationCredit/test> a rdf:Property ;
  rdfs:label "test" ;
  rdfs:comment "Whether this is a test credit" ;
  schema:alternateName "test" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/test> ;
  rdfs:domain shopify:ApplicationCredit ;
  rdfs:range xsd:boolean .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationCharge/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Recurring application charge ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:RecurringApplicationCharge ;
  rdfs:range xsd:long .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationCharge/name> a rdf:Property ;
  rdfs:label "name" ;
  rdfs:comment "Name of the recurring charge" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain shopify:RecurringApplicationCharge ;
  rdfs:range xsd:string .

# Property: price
<https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationCharge/price> a rdf:Property ;
  rdfs:label "price" ;
  rdfs:comment "Price of the recurring charge (e.g., \"10.00\")" ;
  schema:alternateName "price" ;
  rdfs:subPropertyOf schema:price ;
  rdfs:domain shopify:RecurringApplicationCharge ;
  rdfs:range xsd:string .

# Property: status
<https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationCharge/status> a rdf:Property ;
  rdfs:label "status" ;
  rdfs:comment "Status of the charge: pending, accepted, active, declined, expired, frozen, cancelled" ;
  schema:alternateName "status" ;
  rdfs:subPropertyOf shopify:chargeStatus ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/status> ;
  rdfs:domain shopify:RecurringApplicationCharge ;
  rdfs:range xsd:string .

# Property: return url
<https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationCharge/returnUrl> a rdf:Property ;
  rdfs:label "return url" ;
  rdfs:comment "URL to redirect the merchant after accepting or declining the charge" ;
  schema:alternateName "return_url" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/returnUrl> ;
  rdfs:domain shopify:RecurringApplicationCharge ;
  rdfs:range xsd:string .

# Property: test
<https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationCharge/test> a rdf:Property ;
  rdfs:label "test" ;
  rdfs:comment "Whether this is a test charge" ;
  schema:alternateName "test" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/test> ;
  rdfs:domain shopify:RecurringApplicationCharge ;
  rdfs:range xsd:boolean .

# Property: capped amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationCharge/cappedAmount> a rdf:Property ;
  rdfs:label "capped amount" ;
  rdfs:comment "Capped amount for usage charges associated with this recurring charge" ;
  schema:alternateName "capped_amount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/cappedAmount> ;
  rdfs:domain shopify:RecurringApplicationCharge ;
  rdfs:range xsd:string .

# Property: terms
<https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationCharge/terms> a rdf:Property ;
  rdfs:label "terms" ;
  rdfs:comment "Terms and conditions of the charge" ;
  schema:alternateName "terms" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/terms> ;
  rdfs:domain shopify:RecurringApplicationCharge ;
  rdfs:range xsd:string .

# Property: trial days
<https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationCharge/trialDays> a rdf:Property ;
  rdfs:label "trial days" ;
  rdfs:comment "Number of trial days for the charge" ;
  schema:alternateName "trial_days" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/trialDays> ;
  rdfs:domain shopify:RecurringApplicationCharge ;
  rdfs:range xsd:int .

# Property: activated on
<https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationCharge/activatedOn> a rdf:Property ;
  rdfs:label "activated on" ;
  rdfs:comment "Date the charge was activated" ;
  schema:alternateName "activated_on" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/activatedOn> ;
  rdfs:domain shopify:RecurringApplicationCharge ;
  rdfs:range xsd:dateTime .

# Property: billing on
<https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationCharge/billingOn> a rdf:Property ;
  rdfs:label "billing on" ;
  rdfs:comment "Date the merchant is next billed" ;
  schema:alternateName "billing_on" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/billingOn> ;
  rdfs:domain shopify:RecurringApplicationCharge ;
  rdfs:range xsd:dateTime .

# Property: cancelled on
<https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationCharge/cancelledOn> a rdf:Property ;
  rdfs:label "cancelled on" ;
  rdfs:comment "Date the charge was cancelled" ;
  schema:alternateName "cancelled_on" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/cancelledOn> ;
  rdfs:domain shopify:RecurringApplicationCharge ;
  rdfs:range xsd:dateTime .

# Property: confirmation url
<https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationCharge/confirmationUrl> a rdf:Property ;
  rdfs:label "confirmation url" ;
  rdfs:comment "URL for the merchant to accept or decline the charge" ;
  schema:alternateName "confirmation_url" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/confirmationUrl> ;
  rdfs:domain shopify:RecurringApplicationCharge ;
  rdfs:range xsd:string .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationCharge/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the charge was created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:RecurringApplicationCharge ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationCharge/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the charge was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:RecurringApplicationCharge ;
  rdfs:range xsd:dateTime .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.UsageCharge/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Usage charge ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:UsageCharge ;
  rdfs:range xsd:long .

# Property: description
<https://relay.inferal.com/ontology/shopify/property/Shopify.UsageCharge/description> a rdf:Property ;
  rdfs:label "description" ;
  rdfs:comment "Description of the usage charge" ;
  schema:alternateName "description" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/description> ;
  rdfs:subPropertyOf schema:description ;
  rdfs:domain shopify:UsageCharge ;
  rdfs:range xsd:string .

# Property: price
<https://relay.inferal.com/ontology/shopify/property/Shopify.UsageCharge/price> a rdf:Property ;
  rdfs:label "price" ;
  rdfs:comment "Price of the usage charge (e.g., \"1.00\")" ;
  schema:alternateName "price" ;
  rdfs:subPropertyOf schema:price ;
  rdfs:domain shopify:UsageCharge ;
  rdfs:range xsd:string .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.UsageCharge/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the usage charge was created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:UsageCharge ;
  rdfs:range xsd:dateTime .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Marketing event ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:MarketingEvent ;
  rdfs:range xsd:long .

# Property: event type
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/eventType> a rdf:Property ;
  rdfs:label "event type" ;
  rdfs:comment "The type of marketing event (e.g., ad, post, message)" ;
  schema:alternateName "event_type" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/eventType> ;
  rdfs:domain shopify:MarketingEvent ;
  rdfs:range xsd:string .

# Property: remote id
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/remoteId> a rdf:Property ;
  rdfs:label "remote id" ;
  rdfs:comment "Remote identifier for the marketing event on the external platform" ;
  schema:alternateName "remote_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/remoteId> ;
  rdfs:domain shopify:MarketingEvent ;
  rdfs:range xsd:string .

# Property: started at
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/startedAt> a rdf:Property ;
  rdfs:label "started at" ;
  rdfs:comment "Date and time when the marketing event started" ;
  schema:alternateName "started_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/startedAt> ;
  rdfs:subPropertyOf schema:startDate ;
  rdfs:domain shopify:MarketingEvent ;
  rdfs:range xsd:dateTime .

# Property: ended at
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/endedAt> a rdf:Property ;
  rdfs:label "ended at" ;
  rdfs:comment "Date and time when the marketing event ended" ;
  schema:alternateName "ended_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/endedAt> ;
  rdfs:subPropertyOf schema:endDate ;
  rdfs:domain shopify:MarketingEvent ;
  rdfs:range xsd:dateTime .

# Property: scheduled to end at
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/scheduledToEndAt> a rdf:Property ;
  rdfs:label "scheduled to end at" ;
  rdfs:comment "Date and time when the marketing event is scheduled to end" ;
  schema:alternateName "scheduled_to_end_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/scheduledToEndAt> ;
  rdfs:domain shopify:MarketingEvent ;
  rdfs:range xsd:dateTime .

# Property: budget
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/budget> a rdf:Property ;
  rdfs:label "budget" ;
  rdfs:comment "Budget for the marketing event" ;
  schema:alternateName "budget" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/budget> ;
  rdfs:domain shopify:MarketingEvent ;
  rdfs:range xsd:string .

# Property: budget type
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/budgetType> a rdf:Property ;
  rdfs:label "budget type" ;
  rdfs:comment "Budget type (e.g., daily, lifetime)" ;
  schema:alternateName "budget_type" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/budgetType> ;
  rdfs:domain shopify:MarketingEvent ;
  rdfs:range xsd:string .

# Property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/currency> a rdf:Property ;
  rdfs:label "currency" ;
  rdfs:comment "Currency code for the budget (ISO 4217)" ;
  schema:alternateName "currency" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currency> ;
  rdfs:subPropertyOf schema:priceCurrency ;
  rdfs:domain shopify:MarketingEvent ;
  rdfs:range xsd:string .

# Property: manage url
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/manageUrl> a rdf:Property ;
  rdfs:label "manage url" ;
  rdfs:comment "URL to manage the marketing event on the external platform" ;
  schema:alternateName "manage_url" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/manageUrl> ;
  rdfs:subPropertyOf schema:url ;
  rdfs:domain shopify:MarketingEvent ;
  rdfs:range xsd:anyURI .

# Property: preview url
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/previewUrl> a rdf:Property ;
  rdfs:label "preview url" ;
  rdfs:comment "URL to preview the marketing event" ;
  schema:alternateName "preview_url" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/previewUrl> ;
  rdfs:domain shopify:MarketingEvent ;
  rdfs:range xsd:anyURI .

# Property: utm campaign
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/utmCampaign> a rdf:Property ;
  rdfs:label "utm campaign" ;
  rdfs:comment "UTM campaign parameter for tracking" ;
  schema:alternateName "utm_campaign" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/utmCampaign> ;
  rdfs:domain shopify:MarketingEvent ;
  rdfs:range xsd:string .

# Property: utm source
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/utmSource> a rdf:Property ;
  rdfs:label "utm source" ;
  rdfs:comment "UTM source parameter for tracking" ;
  schema:alternateName "utm_source" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/utmSource> ;
  rdfs:domain shopify:MarketingEvent ;
  rdfs:range xsd:string .

# Property: utm medium
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/utmMedium> a rdf:Property ;
  rdfs:label "utm medium" ;
  rdfs:comment "UTM medium parameter for tracking" ;
  schema:alternateName "utm_medium" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/utmMedium> ;
  rdfs:domain shopify:MarketingEvent ;
  rdfs:range xsd:string .

# Property: description
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/description> a rdf:Property ;
  rdfs:label "description" ;
  rdfs:comment "Description of the marketing event" ;
  schema:alternateName "description" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/description> ;
  rdfs:subPropertyOf schema:description ;
  rdfs:domain shopify:MarketingEvent ;
  rdfs:range xsd:string .

# Property: marketed resources
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/marketedResources> a rdf:Property ;
  rdfs:label "marketed resources" ;
  rdfs:comment "List of resources marketed by this event" ;
  schema:alternateName "marketed_resources" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/marketedResources> ;
  rdfs:domain shopify:MarketingEvent ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.MarketingEvent/marketedResources/Container> .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the marketing event was created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:MarketingEvent ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the marketing event was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:MarketingEvent ;
  rdfs:range xsd:dateTime .

# Property: channel handle
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/channelHandle> a rdf:Property ;
  rdfs:label "channel handle" ;
  schema:alternateName "channelHandle" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/channelHandle> ;
  rdfs:domain shopify:MarketingEvent ;
  rdfs:range xsd:string .

# Property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/legacyResourceId> a rdf:Property ;
  rdfs:label "legacy resource id" ;
  schema:alternateName "legacyResourceId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/legacyResourceId> ;
  rdfs:domain shopify:MarketingEvent ;
  rdfs:range xsd:string .

# Property: source and medium
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/sourceAndMedium> a rdf:Property ;
  rdfs:label "source and medium" ;
  schema:alternateName "sourceAndMedium" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/sourceAndMedium> ;
  rdfs:domain shopify:MarketingEvent ;
  rdfs:range xsd:string .

# Property: target type display text
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/targetTypeDisplayText> a rdf:Property ;
  rdfs:label "target type display text" ;
  schema:alternateName "targetTypeDisplayText" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/targetTypeDisplayText> ;
  rdfs:domain shopify:MarketingEvent ;
  rdfs:range xsd:string .

# Property: app
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/app> a rdf:Property ;
  rdfs:label "app" ;
  schema:alternateName "app" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/app> ;
  rdfs:domain shopify:MarketingEvent ;
  rdfs:range xsd:string .

# Property: channel
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/channel> a rdf:Property ;
  rdfs:label "channel" ;
  schema:alternateName "channel" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/channel> ;
  rdfs:domain shopify:MarketingEvent ;
  rdfs:range xsd:string .

# Property: marketing channel type
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/marketingChannelType> a rdf:Property ;
  rdfs:label "marketing channel type" ;
  schema:alternateName "marketingChannelType" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/marketingChannelType> ;
  rdfs:domain shopify:MarketingEvent ;
  rdfs:range xsd:string .

# Property: type
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/type> a rdf:Property ;
  rdfs:label "type" ;
  schema:alternateName "type" ;
  rdfs:domain shopify:MarketingEvent ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Abandoned checkout ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:AbandonedCheckout ;
  rdfs:range xsd:long .

# Property: token
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/token> a rdf:Property ;
  rdfs:label "token" ;
  rdfs:comment "Unique token for the checkout" ;
  schema:alternateName "token" ;
  rdfs:subPropertyOf shopify:checkoutToken ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/token> ;
  rdfs:domain shopify:AbandonedCheckout ;
  rdfs:range xsd:string .

# Property: cart token
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/cartToken> a rdf:Property ;
  rdfs:label "cart token" ;
  rdfs:comment "Token for the cart associated with the checkout" ;
  schema:alternateName "cart_token" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/cartToken> ;
  rdfs:domain shopify:AbandonedCheckout ;
  rdfs:range xsd:string .

# Property: email
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/email> a rdf:Property ;
  rdfs:label "email" ;
  rdfs:comment "Customer email address" ;
  schema:alternateName "email" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/email> ;
  rdfs:subPropertyOf schema:email ;
  rdfs:domain shopify:AbandonedCheckout ;
  rdfs:range xsd:string .

# Property: buyer accepts marketing
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/buyerAcceptsMarketing> a rdf:Property ;
  rdfs:label "buyer accepts marketing" ;
  rdfs:comment "Whether the buyer has opted in to marketing" ;
  schema:alternateName "buyer_accepts_marketing" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/buyerAcceptsMarketing> ;
  rdfs:domain shopify:AbandonedCheckout ;
  rdfs:range xsd:boolean .

# Property: total price
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/totalPrice> a rdf:Property ;
  rdfs:label "total price" ;
  rdfs:comment "Total price of the checkout" ;
  schema:alternateName "total_price" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalPrice> ;
  rdfs:subPropertyOf schema:totalPrice ;
  rdfs:domain shopify:AbandonedCheckout ;
  rdfs:range xsd:string .

# Property: subtotal price
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/subtotalPrice> a rdf:Property ;
  rdfs:label "subtotal price" ;
  rdfs:comment "Subtotal price of the checkout before shipping and taxes" ;
  schema:alternateName "subtotal_price" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/subtotalPrice> ;
  rdfs:domain shopify:AbandonedCheckout ;
  rdfs:range xsd:string .

# Property: total tax
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/totalTax> a rdf:Property ;
  rdfs:label "total tax" ;
  rdfs:comment "Total tax amount for the checkout" ;
  schema:alternateName "total_tax" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalTax> ;
  rdfs:domain shopify:AbandonedCheckout ;
  rdfs:range xsd:string .

# Property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/currency> a rdf:Property ;
  rdfs:label "currency" ;
  rdfs:comment "Currency code for the checkout (ISO 4217)" ;
  schema:alternateName "currency" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currency> ;
  rdfs:subPropertyOf schema:priceCurrency ;
  rdfs:domain shopify:AbandonedCheckout ;
  rdfs:range xsd:string .

# Property: customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/customer> a rdf:Property ;
  rdfs:label "customer" ;
  rdfs:comment "Customer associated with the checkout" ;
  schema:alternateName "customer" ;
  rdfs:domain shopify:AbandonedCheckout ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/customer/Container> .

# Property: line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/lineItems> a rdf:Property ;
  rdfs:label "line items" ;
  rdfs:comment "Line items in the checkout" ;
  schema:alternateName "line_items" ;
  rdfs:domain shopify:AbandonedCheckout ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/lineItems/Container> .

# Property: shipping address
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/shippingAddress> a rdf:Property ;
  rdfs:label "shipping address" ;
  rdfs:comment "Shipping address for the checkout" ;
  schema:alternateName "shipping_address" ;
  rdfs:domain shopify:AbandonedCheckout ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/shippingAddress/Container> .

# Property: billing address
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/billingAddress> a rdf:Property ;
  rdfs:label "billing address" ;
  rdfs:comment "Billing address for the checkout" ;
  schema:alternateName "billing_address" ;
  rdfs:domain shopify:AbandonedCheckout ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/billingAddress/Container> .

# Property: discount codes
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/discountCodes> a rdf:Property ;
  rdfs:label "discount codes" ;
  rdfs:comment "Discount codes applied to the checkout" ;
  schema:alternateName "discount_codes" ;
  rdfs:domain shopify:AbandonedCheckout ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/discountCodes/Container> .

# Property: completed at
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/completedAt> a rdf:Property ;
  rdfs:label "completed at" ;
  rdfs:comment "Date and time when the checkout was completed" ;
  schema:alternateName "completed_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/completedAt> ;
  rdfs:domain shopify:AbandonedCheckout ;
  rdfs:range xsd:dateTime .

# Property: abandoned checkout url
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/abandonedCheckoutUrl> a rdf:Property ;
  rdfs:label "abandoned checkout url" ;
  rdfs:comment "URL to recover the abandoned checkout" ;
  schema:alternateName "abandoned_checkout_url" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/abandonedCheckoutUrl> ;
  rdfs:subPropertyOf schema:url ;
  rdfs:domain shopify:AbandonedCheckout ;
  rdfs:range xsd:anyURI .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the checkout was created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:AbandonedCheckout ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the checkout was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:AbandonedCheckout ;
  rdfs:range xsd:dateTime .

# Property: closed at
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/closedAt> a rdf:Property ;
  rdfs:label "closed at" ;
  rdfs:comment "Date and time when the checkout was closed" ;
  schema:alternateName "closed_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/closedAt> ;
  rdfs:domain shopify:AbandonedCheckout ;
  rdfs:range xsd:dateTime .

# Property: default cursor
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/defaultCursor> a rdf:Property ;
  rdfs:label "default cursor" ;
  schema:alternateName "defaultCursor" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/defaultCursor> ;
  rdfs:domain shopify:AbandonedCheckout ;
  rdfs:range xsd:string .

# Property: line items quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/lineItemsQuantity> a rdf:Property ;
  rdfs:label "line items quantity" ;
  schema:alternateName "lineItemsQuantity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/lineItemsQuantity> ;
  rdfs:domain shopify:AbandonedCheckout ;
  rdfs:range xsd:int .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/name> a rdf:Property ;
  rdfs:label "name" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:domain shopify:AbandonedCheckout ;
  rdfs:range xsd:string .

# Property: note
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/note> a rdf:Property ;
  rdfs:label "note" ;
  schema:alternateName "note" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/note> ;
  rdfs:domain shopify:AbandonedCheckout ;
  rdfs:range xsd:string .

# Property: taxes included
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/taxesIncluded> a rdf:Property ;
  rdfs:label "taxes included" ;
  schema:alternateName "taxesIncluded" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxesIncluded> ;
  rdfs:domain shopify:AbandonedCheckout ;
  rdfs:range xsd:boolean .

# Property: custom attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/customAttributes> a rdf:Property ;
  rdfs:label "custom attributes" ;
  schema:alternateName "customAttributes" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customAttributes> ;
  rdfs:domain shopify:AbandonedCheckout ;
  rdfs:range shopify:Attribute .

# Property: subtotal price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/subtotalPriceSet> a rdf:Property ;
  rdfs:label "subtotal price set" ;
  schema:alternateName "subtotalPriceSet" ;
  rdfs:domain shopify:AbandonedCheckout ;
  rdfs:range xsd:string .

# Property: tax lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/taxLines> a rdf:Property ;
  rdfs:label "tax lines" ;
  schema:alternateName "taxLines" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxLines> ;
  rdfs:domain shopify:AbandonedCheckout ;
  rdfs:range shopify:TaxLine .

# Property: total discount set
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/totalDiscountSet> a rdf:Property ;
  rdfs:label "total discount set" ;
  schema:alternateName "totalDiscountSet" ;
  rdfs:domain shopify:AbandonedCheckout ;
  rdfs:range xsd:string .

# Property: total duties set
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/totalDutiesSet> a rdf:Property ;
  rdfs:label "total duties set" ;
  schema:alternateName "totalDutiesSet" ;
  rdfs:domain shopify:AbandonedCheckout ;
  rdfs:range xsd:string .

# Property: total line items price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/totalLineItemsPriceSet> a rdf:Property ;
  rdfs:label "total line items price set" ;
  schema:alternateName "totalLineItemsPriceSet" ;
  rdfs:domain shopify:AbandonedCheckout ;
  rdfs:range xsd:string .

# Property: total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/totalPriceSet> a rdf:Property ;
  rdfs:label "total price set" ;
  schema:alternateName "totalPriceSet" ;
  rdfs:domain shopify:AbandonedCheckout ;
  rdfs:range xsd:string .

# Property: total tax set
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/totalTaxSet> a rdf:Property ;
  rdfs:label "total tax set" ;
  schema:alternateName "totalTaxSet" ;
  rdfs:domain shopify:AbandonedCheckout ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Comment/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Comment ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:Comment ;
  rdfs:range xsd:long .

# Property: body
<https://relay.inferal.com/ontology/shopify/property/Shopify.Comment/body> a rdf:Property ;
  rdfs:label "body" ;
  rdfs:comment "The text content of the comment" ;
  schema:alternateName "body" ;
  rdfs:subPropertyOf schema:text ;
  rdfs:domain shopify:Comment ;
  rdfs:range xsd:string .

# Property: body html
<https://relay.inferal.com/ontology/shopify/property/Shopify.Comment/bodyHtml> a rdf:Property ;
  rdfs:label "body html" ;
  rdfs:comment "The HTML-rendered body of the comment" ;
  schema:alternateName "body_html" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/bodyHtml> ;
  rdfs:domain shopify:Comment ;
  rdfs:range xsd:string .

# Property: author
<https://relay.inferal.com/ontology/shopify/property/Shopify.Comment/author> a rdf:Property ;
  rdfs:label "author" ;
  rdfs:comment "The name of the comment author" ;
  schema:alternateName "author" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/author> ;
  rdfs:domain shopify:Comment ;
  rdfs:range xsd:string .

# Property: email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Comment/email> a rdf:Property ;
  rdfs:label "email" ;
  rdfs:comment "The email address of the comment author" ;
  schema:alternateName "email" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/email> ;
  rdfs:subPropertyOf schema:email ;
  rdfs:domain shopify:Comment ;
  rdfs:range xsd:string .

# Property: article
<https://relay.inferal.com/ontology/shopify/property/Shopify.Comment/article> a rdf:Property ;
  rdfs:label "article" ;
  rdfs:comment "ID of the article the comment belongs to" ;
  schema:alternateName "article_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/article> ;
  rdfs:domain shopify:Comment ;
  rdfs:range shopify:Article .

# Property: blog
<https://relay.inferal.com/ontology/shopify/property/Shopify.Comment/blog> a rdf:Property ;
  rdfs:label "blog" ;
  rdfs:comment "ID of the blog the comment belongs to" ;
  schema:alternateName "blog_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/blog> ;
  rdfs:domain shopify:Comment ;
  rdfs:range shopify:Blog .

# Property: status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Comment/status> a rdf:Property ;
  rdfs:label "status" ;
  rdfs:comment "Status of the comment: pending, published, unapproved, spam, removed" ;
  schema:alternateName "status" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/status> ;
  rdfs:domain shopify:Comment ;
  rdfs:range xsd:string .

# Property: ip
<https://relay.inferal.com/ontology/shopify/property/Shopify.Comment/ip> a rdf:Property ;
  rdfs:label "ip" ;
  rdfs:comment "The IP address of the comment poster" ;
  schema:alternateName "ip" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/ip> ;
  rdfs:domain shopify:Comment ;
  rdfs:range xsd:string .

# Property: user agent
<https://relay.inferal.com/ontology/shopify/property/Shopify.Comment/userAgent> a rdf:Property ;
  rdfs:label "user agent" ;
  rdfs:comment "The user agent string of the comment poster" ;
  schema:alternateName "user_agent" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/userAgent> ;
  rdfs:domain shopify:Comment ;
  rdfs:range xsd:string .

# Property: published at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Comment/publishedAt> a rdf:Property ;
  rdfs:label "published at" ;
  rdfs:comment "Date and time when the comment was published" ;
  schema:alternateName "published_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/publishedAt> ;
  rdfs:subPropertyOf schema:datePublished ;
  rdfs:domain shopify:Comment ;
  rdfs:range xsd:dateTime .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Comment/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the comment was created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:Comment ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Comment/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the comment was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:Comment ;
  rdfs:range xsd:dateTime .

# Property: is published
<https://relay.inferal.com/ontology/shopify/property/Shopify.Comment/isPublished> a rdf:Property ;
  rdfs:label "is published" ;
  schema:alternateName "isPublished" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/isPublished> ;
  rdfs:domain shopify:Comment ;
  rdfs:range xsd:boolean .

# Property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.Comment/events> a rdf:Property ;
  rdfs:label "events" ;
  schema:alternateName "events" ;
  rdfs:domain shopify:Comment ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Report/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Report ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:Report ;
  rdfs:range xsd:long .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Report/name> a rdf:Property ;
  rdfs:label "name" ;
  rdfs:comment "The name of the report" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain shopify:Report ;
  rdfs:range xsd:string .

# Property: shopify ql
<https://relay.inferal.com/ontology/shopify/property/Shopify.Report/shopifyQl> a rdf:Property ;
  rdfs:label "shopify ql" ;
  rdfs:comment "The ShopifyQL query for the report" ;
  schema:alternateName "shopify_ql" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/shopifyQl> ;
  rdfs:domain shopify:Report ;
  rdfs:range xsd:string .

# Property: category
<https://relay.inferal.com/ontology/shopify/property/Shopify.Report/category> a rdf:Property ;
  rdfs:label "category" ;
  rdfs:comment "The category of the report" ;
  schema:alternateName "category" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/category> ;
  rdfs:domain shopify:Report ;
  rdfs:range xsd:string .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Report/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the report was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:Report ;
  rdfs:range xsd:dateTime .

# Property: resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ResourceFeedback/resourceId> a rdf:Property ;
  rdfs:label "resource id" ;
  rdfs:comment "ID of the resource that the feedback is for" ;
  schema:alternateName "resource_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/resourceId> ;
  rdfs:domain shopify:ResourceFeedback ;
  rdfs:range xsd:long .

# Property: resource type
<https://relay.inferal.com/ontology/shopify/property/Shopify.ResourceFeedback/resourceType> a rdf:Property ;
  rdfs:label "resource type" ;
  rdfs:comment "Type of the resource that the feedback is for" ;
  schema:alternateName "resource_type" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/resourceType> ;
  rdfs:domain shopify:ResourceFeedback ;
  rdfs:range xsd:string .

# Property: state
<https://relay.inferal.com/ontology/shopify/property/Shopify.ResourceFeedback/state> a rdf:Property ;
  rdfs:label "state" ;
  rdfs:comment "The state of the feedback: requires_action or success" ;
  schema:alternateName "state" ;
  rdfs:subPropertyOf shopify:feedbackState ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/state> ;
  rdfs:domain shopify:ResourceFeedback ;
  rdfs:range xsd:string .

# Property: messages
<https://relay.inferal.com/ontology/shopify/property/Shopify.ResourceFeedback/messages> a rdf:Property ;
  rdfs:label "messages" ;
  rdfs:comment "Messages associated with the feedback (required when state is requires_action)" ;
  schema:alternateName "messages" ;
  rdfs:domain shopify:ResourceFeedback ;
  rdfs:range xsd:string .

# Property: feedback generated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.ResourceFeedback/feedbackGeneratedAt> a rdf:Property ;
  rdfs:label "feedback generated at" ;
  rdfs:comment "Date and time when the feedback was generated (ISO 8601)" ;
  schema:alternateName "feedback_generated_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/feedbackGeneratedAt> ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:ResourceFeedback ;
  rdfs:range xsd:dateTime .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.ResourceFeedback/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the feedback was created" ;
  schema:alternateName "created_at" ;
  rdfs:domain shopify:ResourceFeedback ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.ResourceFeedback/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the feedback was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:ResourceFeedback ;
  rdfs:range xsd:dateTime .

# Property: summary
<https://relay.inferal.com/ontology/shopify/property/Shopify.ResourceFeedback/summary> a rdf:Property ;
  rdfs:label "summary" ;
  schema:alternateName "summary" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/summary> ;
  rdfs:domain shopify:ResourceFeedback ;
  rdfs:range xsd:string .

# Property: app feedback
<https://relay.inferal.com/ontology/shopify/property/Shopify.ResourceFeedback/appFeedback> a rdf:Property ;
  rdfs:label "app feedback" ;
  schema:alternateName "appFeedback" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/appFeedback> ;
  rdfs:domain shopify:ResourceFeedback ;
  rdfs:range shopify:AppFeedback .

# Property: details
<https://relay.inferal.com/ontology/shopify/property/Shopify.ResourceFeedback/details> a rdf:Property ;
  rdfs:label "details" ;
  schema:alternateName "details" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/details> ;
  rdfs:domain shopify:ResourceFeedback ;
  rdfs:range shopify:AppFeedback .

# Property: app
<https://relay.inferal.com/ontology/shopify/property/Shopify.AppFeedback/app> a rdf:Property ;
  rdfs:label "app" ;
  schema:alternateName "app" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/app> ;
  rdfs:domain shopify:AppFeedback ;
  rdfs:range xsd:string .

# Property: feedback generated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.AppFeedback/feedbackGeneratedAt> a rdf:Property ;
  rdfs:label "feedback generated at" ;
  schema:alternateName "feedbackGeneratedAt" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/feedbackGeneratedAt> ;
  rdfs:domain shopify:AppFeedback ;
  rdfs:range xsd:dateTime .

# Property: link
<https://relay.inferal.com/ontology/shopify/property/Shopify.AppFeedback/link> a rdf:Property ;
  rdfs:label "link" ;
  schema:alternateName "link" ;
  rdfs:domain shopify:AppFeedback ;
  rdfs:range xsd:string .

# Property: messages
<https://relay.inferal.com/ontology/shopify/property/Shopify.AppFeedback/messages> a rdf:Property ;
  rdfs:label "messages" ;
  schema:alternateName "messages" ;
  rdfs:domain shopify:AppFeedback ;
  rdfs:range shopify:UserError .

# Property: state
<https://relay.inferal.com/ontology/shopify/property/Shopify.AppFeedback/state> a rdf:Property ;
  rdfs:label "state" ;
  schema:alternateName "state" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/state> ;
  rdfs:domain shopify:AppFeedback ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.TenderTransaction/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Tender transaction ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:TenderTransaction ;
  rdfs:range xsd:long .

# Property: order
<https://relay.inferal.com/ontology/shopify/property/Shopify.TenderTransaction/order> a rdf:Property ;
  rdfs:label "order" ;
  rdfs:comment "ID of the order associated with the tender transaction" ;
  schema:alternateName "order_id" ;
  rdfs:domain shopify:TenderTransaction ;
  rdfs:range shopify:Order .

# Property: amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.TenderTransaction/amount> a rdf:Property ;
  rdfs:label "amount" ;
  rdfs:comment "Amount of the tender transaction" ;
  schema:alternateName "amount" ;
  rdfs:subPropertyOf schema:price ;
  rdfs:domain shopify:TenderTransaction ;
  rdfs:range xsd:string .

# Property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.TenderTransaction/currency> a rdf:Property ;
  rdfs:label "currency" ;
  rdfs:comment "Currency of the tender transaction (ISO 4217)" ;
  schema:alternateName "currency" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currency> ;
  rdfs:subPropertyOf schema:priceCurrency ;
  rdfs:domain shopify:TenderTransaction ;
  rdfs:range xsd:string .

# Property: test
<https://relay.inferal.com/ontology/shopify/property/Shopify.TenderTransaction/test> a rdf:Property ;
  rdfs:label "test" ;
  rdfs:comment "Whether this is a test transaction" ;
  schema:alternateName "test" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/test> ;
  rdfs:domain shopify:TenderTransaction ;
  rdfs:range xsd:boolean .

# Property: user
<https://relay.inferal.com/ontology/shopify/property/Shopify.TenderTransaction/user> a rdf:Property ;
  rdfs:label "user" ;
  rdfs:comment "ID of the user who processed the transaction" ;
  schema:alternateName "user_id" ;
  rdfs:domain shopify:TenderTransaction ;
  rdfs:range shopify:User .

# Property: payment method
<https://relay.inferal.com/ontology/shopify/property/Shopify.TenderTransaction/paymentMethod> a rdf:Property ;
  rdfs:label "payment method" ;
  rdfs:comment "Payment method used for the transaction" ;
  schema:alternateName "payment_method" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/paymentMethod> ;
  rdfs:subPropertyOf schema:paymentMethod ;
  rdfs:domain shopify:TenderTransaction ;
  rdfs:range xsd:string .

# Property: remote reference
<https://relay.inferal.com/ontology/shopify/property/Shopify.TenderTransaction/remoteReference> a rdf:Property ;
  rdfs:label "remote reference" ;
  rdfs:comment "Remote reference for the transaction from the payment provider" ;
  schema:alternateName "remote_reference" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/remoteReference> ;
  rdfs:domain shopify:TenderTransaction ;
  rdfs:range xsd:string .

# Property: payment details
<https://relay.inferal.com/ontology/shopify/property/Shopify.TenderTransaction/paymentDetails> a rdf:Property ;
  rdfs:label "payment details" ;
  rdfs:comment "Details about the payment method" ;
  schema:alternateName "payment_details" ;
  rdfs:domain shopify:TenderTransaction ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.TenderTransaction/paymentDetails/Container> .

# Property: processed at
<https://relay.inferal.com/ontology/shopify/property/Shopify.TenderTransaction/processedAt> a rdf:Property ;
  rdfs:label "processed at" ;
  rdfs:comment "Date and time when the transaction was processed" ;
  schema:alternateName "processed_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/processedAt> ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:TenderTransaction ;
  rdfs:range xsd:dateTime .

# Property: transaction details
<https://relay.inferal.com/ontology/shopify/property/Shopify.TenderTransaction/transactionDetails> a rdf:Property ;
  rdfs:label "transaction details" ;
  schema:alternateName "transactionDetails" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/transactionDetails> ;
  rdfs:domain shopify:TenderTransaction ;
  rdfs:range xsd:string .

# Property: product
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductResponse/product> a rdf:Property ;
  rdfs:label "product" ;
  rdfs:comment "Product" ;
  schema:alternateName "product" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/product> ;
  rdfs:domain shopify:ProductResponse ;
  rdfs:range shopify:Product .

# Property: products
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductsResponse/products> a rdf:Property ;
  rdfs:label "products" ;
  rdfs:comment "List of products" ;
  schema:alternateName "products" ;
  rdfs:domain shopify:ProductsResponse ;
  rdfs:range shopify:Product .

# Property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductCountResponse/count> a rdf:Property ;
  rdfs:label "count" ;
  rdfs:comment "Product count" ;
  schema:alternateName "count" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/count> ;
  rdfs:domain shopify:ProductCountResponse ;
  rdfs:range xsd:long .

# Property: variant
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariantResponse/variant> a rdf:Property ;
  rdfs:label "variant" ;
  rdfs:comment "Product variant" ;
  schema:alternateName "variant" ;
  rdfs:domain shopify:ProductVariantResponse ;
  rdfs:range shopify:ProductVariant .

# Property: variants
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariantsResponse/variants> a rdf:Property ;
  rdfs:label "variants" ;
  rdfs:comment "List of product variants" ;
  schema:alternateName "variants" ;
  rdfs:domain shopify:ProductVariantsResponse ;
  rdfs:range shopify:ProductVariant .

# Property: image
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductImageResponse/image> a rdf:Property ;
  rdfs:label "image" ;
  rdfs:comment "Product image" ;
  schema:alternateName "image" ;
  rdfs:domain shopify:ProductImageResponse ;
  rdfs:range shopify:ProductImage .

# Property: images
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductImagesResponse/images> a rdf:Property ;
  rdfs:label "images" ;
  rdfs:comment "List of product images" ;
  schema:alternateName "images" ;
  rdfs:domain shopify:ProductImagesResponse ;
  rdfs:range shopify:ProductImage .

# Property: order
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderResponse/order> a rdf:Property ;
  rdfs:label "order" ;
  rdfs:comment "Order" ;
  schema:alternateName "order" ;
  rdfs:domain shopify:OrderResponse ;
  rdfs:range shopify:Order .

# Property: orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrdersResponse/orders> a rdf:Property ;
  rdfs:label "orders" ;
  rdfs:comment "List of orders" ;
  schema:alternateName "orders" ;
  rdfs:domain shopify:OrdersResponse ;
  rdfs:range shopify:Order .

# Property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderCountResponse/count> a rdf:Property ;
  rdfs:label "count" ;
  rdfs:comment "Order count" ;
  schema:alternateName "count" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/count> ;
  rdfs:domain shopify:OrderCountResponse ;
  rdfs:range xsd:long .

# Property: transaction
<https://relay.inferal.com/ontology/shopify/property/Shopify.TransactionResponse/transaction> a rdf:Property ;
  rdfs:label "transaction" ;
  rdfs:comment "Transaction" ;
  schema:alternateName "transaction" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/transaction> ;
  rdfs:domain shopify:TransactionResponse ;
  rdfs:range shopify:OrderTransaction .

# Property: transactions
<https://relay.inferal.com/ontology/shopify/property/Shopify.TransactionsResponse/transactions> a rdf:Property ;
  rdfs:label "transactions" ;
  rdfs:comment "List of transactions" ;
  schema:alternateName "transactions" ;
  rdfs:domain shopify:TransactionsResponse ;
  rdfs:range shopify:OrderTransaction .

# Property: refund
<https://relay.inferal.com/ontology/shopify/property/Shopify.RefundResponse/refund> a rdf:Property ;
  rdfs:label "refund" ;
  rdfs:comment "Refund" ;
  schema:alternateName "refund" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/refund> ;
  rdfs:domain shopify:RefundResponse ;
  rdfs:range shopify:Refund .

# Property: refunds
<https://relay.inferal.com/ontology/shopify/property/Shopify.RefundsResponse/refunds> a rdf:Property ;
  rdfs:label "refunds" ;
  rdfs:comment "List of refunds" ;
  schema:alternateName "refunds" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/refunds> ;
  rdfs:domain shopify:RefundsResponse ;
  rdfs:range shopify:Refund .

# Property: risk
<https://relay.inferal.com/ontology/shopify/property/Shopify.RiskResponse/risk> a rdf:Property ;
  rdfs:label "risk" ;
  rdfs:comment "Order risk" ;
  schema:alternateName "risk" ;
  rdfs:domain shopify:RiskResponse ;
  rdfs:range shopify:OrderRisk .

# Property: risks
<https://relay.inferal.com/ontology/shopify/property/Shopify.RisksResponse/risks> a rdf:Property ;
  rdfs:label "risks" ;
  rdfs:comment "List of order risks" ;
  schema:alternateName "risks" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/risks> ;
  rdfs:domain shopify:RisksResponse ;
  rdfs:range shopify:OrderRisk .

# Property: customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerResponse/customer> a rdf:Property ;
  rdfs:label "customer" ;
  rdfs:comment "Customer" ;
  schema:alternateName "customer" ;
  rdfs:domain shopify:CustomerResponse ;
  rdfs:range shopify:Customer .

# Property: customers
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomersResponse/customers> a rdf:Property ;
  rdfs:label "customers" ;
  rdfs:comment "List of customers" ;
  schema:alternateName "customers" ;
  rdfs:domain shopify:CustomersResponse ;
  rdfs:range shopify:Customer .

# Property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerCountResponse/count> a rdf:Property ;
  rdfs:label "count" ;
  rdfs:comment "Customer count" ;
  schema:alternateName "count" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/count> ;
  rdfs:domain shopify:CustomerCountResponse ;
  rdfs:range xsd:long .

# Property: customer address
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddressResponse/customerAddress> a rdf:Property ;
  rdfs:label "customer address" ;
  rdfs:comment "Customer address" ;
  schema:alternateName "customer_address" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customerAddress> ;
  rdfs:domain shopify:CustomerAddressResponse ;
  rdfs:range shopify:CustomerAddress .

# Property: addresses
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddressesResponse/addresses> a rdf:Property ;
  rdfs:label "addresses" ;
  rdfs:comment "List of addresses" ;
  schema:alternateName "addresses" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/addresses> ;
  rdfs:domain shopify:CustomerAddressesResponse ;
  rdfs:range shopify:CustomerAddress .

# Property: custom collection
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomCollectionResponse/customCollection> a rdf:Property ;
  rdfs:label "custom collection" ;
  rdfs:comment "Custom collection" ;
  schema:alternateName "custom_collection" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customCollection> ;
  rdfs:domain shopify:CustomCollectionResponse ;
  rdfs:range shopify:CustomCollection .

# Property: custom collections
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomCollectionsResponse/customCollections> a rdf:Property ;
  rdfs:label "custom collections" ;
  rdfs:comment "List of custom collections" ;
  schema:alternateName "custom_collections" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customCollections> ;
  rdfs:domain shopify:CustomCollectionsResponse ;
  rdfs:range shopify:CustomCollection .

# Property: smart collection
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollectionResponse/smartCollection> a rdf:Property ;
  rdfs:label "smart collection" ;
  rdfs:comment "Smart collection" ;
  schema:alternateName "smart_collection" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/smartCollection> ;
  rdfs:domain shopify:SmartCollectionResponse ;
  rdfs:range shopify:SmartCollection .

# Property: smart collections
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollectionsResponse/smartCollections> a rdf:Property ;
  rdfs:label "smart collections" ;
  rdfs:comment "List of smart collections" ;
  schema:alternateName "smart_collections" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/smartCollections> ;
  rdfs:domain shopify:SmartCollectionsResponse ;
  rdfs:range shopify:SmartCollection .

# Property: collect
<https://relay.inferal.com/ontology/shopify/property/Shopify.CollectResponse/collect> a rdf:Property ;
  rdfs:label "collect" ;
  rdfs:comment "Collect" ;
  schema:alternateName "collect" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/collect> ;
  rdfs:domain shopify:CollectResponse ;
  rdfs:range shopify:Collect .

# Property: collects
<https://relay.inferal.com/ontology/shopify/property/Shopify.CollectsResponse/collects> a rdf:Property ;
  rdfs:label "collects" ;
  rdfs:comment "List of collects" ;
  schema:alternateName "collects" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/collects> ;
  rdfs:domain shopify:CollectsResponse ;
  rdfs:range shopify:Collect .

# Property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.CollectionCountResponse/count> a rdf:Property ;
  rdfs:label "count" ;
  rdfs:comment "Collection count" ;
  schema:alternateName "count" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/count> ;
  rdfs:domain shopify:CollectionCountResponse ;
  rdfs:range xsd:long .

# Property: collection
<https://relay.inferal.com/ontology/shopify/property/Shopify.GenericCollectionResponse/collection> a rdf:Property ;
  rdfs:label "collection" ;
  rdfs:comment "Collection" ;
  schema:alternateName "collection" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/collection> ;
  rdfs:domain shopify:GenericCollectionResponse ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.GenericCollectionResponse/collection/Container> .

# Property: inventory item
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItemResponse/inventoryItem> a rdf:Property ;
  rdfs:label "inventory item" ;
  rdfs:comment "Inventory item" ;
  schema:alternateName "inventory_item" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/inventoryItem> ;
  rdfs:domain shopify:InventoryItemResponse ;
  rdfs:range shopify:InventoryItem .

# Property: inventory items
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItemsResponse/inventoryItems> a rdf:Property ;
  rdfs:label "inventory items" ;
  rdfs:comment "List of inventory items" ;
  schema:alternateName "inventory_items" ;
  rdfs:domain shopify:InventoryItemsResponse ;
  rdfs:range shopify:InventoryItem .

# Property: inventory level
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryLevelResponse/inventoryLevel> a rdf:Property ;
  rdfs:label "inventory level" ;
  rdfs:comment "Inventory level" ;
  schema:alternateName "inventory_level" ;
  rdfs:domain shopify:InventoryLevelResponse ;
  rdfs:range shopify:InventoryLevel .

# Property: inventory levels
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryLevelsResponse/inventoryLevels> a rdf:Property ;
  rdfs:label "inventory levels" ;
  rdfs:comment "List of inventory levels" ;
  schema:alternateName "inventory_levels" ;
  rdfs:domain shopify:InventoryLevelsResponse ;
  rdfs:range shopify:InventoryLevel .

# Property: location
<https://relay.inferal.com/ontology/shopify/property/Shopify.LocationResponse/location> a rdf:Property ;
  rdfs:label "location" ;
  rdfs:comment "Location" ;
  schema:alternateName "location" ;
  rdfs:domain shopify:LocationResponse ;
  rdfs:range shopify:Location .

# Property: locations
<https://relay.inferal.com/ontology/shopify/property/Shopify.LocationsResponse/locations> a rdf:Property ;
  rdfs:label "locations" ;
  rdfs:comment "List of locations" ;
  schema:alternateName "locations" ;
  rdfs:domain shopify:LocationsResponse ;
  rdfs:range shopify:Location .

# Property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.LocationCountResponse/count> a rdf:Property ;
  rdfs:label "count" ;
  rdfs:comment "Location count" ;
  schema:alternateName "count" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/count> ;
  rdfs:domain shopify:LocationCountResponse ;
  rdfs:range xsd:long .

# Property: fulfillment
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentResponse/fulfillment> a rdf:Property ;
  rdfs:label "fulfillment" ;
  rdfs:comment "Fulfillment" ;
  schema:alternateName "fulfillment" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/fulfillment> ;
  rdfs:domain shopify:FulfillmentResponse ;
  rdfs:range shopify:Fulfillment .

# Property: fulfillments
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentsResponse/fulfillments> a rdf:Property ;
  rdfs:label "fulfillments" ;
  rdfs:comment "List of fulfillments" ;
  schema:alternateName "fulfillments" ;
  rdfs:domain shopify:FulfillmentsResponse ;
  rdfs:range shopify:Fulfillment .

# Property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentCountResponse/count> a rdf:Property ;
  rdfs:label "count" ;
  rdfs:comment "Fulfillment count" ;
  schema:alternateName "count" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/count> ;
  rdfs:domain shopify:FulfillmentCountResponse ;
  rdfs:range xsd:long .

# Property: fulfillment order
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderResponse/fulfillmentOrder> a rdf:Property ;
  rdfs:label "fulfillment order" ;
  rdfs:comment "Fulfillment order" ;
  schema:alternateName "fulfillment_order" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/fulfillmentOrder> ;
  rdfs:domain shopify:FulfillmentOrderResponse ;
  rdfs:range shopify:FulfillmentOrder .

# Property: fulfillment orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrdersResponse/fulfillmentOrders> a rdf:Property ;
  rdfs:label "fulfillment orders" ;
  rdfs:comment "List of fulfillment orders" ;
  schema:alternateName "fulfillment_orders" ;
  rdfs:domain shopify:FulfillmentOrdersResponse ;
  rdfs:range shopify:FulfillmentOrder .

# Property: fulfillment service
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentServiceResponse/fulfillmentService> a rdf:Property ;
  rdfs:label "fulfillment service" ;
  rdfs:comment "Fulfillment service" ;
  schema:alternateName "fulfillment_service" ;
  rdfs:domain shopify:FulfillmentServiceResponse ;
  rdfs:range shopify:FulfillmentService .

# Property: fulfillment services
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentServicesResponse/fulfillmentServices> a rdf:Property ;
  rdfs:label "fulfillment services" ;
  rdfs:comment "List of fulfillment services" ;
  schema:alternateName "fulfillment_services" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/fulfillmentServices> ;
  rdfs:domain shopify:FulfillmentServicesResponse ;
  rdfs:range shopify:FulfillmentService .

# Property: draft order
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderResponse/draftOrder> a rdf:Property ;
  rdfs:label "draft order" ;
  rdfs:comment "Draft order" ;
  schema:alternateName "draft_order" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/draftOrder> ;
  rdfs:domain shopify:DraftOrderResponse ;
  rdfs:range shopify:DraftOrder .

# Property: draft orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrdersResponse/draftOrders> a rdf:Property ;
  rdfs:label "draft orders" ;
  rdfs:comment "List of draft orders" ;
  schema:alternateName "draft_orders" ;
  rdfs:domain shopify:DraftOrdersResponse ;
  rdfs:range shopify:DraftOrder .

# Property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderCountResponse/count> a rdf:Property ;
  rdfs:label "count" ;
  rdfs:comment "Draft order count" ;
  schema:alternateName "count" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/count> ;
  rdfs:domain shopify:DraftOrderCountResponse ;
  rdfs:range xsd:long .

# Property: draft order invoice
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderInvoiceRequest/draftOrderInvoice> a rdf:Property ;
  rdfs:label "draft order invoice" ;
  rdfs:comment "Invoice details" ;
  schema:alternateName "draft_order_invoice" ;
  rdfs:domain shopify:DraftOrderInvoiceRequest ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/inline/Shopify.DraftOrderInvoiceRequest/draftOrderInvoice> .

# Property: draft order invoice
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderInvoiceResponse/draftOrderInvoice> a rdf:Property ;
  rdfs:label "draft order invoice" ;
  rdfs:comment "Sent invoice details" ;
  schema:alternateName "draft_order_invoice" ;
  rdfs:domain shopify:DraftOrderInvoiceResponse ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/inline/Shopify.DraftOrderInvoiceResponse/draftOrderInvoice> .

# Property: gift card
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCardResponse/giftCard> a rdf:Property ;
  rdfs:label "gift card" ;
  rdfs:comment "Gift card" ;
  schema:alternateName "gift_card" ;
  rdfs:domain shopify:GiftCardResponse ;
  rdfs:range shopify:GiftCard .

# Property: gift cards
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCardsResponse/giftCards> a rdf:Property ;
  rdfs:label "gift cards" ;
  rdfs:comment "List of gift cards" ;
  schema:alternateName "gift_cards" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/giftCards> ;
  rdfs:domain shopify:GiftCardsResponse ;
  rdfs:range shopify:GiftCard .

# Property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCardCountResponse/count> a rdf:Property ;
  rdfs:label "count" ;
  rdfs:comment "Gift card count" ;
  schema:alternateName "count" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/count> ;
  rdfs:domain shopify:GiftCardCountResponse ;
  rdfs:range xsd:long .

# Property: price rule
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRuleResponse/priceRule> a rdf:Property ;
  rdfs:label "price rule" ;
  rdfs:comment "Price rule" ;
  schema:alternateName "price_rule" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/priceRule> ;
  rdfs:domain shopify:PriceRuleResponse ;
  rdfs:range shopify:PriceRule .

# Property: price rules
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRulesResponse/priceRules> a rdf:Property ;
  rdfs:label "price rules" ;
  rdfs:comment "List of price rules" ;
  schema:alternateName "price_rules" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/priceRules> ;
  rdfs:domain shopify:PriceRulesResponse ;
  rdfs:range shopify:PriceRule .

# Property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRuleCountResponse/count> a rdf:Property ;
  rdfs:label "count" ;
  rdfs:comment "Price rule count" ;
  schema:alternateName "count" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/count> ;
  rdfs:domain shopify:PriceRuleCountResponse ;
  rdfs:range xsd:long .

# Property: discount code
<https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountCodeResponse/discountCode> a rdf:Property ;
  rdfs:label "discount code" ;
  rdfs:comment "Discount code" ;
  schema:alternateName "discount_code" ;
  rdfs:domain shopify:DiscountCodeResponse ;
  rdfs:range shopify:PriceRuleDiscountCode .

# Property: discount codes
<https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountCodesResponse/discountCodes> a rdf:Property ;
  rdfs:label "discount codes" ;
  rdfs:comment "List of discount codes" ;
  schema:alternateName "discount_codes" ;
  rdfs:domain shopify:DiscountCodesResponse ;
  rdfs:range shopify:PriceRuleDiscountCode .

# Property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountCodeCountResponse/count> a rdf:Property ;
  rdfs:label "count" ;
  rdfs:comment "Discount code count" ;
  schema:alternateName "count" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/count> ;
  rdfs:domain shopify:DiscountCodeCountResponse ;
  rdfs:range xsd:long .

# Property: shipping zones
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingZonesResponse/shippingZones> a rdf:Property ;
  rdfs:label "shipping zones" ;
  rdfs:comment "List of shipping zones" ;
  schema:alternateName "shipping_zones" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/shippingZones> ;
  rdfs:domain shopify:ShippingZonesResponse ;
  rdfs:range shopify:ShippingZone .

# Property: carrier service
<https://relay.inferal.com/ontology/shopify/property/Shopify.CarrierServiceResponse/carrierService> a rdf:Property ;
  rdfs:label "carrier service" ;
  rdfs:comment "Carrier service" ;
  schema:alternateName "carrier_service" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/carrierService> ;
  rdfs:domain shopify:CarrierServiceResponse ;
  rdfs:range shopify:CarrierService .

# Property: carrier services
<https://relay.inferal.com/ontology/shopify/property/Shopify.CarrierServicesResponse/carrierServices> a rdf:Property ;
  rdfs:label "carrier services" ;
  rdfs:comment "List of carrier services" ;
  schema:alternateName "carrier_services" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/carrierServices> ;
  rdfs:domain shopify:CarrierServicesResponse ;
  rdfs:range shopify:CarrierService .

# Property: theme
<https://relay.inferal.com/ontology/shopify/property/Shopify.ThemeResponse/theme> a rdf:Property ;
  rdfs:label "theme" ;
  rdfs:comment "Theme" ;
  schema:alternateName "theme" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/theme> ;
  rdfs:domain shopify:ThemeResponse ;
  rdfs:range shopify:Theme .

# Property: themes
<https://relay.inferal.com/ontology/shopify/property/Shopify.ThemesResponse/themes> a rdf:Property ;
  rdfs:label "themes" ;
  rdfs:comment "List of themes" ;
  schema:alternateName "themes" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/themes> ;
  rdfs:domain shopify:ThemesResponse ;
  rdfs:range shopify:Theme .

# Property: asset
<https://relay.inferal.com/ontology/shopify/property/Shopify.AssetResponse/asset> a rdf:Property ;
  rdfs:label "asset" ;
  rdfs:comment "Asset" ;
  schema:alternateName "asset" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/asset> ;
  rdfs:domain shopify:AssetResponse ;
  rdfs:range shopify:Asset .

# Property: assets
<https://relay.inferal.com/ontology/shopify/property/Shopify.AssetsResponse/assets> a rdf:Property ;
  rdfs:label "assets" ;
  rdfs:comment "List of assets" ;
  schema:alternateName "assets" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/assets> ;
  rdfs:domain shopify:AssetsResponse ;
  rdfs:range shopify:Asset .

# Property: script tag
<https://relay.inferal.com/ontology/shopify/property/Shopify.ScriptTagResponse/scriptTag> a rdf:Property ;
  rdfs:label "script tag" ;
  rdfs:comment "Script tag" ;
  schema:alternateName "script_tag" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/scriptTag> ;
  rdfs:domain shopify:ScriptTagResponse ;
  rdfs:range shopify:ScriptTag .

# Property: script tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.ScriptTagsResponse/scriptTags> a rdf:Property ;
  rdfs:label "script tags" ;
  rdfs:comment "List of script tags" ;
  schema:alternateName "script_tags" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/scriptTags> ;
  rdfs:domain shopify:ScriptTagsResponse ;
  rdfs:range shopify:ScriptTag .

# Property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.ScriptTagCountResponse/count> a rdf:Property ;
  rdfs:label "count" ;
  rdfs:comment "Script tag count" ;
  schema:alternateName "count" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/count> ;
  rdfs:domain shopify:ScriptTagCountResponse ;
  rdfs:range xsd:long .

# Property: page
<https://relay.inferal.com/ontology/shopify/property/Shopify.PageResponse/page> a rdf:Property ;
  rdfs:label "page" ;
  rdfs:comment "Page" ;
  schema:alternateName "page" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/page> ;
  rdfs:domain shopify:PageResponse ;
  rdfs:range shopify:Page .

# Property: pages
<https://relay.inferal.com/ontology/shopify/property/Shopify.PagesResponse/pages> a rdf:Property ;
  rdfs:label "pages" ;
  rdfs:comment "List of pages" ;
  schema:alternateName "pages" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/pages> ;
  rdfs:domain shopify:PagesResponse ;
  rdfs:range shopify:Page .

# Property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.PageCountResponse/count> a rdf:Property ;
  rdfs:label "count" ;
  rdfs:comment "Page count" ;
  schema:alternateName "count" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/count> ;
  rdfs:domain shopify:PageCountResponse ;
  rdfs:range xsd:long .

# Property: blog
<https://relay.inferal.com/ontology/shopify/property/Shopify.BlogResponse/blog> a rdf:Property ;
  rdfs:label "blog" ;
  rdfs:comment "Blog" ;
  schema:alternateName "blog" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/blog> ;
  rdfs:domain shopify:BlogResponse ;
  rdfs:range shopify:Blog .

# Property: blogs
<https://relay.inferal.com/ontology/shopify/property/Shopify.BlogsResponse/blogs> a rdf:Property ;
  rdfs:label "blogs" ;
  rdfs:comment "List of blogs" ;
  schema:alternateName "blogs" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/blogs> ;
  rdfs:domain shopify:BlogsResponse ;
  rdfs:range shopify:Blog .

# Property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.BlogCountResponse/count> a rdf:Property ;
  rdfs:label "count" ;
  rdfs:comment "Blog count" ;
  schema:alternateName "count" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/count> ;
  rdfs:domain shopify:BlogCountResponse ;
  rdfs:range xsd:long .

# Property: article
<https://relay.inferal.com/ontology/shopify/property/Shopify.ArticleResponse/article> a rdf:Property ;
  rdfs:label "article" ;
  rdfs:comment "Article" ;
  schema:alternateName "article" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/article> ;
  rdfs:domain shopify:ArticleResponse ;
  rdfs:range shopify:Article .

# Property: articles
<https://relay.inferal.com/ontology/shopify/property/Shopify.ArticlesResponse/articles> a rdf:Property ;
  rdfs:label "articles" ;
  rdfs:comment "List of articles" ;
  schema:alternateName "articles" ;
  rdfs:domain shopify:ArticlesResponse ;
  rdfs:range shopify:Article .

# Property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.ArticleCountResponse/count> a rdf:Property ;
  rdfs:label "count" ;
  rdfs:comment "Article count" ;
  schema:alternateName "count" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/count> ;
  rdfs:domain shopify:ArticleCountResponse ;
  rdfs:range xsd:long .

# Property: webhook
<https://relay.inferal.com/ontology/shopify/property/Shopify.WebhookResponse/webhook> a rdf:Property ;
  rdfs:label "webhook" ;
  rdfs:comment "Webhook" ;
  schema:alternateName "webhook" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/webhook> ;
  rdfs:domain shopify:WebhookResponse ;
  rdfs:range shopify:Webhook .

# Property: webhooks
<https://relay.inferal.com/ontology/shopify/property/Shopify.WebhooksResponse/webhooks> a rdf:Property ;
  rdfs:label "webhooks" ;
  rdfs:comment "List of webhooks" ;
  schema:alternateName "webhooks" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/webhooks> ;
  rdfs:domain shopify:WebhooksResponse ;
  rdfs:range shopify:Webhook .

# Property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.WebhookCountResponse/count> a rdf:Property ;
  rdfs:label "count" ;
  rdfs:comment "Webhook count" ;
  schema:alternateName "count" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/count> ;
  rdfs:domain shopify:WebhookCountResponse ;
  rdfs:range xsd:long .

# Property: shop
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopResponse/shop> a rdf:Property ;
  rdfs:label "shop" ;
  rdfs:comment "Shop" ;
  schema:alternateName "shop" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/shop> ;
  rdfs:domain shopify:ShopResponse ;
  rdfs:range shopify:Shop .

# Property: country
<https://relay.inferal.com/ontology/shopify/property/Shopify.CountryResponse/country> a rdf:Property ;
  rdfs:label "country" ;
  rdfs:comment "Country" ;
  schema:alternateName "country" ;
  rdfs:domain shopify:CountryResponse ;
  rdfs:range shopify:Country .

# Property: countries
<https://relay.inferal.com/ontology/shopify/property/Shopify.CountriesResponse/countries> a rdf:Property ;
  rdfs:label "countries" ;
  rdfs:comment "List of countries" ;
  schema:alternateName "countries" ;
  rdfs:domain shopify:CountriesResponse ;
  rdfs:range shopify:Country .

# Property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.CountryCountResponse/count> a rdf:Property ;
  rdfs:label "count" ;
  rdfs:comment "Country count" ;
  schema:alternateName "count" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/count> ;
  rdfs:domain shopify:CountryCountResponse ;
  rdfs:range xsd:long .

# Property: province
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProvinceResponse/province> a rdf:Property ;
  rdfs:label "province" ;
  rdfs:comment "Province" ;
  schema:alternateName "province" ;
  rdfs:domain shopify:ProvinceResponse ;
  rdfs:range shopify:Province .

# Property: provinces
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProvincesResponse/provinces> a rdf:Property ;
  rdfs:label "provinces" ;
  rdfs:comment "List of provinces" ;
  schema:alternateName "provinces" ;
  rdfs:domain shopify:ProvincesResponse ;
  rdfs:range shopify:Province .

# Property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProvinceCountResponse/count> a rdf:Property ;
  rdfs:label "count" ;
  rdfs:comment "Province count" ;
  schema:alternateName "count" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/count> ;
  rdfs:domain shopify:ProvinceCountResponse ;
  rdfs:range xsd:long .

# Property: currencies
<https://relay.inferal.com/ontology/shopify/property/Shopify.CurrenciesResponse/currencies> a rdf:Property ;
  rdfs:label "currencies" ;
  rdfs:comment "List of currencies" ;
  schema:alternateName "currencies" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currencies> ;
  rdfs:domain shopify:CurrenciesResponse ;
  rdfs:range shopify:Currency .

# Property: policies
<https://relay.inferal.com/ontology/shopify/property/Shopify.PoliciesResponse/policies> a rdf:Property ;
  rdfs:label "policies" ;
  rdfs:comment "List of policies" ;
  schema:alternateName "policies" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/policies> ;
  rdfs:domain shopify:PoliciesResponse ;
  rdfs:range shopify:Policy .

# Property: redirect
<https://relay.inferal.com/ontology/shopify/property/Shopify.RedirectResponse/redirect> a rdf:Property ;
  rdfs:label "redirect" ;
  rdfs:comment "Redirect" ;
  schema:alternateName "redirect" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/redirect> ;
  rdfs:domain shopify:RedirectResponse ;
  rdfs:range shopify:Redirect .

# Property: redirects
<https://relay.inferal.com/ontology/shopify/property/Shopify.RedirectsResponse/redirects> a rdf:Property ;
  rdfs:label "redirects" ;
  rdfs:comment "List of redirects" ;
  schema:alternateName "redirects" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/redirects> ;
  rdfs:domain shopify:RedirectsResponse ;
  rdfs:range shopify:Redirect .

# Property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.RedirectCountResponse/count> a rdf:Property ;
  rdfs:label "count" ;
  rdfs:comment "Redirect count" ;
  schema:alternateName "count" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/count> ;
  rdfs:domain shopify:RedirectCountResponse ;
  rdfs:range xsd:long .

# Property: market
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketResponse/market> a rdf:Property ;
  rdfs:label "market" ;
  rdfs:comment "Market" ;
  schema:alternateName "market" ;
  rdfs:domain shopify:MarketResponse ;
  rdfs:range shopify:Market .

# Property: markets
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketsResponse/markets> a rdf:Property ;
  rdfs:label "markets" ;
  rdfs:comment "List of markets" ;
  schema:alternateName "markets" ;
  rdfs:domain shopify:MarketsResponse ;
  rdfs:range shopify:Market .

# Property: status code
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketListSuccessResponse/statusCode> a rdf:Property ;
  rdfs:label "status code" ;
  schema:alternateName "statusCode" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/statusCode> ;
  rdfs:domain shopify:MarketListSuccessResponse ;
  rdfs:range xsd:integer .

# Property: markets
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketListSuccessResponse/markets> a rdf:Property ;
  rdfs:label "markets" ;
  schema:alternateName "markets" ;
  rdfs:domain shopify:MarketListSuccessResponse ;
  rdfs:range shopify:MarketsResponse .

# Property: status code
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketCreateSuccessResponse/statusCode> a rdf:Property ;
  rdfs:label "status code" ;
  schema:alternateName "statusCode" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/statusCode> ;
  rdfs:domain shopify:MarketCreateSuccessResponse ;
  rdfs:range xsd:integer .

# Property: market
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketCreateSuccessResponse/market> a rdf:Property ;
  rdfs:label "market" ;
  schema:alternateName "market" ;
  rdfs:domain shopify:MarketCreateSuccessResponse ;
  rdfs:range shopify:MarketResponse .

# Property: status code
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketGetSuccessResponse/statusCode> a rdf:Property ;
  rdfs:label "status code" ;
  schema:alternateName "statusCode" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/statusCode> ;
  rdfs:domain shopify:MarketGetSuccessResponse ;
  rdfs:range xsd:integer .

# Property: market
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketGetSuccessResponse/market> a rdf:Property ;
  rdfs:label "market" ;
  schema:alternateName "market" ;
  rdfs:domain shopify:MarketGetSuccessResponse ;
  rdfs:range shopify:MarketResponse .

# Property: status code
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketDeleteSuccessResponse/statusCode> a rdf:Property ;
  rdfs:label "status code" ;
  schema:alternateName "statusCode" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/statusCode> ;
  rdfs:domain shopify:MarketDeleteSuccessResponse ;
  rdfs:range xsd:integer .

# Property: body
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketDeleteSuccessResponse/body> a rdf:Property ;
  rdfs:label "body" ;
  schema:alternateName "body" ;
  rdfs:domain shopify:MarketDeleteSuccessResponse ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/inline/Shopify.MarketDeleteSuccessResponse/body> .

# Property: metafield definition
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinitionResponse/metafieldDefinition> a rdf:Property ;
  rdfs:label "metafield definition" ;
  rdfs:comment "Metafield definition" ;
  schema:alternateName "metafield_definition" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/metafieldDefinition> ;
  rdfs:domain shopify:MetafieldDefinitionResponse ;
  rdfs:range shopify:MetafieldDefinition .

# Property: metafield definitions
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinitionsResponse/metafieldDefinitions> a rdf:Property ;
  rdfs:label "metafield definitions" ;
  rdfs:comment "List of metafield definitions" ;
  schema:alternateName "metafield_definitions" ;
  rdfs:domain shopify:MetafieldDefinitionsResponse ;
  rdfs:range shopify:MetafieldDefinition .

# Property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinitionCountResponse/count> a rdf:Property ;
  rdfs:label "count" ;
  rdfs:comment "Metafield definition count" ;
  schema:alternateName "count" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/count> ;
  rdfs:domain shopify:MetafieldDefinitionCountResponse ;
  rdfs:range xsd:long .

# Property: data updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.DeprecatedApiCallsResponse/dataUpdatedAt> a rdf:Property ;
  rdfs:label "data updated at" ;
  rdfs:comment "Date and time when the data was last updated" ;
  schema:alternateName "data_updated_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/dataUpdatedAt> ;
  rdfs:domain shopify:DeprecatedApiCallsResponse ;
  rdfs:range xsd:dateTime .

# Property: deprecated api calls
<https://relay.inferal.com/ontology/shopify/property/Shopify.DeprecatedApiCallsResponse/deprecatedApiCalls> a rdf:Property ;
  rdfs:label "deprecated api calls" ;
  rdfs:comment "List of deprecated API calls" ;
  schema:alternateName "deprecated_api_calls" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/deprecatedApiCalls> ;
  rdfs:domain shopify:DeprecatedApiCallsResponse ;
  rdfs:range shopify:DeprecatedApiCallEntry .

# Property: event
<https://relay.inferal.com/ontology/shopify/property/Shopify.EventResponse/event> a rdf:Property ;
  rdfs:label "event" ;
  rdfs:comment "Event" ;
  schema:alternateName "event" ;
  rdfs:domain shopify:EventResponse ;
  rdfs:range shopify:Event .

# Property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.EventsResponse/events> a rdf:Property ;
  rdfs:label "events" ;
  rdfs:comment "List of events" ;
  schema:alternateName "events" ;
  rdfs:domain shopify:EventsResponse ;
  rdfs:range shopify:Event .

# Property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.EventCountResponse/count> a rdf:Property ;
  rdfs:label "count" ;
  rdfs:comment "Event count" ;
  schema:alternateName "count" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/count> ;
  rdfs:domain shopify:EventCountResponse ;
  rdfs:range xsd:long .

# Property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldResponse/metafield> a rdf:Property ;
  rdfs:label "metafield" ;
  rdfs:comment "Metafield" ;
  schema:alternateName "metafield" ;
  rdfs:domain shopify:MetafieldResponse ;
  rdfs:range shopify:Metafield .

# Property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldsResponse/metafields> a rdf:Property ;
  rdfs:label "metafields" ;
  rdfs:comment "List of metafields" ;
  schema:alternateName "metafields" ;
  rdfs:domain shopify:MetafieldsResponse ;
  rdfs:range shopify:Metafield .

# Property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldCountResponse/count> a rdf:Property ;
  rdfs:label "count" ;
  rdfs:comment "Metafield count" ;
  schema:alternateName "count" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/count> ;
  rdfs:domain shopify:MetafieldCountResponse ;
  rdfs:range xsd:long .

# Property: collection listing
<https://relay.inferal.com/ontology/shopify/property/Shopify.CollectionListingResponse/collectionListing> a rdf:Property ;
  rdfs:label "collection listing" ;
  rdfs:comment "Collection listing" ;
  schema:alternateName "collection_listing" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/collectionListing> ;
  rdfs:domain shopify:CollectionListingResponse ;
  rdfs:range shopify:CollectionListing .

# Property: collection listings
<https://relay.inferal.com/ontology/shopify/property/Shopify.CollectionListingsResponse/collectionListings> a rdf:Property ;
  rdfs:label "collection listings" ;
  rdfs:comment "List of collection listings" ;
  schema:alternateName "collection_listings" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/collectionListings> ;
  rdfs:domain shopify:CollectionListingsResponse ;
  rdfs:range shopify:CollectionListing .

# Property: product listing
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductListingResponse/productListing> a rdf:Property ;
  rdfs:label "product listing" ;
  rdfs:comment "Product listing" ;
  schema:alternateName "product_listing" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/productListing> ;
  rdfs:domain shopify:ProductListingResponse ;
  rdfs:range shopify:ProductListing .

# Property: product listings
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductListingsResponse/productListings> a rdf:Property ;
  rdfs:label "product listings" ;
  rdfs:comment "List of product listings" ;
  schema:alternateName "product_listings" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/productListings> ;
  rdfs:domain shopify:ProductListingsResponse ;
  rdfs:range shopify:ProductListing .

# Property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductListingCountResponse/count> a rdf:Property ;
  rdfs:label "count" ;
  rdfs:comment "Product listing count" ;
  schema:alternateName "count" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/count> ;
  rdfs:domain shopify:ProductListingCountResponse ;
  rdfs:range xsd:long .

# Property: checkout
<https://relay.inferal.com/ontology/shopify/property/Shopify.CheckoutResponse/checkout> a rdf:Property ;
  rdfs:label "checkout" ;
  rdfs:comment "Checkout" ;
  schema:alternateName "checkout" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/checkout> ;
  rdfs:domain shopify:CheckoutResponse ;
  rdfs:range shopify:Checkout .

# Property: shipping rates
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingRatesResponse/shippingRates> a rdf:Property ;
  rdfs:label "shipping rates" ;
  rdfs:comment "List of available shipping rates" ;
  schema:alternateName "shipping_rates" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/shippingRates> ;
  rdfs:domain shopify:ShippingRatesResponse ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.ShippingRatesResponse/shippingRates/Container> .

# Property: payment
<https://relay.inferal.com/ontology/shopify/property/Shopify.PaymentResponse/payment> a rdf:Property ;
  rdfs:label "payment" ;
  rdfs:comment "Payment" ;
  schema:alternateName "payment" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/payment> ;
  rdfs:domain shopify:PaymentResponse ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.PaymentResponse/payment/Container> .

# Property: payments
<https://relay.inferal.com/ontology/shopify/property/Shopify.PaymentsResponse/payments> a rdf:Property ;
  rdfs:label "payments" ;
  rdfs:comment "List of payments" ;
  schema:alternateName "payments" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/payments> ;
  rdfs:domain shopify:PaymentsResponse ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.PaymentsResponse/payments/Container> .

# Property: payout
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsPayoutResponse/payout> a rdf:Property ;
  rdfs:label "payout" ;
  rdfs:comment "Payout" ;
  schema:alternateName "payout" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/payout> ;
  rdfs:domain shopify:ShopifyPaymentsPayoutResponse ;
  rdfs:range shopify:ShopifyPaymentsPayout .

# Property: payouts
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsPayoutsResponse/payouts> a rdf:Property ;
  rdfs:label "payouts" ;
  rdfs:comment "List of payouts" ;
  schema:alternateName "payouts" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/payouts> ;
  rdfs:domain shopify:ShopifyPaymentsPayoutsResponse ;
  rdfs:range shopify:ShopifyPaymentsPayout .

# Property: balance
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceResponse/balance> a rdf:Property ;
  rdfs:label "balance" ;
  rdfs:comment "Balance" ;
  schema:alternateName "balance" ;
  rdfs:domain shopify:ShopifyPaymentsBalanceResponse ;
  rdfs:range shopify:ShopifyPaymentsBalance .

# Property: dispute
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsDisputeResponse/dispute> a rdf:Property ;
  rdfs:label "dispute" ;
  rdfs:comment "Dispute" ;
  schema:alternateName "dispute" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/dispute> ;
  rdfs:domain shopify:ShopifyPaymentsDisputeResponse ;
  rdfs:range shopify:ShopifyPaymentsDispute .

# Property: disputes
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsDisputesResponse/disputes> a rdf:Property ;
  rdfs:label "disputes" ;
  rdfs:comment "List of disputes" ;
  schema:alternateName "disputes" ;
  rdfs:domain shopify:ShopifyPaymentsDisputesResponse ;
  rdfs:range shopify:ShopifyPaymentsDispute .

# Property: balance transactions
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransactionsResponse/balanceTransactions> a rdf:Property ;
  rdfs:label "balance transactions" ;
  rdfs:comment "List of balance transactions" ;
  schema:alternateName "balance_transactions" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/balanceTransactions> ;
  rdfs:domain shopify:ShopifyPaymentsBalanceTransactionsResponse ;
  rdfs:range shopify:ShopifyPaymentsBalanceTransaction .

# Property: access scopes
<https://relay.inferal.com/ontology/shopify/property/Shopify.AccessScopesResponse/accessScopes> a rdf:Property ;
  rdfs:label "access scopes" ;
  rdfs:comment "List of access scopes" ;
  schema:alternateName "access_scopes" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/accessScopes> ;
  rdfs:domain shopify:AccessScopesResponse ;
  rdfs:range shopify:AccessScope .

# Property: storefront access token
<https://relay.inferal.com/ontology/shopify/property/Shopify.StorefrontAccessTokenResponse/storefrontAccessToken> a rdf:Property ;
  rdfs:label "storefront access token" ;
  rdfs:comment "Storefront access token" ;
  schema:alternateName "storefront_access_token" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/storefrontAccessToken> ;
  rdfs:domain shopify:StorefrontAccessTokenResponse ;
  rdfs:range shopify:StorefrontAccessToken .

# Property: storefront access tokens
<https://relay.inferal.com/ontology/shopify/property/Shopify.StorefrontAccessTokensResponse/storefrontAccessTokens> a rdf:Property ;
  rdfs:label "storefront access tokens" ;
  rdfs:comment "List of storefront access tokens" ;
  schema:alternateName "storefront_access_tokens" ;
  rdfs:domain shopify:StorefrontAccessTokensResponse ;
  rdfs:range shopify:StorefrontAccessToken .

# Property: application charge
<https://relay.inferal.com/ontology/shopify/property/Shopify.ApplicationChargeResponse/applicationCharge> a rdf:Property ;
  rdfs:label "application charge" ;
  rdfs:comment "Application charge" ;
  schema:alternateName "application_charge" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/applicationCharge> ;
  rdfs:domain shopify:ApplicationChargeResponse ;
  rdfs:range shopify:ApplicationCharge .

# Property: application charges
<https://relay.inferal.com/ontology/shopify/property/Shopify.ApplicationChargesResponse/applicationCharges> a rdf:Property ;
  rdfs:label "application charges" ;
  rdfs:comment "List of application charges" ;
  schema:alternateName "application_charges" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/applicationCharges> ;
  rdfs:domain shopify:ApplicationChargesResponse ;
  rdfs:range shopify:ApplicationCharge .

# Property: application credit
<https://relay.inferal.com/ontology/shopify/property/Shopify.ApplicationCreditResponse/applicationCredit> a rdf:Property ;
  rdfs:label "application credit" ;
  rdfs:comment "Application credit" ;
  schema:alternateName "application_credit" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/applicationCredit> ;
  rdfs:domain shopify:ApplicationCreditResponse ;
  rdfs:range shopify:ApplicationCredit .

# Property: application credits
<https://relay.inferal.com/ontology/shopify/property/Shopify.ApplicationCreditsResponse/applicationCredits> a rdf:Property ;
  rdfs:label "application credits" ;
  rdfs:comment "List of application credits" ;
  schema:alternateName "application_credits" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/applicationCredits> ;
  rdfs:domain shopify:ApplicationCreditsResponse ;
  rdfs:range shopify:ApplicationCredit .

# Property: recurring application charge
<https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationChargeResponse/recurringApplicationCharge> a rdf:Property ;
  rdfs:label "recurring application charge" ;
  rdfs:comment "Recurring application charge" ;
  schema:alternateName "recurring_application_charge" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/recurringApplicationCharge> ;
  rdfs:domain shopify:RecurringApplicationChargeResponse ;
  rdfs:range shopify:RecurringApplicationCharge .

# Property: recurring application charges
<https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationChargesResponse/recurringApplicationCharges> a rdf:Property ;
  rdfs:label "recurring application charges" ;
  rdfs:comment "List of recurring application charges" ;
  schema:alternateName "recurring_application_charges" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/recurringApplicationCharges> ;
  rdfs:domain shopify:RecurringApplicationChargesResponse ;
  rdfs:range shopify:RecurringApplicationCharge .

# Property: usage charge
<https://relay.inferal.com/ontology/shopify/property/Shopify.UsageChargeResponse/usageCharge> a rdf:Property ;
  rdfs:label "usage charge" ;
  rdfs:comment "Usage charge" ;
  schema:alternateName "usage_charge" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/usageCharge> ;
  rdfs:domain shopify:UsageChargeResponse ;
  rdfs:range shopify:UsageCharge .

# Property: usage charges
<https://relay.inferal.com/ontology/shopify/property/Shopify.UsageChargesResponse/usageCharges> a rdf:Property ;
  rdfs:label "usage charges" ;
  rdfs:comment "List of usage charges" ;
  schema:alternateName "usage_charges" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/usageCharges> ;
  rdfs:domain shopify:UsageChargesResponse ;
  rdfs:range shopify:UsageCharge .

# Property: customer saved search
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerSavedSearchResponse/customerSavedSearch> a rdf:Property ;
  rdfs:label "customer saved search" ;
  rdfs:comment "Customer saved search" ;
  schema:alternateName "customer_saved_search" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customerSavedSearch> ;
  rdfs:domain shopify:CustomerSavedSearchResponse ;
  rdfs:range shopify:CustomerSavedSearch .

# Property: customer saved searches
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerSavedSearchesResponse/customerSavedSearches> a rdf:Property ;
  rdfs:label "customer saved searches" ;
  rdfs:comment "List of customer saved searches" ;
  schema:alternateName "customer_saved_searches" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customerSavedSearches> ;
  rdfs:domain shopify:CustomerSavedSearchesResponse ;
  rdfs:range shopify:CustomerSavedSearch .

# Property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerSavedSearchCountResponse/count> a rdf:Property ;
  rdfs:label "count" ;
  rdfs:comment "Customer saved search count" ;
  schema:alternateName "count" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/count> ;
  rdfs:domain shopify:CustomerSavedSearchCountResponse ;
  rdfs:range xsd:long .

# Property: marketing event
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEventResponse/marketingEvent> a rdf:Property ;
  rdfs:label "marketing event" ;
  rdfs:comment "Marketing event" ;
  schema:alternateName "marketing_event" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/marketingEvent> ;
  rdfs:domain shopify:MarketingEventResponse ;
  rdfs:range shopify:MarketingEvent .

# Property: marketing events
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEventsResponse/marketingEvents> a rdf:Property ;
  rdfs:label "marketing events" ;
  rdfs:comment "List of marketing events" ;
  schema:alternateName "marketing_events" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/marketingEvents> ;
  rdfs:domain shopify:MarketingEventsResponse ;
  rdfs:range shopify:MarketingEvent .

# Property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEventCountResponse/count> a rdf:Property ;
  rdfs:label "count" ;
  rdfs:comment "Marketing event count" ;
  schema:alternateName "count" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/count> ;
  rdfs:domain shopify:MarketingEventCountResponse ;
  rdfs:range xsd:long .

# Property: checkouts
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckoutsResponse/checkouts> a rdf:Property ;
  rdfs:label "checkouts" ;
  rdfs:comment "List of abandoned checkouts" ;
  schema:alternateName "checkouts" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/checkouts> ;
  rdfs:domain shopify:AbandonedCheckoutsResponse ;
  rdfs:range shopify:AbandonedCheckout .

# Property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckoutCountResponse/count> a rdf:Property ;
  rdfs:label "count" ;
  rdfs:comment "Abandoned checkout count" ;
  schema:alternateName "count" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/count> ;
  rdfs:domain shopify:AbandonedCheckoutCountResponse ;
  rdfs:range xsd:long .

# Property: comment
<https://relay.inferal.com/ontology/shopify/property/Shopify.CommentResponse/comment> a rdf:Property ;
  rdfs:label "comment" ;
  rdfs:comment "Comment" ;
  schema:alternateName "comment" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/comment> ;
  rdfs:domain shopify:CommentResponse ;
  rdfs:range shopify:Comment .

# Property: comments
<https://relay.inferal.com/ontology/shopify/property/Shopify.CommentsResponse/comments> a rdf:Property ;
  rdfs:label "comments" ;
  rdfs:comment "List of comments" ;
  schema:alternateName "comments" ;
  rdfs:domain shopify:CommentsResponse ;
  rdfs:range shopify:Comment .

# Property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.CommentCountResponse/count> a rdf:Property ;
  rdfs:label "count" ;
  rdfs:comment "Comment count" ;
  schema:alternateName "count" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/count> ;
  rdfs:domain shopify:CommentCountResponse ;
  rdfs:range xsd:long .

# Property: report
<https://relay.inferal.com/ontology/shopify/property/Shopify.ReportResponse/report> a rdf:Property ;
  rdfs:label "report" ;
  rdfs:comment "Report" ;
  schema:alternateName "report" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/report> ;
  rdfs:domain shopify:ReportResponse ;
  rdfs:range shopify:Report .

# Property: reports
<https://relay.inferal.com/ontology/shopify/property/Shopify.ReportsResponse/reports> a rdf:Property ;
  rdfs:label "reports" ;
  rdfs:comment "List of reports" ;
  schema:alternateName "reports" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/reports> ;
  rdfs:domain shopify:ReportsResponse ;
  rdfs:range shopify:Report .

# Property: resource feedback
<https://relay.inferal.com/ontology/shopify/property/Shopify.ResourceFeedbackResponse/resourceFeedback> a rdf:Property ;
  rdfs:label "resource feedback" ;
  rdfs:comment "Resource feedback" ;
  schema:alternateName "resource_feedback" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/resourceFeedback> ;
  rdfs:domain shopify:ResourceFeedbackResponse ;
  rdfs:range shopify:ResourceFeedback .

# Property: resource feedback
<https://relay.inferal.com/ontology/shopify/property/Shopify.ResourceFeedbackListResponse/resourceFeedback> a rdf:Property ;
  rdfs:label "resource feedback" ;
  rdfs:comment "List of resource feedback" ;
  schema:alternateName "resource_feedback" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/resourceFeedback> ;
  rdfs:domain shopify:ResourceFeedbackListResponse ;
  rdfs:range shopify:ResourceFeedback .

# Property: tender transactions
<https://relay.inferal.com/ontology/shopify/property/Shopify.TenderTransactionsResponse/tenderTransactions> a rdf:Property ;
  rdfs:label "tender transactions" ;
  rdfs:comment "List of tender transactions" ;
  schema:alternateName "tender_transactions" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/tenderTransactions> ;
  rdfs:domain shopify:TenderTransactionsResponse ;
  rdfs:range shopify:TenderTransaction .

# Property: user
<https://relay.inferal.com/ontology/shopify/property/Shopify.UserResponse/user> a rdf:Property ;
  rdfs:label "user" ;
  rdfs:comment "User" ;
  schema:alternateName "user" ;
  rdfs:domain shopify:UserResponse ;
  rdfs:range shopify:User .

# Property: users
<https://relay.inferal.com/ontology/shopify/property/Shopify.UsersResponse/users> a rdf:Property ;
  rdfs:label "users" ;
  rdfs:comment "List of users" ;
  schema:alternateName "users" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/users> ;
  rdfs:domain shopify:UsersResponse ;
  rdfs:range shopify:User .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Product ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:long .

# Property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/title> a rdf:Property ;
  rdfs:label "title" ;
  rdfs:comment "Product title" ;
  schema:alternateName "title" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/title> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: body html
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/bodyHtml> a rdf:Property ;
  rdfs:label "body html" ;
  rdfs:comment "Description of the product in HTML" ;
  schema:alternateName "body_html" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/bodyHtml> ;
  rdfs:subPropertyOf schema:description ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: vendor
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/vendor> a rdf:Property ;
  rdfs:label "vendor" ;
  rdfs:comment "Name of the product vendor" ;
  schema:alternateName "vendor" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/vendor> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: product type
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/productType> a rdf:Property ;
  rdfs:label "product type" ;
  rdfs:comment "Categorization of the product" ;
  schema:alternateName "product_type" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/productType> ;
  rdfs:subPropertyOf schema:category ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: handle
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/handle> a rdf:Property ;
  rdfs:label "handle" ;
  rdfs:comment "URL-friendly unique handle" ;
  schema:alternateName "handle" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/handle> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/status> a rdf:Property ;
  rdfs:label "status" ;
  rdfs:comment "Product status" ;
  schema:alternateName "status" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/status> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string ;
  qb:codeList shopify:ProductStatusScheme .

# Property: tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/tags> a rdf:Property ;
  rdfs:label "tags" ;
  rdfs:comment "Comma-separated list of tags" ;
  schema:alternateName "tags" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/tags> ;
  rdfs:subPropertyOf schema:keywords ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: template suffix
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/templateSuffix> a rdf:Property ;
  rdfs:label "template suffix" ;
  rdfs:comment "Suffix of the Liquid template for the product page" ;
  schema:alternateName "template_suffix" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/templateSuffix> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: published scope
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/publishedScope> a rdf:Property ;
  rdfs:label "published scope" ;
  rdfs:comment "Whether the product is published to the Point of Sale channel" ;
  schema:alternateName "published_scope" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/publishedScope> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: published at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/publishedAt> a rdf:Property ;
  rdfs:label "published at" ;
  rdfs:comment "Date and time when the product was published" ;
  schema:alternateName "published_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/publishedAt> ;
  rdfs:subPropertyOf schema:datePublished ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:dateTime .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the product was created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the product was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:dateTime .

# Property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/adminGraphqlApiId> a rdf:Property ;
  rdfs:label "admin graphql api id" ;
  rdfs:comment "GraphQL Admin API ID" ;
  schema:alternateName "admin_graphql_api_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adminGraphqlApiId> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: variants
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/variants> a rdf:Property ;
  rdfs:label "variants" ;
  rdfs:comment "Product variants" ;
  schema:alternateName "variants" ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range shopify:ProductVariant .

# Property: options
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/options> a rdf:Property ;
  rdfs:label "options" ;
  rdfs:comment "Product options" ;
  schema:alternateName "options" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/options> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range shopify:ProductOption .

# Property: images
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/images> a rdf:Property ;
  rdfs:label "images" ;
  rdfs:comment "Product images" ;
  schema:alternateName "images" ;
  rdfs:subPropertyOf schema:image ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range shopify:ProductImage .

# Property: image
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/image> a rdf:Property ;
  rdfs:label "image" ;
  rdfs:comment "Primary product image" ;
  schema:alternateName "image" ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range shopify:ProductImage .

# Property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/metafields> a rdf:Property ;
  rdfs:label "metafields" ;
  rdfs:comment "Metafields associated with the resource" ;
  schema:alternateName "metafields" ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range shopify:Metafield .

# Property: description
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/description> a rdf:Property ;
  rdfs:label "description" ;
  rdfs:comment "Plaintext description of the product" ;
  schema:alternateName "description" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/description> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: description plain summary
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/descriptionPlainSummary> a rdf:Property ;
  rdfs:label "description plain summary" ;
  rdfs:comment "Truncated plaintext description for summaries" ;
  schema:alternateName "descriptionPlainSummary" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/descriptionPlainSummary> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: custom product type
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/customProductType> a rdf:Property ;
  rdfs:label "custom product type" ;
  rdfs:comment "Custom product type specified by the merchant" ;
  schema:alternateName "customProductType" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customProductType> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: default cursor
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/defaultCursor> a rdf:Property ;
  rdfs:label "default cursor" ;
  rdfs:comment "Default cursor for paginating through connections" ;
  schema:alternateName "defaultCursor" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/defaultCursor> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: gift card template suffix
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/giftCardTemplateSuffix> a rdf:Property ;
  rdfs:label "gift card template suffix" ;
  rdfs:comment "Suffix of the Liquid template for gift card products" ;
  schema:alternateName "giftCardTemplateSuffix" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/giftCardTemplateSuffix> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: has only default variant
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/hasOnlyDefaultVariant> a rdf:Property ;
  rdfs:label "has only default variant" ;
  rdfs:comment "Whether the product has only a single default variant" ;
  schema:alternateName "hasOnlyDefaultVariant" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/hasOnlyDefaultVariant> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: has out of stock variants
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/hasOutOfStockVariants> a rdf:Property ;
  rdfs:label "has out of stock variants" ;
  rdfs:comment "Whether the product has any variants that are out of stock" ;
  schema:alternateName "hasOutOfStockVariants" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/hasOutOfStockVariants> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: has variants that requires components
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/hasVariantsThatRequiresComponents> a rdf:Property ;
  rdfs:label "has variants that requires components" ;
  rdfs:comment "Whether the product has variants that require components" ;
  schema:alternateName "hasVariantsThatRequiresComponents" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/hasVariantsThatRequiresComponents> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: is gift card
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/isGiftCard> a rdf:Property ;
  rdfs:label "is gift card" ;
  rdfs:comment "Whether the product is a gift card" ;
  schema:alternateName "isGiftCard" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/isGiftCard> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: requires selling plan
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/requiresSellingPlan> a rdf:Property ;
  rdfs:label "requires selling plan" ;
  rdfs:comment "Whether a selling plan is required to purchase this product" ;
  schema:alternateName "requiresSellingPlan" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/requiresSellingPlan> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: tracks inventory
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/tracksInventory> a rdf:Property ;
  rdfs:label "tracks inventory" ;
  rdfs:comment "Whether inventory is tracked for this product" ;
  schema:alternateName "tracksInventory" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/tracksInventory> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: total inventory
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/totalInventory> a rdf:Property ;
  rdfs:label "total inventory" ;
  rdfs:comment "Total quantity of inventory across all variants and locations" ;
  schema:alternateName "totalInventory" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalInventory> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:int .

# Property: total variants
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/totalVariants> a rdf:Property ;
  rdfs:label "total variants" ;
  rdfs:comment "Total number of variants for this product" ;
  schema:alternateName "totalVariants" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalVariants> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:int .

# Property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/legacyResourceId> a rdf:Property ;
  rdfs:label "legacy resource id" ;
  rdfs:comment "Legacy resource ID for backwards compatibility" ;
  schema:alternateName "legacyResourceId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/legacyResourceId> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: online store preview url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/onlineStorePreviewUrl> a rdf:Property ;
  rdfs:label "online store preview url" ;
  rdfs:comment "Preview URL for the product on the online store" ;
  schema:alternateName "onlineStorePreviewUrl" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/onlineStorePreviewUrl> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:anyURI .

# Property: online store url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/onlineStoreUrl> a rdf:Property ;
  rdfs:label "online store url" ;
  rdfs:comment "URL for the product on the online store" ;
  schema:alternateName "onlineStoreUrl" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/onlineStoreUrl> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:anyURI .

# Property: storefront id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/storefrontId> a rdf:Property ;
  rdfs:label "storefront id" ;
  rdfs:comment "Storefront API ID for the product" ;
  schema:alternateName "storefrontId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/storefrontId> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: available publications count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/availablePublicationsCount> a rdf:Property ;
  rdfs:label "available publications count" ;
  schema:alternateName "availablePublicationsCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/availablePublicationsCount> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: graphql body html
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/graphqlBodyHtml> a rdf:Property ;
  rdfs:label "graphql body html" ;
  schema:alternateName "graphqlBodyHtml" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/graphqlBodyHtml> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: bundle components
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/bundleComponents> a rdf:Property ;
  rdfs:label "bundle components" ;
  schema:alternateName "bundleComponents" ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: category
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/category> a rdf:Property ;
  rdfs:label "category" ;
  schema:alternateName "category" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/category> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: collections
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/collections> a rdf:Property ;
  rdfs:label "collections" ;
  schema:alternateName "collections" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/collections> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: combined listing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/combinedListing> a rdf:Property ;
  rdfs:label "combined listing" ;
  schema:alternateName "combinedListing" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/combinedListing> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: combined listing role
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/combinedListingRole> a rdf:Property ;
  rdfs:label "combined listing role" ;
  schema:alternateName "combinedListingRole" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/combinedListingRole> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: compare at price range
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/compareAtPriceRange> a rdf:Property ;
  rdfs:label "compare at price range" ;
  schema:alternateName "compareAtPriceRange" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/compareAtPriceRange> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: contextual pricing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/contextualPricing> a rdf:Property ;
  rdfs:label "contextual pricing" ;
  schema:alternateName "contextualPricing" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/contextualPricing> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/events> a rdf:Property ;
  rdfs:label "events" ;
  schema:alternateName "events" ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: featured image
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/featuredImage> a rdf:Property ;
  rdfs:label "featured image" ;
  schema:alternateName "featuredImage" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/featuredImage> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: featured media
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/featuredMedia> a rdf:Property ;
  rdfs:label "featured media" ;
  schema:alternateName "featuredMedia" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/featuredMedia> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: feedback
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/feedback> a rdf:Property ;
  rdfs:label "feedback" ;
  schema:alternateName "feedback" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/feedback> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: in collection
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/inCollection> a rdf:Property ;
  rdfs:label "in collection" ;
  schema:alternateName "inCollection" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/inCollection> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: media
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/media> a rdf:Property ;
  rdfs:label "media" ;
  schema:alternateName "media" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/media> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: media count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/mediaCount> a rdf:Property ;
  rdfs:label "media count" ;
  schema:alternateName "mediaCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/mediaCount> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/metafield> a rdf:Property ;
  rdfs:label "metafield" ;
  schema:alternateName "metafield" ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: metafield definitions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/metafieldDefinitions> a rdf:Property ;
  rdfs:label "metafield definitions" ;
  schema:alternateName "metafieldDefinitions" ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: price range
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/priceRange> a rdf:Property ;
  rdfs:label "price range" ;
  schema:alternateName "priceRange" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/priceRange> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: price range v2
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/priceRangeV2> a rdf:Property ;
  rdfs:label "price range v2" ;
  schema:alternateName "priceRangeV2" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/priceRangeV2> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: product category
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/productCategory> a rdf:Property ;
  rdfs:label "product category" ;
  schema:alternateName "productCategory" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/productCategory> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: product publications
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/productPublications> a rdf:Property ;
  rdfs:label "product publications" ;
  schema:alternateName "productPublications" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/productPublications> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: publication count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/publicationCount> a rdf:Property ;
  rdfs:label "publication count" ;
  schema:alternateName "publicationCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/publicationCount> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:int .

# Property: publications
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/publications> a rdf:Property ;
  rdfs:label "publications" ;
  schema:alternateName "publications" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/publications> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: published in context
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/publishedInContext> a rdf:Property ;
  rdfs:label "published in context" ;
  schema:alternateName "publishedInContext" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/publishedInContext> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: published on channel
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/publishedOnChannel> a rdf:Property ;
  rdfs:label "published on channel" ;
  schema:alternateName "publishedOnChannel" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/publishedOnChannel> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: published on current channel
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/publishedOnCurrentChannel> a rdf:Property ;
  rdfs:label "published on current channel" ;
  schema:alternateName "publishedOnCurrentChannel" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/publishedOnCurrentChannel> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: published on current publication
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/publishedOnCurrentPublication> a rdf:Property ;
  rdfs:label "published on current publication" ;
  schema:alternateName "publishedOnCurrentPublication" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/publishedOnCurrentPublication> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: published on publication
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/publishedOnPublication> a rdf:Property ;
  rdfs:label "published on publication" ;
  schema:alternateName "publishedOnPublication" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/publishedOnPublication> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: resource publication on current publication
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/resourcePublicationOnCurrentPublication> a rdf:Property ;
  rdfs:label "resource publication on current publication" ;
  schema:alternateName "resourcePublicationOnCurrentPublication" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/resourcePublicationOnCurrentPublication> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: resource publications
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/resourcePublications> a rdf:Property ;
  rdfs:label "resource publications" ;
  schema:alternateName "resourcePublications" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/resourcePublications> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: resource publications count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/resourcePublicationsCount> a rdf:Property ;
  rdfs:label "resource publications count" ;
  schema:alternateName "resourcePublicationsCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/resourcePublicationsCount> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: resource publications v2
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/resourcePublicationsV2> a rdf:Property ;
  rdfs:label "resource publications v2" ;
  schema:alternateName "resourcePublicationsV2" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/resourcePublicationsV2> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: restricted for resource
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/restrictedForResource> a rdf:Property ;
  rdfs:label "restricted for resource" ;
  schema:alternateName "restrictedForResource" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/restrictedForResource> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: selling plan group count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/sellingPlanGroupCount> a rdf:Property ;
  rdfs:label "selling plan group count" ;
  schema:alternateName "sellingPlanGroupCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/sellingPlanGroupCount> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:int .

# Property: selling plan groups
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/sellingPlanGroups> a rdf:Property ;
  rdfs:label "selling plan groups" ;
  schema:alternateName "sellingPlanGroups" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/sellingPlanGroups> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: selling plan groups count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/sellingPlanGroupsCount> a rdf:Property ;
  rdfs:label "selling plan groups count" ;
  schema:alternateName "sellingPlanGroupsCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/sellingPlanGroupsCount> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: seo
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/seo> a rdf:Property ;
  rdfs:label "seo" ;
  schema:alternateName "seo" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/seo> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: standardized product type
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/standardizedProductType> a rdf:Property ;
  rdfs:label "standardized product type" ;
  schema:alternateName "standardizedProductType" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/standardizedProductType> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: translations
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/translations> a rdf:Property ;
  rdfs:label "translations" ;
  schema:alternateName "translations" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/translations> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range shopify:Translation .

# Property: unpublished channels
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/unpublishedChannels> a rdf:Property ;
  rdfs:label "unpublished channels" ;
  schema:alternateName "unpublishedChannels" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/unpublishedChannels> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: unpublished publications
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/unpublishedPublications> a rdf:Property ;
  rdfs:label "unpublished publications" ;
  schema:alternateName "unpublishedPublications" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/unpublishedPublications> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: variants count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/variantsCount> a rdf:Property ;
  rdfs:label "variants count" ;
  schema:alternateName "variantsCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/variantsCount> ;
  rdfs:domain shopify:ProductCreatedEvent ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Product ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:long .

# Property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/title> a rdf:Property ;
  rdfs:label "title" ;
  rdfs:comment "Product title" ;
  schema:alternateName "title" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/title> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: body html
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/bodyHtml> a rdf:Property ;
  rdfs:label "body html" ;
  rdfs:comment "Description of the product in HTML" ;
  schema:alternateName "body_html" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/bodyHtml> ;
  rdfs:subPropertyOf schema:description ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: vendor
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/vendor> a rdf:Property ;
  rdfs:label "vendor" ;
  rdfs:comment "Name of the product vendor" ;
  schema:alternateName "vendor" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/vendor> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: product type
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/productType> a rdf:Property ;
  rdfs:label "product type" ;
  rdfs:comment "Categorization of the product" ;
  schema:alternateName "product_type" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/productType> ;
  rdfs:subPropertyOf schema:category ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: handle
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/handle> a rdf:Property ;
  rdfs:label "handle" ;
  rdfs:comment "URL-friendly unique handle" ;
  schema:alternateName "handle" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/handle> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/status> a rdf:Property ;
  rdfs:label "status" ;
  rdfs:comment "Product status" ;
  schema:alternateName "status" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/status> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string ;
  qb:codeList shopify:ProductStatusScheme .

# Property: tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/tags> a rdf:Property ;
  rdfs:label "tags" ;
  rdfs:comment "Comma-separated list of tags" ;
  schema:alternateName "tags" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/tags> ;
  rdfs:subPropertyOf schema:keywords ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: template suffix
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/templateSuffix> a rdf:Property ;
  rdfs:label "template suffix" ;
  rdfs:comment "Suffix of the Liquid template for the product page" ;
  schema:alternateName "template_suffix" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/templateSuffix> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: published scope
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/publishedScope> a rdf:Property ;
  rdfs:label "published scope" ;
  rdfs:comment "Whether the product is published to the Point of Sale channel" ;
  schema:alternateName "published_scope" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/publishedScope> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: published at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/publishedAt> a rdf:Property ;
  rdfs:label "published at" ;
  rdfs:comment "Date and time when the product was published" ;
  schema:alternateName "published_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/publishedAt> ;
  rdfs:subPropertyOf schema:datePublished ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:dateTime .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the product was created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the product was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:dateTime .

# Property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/adminGraphqlApiId> a rdf:Property ;
  rdfs:label "admin graphql api id" ;
  rdfs:comment "GraphQL Admin API ID" ;
  schema:alternateName "admin_graphql_api_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adminGraphqlApiId> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: variants
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/variants> a rdf:Property ;
  rdfs:label "variants" ;
  rdfs:comment "Product variants" ;
  schema:alternateName "variants" ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range shopify:ProductVariant .

# Property: options
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/options> a rdf:Property ;
  rdfs:label "options" ;
  rdfs:comment "Product options" ;
  schema:alternateName "options" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/options> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range shopify:ProductOption .

# Property: images
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/images> a rdf:Property ;
  rdfs:label "images" ;
  rdfs:comment "Product images" ;
  schema:alternateName "images" ;
  rdfs:subPropertyOf schema:image ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range shopify:ProductImage .

# Property: image
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/image> a rdf:Property ;
  rdfs:label "image" ;
  rdfs:comment "Primary product image" ;
  schema:alternateName "image" ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range shopify:ProductImage .

# Property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/metafields> a rdf:Property ;
  rdfs:label "metafields" ;
  rdfs:comment "Metafields associated with the resource" ;
  schema:alternateName "metafields" ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range shopify:Metafield .

# Property: description
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/description> a rdf:Property ;
  rdfs:label "description" ;
  rdfs:comment "Plaintext description of the product" ;
  schema:alternateName "description" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/description> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: description plain summary
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/descriptionPlainSummary> a rdf:Property ;
  rdfs:label "description plain summary" ;
  rdfs:comment "Truncated plaintext description for summaries" ;
  schema:alternateName "descriptionPlainSummary" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/descriptionPlainSummary> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: custom product type
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/customProductType> a rdf:Property ;
  rdfs:label "custom product type" ;
  rdfs:comment "Custom product type specified by the merchant" ;
  schema:alternateName "customProductType" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customProductType> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: default cursor
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/defaultCursor> a rdf:Property ;
  rdfs:label "default cursor" ;
  rdfs:comment "Default cursor for paginating through connections" ;
  schema:alternateName "defaultCursor" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/defaultCursor> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: gift card template suffix
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/giftCardTemplateSuffix> a rdf:Property ;
  rdfs:label "gift card template suffix" ;
  rdfs:comment "Suffix of the Liquid template for gift card products" ;
  schema:alternateName "giftCardTemplateSuffix" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/giftCardTemplateSuffix> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: has only default variant
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/hasOnlyDefaultVariant> a rdf:Property ;
  rdfs:label "has only default variant" ;
  rdfs:comment "Whether the product has only a single default variant" ;
  schema:alternateName "hasOnlyDefaultVariant" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/hasOnlyDefaultVariant> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: has out of stock variants
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/hasOutOfStockVariants> a rdf:Property ;
  rdfs:label "has out of stock variants" ;
  rdfs:comment "Whether the product has any variants that are out of stock" ;
  schema:alternateName "hasOutOfStockVariants" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/hasOutOfStockVariants> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: has variants that requires components
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/hasVariantsThatRequiresComponents> a rdf:Property ;
  rdfs:label "has variants that requires components" ;
  rdfs:comment "Whether the product has variants that require components" ;
  schema:alternateName "hasVariantsThatRequiresComponents" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/hasVariantsThatRequiresComponents> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: is gift card
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/isGiftCard> a rdf:Property ;
  rdfs:label "is gift card" ;
  rdfs:comment "Whether the product is a gift card" ;
  schema:alternateName "isGiftCard" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/isGiftCard> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: requires selling plan
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/requiresSellingPlan> a rdf:Property ;
  rdfs:label "requires selling plan" ;
  rdfs:comment "Whether a selling plan is required to purchase this product" ;
  schema:alternateName "requiresSellingPlan" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/requiresSellingPlan> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: tracks inventory
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/tracksInventory> a rdf:Property ;
  rdfs:label "tracks inventory" ;
  rdfs:comment "Whether inventory is tracked for this product" ;
  schema:alternateName "tracksInventory" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/tracksInventory> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: total inventory
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/totalInventory> a rdf:Property ;
  rdfs:label "total inventory" ;
  rdfs:comment "Total quantity of inventory across all variants and locations" ;
  schema:alternateName "totalInventory" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalInventory> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:int .

# Property: total variants
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/totalVariants> a rdf:Property ;
  rdfs:label "total variants" ;
  rdfs:comment "Total number of variants for this product" ;
  schema:alternateName "totalVariants" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalVariants> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:int .

# Property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/legacyResourceId> a rdf:Property ;
  rdfs:label "legacy resource id" ;
  rdfs:comment "Legacy resource ID for backwards compatibility" ;
  schema:alternateName "legacyResourceId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/legacyResourceId> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: online store preview url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/onlineStorePreviewUrl> a rdf:Property ;
  rdfs:label "online store preview url" ;
  rdfs:comment "Preview URL for the product on the online store" ;
  schema:alternateName "onlineStorePreviewUrl" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/onlineStorePreviewUrl> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:anyURI .

# Property: online store url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/onlineStoreUrl> a rdf:Property ;
  rdfs:label "online store url" ;
  rdfs:comment "URL for the product on the online store" ;
  schema:alternateName "onlineStoreUrl" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/onlineStoreUrl> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:anyURI .

# Property: storefront id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/storefrontId> a rdf:Property ;
  rdfs:label "storefront id" ;
  rdfs:comment "Storefront API ID for the product" ;
  schema:alternateName "storefrontId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/storefrontId> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: available publications count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/availablePublicationsCount> a rdf:Property ;
  rdfs:label "available publications count" ;
  schema:alternateName "availablePublicationsCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/availablePublicationsCount> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: graphql body html
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/graphqlBodyHtml> a rdf:Property ;
  rdfs:label "graphql body html" ;
  schema:alternateName "graphqlBodyHtml" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/graphqlBodyHtml> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: bundle components
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/bundleComponents> a rdf:Property ;
  rdfs:label "bundle components" ;
  schema:alternateName "bundleComponents" ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: category
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/category> a rdf:Property ;
  rdfs:label "category" ;
  schema:alternateName "category" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/category> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: collections
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/collections> a rdf:Property ;
  rdfs:label "collections" ;
  schema:alternateName "collections" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/collections> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: combined listing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/combinedListing> a rdf:Property ;
  rdfs:label "combined listing" ;
  schema:alternateName "combinedListing" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/combinedListing> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: combined listing role
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/combinedListingRole> a rdf:Property ;
  rdfs:label "combined listing role" ;
  schema:alternateName "combinedListingRole" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/combinedListingRole> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: compare at price range
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/compareAtPriceRange> a rdf:Property ;
  rdfs:label "compare at price range" ;
  schema:alternateName "compareAtPriceRange" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/compareAtPriceRange> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: contextual pricing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/contextualPricing> a rdf:Property ;
  rdfs:label "contextual pricing" ;
  schema:alternateName "contextualPricing" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/contextualPricing> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/events> a rdf:Property ;
  rdfs:label "events" ;
  schema:alternateName "events" ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: featured image
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/featuredImage> a rdf:Property ;
  rdfs:label "featured image" ;
  schema:alternateName "featuredImage" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/featuredImage> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: featured media
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/featuredMedia> a rdf:Property ;
  rdfs:label "featured media" ;
  schema:alternateName "featuredMedia" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/featuredMedia> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: feedback
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/feedback> a rdf:Property ;
  rdfs:label "feedback" ;
  schema:alternateName "feedback" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/feedback> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: in collection
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/inCollection> a rdf:Property ;
  rdfs:label "in collection" ;
  schema:alternateName "inCollection" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/inCollection> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: media
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/media> a rdf:Property ;
  rdfs:label "media" ;
  schema:alternateName "media" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/media> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: media count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/mediaCount> a rdf:Property ;
  rdfs:label "media count" ;
  schema:alternateName "mediaCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/mediaCount> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/metafield> a rdf:Property ;
  rdfs:label "metafield" ;
  schema:alternateName "metafield" ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: metafield definitions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/metafieldDefinitions> a rdf:Property ;
  rdfs:label "metafield definitions" ;
  schema:alternateName "metafieldDefinitions" ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: price range
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/priceRange> a rdf:Property ;
  rdfs:label "price range" ;
  schema:alternateName "priceRange" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/priceRange> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: price range v2
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/priceRangeV2> a rdf:Property ;
  rdfs:label "price range v2" ;
  schema:alternateName "priceRangeV2" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/priceRangeV2> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: product category
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/productCategory> a rdf:Property ;
  rdfs:label "product category" ;
  schema:alternateName "productCategory" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/productCategory> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: product publications
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/productPublications> a rdf:Property ;
  rdfs:label "product publications" ;
  schema:alternateName "productPublications" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/productPublications> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: publication count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/publicationCount> a rdf:Property ;
  rdfs:label "publication count" ;
  schema:alternateName "publicationCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/publicationCount> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:int .

# Property: publications
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/publications> a rdf:Property ;
  rdfs:label "publications" ;
  schema:alternateName "publications" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/publications> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: published in context
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/publishedInContext> a rdf:Property ;
  rdfs:label "published in context" ;
  schema:alternateName "publishedInContext" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/publishedInContext> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: published on channel
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/publishedOnChannel> a rdf:Property ;
  rdfs:label "published on channel" ;
  schema:alternateName "publishedOnChannel" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/publishedOnChannel> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: published on current channel
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/publishedOnCurrentChannel> a rdf:Property ;
  rdfs:label "published on current channel" ;
  schema:alternateName "publishedOnCurrentChannel" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/publishedOnCurrentChannel> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: published on current publication
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/publishedOnCurrentPublication> a rdf:Property ;
  rdfs:label "published on current publication" ;
  schema:alternateName "publishedOnCurrentPublication" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/publishedOnCurrentPublication> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: published on publication
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/publishedOnPublication> a rdf:Property ;
  rdfs:label "published on publication" ;
  schema:alternateName "publishedOnPublication" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/publishedOnPublication> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: resource publication on current publication
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/resourcePublicationOnCurrentPublication> a rdf:Property ;
  rdfs:label "resource publication on current publication" ;
  schema:alternateName "resourcePublicationOnCurrentPublication" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/resourcePublicationOnCurrentPublication> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: resource publications
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/resourcePublications> a rdf:Property ;
  rdfs:label "resource publications" ;
  schema:alternateName "resourcePublications" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/resourcePublications> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: resource publications count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/resourcePublicationsCount> a rdf:Property ;
  rdfs:label "resource publications count" ;
  schema:alternateName "resourcePublicationsCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/resourcePublicationsCount> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: resource publications v2
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/resourcePublicationsV2> a rdf:Property ;
  rdfs:label "resource publications v2" ;
  schema:alternateName "resourcePublicationsV2" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/resourcePublicationsV2> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: restricted for resource
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/restrictedForResource> a rdf:Property ;
  rdfs:label "restricted for resource" ;
  schema:alternateName "restrictedForResource" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/restrictedForResource> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: selling plan group count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/sellingPlanGroupCount> a rdf:Property ;
  rdfs:label "selling plan group count" ;
  schema:alternateName "sellingPlanGroupCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/sellingPlanGroupCount> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:int .

# Property: selling plan groups
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/sellingPlanGroups> a rdf:Property ;
  rdfs:label "selling plan groups" ;
  schema:alternateName "sellingPlanGroups" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/sellingPlanGroups> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: selling plan groups count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/sellingPlanGroupsCount> a rdf:Property ;
  rdfs:label "selling plan groups count" ;
  schema:alternateName "sellingPlanGroupsCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/sellingPlanGroupsCount> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: seo
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/seo> a rdf:Property ;
  rdfs:label "seo" ;
  schema:alternateName "seo" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/seo> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: standardized product type
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/standardizedProductType> a rdf:Property ;
  rdfs:label "standardized product type" ;
  schema:alternateName "standardizedProductType" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/standardizedProductType> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: translations
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/translations> a rdf:Property ;
  rdfs:label "translations" ;
  schema:alternateName "translations" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/translations> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range shopify:Translation .

# Property: unpublished channels
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/unpublishedChannels> a rdf:Property ;
  rdfs:label "unpublished channels" ;
  schema:alternateName "unpublishedChannels" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/unpublishedChannels> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: unpublished publications
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/unpublishedPublications> a rdf:Property ;
  rdfs:label "unpublished publications" ;
  schema:alternateName "unpublishedPublications" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/unpublishedPublications> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: variants count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/variantsCount> a rdf:Property ;
  rdfs:label "variants count" ;
  schema:alternateName "variantsCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/variantsCount> ;
  rdfs:domain shopify:ProductUpdatedEvent ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductDeletedEvent/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Deleted product ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:ProductDeletedEvent ;
  rdfs:range xsd:long .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Unique order ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:long .

# Property: order number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/orderNumber> a rdf:Property ;
  rdfs:label "order number" ;
  rdfs:comment "Shop-specific order number (e.g. 1001)" ;
  schema:alternateName "order_number" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/orderNumber> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:long .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/name> a rdf:Property ;
  rdfs:label "name" ;
  rdfs:comment "Order name including prefix (e.g. #1001)" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/email> a rdf:Property ;
  rdfs:label "email" ;
  rdfs:comment "Customer email address" ;
  schema:alternateName "email" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/email> ;
  rdfs:subPropertyOf schema:email ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: financial status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/financialStatus> a rdf:Property ;
  rdfs:label "financial status" ;
  rdfs:comment "Financial status of the order" ;
  schema:alternateName "financial_status" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/financialStatus> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string ;
  qb:codeList shopify:FinancialStatusScheme .

# Property: fulfillment status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/fulfillmentStatus> a rdf:Property ;
  rdfs:label "fulfillment status" ;
  rdfs:comment "Fulfillment status of the order (null means unfulfilled)" ;
  schema:alternateName "fulfillment_status" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/fulfillmentStatus> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string ;
  qb:codeList shopify:OrderFulfillmentStatusScheme .

# Property: total price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalPrice> a rdf:Property ;
  rdfs:label "total price" ;
  rdfs:comment "Total price of the order including taxes and discounts" ;
  schema:alternateName "total_price" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalPrice> ;
  rdfs:subPropertyOf schema:totalPrice ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: subtotal price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/subtotalPrice> a rdf:Property ;
  rdfs:label "subtotal price" ;
  rdfs:comment "Price of the order after discounts but before shipping and taxes" ;
  schema:alternateName "subtotal_price" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/subtotalPrice> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: total tax
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalTax> a rdf:Property ;
  rdfs:label "total tax" ;
  rdfs:comment "Sum of all taxes applied to the order" ;
  schema:alternateName "total_tax" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalTax> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: total discounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalDiscounts> a rdf:Property ;
  rdfs:label "total discounts" ;
  rdfs:comment "Total discounts applied to the order" ;
  schema:alternateName "total_discounts" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalDiscounts> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: total line items price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalLineItemsPrice> a rdf:Property ;
  rdfs:label "total line items price" ;
  rdfs:comment "Sum of all line item prices" ;
  schema:alternateName "total_line_items_price" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalLineItemsPrice> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currency> a rdf:Property ;
  rdfs:label "currency" ;
  rdfs:comment "Three-letter ISO 4217 currency code" ;
  schema:alternateName "currency" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currency> ;
  rdfs:subPropertyOf schema:priceCurrency ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/lineItems> a rdf:Property ;
  rdfs:label "line items" ;
  rdfs:comment "Line items in the order" ;
  schema:alternateName "line_items" ;
  rdfs:subPropertyOf schema:orderedItem ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range shopify:OrderLineItem .

# Property: billing address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/billingAddress> a rdf:Property ;
  rdfs:label "billing address" ;
  rdfs:comment "Billing address" ;
  schema:alternateName "billing_address" ;
  rdfs:subPropertyOf schema:billingAddress ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range shopify:Address .

# Property: shipping address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/shippingAddress> a rdf:Property ;
  rdfs:label "shipping address" ;
  rdfs:comment "Shipping address" ;
  schema:alternateName "shipping_address" ;
  rdfs:subPropertyOf schema:deliveryAddress ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range shopify:Address .

# Property: customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/customer> a rdf:Property ;
  rdfs:label "customer" ;
  rdfs:comment "Customer associated with the order" ;
  schema:alternateName "customer" ;
  rdfs:subPropertyOf schema:customer ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range shopify:Customer .

# Property: discount codes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/discountCodes> a rdf:Property ;
  rdfs:label "discount codes" ;
  rdfs:comment "Discount codes applied to the order" ;
  schema:alternateName "discount_codes" ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range shopify:DiscountCode .

# Property: tax lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/taxLines> a rdf:Property ;
  rdfs:label "tax lines" ;
  rdfs:comment "Tax lines on the order" ;
  schema:alternateName "tax_lines" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxLines> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range shopify:TaxLine .

# Property: shipping lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/shippingLines> a rdf:Property ;
  rdfs:label "shipping lines" ;
  rdfs:comment "Shipping lines on the order" ;
  schema:alternateName "shipping_lines" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/shippingLines> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range shopify:ShippingLine .

# Property: note
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/note> a rdf:Property ;
  rdfs:label "note" ;
  rdfs:comment "Optional note attached to the order" ;
  schema:alternateName "note" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/note> ;
  rdfs:subPropertyOf schema:description ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/tags> a rdf:Property ;
  rdfs:label "tags" ;
  rdfs:comment "Tags attached to the order (comma-separated)" ;
  schema:alternateName "tags" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/tags> ;
  rdfs:subPropertyOf schema:keywords ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: cancel reason
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/cancelReason> a rdf:Property ;
  rdfs:label "cancel reason" ;
  rdfs:comment "Reason the order was cancelled: customer, fraud, inventory, declined, other" ;
  schema:alternateName "cancel_reason" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/cancelReason> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: cancelled at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/cancelledAt> a rdf:Property ;
  rdfs:label "cancelled at" ;
  rdfs:comment "Date and time when the order was cancelled" ;
  schema:alternateName "cancelled_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/cancelledAt> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:dateTime .

# Property: closed at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/closedAt> a rdf:Property ;
  rdfs:label "closed at" ;
  rdfs:comment "Date and time when the order was closed" ;
  schema:alternateName "closed_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/closedAt> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:dateTime .

# Property: processed at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/processedAt> a rdf:Property ;
  rdfs:label "processed at" ;
  rdfs:comment "Date and time when the order was processed" ;
  schema:alternateName "processed_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/processedAt> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:dateTime .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the order was created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:orderDate ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the order was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:dateTime .

# Property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/adminGraphqlApiId> a rdf:Property ;
  rdfs:label "admin graphql api id" ;
  rdfs:comment "GraphQL Admin API ID" ;
  schema:alternateName "admin_graphql_api_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adminGraphqlApiId> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: source name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/sourceName> a rdf:Property ;
  rdfs:label "source name" ;
  rdfs:comment "Where the order originated (e.g. web, pos, shopify_draft_order)" ;
  schema:alternateName "source_name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/sourceName> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: gateway
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/gateway> a rdf:Property ;
  rdfs:label "gateway" ;
  rdfs:comment "Payment gateway used" ;
  schema:alternateName "gateway" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/gateway> ;
  rdfs:subPropertyOf schema:paymentMethod ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: test
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/test> a rdf:Property ;
  rdfs:label "test" ;
  rdfs:comment "Whether this is a test order" ;
  schema:alternateName "test" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/test> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: confirmed
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/confirmed> a rdf:Property ;
  rdfs:label "confirmed" ;
  rdfs:comment "Whether the order has been confirmed" ;
  schema:alternateName "confirmed" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/confirmed> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: buyer accepts marketing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/buyerAcceptsMarketing> a rdf:Property ;
  rdfs:label "buyer accepts marketing" ;
  rdfs:comment "Whether the buyer accepted marketing" ;
  schema:alternateName "buyer_accepts_marketing" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/buyerAcceptsMarketing> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: total weight
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalWeight> a rdf:Property ;
  rdfs:label "total weight" ;
  rdfs:comment "Total weight of the order in grams" ;
  schema:alternateName "total_weight" ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:long .

# Property: token
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/token> a rdf:Property ;
  rdfs:label "token" ;
  rdfs:comment "Unique token for the order" ;
  schema:alternateName "token" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/token> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: app id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/appId> a rdf:Property ;
  rdfs:label "app id" ;
  rdfs:comment "ID of the app that created the order" ;
  schema:alternateName "app_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/appId> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:long .

# Property: browser ip
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/browserIp> a rdf:Property ;
  rdfs:label "browser ip" ;
  rdfs:comment "IP address of the browser used to place the order" ;
  schema:alternateName "browser_ip" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/browserIp> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: landing site
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/landingSite> a rdf:Property ;
  rdfs:label "landing site" ;
  rdfs:comment "URL of the page where the buyer landed when entering the shop" ;
  schema:alternateName "landing_site" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/landingSite> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: referring site
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/referringSite> a rdf:Property ;
  rdfs:label "referring site" ;
  rdfs:comment "Website that referred the customer to the shop" ;
  schema:alternateName "referring_site" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/referringSite> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/phone> a rdf:Property ;
  rdfs:label "phone" ;
  rdfs:comment "Customer phone number" ;
  schema:alternateName "phone" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/phone> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: discount applications
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/discountApplications> a rdf:Property ;
  rdfs:label "discount applications" ;
  rdfs:comment "Discount applications on the order" ;
  schema:alternateName "discount_applications" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/discountApplications> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range shopify:DiscountApplication .

# Property: note attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/noteAttributes> a rdf:Property ;
  rdfs:label "note attributes" ;
  rdfs:comment "Custom attributes for the order" ;
  schema:alternateName "note_attributes" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/noteAttributes> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range shopify:NoteAttribute .

# Property: fulfillments
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/fulfillments> a rdf:Property ;
  rdfs:label "fulfillments" ;
  rdfs:comment "Fulfillments associated with the order" ;
  schema:alternateName "fulfillments" ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range shopify:Fulfillment .

# Property: refunds
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/refunds> a rdf:Property ;
  rdfs:label "refunds" ;
  rdfs:comment "Refunds applied to the order" ;
  schema:alternateName "refunds" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/refunds> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range shopify:Refund .

# Property: total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalPriceSet> a rdf:Property ;
  rdfs:label "total price set" ;
  rdfs:comment "Total price in shop and presentment currencies" ;
  schema:alternateName "total_price_set" ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range shopify:PriceSet .

# Property: subtotal price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/subtotalPriceSet> a rdf:Property ;
  rdfs:label "subtotal price set" ;
  rdfs:comment "Subtotal price in shop and presentment currencies" ;
  schema:alternateName "subtotal_price_set" ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range shopify:PriceSet .

# Property: total discounts set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalDiscountsSet> a rdf:Property ;
  rdfs:label "total discounts set" ;
  rdfs:comment "Total discounts in shop and presentment currencies" ;
  schema:alternateName "total_discounts_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalDiscountsSet> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range shopify:PriceSet .

# Property: total line items price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalLineItemsPriceSet> a rdf:Property ;
  rdfs:label "total line items price set" ;
  rdfs:comment "Total line items price in shop and presentment currencies" ;
  schema:alternateName "total_line_items_price_set" ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range shopify:PriceSet .

# Property: total tax set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalTaxSet> a rdf:Property ;
  rdfs:label "total tax set" ;
  rdfs:comment "Total tax in shop and presentment currencies" ;
  schema:alternateName "total_tax_set" ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range shopify:PriceSet .

# Property: total shipping price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalShippingPriceSet> a rdf:Property ;
  rdfs:label "total shipping price set" ;
  rdfs:comment "Total shipping price in shop and presentment currencies" ;
  schema:alternateName "total_shipping_price_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalShippingPriceSet> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range shopify:PriceSet .

# Property: current total price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currentTotalPrice> a rdf:Property ;
  rdfs:label "current total price" ;
  rdfs:comment "Current total price after edits, refunds, etc." ;
  schema:alternateName "current_total_price" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalPrice> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: current subtotal price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currentSubtotalPrice> a rdf:Property ;
  rdfs:label "current subtotal price" ;
  rdfs:comment "Current subtotal price after edits, refunds, etc." ;
  schema:alternateName "current_subtotal_price" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentSubtotalPrice> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: current total tax
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currentTotalTax> a rdf:Property ;
  rdfs:label "current total tax" ;
  rdfs:comment "Current total tax after edits, refunds, etc." ;
  schema:alternateName "current_total_tax" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalTax> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: current total discounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currentTotalDiscounts> a rdf:Property ;
  rdfs:label "current total discounts" ;
  rdfs:comment "Current total discounts after edits, refunds, etc." ;
  schema:alternateName "current_total_discounts" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalDiscounts> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: current total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currentTotalPriceSet> a rdf:Property ;
  rdfs:label "current total price set" ;
  rdfs:comment "Current total price in shop and presentment currencies" ;
  schema:alternateName "current_total_price_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalPriceSet> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range shopify:PriceSet .

# Property: current subtotal price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currentSubtotalPriceSet> a rdf:Property ;
  rdfs:label "current subtotal price set" ;
  rdfs:comment "Current subtotal price in shop and presentment currencies" ;
  schema:alternateName "current_subtotal_price_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentSubtotalPriceSet> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range shopify:PriceSet .

# Property: current total tax set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currentTotalTaxSet> a rdf:Property ;
  rdfs:label "current total tax set" ;
  rdfs:comment "Current total tax in shop and presentment currencies" ;
  schema:alternateName "current_total_tax_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalTaxSet> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range shopify:PriceSet .

# Property: current total discounts set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currentTotalDiscountsSet> a rdf:Property ;
  rdfs:label "current total discounts set" ;
  rdfs:comment "Current total discounts in shop and presentment currencies" ;
  schema:alternateName "current_total_discounts_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalDiscountsSet> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range shopify:PriceSet .

# Property: presentment currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/presentmentCurrency> a rdf:Property ;
  rdfs:label "presentment currency" ;
  rdfs:comment "Presentment currency for the order" ;
  schema:alternateName "presentment_currency" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/presentmentCurrency> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: payment gateway names
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/paymentGatewayNames> a rdf:Property ;
  rdfs:label "payment gateway names" ;
  rdfs:comment "List of payment gateways used for the order" ;
  schema:alternateName "payment_gateway_names" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/paymentGatewayNames> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: processing method
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/processingMethod> a rdf:Property ;
  rdfs:label "processing method" ;
  rdfs:comment "How the payment was processed" ;
  schema:alternateName "processing_method" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/processingMethod> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: client details
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/clientDetails> a rdf:Property ;
  rdfs:label "client details" ;
  rdfs:comment "Details about the client that created the order" ;
  schema:alternateName "client_details" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/clientDetails> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range shopify:ClientDetails .

# Property: taxes included
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/taxesIncluded> a rdf:Property ;
  rdfs:label "taxes included" ;
  rdfs:comment "Whether taxes are included in the order subtotal" ;
  schema:alternateName "taxes_included" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxesIncluded> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: order status url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/orderStatusUrl> a rdf:Property ;
  rdfs:label "order status url" ;
  rdfs:comment "URL for the order status page" ;
  schema:alternateName "order_status_url" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/orderStatusUrl> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: total tip received
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalTipReceived> a rdf:Property ;
  rdfs:label "total tip received" ;
  rdfs:comment "Total tip amount received" ;
  schema:alternateName "total_tip_received" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalTipReceived> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/number> a rdf:Property ;
  rdfs:label "number" ;
  rdfs:comment "Sequential order number for the shop" ;
  schema:alternateName "number" ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:long .

# Property: confirmation number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/confirmationNumber> a rdf:Property ;
  rdfs:label "confirmation number" ;
  rdfs:comment "Confirmation number for the order" ;
  schema:alternateName "confirmation_number" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/confirmationNumber> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/metafields> a rdf:Property ;
  rdfs:label "metafields" ;
  rdfs:comment "Metafields associated with the resource" ;
  schema:alternateName "metafields" ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range shopify:Metafield .

# Property: billing address matches shipping address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/billingAddressMatchesShippingAddress> a rdf:Property ;
  rdfs:label "billing address matches shipping address" ;
  schema:alternateName "billingAddressMatchesShippingAddress" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/billingAddressMatchesShippingAddress> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: can mark as paid
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/canMarkAsPaid> a rdf:Property ;
  rdfs:label "can mark as paid" ;
  schema:alternateName "canMarkAsPaid" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/canMarkAsPaid> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: can notify customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/canNotifyCustomer> a rdf:Property ;
  rdfs:label "can notify customer" ;
  schema:alternateName "canNotifyCustomer" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/canNotifyCustomer> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: capturable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/capturable> a rdf:Property ;
  rdfs:label "capturable" ;
  schema:alternateName "capturable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/capturable> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: client ip
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/clientIp> a rdf:Property ;
  rdfs:label "client ip" ;
  schema:alternateName "clientIp" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/clientIp> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: closed
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/closed> a rdf:Property ;
  rdfs:label "closed" ;
  schema:alternateName "closed" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/closed> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: current subtotal line items quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currentSubtotalLineItemsQuantity> a rdf:Property ;
  rdfs:label "current subtotal line items quantity" ;
  schema:alternateName "currentSubtotalLineItemsQuantity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentSubtotalLineItemsQuantity> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:int .

# Property: current total weight
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currentTotalWeight> a rdf:Property ;
  rdfs:label "current total weight" ;
  schema:alternateName "currentTotalWeight" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalWeight> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: customer accepts marketing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/customerAcceptsMarketing> a rdf:Property ;
  rdfs:label "customer accepts marketing" ;
  schema:alternateName "customerAcceptsMarketing" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customerAcceptsMarketing> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: customer locale
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/customerLocale> a rdf:Property ;
  rdfs:label "customer locale" ;
  schema:alternateName "customerLocale" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customerLocale> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: discount code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/discountCode> a rdf:Property ;
  rdfs:label "discount code" ;
  schema:alternateName "discountCode" ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: duties included
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/dutiesIncluded> a rdf:Property ;
  rdfs:label "duties included" ;
  schema:alternateName "dutiesIncluded" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/dutiesIncluded> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: edited
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/edited> a rdf:Property ;
  rdfs:label "edited" ;
  schema:alternateName "edited" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/edited> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: estimated taxes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/estimatedTaxes> a rdf:Property ;
  rdfs:label "estimated taxes" ;
  schema:alternateName "estimatedTaxes" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/estimatedTaxes> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: fulfillable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/fulfillable> a rdf:Property ;
  rdfs:label "fulfillable" ;
  schema:alternateName "fulfillable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/fulfillable> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: fully paid
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/fullyPaid> a rdf:Property ;
  rdfs:label "fully paid" ;
  schema:alternateName "fullyPaid" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/fullyPaid> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: has timeline comment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/hasTimelineComment> a rdf:Property ;
  rdfs:label "has timeline comment" ;
  schema:alternateName "hasTimelineComment" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/hasTimelineComment> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: landing page display text
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/landingPageDisplayText> a rdf:Property ;
  rdfs:label "landing page display text" ;
  schema:alternateName "landingPageDisplayText" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/landingPageDisplayText> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: landing page url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/landingPageUrl> a rdf:Property ;
  rdfs:label "landing page url" ;
  schema:alternateName "landingPageUrl" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/landingPageUrl> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:anyURI .

# Property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/legacyResourceId> a rdf:Property ;
  rdfs:label "legacy resource id" ;
  schema:alternateName "legacyResourceId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/legacyResourceId> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: merchant editable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/merchantEditable> a rdf:Property ;
  rdfs:label "merchant editable" ;
  schema:alternateName "merchantEditable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/merchantEditable> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: merchant editable errors
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/merchantEditableErrors> a rdf:Property ;
  rdfs:label "merchant editable errors" ;
  schema:alternateName "merchantEditableErrors" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/merchantEditableErrors> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: po number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/poNumber> a rdf:Property ;
  rdfs:label "po number" ;
  schema:alternateName "poNumber" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/poNumber> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: referral code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/referralCode> a rdf:Property ;
  rdfs:label "referral code" ;
  schema:alternateName "referralCode" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/referralCode> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: referrer display text
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/referrerDisplayText> a rdf:Property ;
  rdfs:label "referrer display text" ;
  schema:alternateName "referrerDisplayText" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/referrerDisplayText> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: referrer url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/referrerUrl> a rdf:Property ;
  rdfs:label "referrer url" ;
  schema:alternateName "referrerUrl" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/referrerUrl> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:anyURI .

# Property: refundable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/refundable> a rdf:Property ;
  rdfs:label "refundable" ;
  schema:alternateName "refundable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/refundable> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: registered source url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/registeredSourceUrl> a rdf:Property ;
  rdfs:label "registered source url" ;
  schema:alternateName "registeredSourceUrl" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/registeredSourceUrl> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:anyURI .

# Property: requires shipping
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/requiresShipping> a rdf:Property ;
  rdfs:label "requires shipping" ;
  schema:alternateName "requiresShipping" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/requiresShipping> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: restockable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/restockable> a rdf:Property ;
  rdfs:label "restockable" ;
  schema:alternateName "restockable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/restockable> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: source identifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/sourceIdentifier> a rdf:Property ;
  rdfs:label "source identifier" ;
  schema:alternateName "sourceIdentifier" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/sourceIdentifier> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: status page url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/statusPageUrl> a rdf:Property ;
  rdfs:label "status page url" ;
  schema:alternateName "statusPageUrl" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/statusPageUrl> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:anyURI .

# Property: subtotal line items quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/subtotalLineItemsQuantity> a rdf:Property ;
  rdfs:label "subtotal line items quantity" ;
  schema:alternateName "subtotalLineItemsQuantity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/subtotalLineItemsQuantity> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:int .

# Property: tax exempt
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/taxExempt> a rdf:Property ;
  rdfs:label "tax exempt" ;
  schema:alternateName "taxExempt" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxExempt> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: unpaid
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/unpaid> a rdf:Property ;
  rdfs:label "unpaid" ;
  schema:alternateName "unpaid" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/unpaid> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: additional fees
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/additionalFees> a rdf:Property ;
  rdfs:label "additional fees" ;
  schema:alternateName "additionalFees" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/additionalFees> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range shopify:AdditionalFee .

# Property: agreements
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/agreements> a rdf:Property ;
  rdfs:label "agreements" ;
  schema:alternateName "agreements" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/agreements> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: alerts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/alerts> a rdf:Property ;
  rdfs:label "alerts" ;
  schema:alternateName "alerts" ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range shopify:ResourceAlert .

# Property: app
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/app> a rdf:Property ;
  rdfs:label "app" ;
  schema:alternateName "app" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/app> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: cancellation
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/cancellation> a rdf:Property ;
  rdfs:label "cancellation" ;
  schema:alternateName "cancellation" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/cancellation> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: cart discount amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/cartDiscountAmount> a rdf:Property ;
  rdfs:label "cart discount amount" ;
  schema:alternateName "cartDiscountAmount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/cartDiscountAmount> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: cart discount amount set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/cartDiscountAmountSet> a rdf:Property ;
  rdfs:label "cart discount amount set" ;
  schema:alternateName "cartDiscountAmountSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/cartDiscountAmountSet> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: channel
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/channel> a rdf:Property ;
  rdfs:label "channel" ;
  schema:alternateName "channel" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/channel> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: channel information
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/channelInformation> a rdf:Property ;
  rdfs:label "channel information" ;
  schema:alternateName "channelInformation" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/channelInformation> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: currency code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currencyCode> a rdf:Property ;
  rdfs:label "currency code" ;
  schema:alternateName "currencyCode" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currencyCode> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: current cart discount amount set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currentCartDiscountAmountSet> a rdf:Property ;
  rdfs:label "current cart discount amount set" ;
  schema:alternateName "currentCartDiscountAmountSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentCartDiscountAmountSet> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: current shipping price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currentShippingPriceSet> a rdf:Property ;
  rdfs:label "current shipping price set" ;
  schema:alternateName "currentShippingPriceSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentShippingPriceSet> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: current tax lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currentTaxLines> a rdf:Property ;
  rdfs:label "current tax lines" ;
  schema:alternateName "currentTaxLines" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTaxLines> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range shopify:TaxLine .

# Property: current total additional fees set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currentTotalAdditionalFeesSet> a rdf:Property ;
  rdfs:label "current total additional fees set" ;
  schema:alternateName "currentTotalAdditionalFeesSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalAdditionalFeesSet> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: current total duties set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currentTotalDutiesSet> a rdf:Property ;
  rdfs:label "current total duties set" ;
  schema:alternateName "currentTotalDutiesSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalDutiesSet> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: custom attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/customAttributes> a rdf:Property ;
  rdfs:label "custom attributes" ;
  schema:alternateName "customAttributes" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customAttributes> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range shopify:Attribute .

# Property: customer journey
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/customerJourney> a rdf:Property ;
  rdfs:label "customer journey" ;
  schema:alternateName "customerJourney" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customerJourney> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: customer journey summary
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/customerJourneySummary> a rdf:Property ;
  rdfs:label "customer journey summary" ;
  schema:alternateName "customerJourneySummary" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customerJourneySummary> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: display address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/displayAddress> a rdf:Property ;
  rdfs:label "display address" ;
  schema:alternateName "displayAddress" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/displayAddress> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: display financial status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/displayFinancialStatus> a rdf:Property ;
  rdfs:label "display financial status" ;
  schema:alternateName "displayFinancialStatus" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/displayFinancialStatus> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: display fulfillment status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/displayFulfillmentStatus> a rdf:Property ;
  rdfs:label "display fulfillment status" ;
  schema:alternateName "displayFulfillmentStatus" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/displayFulfillmentStatus> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: disputes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/disputes> a rdf:Property ;
  rdfs:label "disputes" ;
  schema:alternateName "disputes" ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range shopify:OrderDisputeSummary .

# Property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/events> a rdf:Property ;
  rdfs:label "events" ;
  schema:alternateName "events" ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: exchange v2s
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/exchangeV2s> a rdf:Property ;
  rdfs:label "exchange v2s" ;
  schema:alternateName "exchangeV2s" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/exchangeV2s> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: fulfillment orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/fulfillmentOrders> a rdf:Property ;
  rdfs:label "fulfillment orders" ;
  schema:alternateName "fulfillmentOrders" ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: fulfillments count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/fulfillmentsCount> a rdf:Property ;
  rdfs:label "fulfillments count" ;
  schema:alternateName "fulfillmentsCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/fulfillmentsCount> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: localization extensions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/localizationExtensions> a rdf:Property ;
  rdfs:label "localization extensions" ;
  schema:alternateName "localizationExtensions" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/localizationExtensions> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: localized fields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/localizedFields> a rdf:Property ;
  rdfs:label "localized fields" ;
  schema:alternateName "localizedFields" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/localizedFields> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: merchant business entity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/merchantBusinessEntity> a rdf:Property ;
  rdfs:label "merchant business entity" ;
  schema:alternateName "merchantBusinessEntity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/merchantBusinessEntity> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: merchant of record app
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/merchantOfRecordApp> a rdf:Property ;
  rdfs:label "merchant of record app" ;
  schema:alternateName "merchantOfRecordApp" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/merchantOfRecordApp> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/metafield> a rdf:Property ;
  rdfs:label "metafield" ;
  schema:alternateName "metafield" ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: metafield definitions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/metafieldDefinitions> a rdf:Property ;
  rdfs:label "metafield definitions" ;
  schema:alternateName "metafieldDefinitions" ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: net payment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/netPayment> a rdf:Property ;
  rdfs:label "net payment" ;
  schema:alternateName "netPayment" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/netPayment> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: net payment set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/netPaymentSet> a rdf:Property ;
  rdfs:label "net payment set" ;
  schema:alternateName "netPaymentSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/netPaymentSet> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: non fulfillable line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/nonFulfillableLineItems> a rdf:Property ;
  rdfs:label "non fulfillable line items" ;
  schema:alternateName "nonFulfillableLineItems" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/nonFulfillableLineItems> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: original total additional fees set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/originalTotalAdditionalFeesSet> a rdf:Property ;
  rdfs:label "original total additional fees set" ;
  schema:alternateName "originalTotalAdditionalFeesSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/originalTotalAdditionalFeesSet> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: original total duties set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/originalTotalDutiesSet> a rdf:Property ;
  rdfs:label "original total duties set" ;
  schema:alternateName "originalTotalDutiesSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/originalTotalDutiesSet> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: original total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/originalTotalPriceSet> a rdf:Property ;
  rdfs:label "original total price set" ;
  schema:alternateName "originalTotalPriceSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/originalTotalPriceSet> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: payment collection details
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/paymentCollectionDetails> a rdf:Property ;
  rdfs:label "payment collection details" ;
  schema:alternateName "paymentCollectionDetails" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/paymentCollectionDetails> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: payment terms
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/paymentTerms> a rdf:Property ;
  rdfs:label "payment terms" ;
  schema:alternateName "paymentTerms" ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: physical location
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/physicalLocation> a rdf:Property ;
  rdfs:label "physical location" ;
  schema:alternateName "physicalLocation" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/physicalLocation> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: presentment currency code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/presentmentCurrencyCode> a rdf:Property ;
  rdfs:label "presentment currency code" ;
  schema:alternateName "presentmentCurrencyCode" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/presentmentCurrencyCode> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: publication
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/publication> a rdf:Property ;
  rdfs:label "publication" ;
  schema:alternateName "publication" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/publication> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: purchasing entity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/purchasingEntity> a rdf:Property ;
  rdfs:label "purchasing entity" ;
  schema:alternateName "purchasingEntity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/purchasingEntity> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: refund discrepancy set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/refundDiscrepancySet> a rdf:Property ;
  rdfs:label "refund discrepancy set" ;
  schema:alternateName "refundDiscrepancySet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/refundDiscrepancySet> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: retail location
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/retailLocation> a rdf:Property ;
  rdfs:label "retail location" ;
  schema:alternateName "retailLocation" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/retailLocation> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: return status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/returnStatus> a rdf:Property ;
  rdfs:label "return status" ;
  schema:alternateName "returnStatus" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/returnStatus> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: returns
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/returns> a rdf:Property ;
  rdfs:label "returns" ;
  schema:alternateName "returns" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/returns> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: risk
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/risk> a rdf:Property ;
  rdfs:label "risk" ;
  schema:alternateName "risk" ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: risk level
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/riskLevel> a rdf:Property ;
  rdfs:label "risk level" ;
  schema:alternateName "riskLevel" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/riskLevel> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: risks
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/risks> a rdf:Property ;
  rdfs:label "risks" ;
  schema:alternateName "risks" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/risks> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range shopify:OrderRisk .

# Property: shipping line
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/shippingLine> a rdf:Property ;
  rdfs:label "shipping line" ;
  schema:alternateName "shippingLine" ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: shopify protect
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/shopifyProtect> a rdf:Property ;
  rdfs:label "shopify protect" ;
  schema:alternateName "shopifyProtect" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/shopifyProtect> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: staff member
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/staffMember> a rdf:Property ;
  rdfs:label "staff member" ;
  schema:alternateName "staffMember" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/staffMember> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: suggested refund
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/suggestedRefund> a rdf:Property ;
  rdfs:label "suggested refund" ;
  schema:alternateName "suggestedRefund" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/suggestedRefund> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: total capturable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalCapturable> a rdf:Property ;
  rdfs:label "total capturable" ;
  schema:alternateName "totalCapturable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalCapturable> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: total capturable set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalCapturableSet> a rdf:Property ;
  rdfs:label "total capturable set" ;
  schema:alternateName "totalCapturableSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalCapturableSet> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: total cash rounding adjustment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalCashRoundingAdjustment> a rdf:Property ;
  rdfs:label "total cash rounding adjustment" ;
  schema:alternateName "totalCashRoundingAdjustment" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalCashRoundingAdjustment> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: total outstanding set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalOutstandingSet> a rdf:Property ;
  rdfs:label "total outstanding set" ;
  schema:alternateName "totalOutstandingSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalOutstandingSet> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: total received
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalReceived> a rdf:Property ;
  rdfs:label "total received" ;
  schema:alternateName "totalReceived" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalReceived> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: total received set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalReceivedSet> a rdf:Property ;
  rdfs:label "total received set" ;
  schema:alternateName "totalReceivedSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalReceivedSet> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: total refunded
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalRefunded> a rdf:Property ;
  rdfs:label "total refunded" ;
  schema:alternateName "totalRefunded" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalRefunded> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: total refunded set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalRefundedSet> a rdf:Property ;
  rdfs:label "total refunded set" ;
  schema:alternateName "totalRefundedSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalRefundedSet> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: total refunded shipping set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalRefundedShippingSet> a rdf:Property ;
  rdfs:label "total refunded shipping set" ;
  schema:alternateName "totalRefundedShippingSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalRefundedShippingSet> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: total shipping price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalShippingPrice> a rdf:Property ;
  rdfs:label "total shipping price" ;
  schema:alternateName "totalShippingPrice" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalShippingPrice> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: total tip received set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalTipReceivedSet> a rdf:Property ;
  rdfs:label "total tip received set" ;
  schema:alternateName "totalTipReceivedSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalTipReceivedSet> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: transactions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/transactions> a rdf:Property ;
  rdfs:label "transactions" ;
  schema:alternateName "transactions" ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range shopify:OrderTransaction .

# Property: transactions count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/transactionsCount> a rdf:Property ;
  rdfs:label "transactions count" ;
  schema:alternateName "transactionsCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/transactionsCount> ;
  rdfs:domain shopify:OrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Unique order ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:long .

# Property: order number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/orderNumber> a rdf:Property ;
  rdfs:label "order number" ;
  rdfs:comment "Shop-specific order number (e.g. 1001)" ;
  schema:alternateName "order_number" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/orderNumber> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:long .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/name> a rdf:Property ;
  rdfs:label "name" ;
  rdfs:comment "Order name including prefix (e.g. #1001)" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/email> a rdf:Property ;
  rdfs:label "email" ;
  rdfs:comment "Customer email address" ;
  schema:alternateName "email" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/email> ;
  rdfs:subPropertyOf schema:email ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: financial status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/financialStatus> a rdf:Property ;
  rdfs:label "financial status" ;
  rdfs:comment "Financial status of the order" ;
  schema:alternateName "financial_status" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/financialStatus> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string ;
  qb:codeList shopify:FinancialStatusScheme .

# Property: fulfillment status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/fulfillmentStatus> a rdf:Property ;
  rdfs:label "fulfillment status" ;
  rdfs:comment "Fulfillment status of the order (null means unfulfilled)" ;
  schema:alternateName "fulfillment_status" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/fulfillmentStatus> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string ;
  qb:codeList shopify:OrderFulfillmentStatusScheme .

# Property: total price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalPrice> a rdf:Property ;
  rdfs:label "total price" ;
  rdfs:comment "Total price of the order including taxes and discounts" ;
  schema:alternateName "total_price" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalPrice> ;
  rdfs:subPropertyOf schema:totalPrice ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: subtotal price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/subtotalPrice> a rdf:Property ;
  rdfs:label "subtotal price" ;
  rdfs:comment "Price of the order after discounts but before shipping and taxes" ;
  schema:alternateName "subtotal_price" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/subtotalPrice> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: total tax
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalTax> a rdf:Property ;
  rdfs:label "total tax" ;
  rdfs:comment "Sum of all taxes applied to the order" ;
  schema:alternateName "total_tax" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalTax> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: total discounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalDiscounts> a rdf:Property ;
  rdfs:label "total discounts" ;
  rdfs:comment "Total discounts applied to the order" ;
  schema:alternateName "total_discounts" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalDiscounts> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: total line items price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalLineItemsPrice> a rdf:Property ;
  rdfs:label "total line items price" ;
  rdfs:comment "Sum of all line item prices" ;
  schema:alternateName "total_line_items_price" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalLineItemsPrice> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currency> a rdf:Property ;
  rdfs:label "currency" ;
  rdfs:comment "Three-letter ISO 4217 currency code" ;
  schema:alternateName "currency" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currency> ;
  rdfs:subPropertyOf schema:priceCurrency ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/lineItems> a rdf:Property ;
  rdfs:label "line items" ;
  rdfs:comment "Line items in the order" ;
  schema:alternateName "line_items" ;
  rdfs:subPropertyOf schema:orderedItem ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range shopify:OrderLineItem .

# Property: billing address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/billingAddress> a rdf:Property ;
  rdfs:label "billing address" ;
  rdfs:comment "Billing address" ;
  schema:alternateName "billing_address" ;
  rdfs:subPropertyOf schema:billingAddress ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range shopify:Address .

# Property: shipping address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/shippingAddress> a rdf:Property ;
  rdfs:label "shipping address" ;
  rdfs:comment "Shipping address" ;
  schema:alternateName "shipping_address" ;
  rdfs:subPropertyOf schema:deliveryAddress ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range shopify:Address .

# Property: customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/customer> a rdf:Property ;
  rdfs:label "customer" ;
  rdfs:comment "Customer associated with the order" ;
  schema:alternateName "customer" ;
  rdfs:subPropertyOf schema:customer ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range shopify:Customer .

# Property: discount codes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/discountCodes> a rdf:Property ;
  rdfs:label "discount codes" ;
  rdfs:comment "Discount codes applied to the order" ;
  schema:alternateName "discount_codes" ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range shopify:DiscountCode .

# Property: tax lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/taxLines> a rdf:Property ;
  rdfs:label "tax lines" ;
  rdfs:comment "Tax lines on the order" ;
  schema:alternateName "tax_lines" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxLines> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range shopify:TaxLine .

# Property: shipping lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/shippingLines> a rdf:Property ;
  rdfs:label "shipping lines" ;
  rdfs:comment "Shipping lines on the order" ;
  schema:alternateName "shipping_lines" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/shippingLines> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range shopify:ShippingLine .

# Property: note
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/note> a rdf:Property ;
  rdfs:label "note" ;
  rdfs:comment "Optional note attached to the order" ;
  schema:alternateName "note" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/note> ;
  rdfs:subPropertyOf schema:description ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/tags> a rdf:Property ;
  rdfs:label "tags" ;
  rdfs:comment "Tags attached to the order (comma-separated)" ;
  schema:alternateName "tags" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/tags> ;
  rdfs:subPropertyOf schema:keywords ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: cancel reason
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/cancelReason> a rdf:Property ;
  rdfs:label "cancel reason" ;
  rdfs:comment "Reason the order was cancelled: customer, fraud, inventory, declined, other" ;
  schema:alternateName "cancel_reason" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/cancelReason> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: cancelled at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/cancelledAt> a rdf:Property ;
  rdfs:label "cancelled at" ;
  rdfs:comment "Date and time when the order was cancelled" ;
  schema:alternateName "cancelled_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/cancelledAt> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:dateTime .

# Property: closed at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/closedAt> a rdf:Property ;
  rdfs:label "closed at" ;
  rdfs:comment "Date and time when the order was closed" ;
  schema:alternateName "closed_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/closedAt> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:dateTime .

# Property: processed at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/processedAt> a rdf:Property ;
  rdfs:label "processed at" ;
  rdfs:comment "Date and time when the order was processed" ;
  schema:alternateName "processed_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/processedAt> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:dateTime .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the order was created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:orderDate ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the order was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:dateTime .

# Property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/adminGraphqlApiId> a rdf:Property ;
  rdfs:label "admin graphql api id" ;
  rdfs:comment "GraphQL Admin API ID" ;
  schema:alternateName "admin_graphql_api_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adminGraphqlApiId> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: source name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/sourceName> a rdf:Property ;
  rdfs:label "source name" ;
  rdfs:comment "Where the order originated (e.g. web, pos, shopify_draft_order)" ;
  schema:alternateName "source_name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/sourceName> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: gateway
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/gateway> a rdf:Property ;
  rdfs:label "gateway" ;
  rdfs:comment "Payment gateway used" ;
  schema:alternateName "gateway" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/gateway> ;
  rdfs:subPropertyOf schema:paymentMethod ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: test
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/test> a rdf:Property ;
  rdfs:label "test" ;
  rdfs:comment "Whether this is a test order" ;
  schema:alternateName "test" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/test> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: confirmed
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/confirmed> a rdf:Property ;
  rdfs:label "confirmed" ;
  rdfs:comment "Whether the order has been confirmed" ;
  schema:alternateName "confirmed" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/confirmed> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: buyer accepts marketing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/buyerAcceptsMarketing> a rdf:Property ;
  rdfs:label "buyer accepts marketing" ;
  rdfs:comment "Whether the buyer accepted marketing" ;
  schema:alternateName "buyer_accepts_marketing" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/buyerAcceptsMarketing> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: total weight
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalWeight> a rdf:Property ;
  rdfs:label "total weight" ;
  rdfs:comment "Total weight of the order in grams" ;
  schema:alternateName "total_weight" ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:long .

# Property: token
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/token> a rdf:Property ;
  rdfs:label "token" ;
  rdfs:comment "Unique token for the order" ;
  schema:alternateName "token" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/token> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: app id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/appId> a rdf:Property ;
  rdfs:label "app id" ;
  rdfs:comment "ID of the app that created the order" ;
  schema:alternateName "app_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/appId> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:long .

# Property: browser ip
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/browserIp> a rdf:Property ;
  rdfs:label "browser ip" ;
  rdfs:comment "IP address of the browser used to place the order" ;
  schema:alternateName "browser_ip" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/browserIp> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: landing site
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/landingSite> a rdf:Property ;
  rdfs:label "landing site" ;
  rdfs:comment "URL of the page where the buyer landed when entering the shop" ;
  schema:alternateName "landing_site" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/landingSite> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: referring site
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/referringSite> a rdf:Property ;
  rdfs:label "referring site" ;
  rdfs:comment "Website that referred the customer to the shop" ;
  schema:alternateName "referring_site" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/referringSite> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/phone> a rdf:Property ;
  rdfs:label "phone" ;
  rdfs:comment "Customer phone number" ;
  schema:alternateName "phone" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/phone> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: discount applications
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/discountApplications> a rdf:Property ;
  rdfs:label "discount applications" ;
  rdfs:comment "Discount applications on the order" ;
  schema:alternateName "discount_applications" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/discountApplications> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range shopify:DiscountApplication .

# Property: note attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/noteAttributes> a rdf:Property ;
  rdfs:label "note attributes" ;
  rdfs:comment "Custom attributes for the order" ;
  schema:alternateName "note_attributes" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/noteAttributes> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range shopify:NoteAttribute .

# Property: fulfillments
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/fulfillments> a rdf:Property ;
  rdfs:label "fulfillments" ;
  rdfs:comment "Fulfillments associated with the order" ;
  schema:alternateName "fulfillments" ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range shopify:Fulfillment .

# Property: refunds
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/refunds> a rdf:Property ;
  rdfs:label "refunds" ;
  rdfs:comment "Refunds applied to the order" ;
  schema:alternateName "refunds" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/refunds> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range shopify:Refund .

# Property: total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalPriceSet> a rdf:Property ;
  rdfs:label "total price set" ;
  rdfs:comment "Total price in shop and presentment currencies" ;
  schema:alternateName "total_price_set" ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range shopify:PriceSet .

# Property: subtotal price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/subtotalPriceSet> a rdf:Property ;
  rdfs:label "subtotal price set" ;
  rdfs:comment "Subtotal price in shop and presentment currencies" ;
  schema:alternateName "subtotal_price_set" ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range shopify:PriceSet .

# Property: total discounts set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalDiscountsSet> a rdf:Property ;
  rdfs:label "total discounts set" ;
  rdfs:comment "Total discounts in shop and presentment currencies" ;
  schema:alternateName "total_discounts_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalDiscountsSet> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range shopify:PriceSet .

# Property: total line items price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalLineItemsPriceSet> a rdf:Property ;
  rdfs:label "total line items price set" ;
  rdfs:comment "Total line items price in shop and presentment currencies" ;
  schema:alternateName "total_line_items_price_set" ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range shopify:PriceSet .

# Property: total tax set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalTaxSet> a rdf:Property ;
  rdfs:label "total tax set" ;
  rdfs:comment "Total tax in shop and presentment currencies" ;
  schema:alternateName "total_tax_set" ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range shopify:PriceSet .

# Property: total shipping price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalShippingPriceSet> a rdf:Property ;
  rdfs:label "total shipping price set" ;
  rdfs:comment "Total shipping price in shop and presentment currencies" ;
  schema:alternateName "total_shipping_price_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalShippingPriceSet> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range shopify:PriceSet .

# Property: current total price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currentTotalPrice> a rdf:Property ;
  rdfs:label "current total price" ;
  rdfs:comment "Current total price after edits, refunds, etc." ;
  schema:alternateName "current_total_price" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalPrice> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: current subtotal price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currentSubtotalPrice> a rdf:Property ;
  rdfs:label "current subtotal price" ;
  rdfs:comment "Current subtotal price after edits, refunds, etc." ;
  schema:alternateName "current_subtotal_price" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentSubtotalPrice> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: current total tax
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currentTotalTax> a rdf:Property ;
  rdfs:label "current total tax" ;
  rdfs:comment "Current total tax after edits, refunds, etc." ;
  schema:alternateName "current_total_tax" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalTax> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: current total discounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currentTotalDiscounts> a rdf:Property ;
  rdfs:label "current total discounts" ;
  rdfs:comment "Current total discounts after edits, refunds, etc." ;
  schema:alternateName "current_total_discounts" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalDiscounts> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: current total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currentTotalPriceSet> a rdf:Property ;
  rdfs:label "current total price set" ;
  rdfs:comment "Current total price in shop and presentment currencies" ;
  schema:alternateName "current_total_price_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalPriceSet> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range shopify:PriceSet .

# Property: current subtotal price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currentSubtotalPriceSet> a rdf:Property ;
  rdfs:label "current subtotal price set" ;
  rdfs:comment "Current subtotal price in shop and presentment currencies" ;
  schema:alternateName "current_subtotal_price_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentSubtotalPriceSet> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range shopify:PriceSet .

# Property: current total tax set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currentTotalTaxSet> a rdf:Property ;
  rdfs:label "current total tax set" ;
  rdfs:comment "Current total tax in shop and presentment currencies" ;
  schema:alternateName "current_total_tax_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalTaxSet> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range shopify:PriceSet .

# Property: current total discounts set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currentTotalDiscountsSet> a rdf:Property ;
  rdfs:label "current total discounts set" ;
  rdfs:comment "Current total discounts in shop and presentment currencies" ;
  schema:alternateName "current_total_discounts_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalDiscountsSet> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range shopify:PriceSet .

# Property: presentment currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/presentmentCurrency> a rdf:Property ;
  rdfs:label "presentment currency" ;
  rdfs:comment "Presentment currency for the order" ;
  schema:alternateName "presentment_currency" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/presentmentCurrency> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: payment gateway names
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/paymentGatewayNames> a rdf:Property ;
  rdfs:label "payment gateway names" ;
  rdfs:comment "List of payment gateways used for the order" ;
  schema:alternateName "payment_gateway_names" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/paymentGatewayNames> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: processing method
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/processingMethod> a rdf:Property ;
  rdfs:label "processing method" ;
  rdfs:comment "How the payment was processed" ;
  schema:alternateName "processing_method" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/processingMethod> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: client details
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/clientDetails> a rdf:Property ;
  rdfs:label "client details" ;
  rdfs:comment "Details about the client that created the order" ;
  schema:alternateName "client_details" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/clientDetails> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range shopify:ClientDetails .

# Property: taxes included
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/taxesIncluded> a rdf:Property ;
  rdfs:label "taxes included" ;
  rdfs:comment "Whether taxes are included in the order subtotal" ;
  schema:alternateName "taxes_included" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxesIncluded> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: order status url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/orderStatusUrl> a rdf:Property ;
  rdfs:label "order status url" ;
  rdfs:comment "URL for the order status page" ;
  schema:alternateName "order_status_url" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/orderStatusUrl> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: total tip received
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalTipReceived> a rdf:Property ;
  rdfs:label "total tip received" ;
  rdfs:comment "Total tip amount received" ;
  schema:alternateName "total_tip_received" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalTipReceived> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/number> a rdf:Property ;
  rdfs:label "number" ;
  rdfs:comment "Sequential order number for the shop" ;
  schema:alternateName "number" ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:long .

# Property: confirmation number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/confirmationNumber> a rdf:Property ;
  rdfs:label "confirmation number" ;
  rdfs:comment "Confirmation number for the order" ;
  schema:alternateName "confirmation_number" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/confirmationNumber> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/metafields> a rdf:Property ;
  rdfs:label "metafields" ;
  rdfs:comment "Metafields associated with the resource" ;
  schema:alternateName "metafields" ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range shopify:Metafield .

# Property: billing address matches shipping address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/billingAddressMatchesShippingAddress> a rdf:Property ;
  rdfs:label "billing address matches shipping address" ;
  schema:alternateName "billingAddressMatchesShippingAddress" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/billingAddressMatchesShippingAddress> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: can mark as paid
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/canMarkAsPaid> a rdf:Property ;
  rdfs:label "can mark as paid" ;
  schema:alternateName "canMarkAsPaid" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/canMarkAsPaid> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: can notify customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/canNotifyCustomer> a rdf:Property ;
  rdfs:label "can notify customer" ;
  schema:alternateName "canNotifyCustomer" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/canNotifyCustomer> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: capturable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/capturable> a rdf:Property ;
  rdfs:label "capturable" ;
  schema:alternateName "capturable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/capturable> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: client ip
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/clientIp> a rdf:Property ;
  rdfs:label "client ip" ;
  schema:alternateName "clientIp" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/clientIp> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: closed
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/closed> a rdf:Property ;
  rdfs:label "closed" ;
  schema:alternateName "closed" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/closed> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: current subtotal line items quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currentSubtotalLineItemsQuantity> a rdf:Property ;
  rdfs:label "current subtotal line items quantity" ;
  schema:alternateName "currentSubtotalLineItemsQuantity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentSubtotalLineItemsQuantity> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:int .

# Property: current total weight
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currentTotalWeight> a rdf:Property ;
  rdfs:label "current total weight" ;
  schema:alternateName "currentTotalWeight" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalWeight> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: customer accepts marketing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/customerAcceptsMarketing> a rdf:Property ;
  rdfs:label "customer accepts marketing" ;
  schema:alternateName "customerAcceptsMarketing" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customerAcceptsMarketing> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: customer locale
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/customerLocale> a rdf:Property ;
  rdfs:label "customer locale" ;
  schema:alternateName "customerLocale" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customerLocale> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: discount code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/discountCode> a rdf:Property ;
  rdfs:label "discount code" ;
  schema:alternateName "discountCode" ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: duties included
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/dutiesIncluded> a rdf:Property ;
  rdfs:label "duties included" ;
  schema:alternateName "dutiesIncluded" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/dutiesIncluded> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: edited
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/edited> a rdf:Property ;
  rdfs:label "edited" ;
  schema:alternateName "edited" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/edited> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: estimated taxes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/estimatedTaxes> a rdf:Property ;
  rdfs:label "estimated taxes" ;
  schema:alternateName "estimatedTaxes" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/estimatedTaxes> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: fulfillable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/fulfillable> a rdf:Property ;
  rdfs:label "fulfillable" ;
  schema:alternateName "fulfillable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/fulfillable> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: fully paid
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/fullyPaid> a rdf:Property ;
  rdfs:label "fully paid" ;
  schema:alternateName "fullyPaid" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/fullyPaid> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: has timeline comment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/hasTimelineComment> a rdf:Property ;
  rdfs:label "has timeline comment" ;
  schema:alternateName "hasTimelineComment" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/hasTimelineComment> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: landing page display text
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/landingPageDisplayText> a rdf:Property ;
  rdfs:label "landing page display text" ;
  schema:alternateName "landingPageDisplayText" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/landingPageDisplayText> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: landing page url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/landingPageUrl> a rdf:Property ;
  rdfs:label "landing page url" ;
  schema:alternateName "landingPageUrl" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/landingPageUrl> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:anyURI .

# Property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/legacyResourceId> a rdf:Property ;
  rdfs:label "legacy resource id" ;
  schema:alternateName "legacyResourceId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/legacyResourceId> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: merchant editable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/merchantEditable> a rdf:Property ;
  rdfs:label "merchant editable" ;
  schema:alternateName "merchantEditable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/merchantEditable> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: merchant editable errors
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/merchantEditableErrors> a rdf:Property ;
  rdfs:label "merchant editable errors" ;
  schema:alternateName "merchantEditableErrors" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/merchantEditableErrors> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: po number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/poNumber> a rdf:Property ;
  rdfs:label "po number" ;
  schema:alternateName "poNumber" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/poNumber> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: referral code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/referralCode> a rdf:Property ;
  rdfs:label "referral code" ;
  schema:alternateName "referralCode" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/referralCode> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: referrer display text
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/referrerDisplayText> a rdf:Property ;
  rdfs:label "referrer display text" ;
  schema:alternateName "referrerDisplayText" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/referrerDisplayText> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: referrer url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/referrerUrl> a rdf:Property ;
  rdfs:label "referrer url" ;
  schema:alternateName "referrerUrl" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/referrerUrl> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:anyURI .

# Property: refundable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/refundable> a rdf:Property ;
  rdfs:label "refundable" ;
  schema:alternateName "refundable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/refundable> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: registered source url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/registeredSourceUrl> a rdf:Property ;
  rdfs:label "registered source url" ;
  schema:alternateName "registeredSourceUrl" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/registeredSourceUrl> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:anyURI .

# Property: requires shipping
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/requiresShipping> a rdf:Property ;
  rdfs:label "requires shipping" ;
  schema:alternateName "requiresShipping" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/requiresShipping> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: restockable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/restockable> a rdf:Property ;
  rdfs:label "restockable" ;
  schema:alternateName "restockable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/restockable> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: source identifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/sourceIdentifier> a rdf:Property ;
  rdfs:label "source identifier" ;
  schema:alternateName "sourceIdentifier" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/sourceIdentifier> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: status page url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/statusPageUrl> a rdf:Property ;
  rdfs:label "status page url" ;
  schema:alternateName "statusPageUrl" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/statusPageUrl> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:anyURI .

# Property: subtotal line items quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/subtotalLineItemsQuantity> a rdf:Property ;
  rdfs:label "subtotal line items quantity" ;
  schema:alternateName "subtotalLineItemsQuantity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/subtotalLineItemsQuantity> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:int .

# Property: tax exempt
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/taxExempt> a rdf:Property ;
  rdfs:label "tax exempt" ;
  schema:alternateName "taxExempt" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxExempt> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: unpaid
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/unpaid> a rdf:Property ;
  rdfs:label "unpaid" ;
  schema:alternateName "unpaid" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/unpaid> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: additional fees
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/additionalFees> a rdf:Property ;
  rdfs:label "additional fees" ;
  schema:alternateName "additionalFees" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/additionalFees> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range shopify:AdditionalFee .

# Property: agreements
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/agreements> a rdf:Property ;
  rdfs:label "agreements" ;
  schema:alternateName "agreements" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/agreements> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: alerts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/alerts> a rdf:Property ;
  rdfs:label "alerts" ;
  schema:alternateName "alerts" ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range shopify:ResourceAlert .

# Property: app
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/app> a rdf:Property ;
  rdfs:label "app" ;
  schema:alternateName "app" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/app> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: cancellation
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/cancellation> a rdf:Property ;
  rdfs:label "cancellation" ;
  schema:alternateName "cancellation" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/cancellation> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: cart discount amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/cartDiscountAmount> a rdf:Property ;
  rdfs:label "cart discount amount" ;
  schema:alternateName "cartDiscountAmount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/cartDiscountAmount> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: cart discount amount set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/cartDiscountAmountSet> a rdf:Property ;
  rdfs:label "cart discount amount set" ;
  schema:alternateName "cartDiscountAmountSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/cartDiscountAmountSet> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: channel
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/channel> a rdf:Property ;
  rdfs:label "channel" ;
  schema:alternateName "channel" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/channel> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: channel information
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/channelInformation> a rdf:Property ;
  rdfs:label "channel information" ;
  schema:alternateName "channelInformation" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/channelInformation> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: currency code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currencyCode> a rdf:Property ;
  rdfs:label "currency code" ;
  schema:alternateName "currencyCode" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currencyCode> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: current cart discount amount set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currentCartDiscountAmountSet> a rdf:Property ;
  rdfs:label "current cart discount amount set" ;
  schema:alternateName "currentCartDiscountAmountSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentCartDiscountAmountSet> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: current shipping price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currentShippingPriceSet> a rdf:Property ;
  rdfs:label "current shipping price set" ;
  schema:alternateName "currentShippingPriceSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentShippingPriceSet> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: current tax lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currentTaxLines> a rdf:Property ;
  rdfs:label "current tax lines" ;
  schema:alternateName "currentTaxLines" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTaxLines> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range shopify:TaxLine .

# Property: current total additional fees set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currentTotalAdditionalFeesSet> a rdf:Property ;
  rdfs:label "current total additional fees set" ;
  schema:alternateName "currentTotalAdditionalFeesSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalAdditionalFeesSet> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: current total duties set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currentTotalDutiesSet> a rdf:Property ;
  rdfs:label "current total duties set" ;
  schema:alternateName "currentTotalDutiesSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalDutiesSet> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: custom attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/customAttributes> a rdf:Property ;
  rdfs:label "custom attributes" ;
  schema:alternateName "customAttributes" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customAttributes> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range shopify:Attribute .

# Property: customer journey
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/customerJourney> a rdf:Property ;
  rdfs:label "customer journey" ;
  schema:alternateName "customerJourney" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customerJourney> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: customer journey summary
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/customerJourneySummary> a rdf:Property ;
  rdfs:label "customer journey summary" ;
  schema:alternateName "customerJourneySummary" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customerJourneySummary> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: display address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/displayAddress> a rdf:Property ;
  rdfs:label "display address" ;
  schema:alternateName "displayAddress" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/displayAddress> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: display financial status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/displayFinancialStatus> a rdf:Property ;
  rdfs:label "display financial status" ;
  schema:alternateName "displayFinancialStatus" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/displayFinancialStatus> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: display fulfillment status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/displayFulfillmentStatus> a rdf:Property ;
  rdfs:label "display fulfillment status" ;
  schema:alternateName "displayFulfillmentStatus" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/displayFulfillmentStatus> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: disputes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/disputes> a rdf:Property ;
  rdfs:label "disputes" ;
  schema:alternateName "disputes" ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range shopify:OrderDisputeSummary .

# Property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/events> a rdf:Property ;
  rdfs:label "events" ;
  schema:alternateName "events" ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: exchange v2s
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/exchangeV2s> a rdf:Property ;
  rdfs:label "exchange v2s" ;
  schema:alternateName "exchangeV2s" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/exchangeV2s> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: fulfillment orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/fulfillmentOrders> a rdf:Property ;
  rdfs:label "fulfillment orders" ;
  schema:alternateName "fulfillmentOrders" ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: fulfillments count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/fulfillmentsCount> a rdf:Property ;
  rdfs:label "fulfillments count" ;
  schema:alternateName "fulfillmentsCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/fulfillmentsCount> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: localization extensions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/localizationExtensions> a rdf:Property ;
  rdfs:label "localization extensions" ;
  schema:alternateName "localizationExtensions" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/localizationExtensions> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: localized fields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/localizedFields> a rdf:Property ;
  rdfs:label "localized fields" ;
  schema:alternateName "localizedFields" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/localizedFields> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: merchant business entity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/merchantBusinessEntity> a rdf:Property ;
  rdfs:label "merchant business entity" ;
  schema:alternateName "merchantBusinessEntity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/merchantBusinessEntity> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: merchant of record app
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/merchantOfRecordApp> a rdf:Property ;
  rdfs:label "merchant of record app" ;
  schema:alternateName "merchantOfRecordApp" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/merchantOfRecordApp> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/metafield> a rdf:Property ;
  rdfs:label "metafield" ;
  schema:alternateName "metafield" ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: metafield definitions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/metafieldDefinitions> a rdf:Property ;
  rdfs:label "metafield definitions" ;
  schema:alternateName "metafieldDefinitions" ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: net payment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/netPayment> a rdf:Property ;
  rdfs:label "net payment" ;
  schema:alternateName "netPayment" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/netPayment> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: net payment set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/netPaymentSet> a rdf:Property ;
  rdfs:label "net payment set" ;
  schema:alternateName "netPaymentSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/netPaymentSet> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: non fulfillable line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/nonFulfillableLineItems> a rdf:Property ;
  rdfs:label "non fulfillable line items" ;
  schema:alternateName "nonFulfillableLineItems" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/nonFulfillableLineItems> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: original total additional fees set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/originalTotalAdditionalFeesSet> a rdf:Property ;
  rdfs:label "original total additional fees set" ;
  schema:alternateName "originalTotalAdditionalFeesSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/originalTotalAdditionalFeesSet> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: original total duties set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/originalTotalDutiesSet> a rdf:Property ;
  rdfs:label "original total duties set" ;
  schema:alternateName "originalTotalDutiesSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/originalTotalDutiesSet> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: original total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/originalTotalPriceSet> a rdf:Property ;
  rdfs:label "original total price set" ;
  schema:alternateName "originalTotalPriceSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/originalTotalPriceSet> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: payment collection details
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/paymentCollectionDetails> a rdf:Property ;
  rdfs:label "payment collection details" ;
  schema:alternateName "paymentCollectionDetails" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/paymentCollectionDetails> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: payment terms
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/paymentTerms> a rdf:Property ;
  rdfs:label "payment terms" ;
  schema:alternateName "paymentTerms" ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: physical location
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/physicalLocation> a rdf:Property ;
  rdfs:label "physical location" ;
  schema:alternateName "physicalLocation" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/physicalLocation> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: presentment currency code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/presentmentCurrencyCode> a rdf:Property ;
  rdfs:label "presentment currency code" ;
  schema:alternateName "presentmentCurrencyCode" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/presentmentCurrencyCode> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: publication
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/publication> a rdf:Property ;
  rdfs:label "publication" ;
  schema:alternateName "publication" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/publication> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: purchasing entity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/purchasingEntity> a rdf:Property ;
  rdfs:label "purchasing entity" ;
  schema:alternateName "purchasingEntity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/purchasingEntity> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: refund discrepancy set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/refundDiscrepancySet> a rdf:Property ;
  rdfs:label "refund discrepancy set" ;
  schema:alternateName "refundDiscrepancySet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/refundDiscrepancySet> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: retail location
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/retailLocation> a rdf:Property ;
  rdfs:label "retail location" ;
  schema:alternateName "retailLocation" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/retailLocation> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: return status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/returnStatus> a rdf:Property ;
  rdfs:label "return status" ;
  schema:alternateName "returnStatus" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/returnStatus> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: returns
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/returns> a rdf:Property ;
  rdfs:label "returns" ;
  schema:alternateName "returns" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/returns> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: risk
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/risk> a rdf:Property ;
  rdfs:label "risk" ;
  schema:alternateName "risk" ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: risk level
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/riskLevel> a rdf:Property ;
  rdfs:label "risk level" ;
  schema:alternateName "riskLevel" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/riskLevel> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: risks
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/risks> a rdf:Property ;
  rdfs:label "risks" ;
  schema:alternateName "risks" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/risks> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range shopify:OrderRisk .

# Property: shipping line
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/shippingLine> a rdf:Property ;
  rdfs:label "shipping line" ;
  schema:alternateName "shippingLine" ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: shopify protect
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/shopifyProtect> a rdf:Property ;
  rdfs:label "shopify protect" ;
  schema:alternateName "shopifyProtect" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/shopifyProtect> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: staff member
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/staffMember> a rdf:Property ;
  rdfs:label "staff member" ;
  schema:alternateName "staffMember" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/staffMember> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: suggested refund
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/suggestedRefund> a rdf:Property ;
  rdfs:label "suggested refund" ;
  schema:alternateName "suggestedRefund" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/suggestedRefund> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: total capturable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalCapturable> a rdf:Property ;
  rdfs:label "total capturable" ;
  schema:alternateName "totalCapturable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalCapturable> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: total capturable set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalCapturableSet> a rdf:Property ;
  rdfs:label "total capturable set" ;
  schema:alternateName "totalCapturableSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalCapturableSet> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: total cash rounding adjustment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalCashRoundingAdjustment> a rdf:Property ;
  rdfs:label "total cash rounding adjustment" ;
  schema:alternateName "totalCashRoundingAdjustment" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalCashRoundingAdjustment> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: total outstanding set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalOutstandingSet> a rdf:Property ;
  rdfs:label "total outstanding set" ;
  schema:alternateName "totalOutstandingSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalOutstandingSet> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: total received
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalReceived> a rdf:Property ;
  rdfs:label "total received" ;
  schema:alternateName "totalReceived" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalReceived> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: total received set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalReceivedSet> a rdf:Property ;
  rdfs:label "total received set" ;
  schema:alternateName "totalReceivedSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalReceivedSet> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: total refunded
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalRefunded> a rdf:Property ;
  rdfs:label "total refunded" ;
  schema:alternateName "totalRefunded" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalRefunded> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: total refunded set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalRefundedSet> a rdf:Property ;
  rdfs:label "total refunded set" ;
  schema:alternateName "totalRefundedSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalRefundedSet> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: total refunded shipping set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalRefundedShippingSet> a rdf:Property ;
  rdfs:label "total refunded shipping set" ;
  schema:alternateName "totalRefundedShippingSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalRefundedShippingSet> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: total shipping price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalShippingPrice> a rdf:Property ;
  rdfs:label "total shipping price" ;
  schema:alternateName "totalShippingPrice" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalShippingPrice> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: total tip received set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalTipReceivedSet> a rdf:Property ;
  rdfs:label "total tip received set" ;
  schema:alternateName "totalTipReceivedSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalTipReceivedSet> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: transactions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/transactions> a rdf:Property ;
  rdfs:label "transactions" ;
  schema:alternateName "transactions" ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range shopify:OrderTransaction .

# Property: transactions count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/transactionsCount> a rdf:Property ;
  rdfs:label "transactions count" ;
  schema:alternateName "transactionsCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/transactionsCount> ;
  rdfs:domain shopify:OrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Unique order ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:long .

# Property: order number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/orderNumber> a rdf:Property ;
  rdfs:label "order number" ;
  rdfs:comment "Shop-specific order number (e.g. 1001)" ;
  schema:alternateName "order_number" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/orderNumber> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:long .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/name> a rdf:Property ;
  rdfs:label "name" ;
  rdfs:comment "Order name including prefix (e.g. #1001)" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/email> a rdf:Property ;
  rdfs:label "email" ;
  rdfs:comment "Customer email address" ;
  schema:alternateName "email" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/email> ;
  rdfs:subPropertyOf schema:email ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: financial status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/financialStatus> a rdf:Property ;
  rdfs:label "financial status" ;
  rdfs:comment "Financial status of the order" ;
  schema:alternateName "financial_status" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/financialStatus> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string ;
  qb:codeList shopify:FinancialStatusScheme .

# Property: fulfillment status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/fulfillmentStatus> a rdf:Property ;
  rdfs:label "fulfillment status" ;
  rdfs:comment "Fulfillment status of the order (null means unfulfilled)" ;
  schema:alternateName "fulfillment_status" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/fulfillmentStatus> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string ;
  qb:codeList shopify:OrderFulfillmentStatusScheme .

# Property: total price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalPrice> a rdf:Property ;
  rdfs:label "total price" ;
  rdfs:comment "Total price of the order including taxes and discounts" ;
  schema:alternateName "total_price" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalPrice> ;
  rdfs:subPropertyOf schema:totalPrice ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: subtotal price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/subtotalPrice> a rdf:Property ;
  rdfs:label "subtotal price" ;
  rdfs:comment "Price of the order after discounts but before shipping and taxes" ;
  schema:alternateName "subtotal_price" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/subtotalPrice> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: total tax
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalTax> a rdf:Property ;
  rdfs:label "total tax" ;
  rdfs:comment "Sum of all taxes applied to the order" ;
  schema:alternateName "total_tax" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalTax> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: total discounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalDiscounts> a rdf:Property ;
  rdfs:label "total discounts" ;
  rdfs:comment "Total discounts applied to the order" ;
  schema:alternateName "total_discounts" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalDiscounts> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: total line items price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalLineItemsPrice> a rdf:Property ;
  rdfs:label "total line items price" ;
  rdfs:comment "Sum of all line item prices" ;
  schema:alternateName "total_line_items_price" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalLineItemsPrice> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currency> a rdf:Property ;
  rdfs:label "currency" ;
  rdfs:comment "Three-letter ISO 4217 currency code" ;
  schema:alternateName "currency" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currency> ;
  rdfs:subPropertyOf schema:priceCurrency ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/lineItems> a rdf:Property ;
  rdfs:label "line items" ;
  rdfs:comment "Line items in the order" ;
  schema:alternateName "line_items" ;
  rdfs:subPropertyOf schema:orderedItem ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range shopify:OrderLineItem .

# Property: billing address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/billingAddress> a rdf:Property ;
  rdfs:label "billing address" ;
  rdfs:comment "Billing address" ;
  schema:alternateName "billing_address" ;
  rdfs:subPropertyOf schema:billingAddress ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range shopify:Address .

# Property: shipping address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/shippingAddress> a rdf:Property ;
  rdfs:label "shipping address" ;
  rdfs:comment "Shipping address" ;
  schema:alternateName "shipping_address" ;
  rdfs:subPropertyOf schema:deliveryAddress ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range shopify:Address .

# Property: customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/customer> a rdf:Property ;
  rdfs:label "customer" ;
  rdfs:comment "Customer associated with the order" ;
  schema:alternateName "customer" ;
  rdfs:subPropertyOf schema:customer ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range shopify:Customer .

# Property: discount codes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/discountCodes> a rdf:Property ;
  rdfs:label "discount codes" ;
  rdfs:comment "Discount codes applied to the order" ;
  schema:alternateName "discount_codes" ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range shopify:DiscountCode .

# Property: tax lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/taxLines> a rdf:Property ;
  rdfs:label "tax lines" ;
  rdfs:comment "Tax lines on the order" ;
  schema:alternateName "tax_lines" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxLines> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range shopify:TaxLine .

# Property: shipping lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/shippingLines> a rdf:Property ;
  rdfs:label "shipping lines" ;
  rdfs:comment "Shipping lines on the order" ;
  schema:alternateName "shipping_lines" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/shippingLines> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range shopify:ShippingLine .

# Property: note
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/note> a rdf:Property ;
  rdfs:label "note" ;
  rdfs:comment "Optional note attached to the order" ;
  schema:alternateName "note" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/note> ;
  rdfs:subPropertyOf schema:description ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/tags> a rdf:Property ;
  rdfs:label "tags" ;
  rdfs:comment "Tags attached to the order (comma-separated)" ;
  schema:alternateName "tags" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/tags> ;
  rdfs:subPropertyOf schema:keywords ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: cancel reason
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/cancelReason> a rdf:Property ;
  rdfs:label "cancel reason" ;
  rdfs:comment "Reason the order was cancelled: customer, fraud, inventory, declined, other" ;
  schema:alternateName "cancel_reason" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/cancelReason> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: cancelled at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/cancelledAt> a rdf:Property ;
  rdfs:label "cancelled at" ;
  rdfs:comment "Date and time when the order was cancelled" ;
  schema:alternateName "cancelled_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/cancelledAt> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:dateTime .

# Property: closed at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/closedAt> a rdf:Property ;
  rdfs:label "closed at" ;
  rdfs:comment "Date and time when the order was closed" ;
  schema:alternateName "closed_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/closedAt> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:dateTime .

# Property: processed at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/processedAt> a rdf:Property ;
  rdfs:label "processed at" ;
  rdfs:comment "Date and time when the order was processed" ;
  schema:alternateName "processed_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/processedAt> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:dateTime .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the order was created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:orderDate ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the order was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:dateTime .

# Property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/adminGraphqlApiId> a rdf:Property ;
  rdfs:label "admin graphql api id" ;
  rdfs:comment "GraphQL Admin API ID" ;
  schema:alternateName "admin_graphql_api_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adminGraphqlApiId> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: source name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/sourceName> a rdf:Property ;
  rdfs:label "source name" ;
  rdfs:comment "Where the order originated (e.g. web, pos, shopify_draft_order)" ;
  schema:alternateName "source_name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/sourceName> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: gateway
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/gateway> a rdf:Property ;
  rdfs:label "gateway" ;
  rdfs:comment "Payment gateway used" ;
  schema:alternateName "gateway" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/gateway> ;
  rdfs:subPropertyOf schema:paymentMethod ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: test
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/test> a rdf:Property ;
  rdfs:label "test" ;
  rdfs:comment "Whether this is a test order" ;
  schema:alternateName "test" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/test> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:boolean .

# Property: confirmed
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/confirmed> a rdf:Property ;
  rdfs:label "confirmed" ;
  rdfs:comment "Whether the order has been confirmed" ;
  schema:alternateName "confirmed" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/confirmed> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:boolean .

# Property: buyer accepts marketing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/buyerAcceptsMarketing> a rdf:Property ;
  rdfs:label "buyer accepts marketing" ;
  rdfs:comment "Whether the buyer accepted marketing" ;
  schema:alternateName "buyer_accepts_marketing" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/buyerAcceptsMarketing> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:boolean .

# Property: total weight
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalWeight> a rdf:Property ;
  rdfs:label "total weight" ;
  rdfs:comment "Total weight of the order in grams" ;
  schema:alternateName "total_weight" ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:long .

# Property: token
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/token> a rdf:Property ;
  rdfs:label "token" ;
  rdfs:comment "Unique token for the order" ;
  schema:alternateName "token" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/token> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: app id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/appId> a rdf:Property ;
  rdfs:label "app id" ;
  rdfs:comment "ID of the app that created the order" ;
  schema:alternateName "app_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/appId> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:long .

# Property: browser ip
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/browserIp> a rdf:Property ;
  rdfs:label "browser ip" ;
  rdfs:comment "IP address of the browser used to place the order" ;
  schema:alternateName "browser_ip" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/browserIp> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: landing site
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/landingSite> a rdf:Property ;
  rdfs:label "landing site" ;
  rdfs:comment "URL of the page where the buyer landed when entering the shop" ;
  schema:alternateName "landing_site" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/landingSite> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: referring site
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/referringSite> a rdf:Property ;
  rdfs:label "referring site" ;
  rdfs:comment "Website that referred the customer to the shop" ;
  schema:alternateName "referring_site" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/referringSite> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/phone> a rdf:Property ;
  rdfs:label "phone" ;
  rdfs:comment "Customer phone number" ;
  schema:alternateName "phone" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/phone> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: discount applications
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/discountApplications> a rdf:Property ;
  rdfs:label "discount applications" ;
  rdfs:comment "Discount applications on the order" ;
  schema:alternateName "discount_applications" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/discountApplications> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range shopify:DiscountApplication .

# Property: note attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/noteAttributes> a rdf:Property ;
  rdfs:label "note attributes" ;
  rdfs:comment "Custom attributes for the order" ;
  schema:alternateName "note_attributes" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/noteAttributes> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range shopify:NoteAttribute .

# Property: fulfillments
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/fulfillments> a rdf:Property ;
  rdfs:label "fulfillments" ;
  rdfs:comment "Fulfillments associated with the order" ;
  schema:alternateName "fulfillments" ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range shopify:Fulfillment .

# Property: refunds
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/refunds> a rdf:Property ;
  rdfs:label "refunds" ;
  rdfs:comment "Refunds applied to the order" ;
  schema:alternateName "refunds" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/refunds> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range shopify:Refund .

# Property: total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalPriceSet> a rdf:Property ;
  rdfs:label "total price set" ;
  rdfs:comment "Total price in shop and presentment currencies" ;
  schema:alternateName "total_price_set" ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range shopify:PriceSet .

# Property: subtotal price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/subtotalPriceSet> a rdf:Property ;
  rdfs:label "subtotal price set" ;
  rdfs:comment "Subtotal price in shop and presentment currencies" ;
  schema:alternateName "subtotal_price_set" ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range shopify:PriceSet .

# Property: total discounts set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalDiscountsSet> a rdf:Property ;
  rdfs:label "total discounts set" ;
  rdfs:comment "Total discounts in shop and presentment currencies" ;
  schema:alternateName "total_discounts_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalDiscountsSet> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range shopify:PriceSet .

# Property: total line items price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalLineItemsPriceSet> a rdf:Property ;
  rdfs:label "total line items price set" ;
  rdfs:comment "Total line items price in shop and presentment currencies" ;
  schema:alternateName "total_line_items_price_set" ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range shopify:PriceSet .

# Property: total tax set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalTaxSet> a rdf:Property ;
  rdfs:label "total tax set" ;
  rdfs:comment "Total tax in shop and presentment currencies" ;
  schema:alternateName "total_tax_set" ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range shopify:PriceSet .

# Property: total shipping price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalShippingPriceSet> a rdf:Property ;
  rdfs:label "total shipping price set" ;
  rdfs:comment "Total shipping price in shop and presentment currencies" ;
  schema:alternateName "total_shipping_price_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalShippingPriceSet> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range shopify:PriceSet .

# Property: current total price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currentTotalPrice> a rdf:Property ;
  rdfs:label "current total price" ;
  rdfs:comment "Current total price after edits, refunds, etc." ;
  schema:alternateName "current_total_price" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalPrice> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: current subtotal price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currentSubtotalPrice> a rdf:Property ;
  rdfs:label "current subtotal price" ;
  rdfs:comment "Current subtotal price after edits, refunds, etc." ;
  schema:alternateName "current_subtotal_price" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentSubtotalPrice> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: current total tax
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currentTotalTax> a rdf:Property ;
  rdfs:label "current total tax" ;
  rdfs:comment "Current total tax after edits, refunds, etc." ;
  schema:alternateName "current_total_tax" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalTax> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: current total discounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currentTotalDiscounts> a rdf:Property ;
  rdfs:label "current total discounts" ;
  rdfs:comment "Current total discounts after edits, refunds, etc." ;
  schema:alternateName "current_total_discounts" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalDiscounts> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: current total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currentTotalPriceSet> a rdf:Property ;
  rdfs:label "current total price set" ;
  rdfs:comment "Current total price in shop and presentment currencies" ;
  schema:alternateName "current_total_price_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalPriceSet> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range shopify:PriceSet .

# Property: current subtotal price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currentSubtotalPriceSet> a rdf:Property ;
  rdfs:label "current subtotal price set" ;
  rdfs:comment "Current subtotal price in shop and presentment currencies" ;
  schema:alternateName "current_subtotal_price_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentSubtotalPriceSet> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range shopify:PriceSet .

# Property: current total tax set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currentTotalTaxSet> a rdf:Property ;
  rdfs:label "current total tax set" ;
  rdfs:comment "Current total tax in shop and presentment currencies" ;
  schema:alternateName "current_total_tax_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalTaxSet> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range shopify:PriceSet .

# Property: current total discounts set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currentTotalDiscountsSet> a rdf:Property ;
  rdfs:label "current total discounts set" ;
  rdfs:comment "Current total discounts in shop and presentment currencies" ;
  schema:alternateName "current_total_discounts_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalDiscountsSet> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range shopify:PriceSet .

# Property: presentment currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/presentmentCurrency> a rdf:Property ;
  rdfs:label "presentment currency" ;
  rdfs:comment "Presentment currency for the order" ;
  schema:alternateName "presentment_currency" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/presentmentCurrency> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: payment gateway names
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/paymentGatewayNames> a rdf:Property ;
  rdfs:label "payment gateway names" ;
  rdfs:comment "List of payment gateways used for the order" ;
  schema:alternateName "payment_gateway_names" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/paymentGatewayNames> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: processing method
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/processingMethod> a rdf:Property ;
  rdfs:label "processing method" ;
  rdfs:comment "How the payment was processed" ;
  schema:alternateName "processing_method" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/processingMethod> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: client details
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/clientDetails> a rdf:Property ;
  rdfs:label "client details" ;
  rdfs:comment "Details about the client that created the order" ;
  schema:alternateName "client_details" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/clientDetails> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range shopify:ClientDetails .

# Property: taxes included
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/taxesIncluded> a rdf:Property ;
  rdfs:label "taxes included" ;
  rdfs:comment "Whether taxes are included in the order subtotal" ;
  schema:alternateName "taxes_included" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxesIncluded> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:boolean .

# Property: order status url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/orderStatusUrl> a rdf:Property ;
  rdfs:label "order status url" ;
  rdfs:comment "URL for the order status page" ;
  schema:alternateName "order_status_url" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/orderStatusUrl> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: total tip received
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalTipReceived> a rdf:Property ;
  rdfs:label "total tip received" ;
  rdfs:comment "Total tip amount received" ;
  schema:alternateName "total_tip_received" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalTipReceived> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/number> a rdf:Property ;
  rdfs:label "number" ;
  rdfs:comment "Sequential order number for the shop" ;
  schema:alternateName "number" ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:long .

# Property: confirmation number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/confirmationNumber> a rdf:Property ;
  rdfs:label "confirmation number" ;
  rdfs:comment "Confirmation number for the order" ;
  schema:alternateName "confirmation_number" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/confirmationNumber> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/metafields> a rdf:Property ;
  rdfs:label "metafields" ;
  rdfs:comment "Metafields associated with the resource" ;
  schema:alternateName "metafields" ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range shopify:Metafield .

# Property: billing address matches shipping address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/billingAddressMatchesShippingAddress> a rdf:Property ;
  rdfs:label "billing address matches shipping address" ;
  schema:alternateName "billingAddressMatchesShippingAddress" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/billingAddressMatchesShippingAddress> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:boolean .

# Property: can mark as paid
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/canMarkAsPaid> a rdf:Property ;
  rdfs:label "can mark as paid" ;
  schema:alternateName "canMarkAsPaid" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/canMarkAsPaid> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:boolean .

# Property: can notify customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/canNotifyCustomer> a rdf:Property ;
  rdfs:label "can notify customer" ;
  schema:alternateName "canNotifyCustomer" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/canNotifyCustomer> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:boolean .

# Property: capturable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/capturable> a rdf:Property ;
  rdfs:label "capturable" ;
  schema:alternateName "capturable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/capturable> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:boolean .

# Property: client ip
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/clientIp> a rdf:Property ;
  rdfs:label "client ip" ;
  schema:alternateName "clientIp" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/clientIp> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: closed
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/closed> a rdf:Property ;
  rdfs:label "closed" ;
  schema:alternateName "closed" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/closed> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:boolean .

# Property: current subtotal line items quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currentSubtotalLineItemsQuantity> a rdf:Property ;
  rdfs:label "current subtotal line items quantity" ;
  schema:alternateName "currentSubtotalLineItemsQuantity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentSubtotalLineItemsQuantity> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:int .

# Property: current total weight
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currentTotalWeight> a rdf:Property ;
  rdfs:label "current total weight" ;
  schema:alternateName "currentTotalWeight" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalWeight> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: customer accepts marketing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/customerAcceptsMarketing> a rdf:Property ;
  rdfs:label "customer accepts marketing" ;
  schema:alternateName "customerAcceptsMarketing" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customerAcceptsMarketing> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:boolean .

# Property: customer locale
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/customerLocale> a rdf:Property ;
  rdfs:label "customer locale" ;
  schema:alternateName "customerLocale" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customerLocale> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: discount code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/discountCode> a rdf:Property ;
  rdfs:label "discount code" ;
  schema:alternateName "discountCode" ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: duties included
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/dutiesIncluded> a rdf:Property ;
  rdfs:label "duties included" ;
  schema:alternateName "dutiesIncluded" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/dutiesIncluded> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:boolean .

# Property: edited
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/edited> a rdf:Property ;
  rdfs:label "edited" ;
  schema:alternateName "edited" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/edited> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:boolean .

# Property: estimated taxes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/estimatedTaxes> a rdf:Property ;
  rdfs:label "estimated taxes" ;
  schema:alternateName "estimatedTaxes" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/estimatedTaxes> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:boolean .

# Property: fulfillable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/fulfillable> a rdf:Property ;
  rdfs:label "fulfillable" ;
  schema:alternateName "fulfillable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/fulfillable> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:boolean .

# Property: fully paid
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/fullyPaid> a rdf:Property ;
  rdfs:label "fully paid" ;
  schema:alternateName "fullyPaid" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/fullyPaid> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:boolean .

# Property: has timeline comment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/hasTimelineComment> a rdf:Property ;
  rdfs:label "has timeline comment" ;
  schema:alternateName "hasTimelineComment" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/hasTimelineComment> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:boolean .

# Property: landing page display text
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/landingPageDisplayText> a rdf:Property ;
  rdfs:label "landing page display text" ;
  schema:alternateName "landingPageDisplayText" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/landingPageDisplayText> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: landing page url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/landingPageUrl> a rdf:Property ;
  rdfs:label "landing page url" ;
  schema:alternateName "landingPageUrl" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/landingPageUrl> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:anyURI .

# Property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/legacyResourceId> a rdf:Property ;
  rdfs:label "legacy resource id" ;
  schema:alternateName "legacyResourceId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/legacyResourceId> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: merchant editable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/merchantEditable> a rdf:Property ;
  rdfs:label "merchant editable" ;
  schema:alternateName "merchantEditable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/merchantEditable> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:boolean .

# Property: merchant editable errors
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/merchantEditableErrors> a rdf:Property ;
  rdfs:label "merchant editable errors" ;
  schema:alternateName "merchantEditableErrors" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/merchantEditableErrors> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: po number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/poNumber> a rdf:Property ;
  rdfs:label "po number" ;
  schema:alternateName "poNumber" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/poNumber> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: referral code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/referralCode> a rdf:Property ;
  rdfs:label "referral code" ;
  schema:alternateName "referralCode" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/referralCode> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: referrer display text
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/referrerDisplayText> a rdf:Property ;
  rdfs:label "referrer display text" ;
  schema:alternateName "referrerDisplayText" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/referrerDisplayText> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: referrer url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/referrerUrl> a rdf:Property ;
  rdfs:label "referrer url" ;
  schema:alternateName "referrerUrl" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/referrerUrl> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:anyURI .

# Property: refundable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/refundable> a rdf:Property ;
  rdfs:label "refundable" ;
  schema:alternateName "refundable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/refundable> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:boolean .

# Property: registered source url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/registeredSourceUrl> a rdf:Property ;
  rdfs:label "registered source url" ;
  schema:alternateName "registeredSourceUrl" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/registeredSourceUrl> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:anyURI .

# Property: requires shipping
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/requiresShipping> a rdf:Property ;
  rdfs:label "requires shipping" ;
  schema:alternateName "requiresShipping" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/requiresShipping> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:boolean .

# Property: restockable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/restockable> a rdf:Property ;
  rdfs:label "restockable" ;
  schema:alternateName "restockable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/restockable> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:boolean .

# Property: source identifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/sourceIdentifier> a rdf:Property ;
  rdfs:label "source identifier" ;
  schema:alternateName "sourceIdentifier" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/sourceIdentifier> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: status page url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/statusPageUrl> a rdf:Property ;
  rdfs:label "status page url" ;
  schema:alternateName "statusPageUrl" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/statusPageUrl> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:anyURI .

# Property: subtotal line items quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/subtotalLineItemsQuantity> a rdf:Property ;
  rdfs:label "subtotal line items quantity" ;
  schema:alternateName "subtotalLineItemsQuantity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/subtotalLineItemsQuantity> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:int .

# Property: tax exempt
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/taxExempt> a rdf:Property ;
  rdfs:label "tax exempt" ;
  schema:alternateName "taxExempt" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxExempt> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:boolean .

# Property: unpaid
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/unpaid> a rdf:Property ;
  rdfs:label "unpaid" ;
  schema:alternateName "unpaid" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/unpaid> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:boolean .

# Property: additional fees
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/additionalFees> a rdf:Property ;
  rdfs:label "additional fees" ;
  schema:alternateName "additionalFees" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/additionalFees> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range shopify:AdditionalFee .

# Property: agreements
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/agreements> a rdf:Property ;
  rdfs:label "agreements" ;
  schema:alternateName "agreements" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/agreements> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: alerts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/alerts> a rdf:Property ;
  rdfs:label "alerts" ;
  schema:alternateName "alerts" ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range shopify:ResourceAlert .

# Property: app
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/app> a rdf:Property ;
  rdfs:label "app" ;
  schema:alternateName "app" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/app> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: cancellation
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/cancellation> a rdf:Property ;
  rdfs:label "cancellation" ;
  schema:alternateName "cancellation" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/cancellation> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: cart discount amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/cartDiscountAmount> a rdf:Property ;
  rdfs:label "cart discount amount" ;
  schema:alternateName "cartDiscountAmount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/cartDiscountAmount> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: cart discount amount set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/cartDiscountAmountSet> a rdf:Property ;
  rdfs:label "cart discount amount set" ;
  schema:alternateName "cartDiscountAmountSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/cartDiscountAmountSet> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: channel
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/channel> a rdf:Property ;
  rdfs:label "channel" ;
  schema:alternateName "channel" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/channel> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: channel information
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/channelInformation> a rdf:Property ;
  rdfs:label "channel information" ;
  schema:alternateName "channelInformation" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/channelInformation> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: currency code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currencyCode> a rdf:Property ;
  rdfs:label "currency code" ;
  schema:alternateName "currencyCode" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currencyCode> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: current cart discount amount set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currentCartDiscountAmountSet> a rdf:Property ;
  rdfs:label "current cart discount amount set" ;
  schema:alternateName "currentCartDiscountAmountSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentCartDiscountAmountSet> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: current shipping price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currentShippingPriceSet> a rdf:Property ;
  rdfs:label "current shipping price set" ;
  schema:alternateName "currentShippingPriceSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentShippingPriceSet> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: current tax lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currentTaxLines> a rdf:Property ;
  rdfs:label "current tax lines" ;
  schema:alternateName "currentTaxLines" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTaxLines> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range shopify:TaxLine .

# Property: current total additional fees set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currentTotalAdditionalFeesSet> a rdf:Property ;
  rdfs:label "current total additional fees set" ;
  schema:alternateName "currentTotalAdditionalFeesSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalAdditionalFeesSet> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: current total duties set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currentTotalDutiesSet> a rdf:Property ;
  rdfs:label "current total duties set" ;
  schema:alternateName "currentTotalDutiesSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalDutiesSet> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: custom attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/customAttributes> a rdf:Property ;
  rdfs:label "custom attributes" ;
  schema:alternateName "customAttributes" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customAttributes> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range shopify:Attribute .

# Property: customer journey
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/customerJourney> a rdf:Property ;
  rdfs:label "customer journey" ;
  schema:alternateName "customerJourney" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customerJourney> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: customer journey summary
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/customerJourneySummary> a rdf:Property ;
  rdfs:label "customer journey summary" ;
  schema:alternateName "customerJourneySummary" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customerJourneySummary> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: display address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/displayAddress> a rdf:Property ;
  rdfs:label "display address" ;
  schema:alternateName "displayAddress" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/displayAddress> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: display financial status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/displayFinancialStatus> a rdf:Property ;
  rdfs:label "display financial status" ;
  schema:alternateName "displayFinancialStatus" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/displayFinancialStatus> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: display fulfillment status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/displayFulfillmentStatus> a rdf:Property ;
  rdfs:label "display fulfillment status" ;
  schema:alternateName "displayFulfillmentStatus" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/displayFulfillmentStatus> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: disputes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/disputes> a rdf:Property ;
  rdfs:label "disputes" ;
  schema:alternateName "disputes" ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range shopify:OrderDisputeSummary .

# Property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/events> a rdf:Property ;
  rdfs:label "events" ;
  schema:alternateName "events" ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: exchange v2s
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/exchangeV2s> a rdf:Property ;
  rdfs:label "exchange v2s" ;
  schema:alternateName "exchangeV2s" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/exchangeV2s> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: fulfillment orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/fulfillmentOrders> a rdf:Property ;
  rdfs:label "fulfillment orders" ;
  schema:alternateName "fulfillmentOrders" ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: fulfillments count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/fulfillmentsCount> a rdf:Property ;
  rdfs:label "fulfillments count" ;
  schema:alternateName "fulfillmentsCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/fulfillmentsCount> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: localization extensions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/localizationExtensions> a rdf:Property ;
  rdfs:label "localization extensions" ;
  schema:alternateName "localizationExtensions" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/localizationExtensions> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: localized fields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/localizedFields> a rdf:Property ;
  rdfs:label "localized fields" ;
  schema:alternateName "localizedFields" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/localizedFields> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: merchant business entity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/merchantBusinessEntity> a rdf:Property ;
  rdfs:label "merchant business entity" ;
  schema:alternateName "merchantBusinessEntity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/merchantBusinessEntity> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: merchant of record app
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/merchantOfRecordApp> a rdf:Property ;
  rdfs:label "merchant of record app" ;
  schema:alternateName "merchantOfRecordApp" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/merchantOfRecordApp> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/metafield> a rdf:Property ;
  rdfs:label "metafield" ;
  schema:alternateName "metafield" ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: metafield definitions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/metafieldDefinitions> a rdf:Property ;
  rdfs:label "metafield definitions" ;
  schema:alternateName "metafieldDefinitions" ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: net payment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/netPayment> a rdf:Property ;
  rdfs:label "net payment" ;
  schema:alternateName "netPayment" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/netPayment> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: net payment set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/netPaymentSet> a rdf:Property ;
  rdfs:label "net payment set" ;
  schema:alternateName "netPaymentSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/netPaymentSet> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: non fulfillable line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/nonFulfillableLineItems> a rdf:Property ;
  rdfs:label "non fulfillable line items" ;
  schema:alternateName "nonFulfillableLineItems" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/nonFulfillableLineItems> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: original total additional fees set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/originalTotalAdditionalFeesSet> a rdf:Property ;
  rdfs:label "original total additional fees set" ;
  schema:alternateName "originalTotalAdditionalFeesSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/originalTotalAdditionalFeesSet> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: original total duties set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/originalTotalDutiesSet> a rdf:Property ;
  rdfs:label "original total duties set" ;
  schema:alternateName "originalTotalDutiesSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/originalTotalDutiesSet> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: original total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/originalTotalPriceSet> a rdf:Property ;
  rdfs:label "original total price set" ;
  schema:alternateName "originalTotalPriceSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/originalTotalPriceSet> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: payment collection details
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/paymentCollectionDetails> a rdf:Property ;
  rdfs:label "payment collection details" ;
  schema:alternateName "paymentCollectionDetails" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/paymentCollectionDetails> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: payment terms
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/paymentTerms> a rdf:Property ;
  rdfs:label "payment terms" ;
  schema:alternateName "paymentTerms" ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: physical location
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/physicalLocation> a rdf:Property ;
  rdfs:label "physical location" ;
  schema:alternateName "physicalLocation" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/physicalLocation> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: presentment currency code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/presentmentCurrencyCode> a rdf:Property ;
  rdfs:label "presentment currency code" ;
  schema:alternateName "presentmentCurrencyCode" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/presentmentCurrencyCode> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: publication
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/publication> a rdf:Property ;
  rdfs:label "publication" ;
  schema:alternateName "publication" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/publication> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: purchasing entity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/purchasingEntity> a rdf:Property ;
  rdfs:label "purchasing entity" ;
  schema:alternateName "purchasingEntity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/purchasingEntity> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: refund discrepancy set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/refundDiscrepancySet> a rdf:Property ;
  rdfs:label "refund discrepancy set" ;
  schema:alternateName "refundDiscrepancySet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/refundDiscrepancySet> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: retail location
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/retailLocation> a rdf:Property ;
  rdfs:label "retail location" ;
  schema:alternateName "retailLocation" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/retailLocation> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: return status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/returnStatus> a rdf:Property ;
  rdfs:label "return status" ;
  schema:alternateName "returnStatus" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/returnStatus> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: returns
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/returns> a rdf:Property ;
  rdfs:label "returns" ;
  schema:alternateName "returns" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/returns> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: risk
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/risk> a rdf:Property ;
  rdfs:label "risk" ;
  schema:alternateName "risk" ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: risk level
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/riskLevel> a rdf:Property ;
  rdfs:label "risk level" ;
  schema:alternateName "riskLevel" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/riskLevel> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: risks
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/risks> a rdf:Property ;
  rdfs:label "risks" ;
  schema:alternateName "risks" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/risks> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range shopify:OrderRisk .

# Property: shipping line
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/shippingLine> a rdf:Property ;
  rdfs:label "shipping line" ;
  schema:alternateName "shippingLine" ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: shopify protect
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/shopifyProtect> a rdf:Property ;
  rdfs:label "shopify protect" ;
  schema:alternateName "shopifyProtect" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/shopifyProtect> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: staff member
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/staffMember> a rdf:Property ;
  rdfs:label "staff member" ;
  schema:alternateName "staffMember" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/staffMember> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: suggested refund
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/suggestedRefund> a rdf:Property ;
  rdfs:label "suggested refund" ;
  schema:alternateName "suggestedRefund" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/suggestedRefund> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: total capturable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalCapturable> a rdf:Property ;
  rdfs:label "total capturable" ;
  schema:alternateName "totalCapturable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalCapturable> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: total capturable set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalCapturableSet> a rdf:Property ;
  rdfs:label "total capturable set" ;
  schema:alternateName "totalCapturableSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalCapturableSet> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: total cash rounding adjustment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalCashRoundingAdjustment> a rdf:Property ;
  rdfs:label "total cash rounding adjustment" ;
  schema:alternateName "totalCashRoundingAdjustment" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalCashRoundingAdjustment> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: total outstanding set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalOutstandingSet> a rdf:Property ;
  rdfs:label "total outstanding set" ;
  schema:alternateName "totalOutstandingSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalOutstandingSet> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: total received
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalReceived> a rdf:Property ;
  rdfs:label "total received" ;
  schema:alternateName "totalReceived" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalReceived> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: total received set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalReceivedSet> a rdf:Property ;
  rdfs:label "total received set" ;
  schema:alternateName "totalReceivedSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalReceivedSet> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: total refunded
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalRefunded> a rdf:Property ;
  rdfs:label "total refunded" ;
  schema:alternateName "totalRefunded" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalRefunded> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: total refunded set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalRefundedSet> a rdf:Property ;
  rdfs:label "total refunded set" ;
  schema:alternateName "totalRefundedSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalRefundedSet> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: total refunded shipping set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalRefundedShippingSet> a rdf:Property ;
  rdfs:label "total refunded shipping set" ;
  schema:alternateName "totalRefundedShippingSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalRefundedShippingSet> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: total shipping price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalShippingPrice> a rdf:Property ;
  rdfs:label "total shipping price" ;
  schema:alternateName "totalShippingPrice" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalShippingPrice> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: total tip received set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalTipReceivedSet> a rdf:Property ;
  rdfs:label "total tip received set" ;
  schema:alternateName "totalTipReceivedSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalTipReceivedSet> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: transactions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/transactions> a rdf:Property ;
  rdfs:label "transactions" ;
  schema:alternateName "transactions" ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range shopify:OrderTransaction .

# Property: transactions count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/transactionsCount> a rdf:Property ;
  rdfs:label "transactions count" ;
  schema:alternateName "transactionsCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/transactionsCount> ;
  rdfs:domain shopify:OrderCancelledEvent ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Unique order ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:long .

# Property: order number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/orderNumber> a rdf:Property ;
  rdfs:label "order number" ;
  rdfs:comment "Shop-specific order number (e.g. 1001)" ;
  schema:alternateName "order_number" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/orderNumber> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:long .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/name> a rdf:Property ;
  rdfs:label "name" ;
  rdfs:comment "Order name including prefix (e.g. #1001)" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/email> a rdf:Property ;
  rdfs:label "email" ;
  rdfs:comment "Customer email address" ;
  schema:alternateName "email" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/email> ;
  rdfs:subPropertyOf schema:email ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: financial status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/financialStatus> a rdf:Property ;
  rdfs:label "financial status" ;
  rdfs:comment "Financial status of the order" ;
  schema:alternateName "financial_status" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/financialStatus> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string ;
  qb:codeList shopify:FinancialStatusScheme .

# Property: fulfillment status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/fulfillmentStatus> a rdf:Property ;
  rdfs:label "fulfillment status" ;
  rdfs:comment "Fulfillment status of the order (null means unfulfilled)" ;
  schema:alternateName "fulfillment_status" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/fulfillmentStatus> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string ;
  qb:codeList shopify:OrderFulfillmentStatusScheme .

# Property: total price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalPrice> a rdf:Property ;
  rdfs:label "total price" ;
  rdfs:comment "Total price of the order including taxes and discounts" ;
  schema:alternateName "total_price" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalPrice> ;
  rdfs:subPropertyOf schema:totalPrice ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: subtotal price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/subtotalPrice> a rdf:Property ;
  rdfs:label "subtotal price" ;
  rdfs:comment "Price of the order after discounts but before shipping and taxes" ;
  schema:alternateName "subtotal_price" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/subtotalPrice> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: total tax
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalTax> a rdf:Property ;
  rdfs:label "total tax" ;
  rdfs:comment "Sum of all taxes applied to the order" ;
  schema:alternateName "total_tax" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalTax> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: total discounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalDiscounts> a rdf:Property ;
  rdfs:label "total discounts" ;
  rdfs:comment "Total discounts applied to the order" ;
  schema:alternateName "total_discounts" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalDiscounts> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: total line items price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalLineItemsPrice> a rdf:Property ;
  rdfs:label "total line items price" ;
  rdfs:comment "Sum of all line item prices" ;
  schema:alternateName "total_line_items_price" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalLineItemsPrice> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currency> a rdf:Property ;
  rdfs:label "currency" ;
  rdfs:comment "Three-letter ISO 4217 currency code" ;
  schema:alternateName "currency" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currency> ;
  rdfs:subPropertyOf schema:priceCurrency ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/lineItems> a rdf:Property ;
  rdfs:label "line items" ;
  rdfs:comment "Line items in the order" ;
  schema:alternateName "line_items" ;
  rdfs:subPropertyOf schema:orderedItem ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range shopify:OrderLineItem .

# Property: billing address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/billingAddress> a rdf:Property ;
  rdfs:label "billing address" ;
  rdfs:comment "Billing address" ;
  schema:alternateName "billing_address" ;
  rdfs:subPropertyOf schema:billingAddress ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range shopify:Address .

# Property: shipping address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/shippingAddress> a rdf:Property ;
  rdfs:label "shipping address" ;
  rdfs:comment "Shipping address" ;
  schema:alternateName "shipping_address" ;
  rdfs:subPropertyOf schema:deliveryAddress ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range shopify:Address .

# Property: customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/customer> a rdf:Property ;
  rdfs:label "customer" ;
  rdfs:comment "Customer associated with the order" ;
  schema:alternateName "customer" ;
  rdfs:subPropertyOf schema:customer ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range shopify:Customer .

# Property: discount codes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/discountCodes> a rdf:Property ;
  rdfs:label "discount codes" ;
  rdfs:comment "Discount codes applied to the order" ;
  schema:alternateName "discount_codes" ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range shopify:DiscountCode .

# Property: tax lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/taxLines> a rdf:Property ;
  rdfs:label "tax lines" ;
  rdfs:comment "Tax lines on the order" ;
  schema:alternateName "tax_lines" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxLines> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range shopify:TaxLine .

# Property: shipping lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/shippingLines> a rdf:Property ;
  rdfs:label "shipping lines" ;
  rdfs:comment "Shipping lines on the order" ;
  schema:alternateName "shipping_lines" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/shippingLines> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range shopify:ShippingLine .

# Property: note
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/note> a rdf:Property ;
  rdfs:label "note" ;
  rdfs:comment "Optional note attached to the order" ;
  schema:alternateName "note" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/note> ;
  rdfs:subPropertyOf schema:description ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/tags> a rdf:Property ;
  rdfs:label "tags" ;
  rdfs:comment "Tags attached to the order (comma-separated)" ;
  schema:alternateName "tags" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/tags> ;
  rdfs:subPropertyOf schema:keywords ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: cancel reason
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/cancelReason> a rdf:Property ;
  rdfs:label "cancel reason" ;
  rdfs:comment "Reason the order was cancelled: customer, fraud, inventory, declined, other" ;
  schema:alternateName "cancel_reason" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/cancelReason> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: cancelled at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/cancelledAt> a rdf:Property ;
  rdfs:label "cancelled at" ;
  rdfs:comment "Date and time when the order was cancelled" ;
  schema:alternateName "cancelled_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/cancelledAt> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:dateTime .

# Property: closed at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/closedAt> a rdf:Property ;
  rdfs:label "closed at" ;
  rdfs:comment "Date and time when the order was closed" ;
  schema:alternateName "closed_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/closedAt> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:dateTime .

# Property: processed at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/processedAt> a rdf:Property ;
  rdfs:label "processed at" ;
  rdfs:comment "Date and time when the order was processed" ;
  schema:alternateName "processed_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/processedAt> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:dateTime .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the order was created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:orderDate ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the order was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:dateTime .

# Property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/adminGraphqlApiId> a rdf:Property ;
  rdfs:label "admin graphql api id" ;
  rdfs:comment "GraphQL Admin API ID" ;
  schema:alternateName "admin_graphql_api_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adminGraphqlApiId> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: source name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/sourceName> a rdf:Property ;
  rdfs:label "source name" ;
  rdfs:comment "Where the order originated (e.g. web, pos, shopify_draft_order)" ;
  schema:alternateName "source_name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/sourceName> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: gateway
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/gateway> a rdf:Property ;
  rdfs:label "gateway" ;
  rdfs:comment "Payment gateway used" ;
  schema:alternateName "gateway" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/gateway> ;
  rdfs:subPropertyOf schema:paymentMethod ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: test
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/test> a rdf:Property ;
  rdfs:label "test" ;
  rdfs:comment "Whether this is a test order" ;
  schema:alternateName "test" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/test> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:boolean .

# Property: confirmed
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/confirmed> a rdf:Property ;
  rdfs:label "confirmed" ;
  rdfs:comment "Whether the order has been confirmed" ;
  schema:alternateName "confirmed" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/confirmed> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:boolean .

# Property: buyer accepts marketing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/buyerAcceptsMarketing> a rdf:Property ;
  rdfs:label "buyer accepts marketing" ;
  rdfs:comment "Whether the buyer accepted marketing" ;
  schema:alternateName "buyer_accepts_marketing" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/buyerAcceptsMarketing> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:boolean .

# Property: total weight
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalWeight> a rdf:Property ;
  rdfs:label "total weight" ;
  rdfs:comment "Total weight of the order in grams" ;
  schema:alternateName "total_weight" ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:long .

# Property: token
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/token> a rdf:Property ;
  rdfs:label "token" ;
  rdfs:comment "Unique token for the order" ;
  schema:alternateName "token" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/token> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: app id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/appId> a rdf:Property ;
  rdfs:label "app id" ;
  rdfs:comment "ID of the app that created the order" ;
  schema:alternateName "app_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/appId> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:long .

# Property: browser ip
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/browserIp> a rdf:Property ;
  rdfs:label "browser ip" ;
  rdfs:comment "IP address of the browser used to place the order" ;
  schema:alternateName "browser_ip" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/browserIp> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: landing site
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/landingSite> a rdf:Property ;
  rdfs:label "landing site" ;
  rdfs:comment "URL of the page where the buyer landed when entering the shop" ;
  schema:alternateName "landing_site" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/landingSite> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: referring site
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/referringSite> a rdf:Property ;
  rdfs:label "referring site" ;
  rdfs:comment "Website that referred the customer to the shop" ;
  schema:alternateName "referring_site" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/referringSite> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/phone> a rdf:Property ;
  rdfs:label "phone" ;
  rdfs:comment "Customer phone number" ;
  schema:alternateName "phone" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/phone> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: discount applications
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/discountApplications> a rdf:Property ;
  rdfs:label "discount applications" ;
  rdfs:comment "Discount applications on the order" ;
  schema:alternateName "discount_applications" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/discountApplications> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range shopify:DiscountApplication .

# Property: note attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/noteAttributes> a rdf:Property ;
  rdfs:label "note attributes" ;
  rdfs:comment "Custom attributes for the order" ;
  schema:alternateName "note_attributes" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/noteAttributes> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range shopify:NoteAttribute .

# Property: fulfillments
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/fulfillments> a rdf:Property ;
  rdfs:label "fulfillments" ;
  rdfs:comment "Fulfillments associated with the order" ;
  schema:alternateName "fulfillments" ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range shopify:Fulfillment .

# Property: refunds
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/refunds> a rdf:Property ;
  rdfs:label "refunds" ;
  rdfs:comment "Refunds applied to the order" ;
  schema:alternateName "refunds" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/refunds> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range shopify:Refund .

# Property: total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalPriceSet> a rdf:Property ;
  rdfs:label "total price set" ;
  rdfs:comment "Total price in shop and presentment currencies" ;
  schema:alternateName "total_price_set" ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range shopify:PriceSet .

# Property: subtotal price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/subtotalPriceSet> a rdf:Property ;
  rdfs:label "subtotal price set" ;
  rdfs:comment "Subtotal price in shop and presentment currencies" ;
  schema:alternateName "subtotal_price_set" ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range shopify:PriceSet .

# Property: total discounts set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalDiscountsSet> a rdf:Property ;
  rdfs:label "total discounts set" ;
  rdfs:comment "Total discounts in shop and presentment currencies" ;
  schema:alternateName "total_discounts_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalDiscountsSet> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range shopify:PriceSet .

# Property: total line items price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalLineItemsPriceSet> a rdf:Property ;
  rdfs:label "total line items price set" ;
  rdfs:comment "Total line items price in shop and presentment currencies" ;
  schema:alternateName "total_line_items_price_set" ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range shopify:PriceSet .

# Property: total tax set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalTaxSet> a rdf:Property ;
  rdfs:label "total tax set" ;
  rdfs:comment "Total tax in shop and presentment currencies" ;
  schema:alternateName "total_tax_set" ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range shopify:PriceSet .

# Property: total shipping price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalShippingPriceSet> a rdf:Property ;
  rdfs:label "total shipping price set" ;
  rdfs:comment "Total shipping price in shop and presentment currencies" ;
  schema:alternateName "total_shipping_price_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalShippingPriceSet> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range shopify:PriceSet .

# Property: current total price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currentTotalPrice> a rdf:Property ;
  rdfs:label "current total price" ;
  rdfs:comment "Current total price after edits, refunds, etc." ;
  schema:alternateName "current_total_price" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalPrice> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: current subtotal price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currentSubtotalPrice> a rdf:Property ;
  rdfs:label "current subtotal price" ;
  rdfs:comment "Current subtotal price after edits, refunds, etc." ;
  schema:alternateName "current_subtotal_price" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentSubtotalPrice> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: current total tax
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currentTotalTax> a rdf:Property ;
  rdfs:label "current total tax" ;
  rdfs:comment "Current total tax after edits, refunds, etc." ;
  schema:alternateName "current_total_tax" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalTax> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: current total discounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currentTotalDiscounts> a rdf:Property ;
  rdfs:label "current total discounts" ;
  rdfs:comment "Current total discounts after edits, refunds, etc." ;
  schema:alternateName "current_total_discounts" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalDiscounts> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: current total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currentTotalPriceSet> a rdf:Property ;
  rdfs:label "current total price set" ;
  rdfs:comment "Current total price in shop and presentment currencies" ;
  schema:alternateName "current_total_price_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalPriceSet> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range shopify:PriceSet .

# Property: current subtotal price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currentSubtotalPriceSet> a rdf:Property ;
  rdfs:label "current subtotal price set" ;
  rdfs:comment "Current subtotal price in shop and presentment currencies" ;
  schema:alternateName "current_subtotal_price_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentSubtotalPriceSet> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range shopify:PriceSet .

# Property: current total tax set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currentTotalTaxSet> a rdf:Property ;
  rdfs:label "current total tax set" ;
  rdfs:comment "Current total tax in shop and presentment currencies" ;
  schema:alternateName "current_total_tax_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalTaxSet> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range shopify:PriceSet .

# Property: current total discounts set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currentTotalDiscountsSet> a rdf:Property ;
  rdfs:label "current total discounts set" ;
  rdfs:comment "Current total discounts in shop and presentment currencies" ;
  schema:alternateName "current_total_discounts_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalDiscountsSet> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range shopify:PriceSet .

# Property: presentment currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/presentmentCurrency> a rdf:Property ;
  rdfs:label "presentment currency" ;
  rdfs:comment "Presentment currency for the order" ;
  schema:alternateName "presentment_currency" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/presentmentCurrency> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: payment gateway names
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/paymentGatewayNames> a rdf:Property ;
  rdfs:label "payment gateway names" ;
  rdfs:comment "List of payment gateways used for the order" ;
  schema:alternateName "payment_gateway_names" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/paymentGatewayNames> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: processing method
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/processingMethod> a rdf:Property ;
  rdfs:label "processing method" ;
  rdfs:comment "How the payment was processed" ;
  schema:alternateName "processing_method" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/processingMethod> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: client details
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/clientDetails> a rdf:Property ;
  rdfs:label "client details" ;
  rdfs:comment "Details about the client that created the order" ;
  schema:alternateName "client_details" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/clientDetails> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range shopify:ClientDetails .

# Property: taxes included
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/taxesIncluded> a rdf:Property ;
  rdfs:label "taxes included" ;
  rdfs:comment "Whether taxes are included in the order subtotal" ;
  schema:alternateName "taxes_included" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxesIncluded> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:boolean .

# Property: order status url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/orderStatusUrl> a rdf:Property ;
  rdfs:label "order status url" ;
  rdfs:comment "URL for the order status page" ;
  schema:alternateName "order_status_url" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/orderStatusUrl> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: total tip received
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalTipReceived> a rdf:Property ;
  rdfs:label "total tip received" ;
  rdfs:comment "Total tip amount received" ;
  schema:alternateName "total_tip_received" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalTipReceived> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/number> a rdf:Property ;
  rdfs:label "number" ;
  rdfs:comment "Sequential order number for the shop" ;
  schema:alternateName "number" ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:long .

# Property: confirmation number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/confirmationNumber> a rdf:Property ;
  rdfs:label "confirmation number" ;
  rdfs:comment "Confirmation number for the order" ;
  schema:alternateName "confirmation_number" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/confirmationNumber> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/metafields> a rdf:Property ;
  rdfs:label "metafields" ;
  rdfs:comment "Metafields associated with the resource" ;
  schema:alternateName "metafields" ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range shopify:Metafield .

# Property: billing address matches shipping address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/billingAddressMatchesShippingAddress> a rdf:Property ;
  rdfs:label "billing address matches shipping address" ;
  schema:alternateName "billingAddressMatchesShippingAddress" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/billingAddressMatchesShippingAddress> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:boolean .

# Property: can mark as paid
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/canMarkAsPaid> a rdf:Property ;
  rdfs:label "can mark as paid" ;
  schema:alternateName "canMarkAsPaid" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/canMarkAsPaid> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:boolean .

# Property: can notify customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/canNotifyCustomer> a rdf:Property ;
  rdfs:label "can notify customer" ;
  schema:alternateName "canNotifyCustomer" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/canNotifyCustomer> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:boolean .

# Property: capturable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/capturable> a rdf:Property ;
  rdfs:label "capturable" ;
  schema:alternateName "capturable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/capturable> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:boolean .

# Property: client ip
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/clientIp> a rdf:Property ;
  rdfs:label "client ip" ;
  schema:alternateName "clientIp" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/clientIp> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: closed
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/closed> a rdf:Property ;
  rdfs:label "closed" ;
  schema:alternateName "closed" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/closed> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:boolean .

# Property: current subtotal line items quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currentSubtotalLineItemsQuantity> a rdf:Property ;
  rdfs:label "current subtotal line items quantity" ;
  schema:alternateName "currentSubtotalLineItemsQuantity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentSubtotalLineItemsQuantity> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:int .

# Property: current total weight
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currentTotalWeight> a rdf:Property ;
  rdfs:label "current total weight" ;
  schema:alternateName "currentTotalWeight" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalWeight> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: customer accepts marketing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/customerAcceptsMarketing> a rdf:Property ;
  rdfs:label "customer accepts marketing" ;
  schema:alternateName "customerAcceptsMarketing" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customerAcceptsMarketing> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:boolean .

# Property: customer locale
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/customerLocale> a rdf:Property ;
  rdfs:label "customer locale" ;
  schema:alternateName "customerLocale" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customerLocale> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: discount code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/discountCode> a rdf:Property ;
  rdfs:label "discount code" ;
  schema:alternateName "discountCode" ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: duties included
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/dutiesIncluded> a rdf:Property ;
  rdfs:label "duties included" ;
  schema:alternateName "dutiesIncluded" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/dutiesIncluded> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:boolean .

# Property: edited
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/edited> a rdf:Property ;
  rdfs:label "edited" ;
  schema:alternateName "edited" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/edited> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:boolean .

# Property: estimated taxes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/estimatedTaxes> a rdf:Property ;
  rdfs:label "estimated taxes" ;
  schema:alternateName "estimatedTaxes" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/estimatedTaxes> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:boolean .

# Property: fulfillable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/fulfillable> a rdf:Property ;
  rdfs:label "fulfillable" ;
  schema:alternateName "fulfillable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/fulfillable> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:boolean .

# Property: fully paid
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/fullyPaid> a rdf:Property ;
  rdfs:label "fully paid" ;
  schema:alternateName "fullyPaid" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/fullyPaid> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:boolean .

# Property: has timeline comment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/hasTimelineComment> a rdf:Property ;
  rdfs:label "has timeline comment" ;
  schema:alternateName "hasTimelineComment" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/hasTimelineComment> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:boolean .

# Property: landing page display text
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/landingPageDisplayText> a rdf:Property ;
  rdfs:label "landing page display text" ;
  schema:alternateName "landingPageDisplayText" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/landingPageDisplayText> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: landing page url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/landingPageUrl> a rdf:Property ;
  rdfs:label "landing page url" ;
  schema:alternateName "landingPageUrl" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/landingPageUrl> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:anyURI .

# Property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/legacyResourceId> a rdf:Property ;
  rdfs:label "legacy resource id" ;
  schema:alternateName "legacyResourceId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/legacyResourceId> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: merchant editable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/merchantEditable> a rdf:Property ;
  rdfs:label "merchant editable" ;
  schema:alternateName "merchantEditable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/merchantEditable> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:boolean .

# Property: merchant editable errors
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/merchantEditableErrors> a rdf:Property ;
  rdfs:label "merchant editable errors" ;
  schema:alternateName "merchantEditableErrors" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/merchantEditableErrors> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: po number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/poNumber> a rdf:Property ;
  rdfs:label "po number" ;
  schema:alternateName "poNumber" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/poNumber> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: referral code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/referralCode> a rdf:Property ;
  rdfs:label "referral code" ;
  schema:alternateName "referralCode" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/referralCode> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: referrer display text
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/referrerDisplayText> a rdf:Property ;
  rdfs:label "referrer display text" ;
  schema:alternateName "referrerDisplayText" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/referrerDisplayText> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: referrer url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/referrerUrl> a rdf:Property ;
  rdfs:label "referrer url" ;
  schema:alternateName "referrerUrl" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/referrerUrl> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:anyURI .

# Property: refundable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/refundable> a rdf:Property ;
  rdfs:label "refundable" ;
  schema:alternateName "refundable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/refundable> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:boolean .

# Property: registered source url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/registeredSourceUrl> a rdf:Property ;
  rdfs:label "registered source url" ;
  schema:alternateName "registeredSourceUrl" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/registeredSourceUrl> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:anyURI .

# Property: requires shipping
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/requiresShipping> a rdf:Property ;
  rdfs:label "requires shipping" ;
  schema:alternateName "requiresShipping" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/requiresShipping> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:boolean .

# Property: restockable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/restockable> a rdf:Property ;
  rdfs:label "restockable" ;
  schema:alternateName "restockable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/restockable> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:boolean .

# Property: source identifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/sourceIdentifier> a rdf:Property ;
  rdfs:label "source identifier" ;
  schema:alternateName "sourceIdentifier" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/sourceIdentifier> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: status page url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/statusPageUrl> a rdf:Property ;
  rdfs:label "status page url" ;
  schema:alternateName "statusPageUrl" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/statusPageUrl> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:anyURI .

# Property: subtotal line items quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/subtotalLineItemsQuantity> a rdf:Property ;
  rdfs:label "subtotal line items quantity" ;
  schema:alternateName "subtotalLineItemsQuantity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/subtotalLineItemsQuantity> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:int .

# Property: tax exempt
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/taxExempt> a rdf:Property ;
  rdfs:label "tax exempt" ;
  schema:alternateName "taxExempt" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxExempt> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:boolean .

# Property: unpaid
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/unpaid> a rdf:Property ;
  rdfs:label "unpaid" ;
  schema:alternateName "unpaid" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/unpaid> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:boolean .

# Property: additional fees
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/additionalFees> a rdf:Property ;
  rdfs:label "additional fees" ;
  schema:alternateName "additionalFees" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/additionalFees> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range shopify:AdditionalFee .

# Property: agreements
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/agreements> a rdf:Property ;
  rdfs:label "agreements" ;
  schema:alternateName "agreements" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/agreements> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: alerts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/alerts> a rdf:Property ;
  rdfs:label "alerts" ;
  schema:alternateName "alerts" ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range shopify:ResourceAlert .

# Property: app
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/app> a rdf:Property ;
  rdfs:label "app" ;
  schema:alternateName "app" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/app> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: cancellation
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/cancellation> a rdf:Property ;
  rdfs:label "cancellation" ;
  schema:alternateName "cancellation" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/cancellation> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: cart discount amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/cartDiscountAmount> a rdf:Property ;
  rdfs:label "cart discount amount" ;
  schema:alternateName "cartDiscountAmount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/cartDiscountAmount> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: cart discount amount set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/cartDiscountAmountSet> a rdf:Property ;
  rdfs:label "cart discount amount set" ;
  schema:alternateName "cartDiscountAmountSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/cartDiscountAmountSet> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: channel
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/channel> a rdf:Property ;
  rdfs:label "channel" ;
  schema:alternateName "channel" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/channel> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: channel information
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/channelInformation> a rdf:Property ;
  rdfs:label "channel information" ;
  schema:alternateName "channelInformation" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/channelInformation> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: currency code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currencyCode> a rdf:Property ;
  rdfs:label "currency code" ;
  schema:alternateName "currencyCode" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currencyCode> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: current cart discount amount set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currentCartDiscountAmountSet> a rdf:Property ;
  rdfs:label "current cart discount amount set" ;
  schema:alternateName "currentCartDiscountAmountSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentCartDiscountAmountSet> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: current shipping price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currentShippingPriceSet> a rdf:Property ;
  rdfs:label "current shipping price set" ;
  schema:alternateName "currentShippingPriceSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentShippingPriceSet> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: current tax lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currentTaxLines> a rdf:Property ;
  rdfs:label "current tax lines" ;
  schema:alternateName "currentTaxLines" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTaxLines> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range shopify:TaxLine .

# Property: current total additional fees set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currentTotalAdditionalFeesSet> a rdf:Property ;
  rdfs:label "current total additional fees set" ;
  schema:alternateName "currentTotalAdditionalFeesSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalAdditionalFeesSet> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: current total duties set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currentTotalDutiesSet> a rdf:Property ;
  rdfs:label "current total duties set" ;
  schema:alternateName "currentTotalDutiesSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalDutiesSet> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: custom attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/customAttributes> a rdf:Property ;
  rdfs:label "custom attributes" ;
  schema:alternateName "customAttributes" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customAttributes> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range shopify:Attribute .

# Property: customer journey
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/customerJourney> a rdf:Property ;
  rdfs:label "customer journey" ;
  schema:alternateName "customerJourney" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customerJourney> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: customer journey summary
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/customerJourneySummary> a rdf:Property ;
  rdfs:label "customer journey summary" ;
  schema:alternateName "customerJourneySummary" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customerJourneySummary> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: display address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/displayAddress> a rdf:Property ;
  rdfs:label "display address" ;
  schema:alternateName "displayAddress" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/displayAddress> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: display financial status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/displayFinancialStatus> a rdf:Property ;
  rdfs:label "display financial status" ;
  schema:alternateName "displayFinancialStatus" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/displayFinancialStatus> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: display fulfillment status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/displayFulfillmentStatus> a rdf:Property ;
  rdfs:label "display fulfillment status" ;
  schema:alternateName "displayFulfillmentStatus" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/displayFulfillmentStatus> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: disputes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/disputes> a rdf:Property ;
  rdfs:label "disputes" ;
  schema:alternateName "disputes" ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range shopify:OrderDisputeSummary .

# Property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/events> a rdf:Property ;
  rdfs:label "events" ;
  schema:alternateName "events" ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: exchange v2s
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/exchangeV2s> a rdf:Property ;
  rdfs:label "exchange v2s" ;
  schema:alternateName "exchangeV2s" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/exchangeV2s> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: fulfillment orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/fulfillmentOrders> a rdf:Property ;
  rdfs:label "fulfillment orders" ;
  schema:alternateName "fulfillmentOrders" ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: fulfillments count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/fulfillmentsCount> a rdf:Property ;
  rdfs:label "fulfillments count" ;
  schema:alternateName "fulfillmentsCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/fulfillmentsCount> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: localization extensions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/localizationExtensions> a rdf:Property ;
  rdfs:label "localization extensions" ;
  schema:alternateName "localizationExtensions" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/localizationExtensions> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: localized fields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/localizedFields> a rdf:Property ;
  rdfs:label "localized fields" ;
  schema:alternateName "localizedFields" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/localizedFields> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: merchant business entity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/merchantBusinessEntity> a rdf:Property ;
  rdfs:label "merchant business entity" ;
  schema:alternateName "merchantBusinessEntity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/merchantBusinessEntity> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: merchant of record app
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/merchantOfRecordApp> a rdf:Property ;
  rdfs:label "merchant of record app" ;
  schema:alternateName "merchantOfRecordApp" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/merchantOfRecordApp> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/metafield> a rdf:Property ;
  rdfs:label "metafield" ;
  schema:alternateName "metafield" ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: metafield definitions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/metafieldDefinitions> a rdf:Property ;
  rdfs:label "metafield definitions" ;
  schema:alternateName "metafieldDefinitions" ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: net payment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/netPayment> a rdf:Property ;
  rdfs:label "net payment" ;
  schema:alternateName "netPayment" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/netPayment> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: net payment set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/netPaymentSet> a rdf:Property ;
  rdfs:label "net payment set" ;
  schema:alternateName "netPaymentSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/netPaymentSet> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: non fulfillable line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/nonFulfillableLineItems> a rdf:Property ;
  rdfs:label "non fulfillable line items" ;
  schema:alternateName "nonFulfillableLineItems" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/nonFulfillableLineItems> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: original total additional fees set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/originalTotalAdditionalFeesSet> a rdf:Property ;
  rdfs:label "original total additional fees set" ;
  schema:alternateName "originalTotalAdditionalFeesSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/originalTotalAdditionalFeesSet> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: original total duties set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/originalTotalDutiesSet> a rdf:Property ;
  rdfs:label "original total duties set" ;
  schema:alternateName "originalTotalDutiesSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/originalTotalDutiesSet> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: original total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/originalTotalPriceSet> a rdf:Property ;
  rdfs:label "original total price set" ;
  schema:alternateName "originalTotalPriceSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/originalTotalPriceSet> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: payment collection details
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/paymentCollectionDetails> a rdf:Property ;
  rdfs:label "payment collection details" ;
  schema:alternateName "paymentCollectionDetails" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/paymentCollectionDetails> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: payment terms
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/paymentTerms> a rdf:Property ;
  rdfs:label "payment terms" ;
  schema:alternateName "paymentTerms" ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: physical location
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/physicalLocation> a rdf:Property ;
  rdfs:label "physical location" ;
  schema:alternateName "physicalLocation" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/physicalLocation> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: presentment currency code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/presentmentCurrencyCode> a rdf:Property ;
  rdfs:label "presentment currency code" ;
  schema:alternateName "presentmentCurrencyCode" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/presentmentCurrencyCode> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: publication
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/publication> a rdf:Property ;
  rdfs:label "publication" ;
  schema:alternateName "publication" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/publication> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: purchasing entity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/purchasingEntity> a rdf:Property ;
  rdfs:label "purchasing entity" ;
  schema:alternateName "purchasingEntity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/purchasingEntity> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: refund discrepancy set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/refundDiscrepancySet> a rdf:Property ;
  rdfs:label "refund discrepancy set" ;
  schema:alternateName "refundDiscrepancySet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/refundDiscrepancySet> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: retail location
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/retailLocation> a rdf:Property ;
  rdfs:label "retail location" ;
  schema:alternateName "retailLocation" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/retailLocation> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: return status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/returnStatus> a rdf:Property ;
  rdfs:label "return status" ;
  schema:alternateName "returnStatus" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/returnStatus> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: returns
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/returns> a rdf:Property ;
  rdfs:label "returns" ;
  schema:alternateName "returns" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/returns> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: risk
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/risk> a rdf:Property ;
  rdfs:label "risk" ;
  schema:alternateName "risk" ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: risk level
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/riskLevel> a rdf:Property ;
  rdfs:label "risk level" ;
  schema:alternateName "riskLevel" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/riskLevel> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: risks
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/risks> a rdf:Property ;
  rdfs:label "risks" ;
  schema:alternateName "risks" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/risks> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range shopify:OrderRisk .

# Property: shipping line
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/shippingLine> a rdf:Property ;
  rdfs:label "shipping line" ;
  schema:alternateName "shippingLine" ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: shopify protect
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/shopifyProtect> a rdf:Property ;
  rdfs:label "shopify protect" ;
  schema:alternateName "shopifyProtect" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/shopifyProtect> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: staff member
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/staffMember> a rdf:Property ;
  rdfs:label "staff member" ;
  schema:alternateName "staffMember" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/staffMember> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: suggested refund
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/suggestedRefund> a rdf:Property ;
  rdfs:label "suggested refund" ;
  schema:alternateName "suggestedRefund" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/suggestedRefund> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: total capturable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalCapturable> a rdf:Property ;
  rdfs:label "total capturable" ;
  schema:alternateName "totalCapturable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalCapturable> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: total capturable set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalCapturableSet> a rdf:Property ;
  rdfs:label "total capturable set" ;
  schema:alternateName "totalCapturableSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalCapturableSet> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: total cash rounding adjustment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalCashRoundingAdjustment> a rdf:Property ;
  rdfs:label "total cash rounding adjustment" ;
  schema:alternateName "totalCashRoundingAdjustment" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalCashRoundingAdjustment> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: total outstanding set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalOutstandingSet> a rdf:Property ;
  rdfs:label "total outstanding set" ;
  schema:alternateName "totalOutstandingSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalOutstandingSet> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: total received
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalReceived> a rdf:Property ;
  rdfs:label "total received" ;
  schema:alternateName "totalReceived" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalReceived> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: total received set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalReceivedSet> a rdf:Property ;
  rdfs:label "total received set" ;
  schema:alternateName "totalReceivedSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalReceivedSet> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: total refunded
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalRefunded> a rdf:Property ;
  rdfs:label "total refunded" ;
  schema:alternateName "totalRefunded" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalRefunded> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: total refunded set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalRefundedSet> a rdf:Property ;
  rdfs:label "total refunded set" ;
  schema:alternateName "totalRefundedSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalRefundedSet> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: total refunded shipping set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalRefundedShippingSet> a rdf:Property ;
  rdfs:label "total refunded shipping set" ;
  schema:alternateName "totalRefundedShippingSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalRefundedShippingSet> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: total shipping price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalShippingPrice> a rdf:Property ;
  rdfs:label "total shipping price" ;
  schema:alternateName "totalShippingPrice" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalShippingPrice> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: total tip received set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalTipReceivedSet> a rdf:Property ;
  rdfs:label "total tip received set" ;
  schema:alternateName "totalTipReceivedSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalTipReceivedSet> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: transactions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/transactions> a rdf:Property ;
  rdfs:label "transactions" ;
  schema:alternateName "transactions" ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range shopify:OrderTransaction .

# Property: transactions count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/transactionsCount> a rdf:Property ;
  rdfs:label "transactions count" ;
  schema:alternateName "transactionsCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/transactionsCount> ;
  rdfs:domain shopify:OrderFulfilledEvent ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Unique order ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:long .

# Property: order number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/orderNumber> a rdf:Property ;
  rdfs:label "order number" ;
  rdfs:comment "Shop-specific order number (e.g. 1001)" ;
  schema:alternateName "order_number" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/orderNumber> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:long .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/name> a rdf:Property ;
  rdfs:label "name" ;
  rdfs:comment "Order name including prefix (e.g. #1001)" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/email> a rdf:Property ;
  rdfs:label "email" ;
  rdfs:comment "Customer email address" ;
  schema:alternateName "email" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/email> ;
  rdfs:subPropertyOf schema:email ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: financial status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/financialStatus> a rdf:Property ;
  rdfs:label "financial status" ;
  rdfs:comment "Financial status of the order" ;
  schema:alternateName "financial_status" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/financialStatus> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string ;
  qb:codeList shopify:FinancialStatusScheme .

# Property: fulfillment status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/fulfillmentStatus> a rdf:Property ;
  rdfs:label "fulfillment status" ;
  rdfs:comment "Fulfillment status of the order (null means unfulfilled)" ;
  schema:alternateName "fulfillment_status" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/fulfillmentStatus> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string ;
  qb:codeList shopify:OrderFulfillmentStatusScheme .

# Property: total price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalPrice> a rdf:Property ;
  rdfs:label "total price" ;
  rdfs:comment "Total price of the order including taxes and discounts" ;
  schema:alternateName "total_price" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalPrice> ;
  rdfs:subPropertyOf schema:totalPrice ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: subtotal price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/subtotalPrice> a rdf:Property ;
  rdfs:label "subtotal price" ;
  rdfs:comment "Price of the order after discounts but before shipping and taxes" ;
  schema:alternateName "subtotal_price" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/subtotalPrice> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: total tax
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalTax> a rdf:Property ;
  rdfs:label "total tax" ;
  rdfs:comment "Sum of all taxes applied to the order" ;
  schema:alternateName "total_tax" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalTax> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: total discounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalDiscounts> a rdf:Property ;
  rdfs:label "total discounts" ;
  rdfs:comment "Total discounts applied to the order" ;
  schema:alternateName "total_discounts" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalDiscounts> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: total line items price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalLineItemsPrice> a rdf:Property ;
  rdfs:label "total line items price" ;
  rdfs:comment "Sum of all line item prices" ;
  schema:alternateName "total_line_items_price" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalLineItemsPrice> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currency> a rdf:Property ;
  rdfs:label "currency" ;
  rdfs:comment "Three-letter ISO 4217 currency code" ;
  schema:alternateName "currency" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currency> ;
  rdfs:subPropertyOf schema:priceCurrency ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/lineItems> a rdf:Property ;
  rdfs:label "line items" ;
  rdfs:comment "Line items in the order" ;
  schema:alternateName "line_items" ;
  rdfs:subPropertyOf schema:orderedItem ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range shopify:OrderLineItem .

# Property: billing address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/billingAddress> a rdf:Property ;
  rdfs:label "billing address" ;
  rdfs:comment "Billing address" ;
  schema:alternateName "billing_address" ;
  rdfs:subPropertyOf schema:billingAddress ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range shopify:Address .

# Property: shipping address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/shippingAddress> a rdf:Property ;
  rdfs:label "shipping address" ;
  rdfs:comment "Shipping address" ;
  schema:alternateName "shipping_address" ;
  rdfs:subPropertyOf schema:deliveryAddress ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range shopify:Address .

# Property: customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/customer> a rdf:Property ;
  rdfs:label "customer" ;
  rdfs:comment "Customer associated with the order" ;
  schema:alternateName "customer" ;
  rdfs:subPropertyOf schema:customer ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range shopify:Customer .

# Property: discount codes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/discountCodes> a rdf:Property ;
  rdfs:label "discount codes" ;
  rdfs:comment "Discount codes applied to the order" ;
  schema:alternateName "discount_codes" ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range shopify:DiscountCode .

# Property: tax lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/taxLines> a rdf:Property ;
  rdfs:label "tax lines" ;
  rdfs:comment "Tax lines on the order" ;
  schema:alternateName "tax_lines" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxLines> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range shopify:TaxLine .

# Property: shipping lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/shippingLines> a rdf:Property ;
  rdfs:label "shipping lines" ;
  rdfs:comment "Shipping lines on the order" ;
  schema:alternateName "shipping_lines" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/shippingLines> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range shopify:ShippingLine .

# Property: note
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/note> a rdf:Property ;
  rdfs:label "note" ;
  rdfs:comment "Optional note attached to the order" ;
  schema:alternateName "note" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/note> ;
  rdfs:subPropertyOf schema:description ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/tags> a rdf:Property ;
  rdfs:label "tags" ;
  rdfs:comment "Tags attached to the order (comma-separated)" ;
  schema:alternateName "tags" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/tags> ;
  rdfs:subPropertyOf schema:keywords ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: cancel reason
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/cancelReason> a rdf:Property ;
  rdfs:label "cancel reason" ;
  rdfs:comment "Reason the order was cancelled: customer, fraud, inventory, declined, other" ;
  schema:alternateName "cancel_reason" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/cancelReason> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: cancelled at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/cancelledAt> a rdf:Property ;
  rdfs:label "cancelled at" ;
  rdfs:comment "Date and time when the order was cancelled" ;
  schema:alternateName "cancelled_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/cancelledAt> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:dateTime .

# Property: closed at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/closedAt> a rdf:Property ;
  rdfs:label "closed at" ;
  rdfs:comment "Date and time when the order was closed" ;
  schema:alternateName "closed_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/closedAt> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:dateTime .

# Property: processed at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/processedAt> a rdf:Property ;
  rdfs:label "processed at" ;
  rdfs:comment "Date and time when the order was processed" ;
  schema:alternateName "processed_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/processedAt> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:dateTime .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the order was created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:orderDate ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the order was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:dateTime .

# Property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/adminGraphqlApiId> a rdf:Property ;
  rdfs:label "admin graphql api id" ;
  rdfs:comment "GraphQL Admin API ID" ;
  schema:alternateName "admin_graphql_api_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adminGraphqlApiId> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: source name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/sourceName> a rdf:Property ;
  rdfs:label "source name" ;
  rdfs:comment "Where the order originated (e.g. web, pos, shopify_draft_order)" ;
  schema:alternateName "source_name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/sourceName> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: gateway
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/gateway> a rdf:Property ;
  rdfs:label "gateway" ;
  rdfs:comment "Payment gateway used" ;
  schema:alternateName "gateway" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/gateway> ;
  rdfs:subPropertyOf schema:paymentMethod ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: test
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/test> a rdf:Property ;
  rdfs:label "test" ;
  rdfs:comment "Whether this is a test order" ;
  schema:alternateName "test" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/test> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:boolean .

# Property: confirmed
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/confirmed> a rdf:Property ;
  rdfs:label "confirmed" ;
  rdfs:comment "Whether the order has been confirmed" ;
  schema:alternateName "confirmed" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/confirmed> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:boolean .

# Property: buyer accepts marketing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/buyerAcceptsMarketing> a rdf:Property ;
  rdfs:label "buyer accepts marketing" ;
  rdfs:comment "Whether the buyer accepted marketing" ;
  schema:alternateName "buyer_accepts_marketing" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/buyerAcceptsMarketing> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:boolean .

# Property: total weight
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalWeight> a rdf:Property ;
  rdfs:label "total weight" ;
  rdfs:comment "Total weight of the order in grams" ;
  schema:alternateName "total_weight" ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:long .

# Property: token
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/token> a rdf:Property ;
  rdfs:label "token" ;
  rdfs:comment "Unique token for the order" ;
  schema:alternateName "token" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/token> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: app id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/appId> a rdf:Property ;
  rdfs:label "app id" ;
  rdfs:comment "ID of the app that created the order" ;
  schema:alternateName "app_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/appId> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:long .

# Property: browser ip
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/browserIp> a rdf:Property ;
  rdfs:label "browser ip" ;
  rdfs:comment "IP address of the browser used to place the order" ;
  schema:alternateName "browser_ip" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/browserIp> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: landing site
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/landingSite> a rdf:Property ;
  rdfs:label "landing site" ;
  rdfs:comment "URL of the page where the buyer landed when entering the shop" ;
  schema:alternateName "landing_site" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/landingSite> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: referring site
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/referringSite> a rdf:Property ;
  rdfs:label "referring site" ;
  rdfs:comment "Website that referred the customer to the shop" ;
  schema:alternateName "referring_site" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/referringSite> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/phone> a rdf:Property ;
  rdfs:label "phone" ;
  rdfs:comment "Customer phone number" ;
  schema:alternateName "phone" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/phone> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: discount applications
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/discountApplications> a rdf:Property ;
  rdfs:label "discount applications" ;
  rdfs:comment "Discount applications on the order" ;
  schema:alternateName "discount_applications" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/discountApplications> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range shopify:DiscountApplication .

# Property: note attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/noteAttributes> a rdf:Property ;
  rdfs:label "note attributes" ;
  rdfs:comment "Custom attributes for the order" ;
  schema:alternateName "note_attributes" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/noteAttributes> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range shopify:NoteAttribute .

# Property: fulfillments
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/fulfillments> a rdf:Property ;
  rdfs:label "fulfillments" ;
  rdfs:comment "Fulfillments associated with the order" ;
  schema:alternateName "fulfillments" ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range shopify:Fulfillment .

# Property: refunds
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/refunds> a rdf:Property ;
  rdfs:label "refunds" ;
  rdfs:comment "Refunds applied to the order" ;
  schema:alternateName "refunds" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/refunds> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range shopify:Refund .

# Property: total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalPriceSet> a rdf:Property ;
  rdfs:label "total price set" ;
  rdfs:comment "Total price in shop and presentment currencies" ;
  schema:alternateName "total_price_set" ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range shopify:PriceSet .

# Property: subtotal price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/subtotalPriceSet> a rdf:Property ;
  rdfs:label "subtotal price set" ;
  rdfs:comment "Subtotal price in shop and presentment currencies" ;
  schema:alternateName "subtotal_price_set" ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range shopify:PriceSet .

# Property: total discounts set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalDiscountsSet> a rdf:Property ;
  rdfs:label "total discounts set" ;
  rdfs:comment "Total discounts in shop and presentment currencies" ;
  schema:alternateName "total_discounts_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalDiscountsSet> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range shopify:PriceSet .

# Property: total line items price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalLineItemsPriceSet> a rdf:Property ;
  rdfs:label "total line items price set" ;
  rdfs:comment "Total line items price in shop and presentment currencies" ;
  schema:alternateName "total_line_items_price_set" ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range shopify:PriceSet .

# Property: total tax set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalTaxSet> a rdf:Property ;
  rdfs:label "total tax set" ;
  rdfs:comment "Total tax in shop and presentment currencies" ;
  schema:alternateName "total_tax_set" ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range shopify:PriceSet .

# Property: total shipping price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalShippingPriceSet> a rdf:Property ;
  rdfs:label "total shipping price set" ;
  rdfs:comment "Total shipping price in shop and presentment currencies" ;
  schema:alternateName "total_shipping_price_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalShippingPriceSet> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range shopify:PriceSet .

# Property: current total price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currentTotalPrice> a rdf:Property ;
  rdfs:label "current total price" ;
  rdfs:comment "Current total price after edits, refunds, etc." ;
  schema:alternateName "current_total_price" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalPrice> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: current subtotal price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currentSubtotalPrice> a rdf:Property ;
  rdfs:label "current subtotal price" ;
  rdfs:comment "Current subtotal price after edits, refunds, etc." ;
  schema:alternateName "current_subtotal_price" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentSubtotalPrice> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: current total tax
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currentTotalTax> a rdf:Property ;
  rdfs:label "current total tax" ;
  rdfs:comment "Current total tax after edits, refunds, etc." ;
  schema:alternateName "current_total_tax" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalTax> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: current total discounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currentTotalDiscounts> a rdf:Property ;
  rdfs:label "current total discounts" ;
  rdfs:comment "Current total discounts after edits, refunds, etc." ;
  schema:alternateName "current_total_discounts" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalDiscounts> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: current total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currentTotalPriceSet> a rdf:Property ;
  rdfs:label "current total price set" ;
  rdfs:comment "Current total price in shop and presentment currencies" ;
  schema:alternateName "current_total_price_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalPriceSet> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range shopify:PriceSet .

# Property: current subtotal price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currentSubtotalPriceSet> a rdf:Property ;
  rdfs:label "current subtotal price set" ;
  rdfs:comment "Current subtotal price in shop and presentment currencies" ;
  schema:alternateName "current_subtotal_price_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentSubtotalPriceSet> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range shopify:PriceSet .

# Property: current total tax set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currentTotalTaxSet> a rdf:Property ;
  rdfs:label "current total tax set" ;
  rdfs:comment "Current total tax in shop and presentment currencies" ;
  schema:alternateName "current_total_tax_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalTaxSet> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range shopify:PriceSet .

# Property: current total discounts set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currentTotalDiscountsSet> a rdf:Property ;
  rdfs:label "current total discounts set" ;
  rdfs:comment "Current total discounts in shop and presentment currencies" ;
  schema:alternateName "current_total_discounts_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalDiscountsSet> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range shopify:PriceSet .

# Property: presentment currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/presentmentCurrency> a rdf:Property ;
  rdfs:label "presentment currency" ;
  rdfs:comment "Presentment currency for the order" ;
  schema:alternateName "presentment_currency" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/presentmentCurrency> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: payment gateway names
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/paymentGatewayNames> a rdf:Property ;
  rdfs:label "payment gateway names" ;
  rdfs:comment "List of payment gateways used for the order" ;
  schema:alternateName "payment_gateway_names" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/paymentGatewayNames> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: processing method
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/processingMethod> a rdf:Property ;
  rdfs:label "processing method" ;
  rdfs:comment "How the payment was processed" ;
  schema:alternateName "processing_method" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/processingMethod> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: client details
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/clientDetails> a rdf:Property ;
  rdfs:label "client details" ;
  rdfs:comment "Details about the client that created the order" ;
  schema:alternateName "client_details" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/clientDetails> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range shopify:ClientDetails .

# Property: taxes included
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/taxesIncluded> a rdf:Property ;
  rdfs:label "taxes included" ;
  rdfs:comment "Whether taxes are included in the order subtotal" ;
  schema:alternateName "taxes_included" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxesIncluded> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:boolean .

# Property: order status url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/orderStatusUrl> a rdf:Property ;
  rdfs:label "order status url" ;
  rdfs:comment "URL for the order status page" ;
  schema:alternateName "order_status_url" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/orderStatusUrl> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: total tip received
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalTipReceived> a rdf:Property ;
  rdfs:label "total tip received" ;
  rdfs:comment "Total tip amount received" ;
  schema:alternateName "total_tip_received" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalTipReceived> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/number> a rdf:Property ;
  rdfs:label "number" ;
  rdfs:comment "Sequential order number for the shop" ;
  schema:alternateName "number" ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:long .

# Property: confirmation number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/confirmationNumber> a rdf:Property ;
  rdfs:label "confirmation number" ;
  rdfs:comment "Confirmation number for the order" ;
  schema:alternateName "confirmation_number" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/confirmationNumber> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/metafields> a rdf:Property ;
  rdfs:label "metafields" ;
  rdfs:comment "Metafields associated with the resource" ;
  schema:alternateName "metafields" ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range shopify:Metafield .

# Property: billing address matches shipping address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/billingAddressMatchesShippingAddress> a rdf:Property ;
  rdfs:label "billing address matches shipping address" ;
  schema:alternateName "billingAddressMatchesShippingAddress" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/billingAddressMatchesShippingAddress> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:boolean .

# Property: can mark as paid
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/canMarkAsPaid> a rdf:Property ;
  rdfs:label "can mark as paid" ;
  schema:alternateName "canMarkAsPaid" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/canMarkAsPaid> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:boolean .

# Property: can notify customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/canNotifyCustomer> a rdf:Property ;
  rdfs:label "can notify customer" ;
  schema:alternateName "canNotifyCustomer" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/canNotifyCustomer> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:boolean .

# Property: capturable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/capturable> a rdf:Property ;
  rdfs:label "capturable" ;
  schema:alternateName "capturable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/capturable> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:boolean .

# Property: client ip
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/clientIp> a rdf:Property ;
  rdfs:label "client ip" ;
  schema:alternateName "clientIp" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/clientIp> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: closed
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/closed> a rdf:Property ;
  rdfs:label "closed" ;
  schema:alternateName "closed" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/closed> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:boolean .

# Property: current subtotal line items quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currentSubtotalLineItemsQuantity> a rdf:Property ;
  rdfs:label "current subtotal line items quantity" ;
  schema:alternateName "currentSubtotalLineItemsQuantity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentSubtotalLineItemsQuantity> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:int .

# Property: current total weight
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currentTotalWeight> a rdf:Property ;
  rdfs:label "current total weight" ;
  schema:alternateName "currentTotalWeight" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalWeight> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: customer accepts marketing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/customerAcceptsMarketing> a rdf:Property ;
  rdfs:label "customer accepts marketing" ;
  schema:alternateName "customerAcceptsMarketing" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customerAcceptsMarketing> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:boolean .

# Property: customer locale
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/customerLocale> a rdf:Property ;
  rdfs:label "customer locale" ;
  schema:alternateName "customerLocale" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customerLocale> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: discount code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/discountCode> a rdf:Property ;
  rdfs:label "discount code" ;
  schema:alternateName "discountCode" ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: duties included
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/dutiesIncluded> a rdf:Property ;
  rdfs:label "duties included" ;
  schema:alternateName "dutiesIncluded" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/dutiesIncluded> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:boolean .

# Property: edited
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/edited> a rdf:Property ;
  rdfs:label "edited" ;
  schema:alternateName "edited" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/edited> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:boolean .

# Property: estimated taxes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/estimatedTaxes> a rdf:Property ;
  rdfs:label "estimated taxes" ;
  schema:alternateName "estimatedTaxes" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/estimatedTaxes> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:boolean .

# Property: fulfillable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/fulfillable> a rdf:Property ;
  rdfs:label "fulfillable" ;
  schema:alternateName "fulfillable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/fulfillable> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:boolean .

# Property: fully paid
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/fullyPaid> a rdf:Property ;
  rdfs:label "fully paid" ;
  schema:alternateName "fullyPaid" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/fullyPaid> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:boolean .

# Property: has timeline comment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/hasTimelineComment> a rdf:Property ;
  rdfs:label "has timeline comment" ;
  schema:alternateName "hasTimelineComment" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/hasTimelineComment> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:boolean .

# Property: landing page display text
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/landingPageDisplayText> a rdf:Property ;
  rdfs:label "landing page display text" ;
  schema:alternateName "landingPageDisplayText" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/landingPageDisplayText> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: landing page url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/landingPageUrl> a rdf:Property ;
  rdfs:label "landing page url" ;
  schema:alternateName "landingPageUrl" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/landingPageUrl> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:anyURI .

# Property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/legacyResourceId> a rdf:Property ;
  rdfs:label "legacy resource id" ;
  schema:alternateName "legacyResourceId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/legacyResourceId> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: merchant editable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/merchantEditable> a rdf:Property ;
  rdfs:label "merchant editable" ;
  schema:alternateName "merchantEditable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/merchantEditable> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:boolean .

# Property: merchant editable errors
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/merchantEditableErrors> a rdf:Property ;
  rdfs:label "merchant editable errors" ;
  schema:alternateName "merchantEditableErrors" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/merchantEditableErrors> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: po number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/poNumber> a rdf:Property ;
  rdfs:label "po number" ;
  schema:alternateName "poNumber" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/poNumber> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: referral code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/referralCode> a rdf:Property ;
  rdfs:label "referral code" ;
  schema:alternateName "referralCode" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/referralCode> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: referrer display text
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/referrerDisplayText> a rdf:Property ;
  rdfs:label "referrer display text" ;
  schema:alternateName "referrerDisplayText" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/referrerDisplayText> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: referrer url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/referrerUrl> a rdf:Property ;
  rdfs:label "referrer url" ;
  schema:alternateName "referrerUrl" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/referrerUrl> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:anyURI .

# Property: refundable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/refundable> a rdf:Property ;
  rdfs:label "refundable" ;
  schema:alternateName "refundable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/refundable> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:boolean .

# Property: registered source url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/registeredSourceUrl> a rdf:Property ;
  rdfs:label "registered source url" ;
  schema:alternateName "registeredSourceUrl" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/registeredSourceUrl> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:anyURI .

# Property: requires shipping
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/requiresShipping> a rdf:Property ;
  rdfs:label "requires shipping" ;
  schema:alternateName "requiresShipping" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/requiresShipping> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:boolean .

# Property: restockable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/restockable> a rdf:Property ;
  rdfs:label "restockable" ;
  schema:alternateName "restockable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/restockable> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:boolean .

# Property: source identifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/sourceIdentifier> a rdf:Property ;
  rdfs:label "source identifier" ;
  schema:alternateName "sourceIdentifier" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/sourceIdentifier> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: status page url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/statusPageUrl> a rdf:Property ;
  rdfs:label "status page url" ;
  schema:alternateName "statusPageUrl" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/statusPageUrl> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:anyURI .

# Property: subtotal line items quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/subtotalLineItemsQuantity> a rdf:Property ;
  rdfs:label "subtotal line items quantity" ;
  schema:alternateName "subtotalLineItemsQuantity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/subtotalLineItemsQuantity> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:int .

# Property: tax exempt
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/taxExempt> a rdf:Property ;
  rdfs:label "tax exempt" ;
  schema:alternateName "taxExempt" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxExempt> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:boolean .

# Property: unpaid
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/unpaid> a rdf:Property ;
  rdfs:label "unpaid" ;
  schema:alternateName "unpaid" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/unpaid> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:boolean .

# Property: additional fees
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/additionalFees> a rdf:Property ;
  rdfs:label "additional fees" ;
  schema:alternateName "additionalFees" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/additionalFees> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range shopify:AdditionalFee .

# Property: agreements
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/agreements> a rdf:Property ;
  rdfs:label "agreements" ;
  schema:alternateName "agreements" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/agreements> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: alerts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/alerts> a rdf:Property ;
  rdfs:label "alerts" ;
  schema:alternateName "alerts" ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range shopify:ResourceAlert .

# Property: app
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/app> a rdf:Property ;
  rdfs:label "app" ;
  schema:alternateName "app" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/app> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: cancellation
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/cancellation> a rdf:Property ;
  rdfs:label "cancellation" ;
  schema:alternateName "cancellation" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/cancellation> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: cart discount amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/cartDiscountAmount> a rdf:Property ;
  rdfs:label "cart discount amount" ;
  schema:alternateName "cartDiscountAmount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/cartDiscountAmount> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: cart discount amount set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/cartDiscountAmountSet> a rdf:Property ;
  rdfs:label "cart discount amount set" ;
  schema:alternateName "cartDiscountAmountSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/cartDiscountAmountSet> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: channel
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/channel> a rdf:Property ;
  rdfs:label "channel" ;
  schema:alternateName "channel" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/channel> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: channel information
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/channelInformation> a rdf:Property ;
  rdfs:label "channel information" ;
  schema:alternateName "channelInformation" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/channelInformation> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: currency code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currencyCode> a rdf:Property ;
  rdfs:label "currency code" ;
  schema:alternateName "currencyCode" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currencyCode> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: current cart discount amount set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currentCartDiscountAmountSet> a rdf:Property ;
  rdfs:label "current cart discount amount set" ;
  schema:alternateName "currentCartDiscountAmountSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentCartDiscountAmountSet> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: current shipping price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currentShippingPriceSet> a rdf:Property ;
  rdfs:label "current shipping price set" ;
  schema:alternateName "currentShippingPriceSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentShippingPriceSet> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: current tax lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currentTaxLines> a rdf:Property ;
  rdfs:label "current tax lines" ;
  schema:alternateName "currentTaxLines" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTaxLines> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range shopify:TaxLine .

# Property: current total additional fees set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currentTotalAdditionalFeesSet> a rdf:Property ;
  rdfs:label "current total additional fees set" ;
  schema:alternateName "currentTotalAdditionalFeesSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalAdditionalFeesSet> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: current total duties set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currentTotalDutiesSet> a rdf:Property ;
  rdfs:label "current total duties set" ;
  schema:alternateName "currentTotalDutiesSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalDutiesSet> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: custom attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/customAttributes> a rdf:Property ;
  rdfs:label "custom attributes" ;
  schema:alternateName "customAttributes" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customAttributes> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range shopify:Attribute .

# Property: customer journey
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/customerJourney> a rdf:Property ;
  rdfs:label "customer journey" ;
  schema:alternateName "customerJourney" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customerJourney> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: customer journey summary
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/customerJourneySummary> a rdf:Property ;
  rdfs:label "customer journey summary" ;
  schema:alternateName "customerJourneySummary" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customerJourneySummary> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: display address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/displayAddress> a rdf:Property ;
  rdfs:label "display address" ;
  schema:alternateName "displayAddress" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/displayAddress> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: display financial status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/displayFinancialStatus> a rdf:Property ;
  rdfs:label "display financial status" ;
  schema:alternateName "displayFinancialStatus" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/displayFinancialStatus> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: display fulfillment status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/displayFulfillmentStatus> a rdf:Property ;
  rdfs:label "display fulfillment status" ;
  schema:alternateName "displayFulfillmentStatus" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/displayFulfillmentStatus> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: disputes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/disputes> a rdf:Property ;
  rdfs:label "disputes" ;
  schema:alternateName "disputes" ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range shopify:OrderDisputeSummary .

# Property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/events> a rdf:Property ;
  rdfs:label "events" ;
  schema:alternateName "events" ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: exchange v2s
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/exchangeV2s> a rdf:Property ;
  rdfs:label "exchange v2s" ;
  schema:alternateName "exchangeV2s" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/exchangeV2s> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: fulfillment orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/fulfillmentOrders> a rdf:Property ;
  rdfs:label "fulfillment orders" ;
  schema:alternateName "fulfillmentOrders" ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: fulfillments count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/fulfillmentsCount> a rdf:Property ;
  rdfs:label "fulfillments count" ;
  schema:alternateName "fulfillmentsCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/fulfillmentsCount> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: localization extensions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/localizationExtensions> a rdf:Property ;
  rdfs:label "localization extensions" ;
  schema:alternateName "localizationExtensions" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/localizationExtensions> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: localized fields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/localizedFields> a rdf:Property ;
  rdfs:label "localized fields" ;
  schema:alternateName "localizedFields" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/localizedFields> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: merchant business entity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/merchantBusinessEntity> a rdf:Property ;
  rdfs:label "merchant business entity" ;
  schema:alternateName "merchantBusinessEntity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/merchantBusinessEntity> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: merchant of record app
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/merchantOfRecordApp> a rdf:Property ;
  rdfs:label "merchant of record app" ;
  schema:alternateName "merchantOfRecordApp" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/merchantOfRecordApp> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/metafield> a rdf:Property ;
  rdfs:label "metafield" ;
  schema:alternateName "metafield" ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: metafield definitions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/metafieldDefinitions> a rdf:Property ;
  rdfs:label "metafield definitions" ;
  schema:alternateName "metafieldDefinitions" ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: net payment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/netPayment> a rdf:Property ;
  rdfs:label "net payment" ;
  schema:alternateName "netPayment" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/netPayment> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: net payment set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/netPaymentSet> a rdf:Property ;
  rdfs:label "net payment set" ;
  schema:alternateName "netPaymentSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/netPaymentSet> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: non fulfillable line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/nonFulfillableLineItems> a rdf:Property ;
  rdfs:label "non fulfillable line items" ;
  schema:alternateName "nonFulfillableLineItems" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/nonFulfillableLineItems> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: original total additional fees set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/originalTotalAdditionalFeesSet> a rdf:Property ;
  rdfs:label "original total additional fees set" ;
  schema:alternateName "originalTotalAdditionalFeesSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/originalTotalAdditionalFeesSet> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: original total duties set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/originalTotalDutiesSet> a rdf:Property ;
  rdfs:label "original total duties set" ;
  schema:alternateName "originalTotalDutiesSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/originalTotalDutiesSet> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: original total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/originalTotalPriceSet> a rdf:Property ;
  rdfs:label "original total price set" ;
  schema:alternateName "originalTotalPriceSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/originalTotalPriceSet> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: payment collection details
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/paymentCollectionDetails> a rdf:Property ;
  rdfs:label "payment collection details" ;
  schema:alternateName "paymentCollectionDetails" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/paymentCollectionDetails> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: payment terms
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/paymentTerms> a rdf:Property ;
  rdfs:label "payment terms" ;
  schema:alternateName "paymentTerms" ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: physical location
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/physicalLocation> a rdf:Property ;
  rdfs:label "physical location" ;
  schema:alternateName "physicalLocation" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/physicalLocation> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: presentment currency code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/presentmentCurrencyCode> a rdf:Property ;
  rdfs:label "presentment currency code" ;
  schema:alternateName "presentmentCurrencyCode" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/presentmentCurrencyCode> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: publication
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/publication> a rdf:Property ;
  rdfs:label "publication" ;
  schema:alternateName "publication" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/publication> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: purchasing entity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/purchasingEntity> a rdf:Property ;
  rdfs:label "purchasing entity" ;
  schema:alternateName "purchasingEntity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/purchasingEntity> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: refund discrepancy set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/refundDiscrepancySet> a rdf:Property ;
  rdfs:label "refund discrepancy set" ;
  schema:alternateName "refundDiscrepancySet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/refundDiscrepancySet> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: retail location
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/retailLocation> a rdf:Property ;
  rdfs:label "retail location" ;
  schema:alternateName "retailLocation" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/retailLocation> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: return status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/returnStatus> a rdf:Property ;
  rdfs:label "return status" ;
  schema:alternateName "returnStatus" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/returnStatus> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: returns
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/returns> a rdf:Property ;
  rdfs:label "returns" ;
  schema:alternateName "returns" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/returns> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: risk
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/risk> a rdf:Property ;
  rdfs:label "risk" ;
  schema:alternateName "risk" ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: risk level
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/riskLevel> a rdf:Property ;
  rdfs:label "risk level" ;
  schema:alternateName "riskLevel" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/riskLevel> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: risks
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/risks> a rdf:Property ;
  rdfs:label "risks" ;
  schema:alternateName "risks" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/risks> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range shopify:OrderRisk .

# Property: shipping line
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/shippingLine> a rdf:Property ;
  rdfs:label "shipping line" ;
  schema:alternateName "shippingLine" ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: shopify protect
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/shopifyProtect> a rdf:Property ;
  rdfs:label "shopify protect" ;
  schema:alternateName "shopifyProtect" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/shopifyProtect> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: staff member
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/staffMember> a rdf:Property ;
  rdfs:label "staff member" ;
  schema:alternateName "staffMember" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/staffMember> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: suggested refund
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/suggestedRefund> a rdf:Property ;
  rdfs:label "suggested refund" ;
  schema:alternateName "suggestedRefund" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/suggestedRefund> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: total capturable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalCapturable> a rdf:Property ;
  rdfs:label "total capturable" ;
  schema:alternateName "totalCapturable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalCapturable> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: total capturable set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalCapturableSet> a rdf:Property ;
  rdfs:label "total capturable set" ;
  schema:alternateName "totalCapturableSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalCapturableSet> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: total cash rounding adjustment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalCashRoundingAdjustment> a rdf:Property ;
  rdfs:label "total cash rounding adjustment" ;
  schema:alternateName "totalCashRoundingAdjustment" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalCashRoundingAdjustment> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: total outstanding set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalOutstandingSet> a rdf:Property ;
  rdfs:label "total outstanding set" ;
  schema:alternateName "totalOutstandingSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalOutstandingSet> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: total received
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalReceived> a rdf:Property ;
  rdfs:label "total received" ;
  schema:alternateName "totalReceived" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalReceived> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: total received set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalReceivedSet> a rdf:Property ;
  rdfs:label "total received set" ;
  schema:alternateName "totalReceivedSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalReceivedSet> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: total refunded
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalRefunded> a rdf:Property ;
  rdfs:label "total refunded" ;
  schema:alternateName "totalRefunded" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalRefunded> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: total refunded set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalRefundedSet> a rdf:Property ;
  rdfs:label "total refunded set" ;
  schema:alternateName "totalRefundedSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalRefundedSet> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: total refunded shipping set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalRefundedShippingSet> a rdf:Property ;
  rdfs:label "total refunded shipping set" ;
  schema:alternateName "totalRefundedShippingSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalRefundedShippingSet> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: total shipping price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalShippingPrice> a rdf:Property ;
  rdfs:label "total shipping price" ;
  schema:alternateName "totalShippingPrice" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalShippingPrice> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: total tip received set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalTipReceivedSet> a rdf:Property ;
  rdfs:label "total tip received set" ;
  schema:alternateName "totalTipReceivedSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalTipReceivedSet> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: transactions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/transactions> a rdf:Property ;
  rdfs:label "transactions" ;
  schema:alternateName "transactions" ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range shopify:OrderTransaction .

# Property: transactions count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/transactionsCount> a rdf:Property ;
  rdfs:label "transactions count" ;
  schema:alternateName "transactionsCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/transactionsCount> ;
  rdfs:domain shopify:OrderPaidEvent ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Unique order ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:long .

# Property: order number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/orderNumber> a rdf:Property ;
  rdfs:label "order number" ;
  rdfs:comment "Shop-specific order number (e.g. 1001)" ;
  schema:alternateName "order_number" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/orderNumber> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:long .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/name> a rdf:Property ;
  rdfs:label "name" ;
  rdfs:comment "Order name including prefix (e.g. #1001)" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/email> a rdf:Property ;
  rdfs:label "email" ;
  rdfs:comment "Customer email address" ;
  schema:alternateName "email" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/email> ;
  rdfs:subPropertyOf schema:email ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: financial status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/financialStatus> a rdf:Property ;
  rdfs:label "financial status" ;
  rdfs:comment "Financial status of the order" ;
  schema:alternateName "financial_status" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/financialStatus> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string ;
  qb:codeList shopify:FinancialStatusScheme .

# Property: fulfillment status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/fulfillmentStatus> a rdf:Property ;
  rdfs:label "fulfillment status" ;
  rdfs:comment "Fulfillment status of the order (null means unfulfilled)" ;
  schema:alternateName "fulfillment_status" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/fulfillmentStatus> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string ;
  qb:codeList shopify:OrderFulfillmentStatusScheme .

# Property: total price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalPrice> a rdf:Property ;
  rdfs:label "total price" ;
  rdfs:comment "Total price of the order including taxes and discounts" ;
  schema:alternateName "total_price" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalPrice> ;
  rdfs:subPropertyOf schema:totalPrice ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: subtotal price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/subtotalPrice> a rdf:Property ;
  rdfs:label "subtotal price" ;
  rdfs:comment "Price of the order after discounts but before shipping and taxes" ;
  schema:alternateName "subtotal_price" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/subtotalPrice> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: total tax
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalTax> a rdf:Property ;
  rdfs:label "total tax" ;
  rdfs:comment "Sum of all taxes applied to the order" ;
  schema:alternateName "total_tax" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalTax> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: total discounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalDiscounts> a rdf:Property ;
  rdfs:label "total discounts" ;
  rdfs:comment "Total discounts applied to the order" ;
  schema:alternateName "total_discounts" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalDiscounts> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: total line items price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalLineItemsPrice> a rdf:Property ;
  rdfs:label "total line items price" ;
  rdfs:comment "Sum of all line item prices" ;
  schema:alternateName "total_line_items_price" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalLineItemsPrice> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currency> a rdf:Property ;
  rdfs:label "currency" ;
  rdfs:comment "Three-letter ISO 4217 currency code" ;
  schema:alternateName "currency" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currency> ;
  rdfs:subPropertyOf schema:priceCurrency ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/lineItems> a rdf:Property ;
  rdfs:label "line items" ;
  rdfs:comment "Line items in the order" ;
  schema:alternateName "line_items" ;
  rdfs:subPropertyOf schema:orderedItem ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range shopify:OrderLineItem .

# Property: billing address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/billingAddress> a rdf:Property ;
  rdfs:label "billing address" ;
  rdfs:comment "Billing address" ;
  schema:alternateName "billing_address" ;
  rdfs:subPropertyOf schema:billingAddress ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range shopify:Address .

# Property: shipping address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/shippingAddress> a rdf:Property ;
  rdfs:label "shipping address" ;
  rdfs:comment "Shipping address" ;
  schema:alternateName "shipping_address" ;
  rdfs:subPropertyOf schema:deliveryAddress ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range shopify:Address .

# Property: customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/customer> a rdf:Property ;
  rdfs:label "customer" ;
  rdfs:comment "Customer associated with the order" ;
  schema:alternateName "customer" ;
  rdfs:subPropertyOf schema:customer ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range shopify:Customer .

# Property: discount codes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/discountCodes> a rdf:Property ;
  rdfs:label "discount codes" ;
  rdfs:comment "Discount codes applied to the order" ;
  schema:alternateName "discount_codes" ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range shopify:DiscountCode .

# Property: tax lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/taxLines> a rdf:Property ;
  rdfs:label "tax lines" ;
  rdfs:comment "Tax lines on the order" ;
  schema:alternateName "tax_lines" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxLines> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range shopify:TaxLine .

# Property: shipping lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/shippingLines> a rdf:Property ;
  rdfs:label "shipping lines" ;
  rdfs:comment "Shipping lines on the order" ;
  schema:alternateName "shipping_lines" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/shippingLines> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range shopify:ShippingLine .

# Property: note
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/note> a rdf:Property ;
  rdfs:label "note" ;
  rdfs:comment "Optional note attached to the order" ;
  schema:alternateName "note" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/note> ;
  rdfs:subPropertyOf schema:description ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/tags> a rdf:Property ;
  rdfs:label "tags" ;
  rdfs:comment "Tags attached to the order (comma-separated)" ;
  schema:alternateName "tags" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/tags> ;
  rdfs:subPropertyOf schema:keywords ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: cancel reason
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/cancelReason> a rdf:Property ;
  rdfs:label "cancel reason" ;
  rdfs:comment "Reason the order was cancelled: customer, fraud, inventory, declined, other" ;
  schema:alternateName "cancel_reason" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/cancelReason> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: cancelled at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/cancelledAt> a rdf:Property ;
  rdfs:label "cancelled at" ;
  rdfs:comment "Date and time when the order was cancelled" ;
  schema:alternateName "cancelled_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/cancelledAt> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:dateTime .

# Property: closed at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/closedAt> a rdf:Property ;
  rdfs:label "closed at" ;
  rdfs:comment "Date and time when the order was closed" ;
  schema:alternateName "closed_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/closedAt> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:dateTime .

# Property: processed at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/processedAt> a rdf:Property ;
  rdfs:label "processed at" ;
  rdfs:comment "Date and time when the order was processed" ;
  schema:alternateName "processed_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/processedAt> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:dateTime .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the order was created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:orderDate ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the order was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:dateTime .

# Property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/adminGraphqlApiId> a rdf:Property ;
  rdfs:label "admin graphql api id" ;
  rdfs:comment "GraphQL Admin API ID" ;
  schema:alternateName "admin_graphql_api_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adminGraphqlApiId> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: source name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/sourceName> a rdf:Property ;
  rdfs:label "source name" ;
  rdfs:comment "Where the order originated (e.g. web, pos, shopify_draft_order)" ;
  schema:alternateName "source_name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/sourceName> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: gateway
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/gateway> a rdf:Property ;
  rdfs:label "gateway" ;
  rdfs:comment "Payment gateway used" ;
  schema:alternateName "gateway" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/gateway> ;
  rdfs:subPropertyOf schema:paymentMethod ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: test
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/test> a rdf:Property ;
  rdfs:label "test" ;
  rdfs:comment "Whether this is a test order" ;
  schema:alternateName "test" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/test> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:boolean .

# Property: confirmed
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/confirmed> a rdf:Property ;
  rdfs:label "confirmed" ;
  rdfs:comment "Whether the order has been confirmed" ;
  schema:alternateName "confirmed" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/confirmed> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:boolean .

# Property: buyer accepts marketing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/buyerAcceptsMarketing> a rdf:Property ;
  rdfs:label "buyer accepts marketing" ;
  rdfs:comment "Whether the buyer accepted marketing" ;
  schema:alternateName "buyer_accepts_marketing" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/buyerAcceptsMarketing> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:boolean .

# Property: total weight
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalWeight> a rdf:Property ;
  rdfs:label "total weight" ;
  rdfs:comment "Total weight of the order in grams" ;
  schema:alternateName "total_weight" ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:long .

# Property: token
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/token> a rdf:Property ;
  rdfs:label "token" ;
  rdfs:comment "Unique token for the order" ;
  schema:alternateName "token" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/token> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: app id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/appId> a rdf:Property ;
  rdfs:label "app id" ;
  rdfs:comment "ID of the app that created the order" ;
  schema:alternateName "app_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/appId> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:long .

# Property: browser ip
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/browserIp> a rdf:Property ;
  rdfs:label "browser ip" ;
  rdfs:comment "IP address of the browser used to place the order" ;
  schema:alternateName "browser_ip" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/browserIp> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: landing site
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/landingSite> a rdf:Property ;
  rdfs:label "landing site" ;
  rdfs:comment "URL of the page where the buyer landed when entering the shop" ;
  schema:alternateName "landing_site" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/landingSite> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: referring site
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/referringSite> a rdf:Property ;
  rdfs:label "referring site" ;
  rdfs:comment "Website that referred the customer to the shop" ;
  schema:alternateName "referring_site" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/referringSite> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/phone> a rdf:Property ;
  rdfs:label "phone" ;
  rdfs:comment "Customer phone number" ;
  schema:alternateName "phone" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/phone> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: discount applications
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/discountApplications> a rdf:Property ;
  rdfs:label "discount applications" ;
  rdfs:comment "Discount applications on the order" ;
  schema:alternateName "discount_applications" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/discountApplications> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range shopify:DiscountApplication .

# Property: note attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/noteAttributes> a rdf:Property ;
  rdfs:label "note attributes" ;
  rdfs:comment "Custom attributes for the order" ;
  schema:alternateName "note_attributes" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/noteAttributes> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range shopify:NoteAttribute .

# Property: fulfillments
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/fulfillments> a rdf:Property ;
  rdfs:label "fulfillments" ;
  rdfs:comment "Fulfillments associated with the order" ;
  schema:alternateName "fulfillments" ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range shopify:Fulfillment .

# Property: refunds
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/refunds> a rdf:Property ;
  rdfs:label "refunds" ;
  rdfs:comment "Refunds applied to the order" ;
  schema:alternateName "refunds" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/refunds> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range shopify:Refund .

# Property: total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalPriceSet> a rdf:Property ;
  rdfs:label "total price set" ;
  rdfs:comment "Total price in shop and presentment currencies" ;
  schema:alternateName "total_price_set" ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range shopify:PriceSet .

# Property: subtotal price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/subtotalPriceSet> a rdf:Property ;
  rdfs:label "subtotal price set" ;
  rdfs:comment "Subtotal price in shop and presentment currencies" ;
  schema:alternateName "subtotal_price_set" ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range shopify:PriceSet .

# Property: total discounts set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalDiscountsSet> a rdf:Property ;
  rdfs:label "total discounts set" ;
  rdfs:comment "Total discounts in shop and presentment currencies" ;
  schema:alternateName "total_discounts_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalDiscountsSet> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range shopify:PriceSet .

# Property: total line items price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalLineItemsPriceSet> a rdf:Property ;
  rdfs:label "total line items price set" ;
  rdfs:comment "Total line items price in shop and presentment currencies" ;
  schema:alternateName "total_line_items_price_set" ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range shopify:PriceSet .

# Property: total tax set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalTaxSet> a rdf:Property ;
  rdfs:label "total tax set" ;
  rdfs:comment "Total tax in shop and presentment currencies" ;
  schema:alternateName "total_tax_set" ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range shopify:PriceSet .

# Property: total shipping price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalShippingPriceSet> a rdf:Property ;
  rdfs:label "total shipping price set" ;
  rdfs:comment "Total shipping price in shop and presentment currencies" ;
  schema:alternateName "total_shipping_price_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalShippingPriceSet> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range shopify:PriceSet .

# Property: current total price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currentTotalPrice> a rdf:Property ;
  rdfs:label "current total price" ;
  rdfs:comment "Current total price after edits, refunds, etc." ;
  schema:alternateName "current_total_price" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalPrice> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: current subtotal price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currentSubtotalPrice> a rdf:Property ;
  rdfs:label "current subtotal price" ;
  rdfs:comment "Current subtotal price after edits, refunds, etc." ;
  schema:alternateName "current_subtotal_price" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentSubtotalPrice> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: current total tax
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currentTotalTax> a rdf:Property ;
  rdfs:label "current total tax" ;
  rdfs:comment "Current total tax after edits, refunds, etc." ;
  schema:alternateName "current_total_tax" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalTax> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: current total discounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currentTotalDiscounts> a rdf:Property ;
  rdfs:label "current total discounts" ;
  rdfs:comment "Current total discounts after edits, refunds, etc." ;
  schema:alternateName "current_total_discounts" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalDiscounts> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: current total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currentTotalPriceSet> a rdf:Property ;
  rdfs:label "current total price set" ;
  rdfs:comment "Current total price in shop and presentment currencies" ;
  schema:alternateName "current_total_price_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalPriceSet> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range shopify:PriceSet .

# Property: current subtotal price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currentSubtotalPriceSet> a rdf:Property ;
  rdfs:label "current subtotal price set" ;
  rdfs:comment "Current subtotal price in shop and presentment currencies" ;
  schema:alternateName "current_subtotal_price_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentSubtotalPriceSet> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range shopify:PriceSet .

# Property: current total tax set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currentTotalTaxSet> a rdf:Property ;
  rdfs:label "current total tax set" ;
  rdfs:comment "Current total tax in shop and presentment currencies" ;
  schema:alternateName "current_total_tax_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalTaxSet> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range shopify:PriceSet .

# Property: current total discounts set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currentTotalDiscountsSet> a rdf:Property ;
  rdfs:label "current total discounts set" ;
  rdfs:comment "Current total discounts in shop and presentment currencies" ;
  schema:alternateName "current_total_discounts_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalDiscountsSet> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range shopify:PriceSet .

# Property: presentment currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/presentmentCurrency> a rdf:Property ;
  rdfs:label "presentment currency" ;
  rdfs:comment "Presentment currency for the order" ;
  schema:alternateName "presentment_currency" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/presentmentCurrency> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: payment gateway names
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/paymentGatewayNames> a rdf:Property ;
  rdfs:label "payment gateway names" ;
  rdfs:comment "List of payment gateways used for the order" ;
  schema:alternateName "payment_gateway_names" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/paymentGatewayNames> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: processing method
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/processingMethod> a rdf:Property ;
  rdfs:label "processing method" ;
  rdfs:comment "How the payment was processed" ;
  schema:alternateName "processing_method" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/processingMethod> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: client details
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/clientDetails> a rdf:Property ;
  rdfs:label "client details" ;
  rdfs:comment "Details about the client that created the order" ;
  schema:alternateName "client_details" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/clientDetails> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range shopify:ClientDetails .

# Property: taxes included
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/taxesIncluded> a rdf:Property ;
  rdfs:label "taxes included" ;
  rdfs:comment "Whether taxes are included in the order subtotal" ;
  schema:alternateName "taxes_included" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxesIncluded> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:boolean .

# Property: order status url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/orderStatusUrl> a rdf:Property ;
  rdfs:label "order status url" ;
  rdfs:comment "URL for the order status page" ;
  schema:alternateName "order_status_url" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/orderStatusUrl> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: total tip received
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalTipReceived> a rdf:Property ;
  rdfs:label "total tip received" ;
  rdfs:comment "Total tip amount received" ;
  schema:alternateName "total_tip_received" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalTipReceived> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/number> a rdf:Property ;
  rdfs:label "number" ;
  rdfs:comment "Sequential order number for the shop" ;
  schema:alternateName "number" ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:long .

# Property: confirmation number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/confirmationNumber> a rdf:Property ;
  rdfs:label "confirmation number" ;
  rdfs:comment "Confirmation number for the order" ;
  schema:alternateName "confirmation_number" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/confirmationNumber> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/metafields> a rdf:Property ;
  rdfs:label "metafields" ;
  rdfs:comment "Metafields associated with the resource" ;
  schema:alternateName "metafields" ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range shopify:Metafield .

# Property: billing address matches shipping address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/billingAddressMatchesShippingAddress> a rdf:Property ;
  rdfs:label "billing address matches shipping address" ;
  schema:alternateName "billingAddressMatchesShippingAddress" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/billingAddressMatchesShippingAddress> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:boolean .

# Property: can mark as paid
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/canMarkAsPaid> a rdf:Property ;
  rdfs:label "can mark as paid" ;
  schema:alternateName "canMarkAsPaid" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/canMarkAsPaid> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:boolean .

# Property: can notify customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/canNotifyCustomer> a rdf:Property ;
  rdfs:label "can notify customer" ;
  schema:alternateName "canNotifyCustomer" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/canNotifyCustomer> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:boolean .

# Property: capturable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/capturable> a rdf:Property ;
  rdfs:label "capturable" ;
  schema:alternateName "capturable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/capturable> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:boolean .

# Property: client ip
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/clientIp> a rdf:Property ;
  rdfs:label "client ip" ;
  schema:alternateName "clientIp" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/clientIp> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: closed
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/closed> a rdf:Property ;
  rdfs:label "closed" ;
  schema:alternateName "closed" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/closed> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:boolean .

# Property: current subtotal line items quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currentSubtotalLineItemsQuantity> a rdf:Property ;
  rdfs:label "current subtotal line items quantity" ;
  schema:alternateName "currentSubtotalLineItemsQuantity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentSubtotalLineItemsQuantity> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:int .

# Property: current total weight
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currentTotalWeight> a rdf:Property ;
  rdfs:label "current total weight" ;
  schema:alternateName "currentTotalWeight" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalWeight> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: customer accepts marketing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/customerAcceptsMarketing> a rdf:Property ;
  rdfs:label "customer accepts marketing" ;
  schema:alternateName "customerAcceptsMarketing" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customerAcceptsMarketing> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:boolean .

# Property: customer locale
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/customerLocale> a rdf:Property ;
  rdfs:label "customer locale" ;
  schema:alternateName "customerLocale" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customerLocale> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: discount code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/discountCode> a rdf:Property ;
  rdfs:label "discount code" ;
  schema:alternateName "discountCode" ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: duties included
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/dutiesIncluded> a rdf:Property ;
  rdfs:label "duties included" ;
  schema:alternateName "dutiesIncluded" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/dutiesIncluded> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:boolean .

# Property: edited
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/edited> a rdf:Property ;
  rdfs:label "edited" ;
  schema:alternateName "edited" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/edited> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:boolean .

# Property: estimated taxes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/estimatedTaxes> a rdf:Property ;
  rdfs:label "estimated taxes" ;
  schema:alternateName "estimatedTaxes" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/estimatedTaxes> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:boolean .

# Property: fulfillable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/fulfillable> a rdf:Property ;
  rdfs:label "fulfillable" ;
  schema:alternateName "fulfillable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/fulfillable> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:boolean .

# Property: fully paid
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/fullyPaid> a rdf:Property ;
  rdfs:label "fully paid" ;
  schema:alternateName "fullyPaid" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/fullyPaid> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:boolean .

# Property: has timeline comment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/hasTimelineComment> a rdf:Property ;
  rdfs:label "has timeline comment" ;
  schema:alternateName "hasTimelineComment" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/hasTimelineComment> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:boolean .

# Property: landing page display text
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/landingPageDisplayText> a rdf:Property ;
  rdfs:label "landing page display text" ;
  schema:alternateName "landingPageDisplayText" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/landingPageDisplayText> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: landing page url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/landingPageUrl> a rdf:Property ;
  rdfs:label "landing page url" ;
  schema:alternateName "landingPageUrl" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/landingPageUrl> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:anyURI .

# Property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/legacyResourceId> a rdf:Property ;
  rdfs:label "legacy resource id" ;
  schema:alternateName "legacyResourceId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/legacyResourceId> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: merchant editable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/merchantEditable> a rdf:Property ;
  rdfs:label "merchant editable" ;
  schema:alternateName "merchantEditable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/merchantEditable> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:boolean .

# Property: merchant editable errors
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/merchantEditableErrors> a rdf:Property ;
  rdfs:label "merchant editable errors" ;
  schema:alternateName "merchantEditableErrors" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/merchantEditableErrors> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: po number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/poNumber> a rdf:Property ;
  rdfs:label "po number" ;
  schema:alternateName "poNumber" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/poNumber> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: referral code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/referralCode> a rdf:Property ;
  rdfs:label "referral code" ;
  schema:alternateName "referralCode" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/referralCode> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: referrer display text
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/referrerDisplayText> a rdf:Property ;
  rdfs:label "referrer display text" ;
  schema:alternateName "referrerDisplayText" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/referrerDisplayText> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: referrer url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/referrerUrl> a rdf:Property ;
  rdfs:label "referrer url" ;
  schema:alternateName "referrerUrl" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/referrerUrl> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:anyURI .

# Property: refundable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/refundable> a rdf:Property ;
  rdfs:label "refundable" ;
  schema:alternateName "refundable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/refundable> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:boolean .

# Property: registered source url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/registeredSourceUrl> a rdf:Property ;
  rdfs:label "registered source url" ;
  schema:alternateName "registeredSourceUrl" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/registeredSourceUrl> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:anyURI .

# Property: requires shipping
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/requiresShipping> a rdf:Property ;
  rdfs:label "requires shipping" ;
  schema:alternateName "requiresShipping" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/requiresShipping> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:boolean .

# Property: restockable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/restockable> a rdf:Property ;
  rdfs:label "restockable" ;
  schema:alternateName "restockable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/restockable> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:boolean .

# Property: source identifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/sourceIdentifier> a rdf:Property ;
  rdfs:label "source identifier" ;
  schema:alternateName "sourceIdentifier" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/sourceIdentifier> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: status page url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/statusPageUrl> a rdf:Property ;
  rdfs:label "status page url" ;
  schema:alternateName "statusPageUrl" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/statusPageUrl> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:anyURI .

# Property: subtotal line items quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/subtotalLineItemsQuantity> a rdf:Property ;
  rdfs:label "subtotal line items quantity" ;
  schema:alternateName "subtotalLineItemsQuantity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/subtotalLineItemsQuantity> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:int .

# Property: tax exempt
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/taxExempt> a rdf:Property ;
  rdfs:label "tax exempt" ;
  schema:alternateName "taxExempt" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxExempt> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:boolean .

# Property: unpaid
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/unpaid> a rdf:Property ;
  rdfs:label "unpaid" ;
  schema:alternateName "unpaid" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/unpaid> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:boolean .

# Property: additional fees
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/additionalFees> a rdf:Property ;
  rdfs:label "additional fees" ;
  schema:alternateName "additionalFees" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/additionalFees> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range shopify:AdditionalFee .

# Property: agreements
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/agreements> a rdf:Property ;
  rdfs:label "agreements" ;
  schema:alternateName "agreements" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/agreements> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: alerts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/alerts> a rdf:Property ;
  rdfs:label "alerts" ;
  schema:alternateName "alerts" ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range shopify:ResourceAlert .

# Property: app
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/app> a rdf:Property ;
  rdfs:label "app" ;
  schema:alternateName "app" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/app> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: cancellation
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/cancellation> a rdf:Property ;
  rdfs:label "cancellation" ;
  schema:alternateName "cancellation" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/cancellation> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: cart discount amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/cartDiscountAmount> a rdf:Property ;
  rdfs:label "cart discount amount" ;
  schema:alternateName "cartDiscountAmount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/cartDiscountAmount> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: cart discount amount set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/cartDiscountAmountSet> a rdf:Property ;
  rdfs:label "cart discount amount set" ;
  schema:alternateName "cartDiscountAmountSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/cartDiscountAmountSet> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: channel
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/channel> a rdf:Property ;
  rdfs:label "channel" ;
  schema:alternateName "channel" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/channel> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: channel information
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/channelInformation> a rdf:Property ;
  rdfs:label "channel information" ;
  schema:alternateName "channelInformation" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/channelInformation> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: currency code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currencyCode> a rdf:Property ;
  rdfs:label "currency code" ;
  schema:alternateName "currencyCode" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currencyCode> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: current cart discount amount set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currentCartDiscountAmountSet> a rdf:Property ;
  rdfs:label "current cart discount amount set" ;
  schema:alternateName "currentCartDiscountAmountSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentCartDiscountAmountSet> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: current shipping price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currentShippingPriceSet> a rdf:Property ;
  rdfs:label "current shipping price set" ;
  schema:alternateName "currentShippingPriceSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentShippingPriceSet> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: current tax lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currentTaxLines> a rdf:Property ;
  rdfs:label "current tax lines" ;
  schema:alternateName "currentTaxLines" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTaxLines> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range shopify:TaxLine .

# Property: current total additional fees set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currentTotalAdditionalFeesSet> a rdf:Property ;
  rdfs:label "current total additional fees set" ;
  schema:alternateName "currentTotalAdditionalFeesSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalAdditionalFeesSet> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: current total duties set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currentTotalDutiesSet> a rdf:Property ;
  rdfs:label "current total duties set" ;
  schema:alternateName "currentTotalDutiesSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currentTotalDutiesSet> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: custom attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/customAttributes> a rdf:Property ;
  rdfs:label "custom attributes" ;
  schema:alternateName "customAttributes" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customAttributes> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range shopify:Attribute .

# Property: customer journey
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/customerJourney> a rdf:Property ;
  rdfs:label "customer journey" ;
  schema:alternateName "customerJourney" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customerJourney> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: customer journey summary
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/customerJourneySummary> a rdf:Property ;
  rdfs:label "customer journey summary" ;
  schema:alternateName "customerJourneySummary" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customerJourneySummary> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: display address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/displayAddress> a rdf:Property ;
  rdfs:label "display address" ;
  schema:alternateName "displayAddress" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/displayAddress> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: display financial status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/displayFinancialStatus> a rdf:Property ;
  rdfs:label "display financial status" ;
  schema:alternateName "displayFinancialStatus" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/displayFinancialStatus> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: display fulfillment status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/displayFulfillmentStatus> a rdf:Property ;
  rdfs:label "display fulfillment status" ;
  schema:alternateName "displayFulfillmentStatus" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/displayFulfillmentStatus> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: disputes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/disputes> a rdf:Property ;
  rdfs:label "disputes" ;
  schema:alternateName "disputes" ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range shopify:OrderDisputeSummary .

# Property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/events> a rdf:Property ;
  rdfs:label "events" ;
  schema:alternateName "events" ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: exchange v2s
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/exchangeV2s> a rdf:Property ;
  rdfs:label "exchange v2s" ;
  schema:alternateName "exchangeV2s" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/exchangeV2s> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: fulfillment orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/fulfillmentOrders> a rdf:Property ;
  rdfs:label "fulfillment orders" ;
  schema:alternateName "fulfillmentOrders" ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: fulfillments count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/fulfillmentsCount> a rdf:Property ;
  rdfs:label "fulfillments count" ;
  schema:alternateName "fulfillmentsCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/fulfillmentsCount> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: localization extensions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/localizationExtensions> a rdf:Property ;
  rdfs:label "localization extensions" ;
  schema:alternateName "localizationExtensions" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/localizationExtensions> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: localized fields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/localizedFields> a rdf:Property ;
  rdfs:label "localized fields" ;
  schema:alternateName "localizedFields" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/localizedFields> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: merchant business entity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/merchantBusinessEntity> a rdf:Property ;
  rdfs:label "merchant business entity" ;
  schema:alternateName "merchantBusinessEntity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/merchantBusinessEntity> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: merchant of record app
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/merchantOfRecordApp> a rdf:Property ;
  rdfs:label "merchant of record app" ;
  schema:alternateName "merchantOfRecordApp" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/merchantOfRecordApp> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/metafield> a rdf:Property ;
  rdfs:label "metafield" ;
  schema:alternateName "metafield" ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: metafield definitions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/metafieldDefinitions> a rdf:Property ;
  rdfs:label "metafield definitions" ;
  schema:alternateName "metafieldDefinitions" ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: net payment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/netPayment> a rdf:Property ;
  rdfs:label "net payment" ;
  schema:alternateName "netPayment" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/netPayment> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: net payment set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/netPaymentSet> a rdf:Property ;
  rdfs:label "net payment set" ;
  schema:alternateName "netPaymentSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/netPaymentSet> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: non fulfillable line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/nonFulfillableLineItems> a rdf:Property ;
  rdfs:label "non fulfillable line items" ;
  schema:alternateName "nonFulfillableLineItems" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/nonFulfillableLineItems> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: original total additional fees set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/originalTotalAdditionalFeesSet> a rdf:Property ;
  rdfs:label "original total additional fees set" ;
  schema:alternateName "originalTotalAdditionalFeesSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/originalTotalAdditionalFeesSet> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: original total duties set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/originalTotalDutiesSet> a rdf:Property ;
  rdfs:label "original total duties set" ;
  schema:alternateName "originalTotalDutiesSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/originalTotalDutiesSet> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: original total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/originalTotalPriceSet> a rdf:Property ;
  rdfs:label "original total price set" ;
  schema:alternateName "originalTotalPriceSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/originalTotalPriceSet> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: payment collection details
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/paymentCollectionDetails> a rdf:Property ;
  rdfs:label "payment collection details" ;
  schema:alternateName "paymentCollectionDetails" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/paymentCollectionDetails> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: payment terms
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/paymentTerms> a rdf:Property ;
  rdfs:label "payment terms" ;
  schema:alternateName "paymentTerms" ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: physical location
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/physicalLocation> a rdf:Property ;
  rdfs:label "physical location" ;
  schema:alternateName "physicalLocation" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/physicalLocation> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: presentment currency code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/presentmentCurrencyCode> a rdf:Property ;
  rdfs:label "presentment currency code" ;
  schema:alternateName "presentmentCurrencyCode" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/presentmentCurrencyCode> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: publication
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/publication> a rdf:Property ;
  rdfs:label "publication" ;
  schema:alternateName "publication" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/publication> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: purchasing entity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/purchasingEntity> a rdf:Property ;
  rdfs:label "purchasing entity" ;
  schema:alternateName "purchasingEntity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/purchasingEntity> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: refund discrepancy set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/refundDiscrepancySet> a rdf:Property ;
  rdfs:label "refund discrepancy set" ;
  schema:alternateName "refundDiscrepancySet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/refundDiscrepancySet> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: retail location
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/retailLocation> a rdf:Property ;
  rdfs:label "retail location" ;
  schema:alternateName "retailLocation" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/retailLocation> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: return status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/returnStatus> a rdf:Property ;
  rdfs:label "return status" ;
  schema:alternateName "returnStatus" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/returnStatus> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: returns
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/returns> a rdf:Property ;
  rdfs:label "returns" ;
  schema:alternateName "returns" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/returns> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: risk
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/risk> a rdf:Property ;
  rdfs:label "risk" ;
  schema:alternateName "risk" ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: risk level
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/riskLevel> a rdf:Property ;
  rdfs:label "risk level" ;
  schema:alternateName "riskLevel" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/riskLevel> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: risks
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/risks> a rdf:Property ;
  rdfs:label "risks" ;
  schema:alternateName "risks" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/risks> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range shopify:OrderRisk .

# Property: shipping line
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/shippingLine> a rdf:Property ;
  rdfs:label "shipping line" ;
  schema:alternateName "shippingLine" ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: shopify protect
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/shopifyProtect> a rdf:Property ;
  rdfs:label "shopify protect" ;
  schema:alternateName "shopifyProtect" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/shopifyProtect> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: staff member
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/staffMember> a rdf:Property ;
  rdfs:label "staff member" ;
  schema:alternateName "staffMember" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/staffMember> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: suggested refund
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/suggestedRefund> a rdf:Property ;
  rdfs:label "suggested refund" ;
  schema:alternateName "suggestedRefund" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/suggestedRefund> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: total capturable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalCapturable> a rdf:Property ;
  rdfs:label "total capturable" ;
  schema:alternateName "totalCapturable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalCapturable> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: total capturable set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalCapturableSet> a rdf:Property ;
  rdfs:label "total capturable set" ;
  schema:alternateName "totalCapturableSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalCapturableSet> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: total cash rounding adjustment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalCashRoundingAdjustment> a rdf:Property ;
  rdfs:label "total cash rounding adjustment" ;
  schema:alternateName "totalCashRoundingAdjustment" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalCashRoundingAdjustment> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: total outstanding set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalOutstandingSet> a rdf:Property ;
  rdfs:label "total outstanding set" ;
  schema:alternateName "totalOutstandingSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalOutstandingSet> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: total received
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalReceived> a rdf:Property ;
  rdfs:label "total received" ;
  schema:alternateName "totalReceived" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalReceived> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: total received set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalReceivedSet> a rdf:Property ;
  rdfs:label "total received set" ;
  schema:alternateName "totalReceivedSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalReceivedSet> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: total refunded
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalRefunded> a rdf:Property ;
  rdfs:label "total refunded" ;
  schema:alternateName "totalRefunded" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalRefunded> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: total refunded set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalRefundedSet> a rdf:Property ;
  rdfs:label "total refunded set" ;
  schema:alternateName "totalRefundedSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalRefundedSet> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: total refunded shipping set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalRefundedShippingSet> a rdf:Property ;
  rdfs:label "total refunded shipping set" ;
  schema:alternateName "totalRefundedShippingSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalRefundedShippingSet> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: total shipping price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalShippingPrice> a rdf:Property ;
  rdfs:label "total shipping price" ;
  schema:alternateName "totalShippingPrice" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalShippingPrice> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: total tip received set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalTipReceivedSet> a rdf:Property ;
  rdfs:label "total tip received set" ;
  schema:alternateName "totalTipReceivedSet" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalTipReceivedSet> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: transactions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/transactions> a rdf:Property ;
  rdfs:label "transactions" ;
  schema:alternateName "transactions" ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range shopify:OrderTransaction .

# Property: transactions count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/transactionsCount> a rdf:Property ;
  rdfs:label "transactions count" ;
  schema:alternateName "transactionsCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/transactionsCount> ;
  rdfs:domain shopify:OrderPartiallyFulfilledEvent ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Customer ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range xsd:long .

# Property: email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/email> a rdf:Property ;
  rdfs:label "email" ;
  rdfs:comment "Customer email address" ;
  schema:alternateName "email" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/email> ;
  rdfs:subPropertyOf schema:email ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range xsd:string .

# Property: first name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/firstName> a rdf:Property ;
  rdfs:label "first name" ;
  rdfs:comment "Customer first name" ;
  schema:alternateName "first_name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/firstName> ;
  rdfs:subPropertyOf schema:givenName ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range xsd:string .

# Property: last name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/lastName> a rdf:Property ;
  rdfs:label "last name" ;
  rdfs:comment "Customer last name" ;
  schema:alternateName "last_name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/lastName> ;
  rdfs:subPropertyOf schema:familyName ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range xsd:string .

# Property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/phone> a rdf:Property ;
  rdfs:label "phone" ;
  rdfs:comment "Customer phone number" ;
  schema:alternateName "phone" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/phone> ;
  rdfs:subPropertyOf schema:telephone ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range xsd:string .

# Property: addresses
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/addresses> a rdf:Property ;
  rdfs:label "addresses" ;
  rdfs:comment "Customer addresses" ;
  schema:alternateName "addresses" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/addresses> ;
  rdfs:subPropertyOf schema:address ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range shopify:CustomerAddress .

# Property: default address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/defaultAddress> a rdf:Property ;
  rdfs:label "default address" ;
  rdfs:comment "Default address for the customer" ;
  schema:alternateName "default_address" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/defaultAddress> ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range shopify:CustomerAddress .

# Property: orders count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/ordersCount> a rdf:Property ;
  rdfs:label "orders count" ;
  rdfs:comment "Number of orders placed by the customer" ;
  schema:alternateName "orders_count" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/ordersCount> ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range xsd:int .

# Property: total spent
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/totalSpent> a rdf:Property ;
  rdfs:label "total spent" ;
  rdfs:comment "Total amount spent by the customer" ;
  schema:alternateName "total_spent" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalSpent> ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range xsd:string .

# Property: state
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/state> a rdf:Property ;
  rdfs:label "state" ;
  rdfs:comment "Customer account state" ;
  schema:alternateName "state" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/state> ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range xsd:string ;
  qb:codeList shopify:CustomerStateScheme .

# Property: verified email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/verifiedEmail> a rdf:Property ;
  rdfs:label "verified email" ;
  rdfs:comment "Whether the email address has been verified" ;
  schema:alternateName "verified_email" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/verifiedEmail> ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: email marketing consent
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/emailMarketingConsent> a rdf:Property ;
  rdfs:label "email marketing consent" ;
  rdfs:comment "Email marketing consent information" ;
  schema:alternateName "email_marketing_consent" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/emailMarketingConsent> ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range shopify:EmailMarketingConsent .

# Property: sms marketing consent
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/smsMarketingConsent> a rdf:Property ;
  rdfs:label "sms marketing consent" ;
  rdfs:comment "SMS marketing consent information" ;
  schema:alternateName "sms_marketing_consent" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/smsMarketingConsent> ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range shopify:SmsMarketingConsent .

# Property: tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/tags> a rdf:Property ;
  rdfs:label "tags" ;
  rdfs:comment "Tags associated with the customer" ;
  schema:alternateName "tags" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/tags> ;
  rdfs:subPropertyOf schema:keywords ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range xsd:string .

# Property: note
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/note> a rdf:Property ;
  rdfs:label "note" ;
  rdfs:comment "Note about the customer" ;
  schema:alternateName "note" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/note> ;
  rdfs:subPropertyOf schema:description ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range xsd:string .

# Property: tax exempt
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/taxExempt> a rdf:Property ;
  rdfs:label "tax exempt" ;
  rdfs:comment "Whether the customer is tax exempt" ;
  schema:alternateName "tax_exempt" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxExempt> ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: tax exemptions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/taxExemptions> a rdf:Property ;
  rdfs:label "tax exemptions" ;
  rdfs:comment "Tax exemptions applicable to the customer" ;
  schema:alternateName "tax_exemptions" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxExemptions> ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range xsd:string .

# Property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/currency> a rdf:Property ;
  rdfs:label "currency" ;
  rdfs:comment "Customer currency" ;
  schema:alternateName "currency" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currency> ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range xsd:string .

# Property: accepts marketing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/acceptsMarketing> a rdf:Property ;
  rdfs:label "accepts marketing" ;
  rdfs:comment "Whether the customer has consented to marketing (deprecated, use email_marketing_consent)" ;
  schema:alternateName "accepts_marketing" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/acceptsMarketing> ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: accepts marketing updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/acceptsMarketingUpdatedAt> a rdf:Property ;
  rdfs:label "accepts marketing updated at" ;
  rdfs:comment "Date when marketing consent was last updated" ;
  schema:alternateName "accepts_marketing_updated_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/acceptsMarketingUpdatedAt> ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range xsd:dateTime .

# Property: marketing opt in level
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/marketingOptInLevel> a rdf:Property ;
  rdfs:label "marketing opt in level" ;
  rdfs:comment "Marketing opt-in level" ;
  schema:alternateName "marketing_opt_in_level" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/marketingOptInLevel> ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range xsd:string .

# Property: multipass identifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/multipassIdentifier> a rdf:Property ;
  rdfs:label "multipass identifier" ;
  rdfs:comment "Multipass identifier for the customer" ;
  schema:alternateName "multipass_identifier" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/multipassIdentifier> ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range xsd:string .

# Property: last order
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/lastOrder> a rdf:Property ;
  rdfs:label "last order" ;
  rdfs:comment "ID of the customer's last order" ;
  schema:alternateName "last_order_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/lastOrder> ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range shopify:Order .

# Property: last order name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/lastOrderName> a rdf:Property ;
  rdfs:label "last order name" ;
  rdfs:comment "Name of the customer's last order" ;
  schema:alternateName "last_order_name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/lastOrderName> ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range xsd:string .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the customer was created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the customer was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range xsd:dateTime .

# Property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/adminGraphqlApiId> a rdf:Property ;
  rdfs:label "admin graphql api id" ;
  rdfs:comment "GraphQL Admin API ID" ;
  schema:alternateName "admin_graphql_api_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adminGraphqlApiId> ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range xsd:string .

# Property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/metafields> a rdf:Property ;
  rdfs:label "metafields" ;
  rdfs:comment "Metafields associated with the resource" ;
  schema:alternateName "metafields" ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range shopify:Metafield .

# Property: can delete
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/canDelete> a rdf:Property ;
  rdfs:label "can delete" ;
  schema:alternateName "canDelete" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/canDelete> ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: data sale opt out
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/dataSaleOptOut> a rdf:Property ;
  rdfs:label "data sale opt out" ;
  schema:alternateName "dataSaleOptOut" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/dataSaleOptOut> ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: display name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/displayName> a rdf:Property ;
  rdfs:label "display name" ;
  schema:alternateName "displayName" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/displayName> ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range xsd:string .

# Property: has timeline comment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/hasTimelineComment> a rdf:Property ;
  rdfs:label "has timeline comment" ;
  schema:alternateName "hasTimelineComment" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/hasTimelineComment> ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/legacyResourceId> a rdf:Property ;
  rdfs:label "legacy resource id" ;
  schema:alternateName "legacyResourceId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/legacyResourceId> ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range xsd:string .

# Property: lifetime duration
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/lifetimeDuration> a rdf:Property ;
  rdfs:label "lifetime duration" ;
  schema:alternateName "lifetimeDuration" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/lifetimeDuration> ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range xsd:string .

# Property: locale
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/locale> a rdf:Property ;
  rdfs:label "locale" ;
  schema:alternateName "locale" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/locale> ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range xsd:string .

# Property: number of orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/numberOfOrders> a rdf:Property ;
  rdfs:label "number of orders" ;
  schema:alternateName "numberOfOrders" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/numberOfOrders> ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range xsd:string .

# Property: unsubscribe url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/unsubscribeUrl> a rdf:Property ;
  rdfs:label "unsubscribe url" ;
  schema:alternateName "unsubscribeUrl" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/unsubscribeUrl> ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range xsd:anyURI .

# Property: valid email address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/validEmailAddress> a rdf:Property ;
  rdfs:label "valid email address" ;
  schema:alternateName "validEmailAddress" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/validEmailAddress> ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: addresses v2
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/addressesV2> a rdf:Property ;
  rdfs:label "addresses v2" ;
  schema:alternateName "addressesV2" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/addressesV2> ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range xsd:string .

# Property: amount spent
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/amountSpent> a rdf:Property ;
  rdfs:label "amount spent" ;
  schema:alternateName "amountSpent" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/amountSpent> ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range xsd:string .

# Property: company contact profiles
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/companyContactProfiles> a rdf:Property ;
  rdfs:label "company contact profiles" ;
  schema:alternateName "companyContactProfiles" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/companyContactProfiles> ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range shopify:CompanyContact .

# Property: default email address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/defaultEmailAddress> a rdf:Property ;
  rdfs:label "default email address" ;
  schema:alternateName "defaultEmailAddress" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/defaultEmailAddress> ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range xsd:string .

# Property: default phone number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/defaultPhoneNumber> a rdf:Property ;
  rdfs:label "default phone number" ;
  schema:alternateName "defaultPhoneNumber" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/defaultPhoneNumber> ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range xsd:string .

# Property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/events> a rdf:Property ;
  rdfs:label "events" ;
  schema:alternateName "events" ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range xsd:string .

# Property: image
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/image> a rdf:Property ;
  rdfs:label "image" ;
  schema:alternateName "image" ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range xsd:string .

# Property: market
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/market> a rdf:Property ;
  rdfs:label "market" ;
  schema:alternateName "market" ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range xsd:string .

# Property: mergeable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/mergeable> a rdf:Property ;
  rdfs:label "mergeable" ;
  schema:alternateName "mergeable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/mergeable> ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range xsd:string .

# Property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/metafield> a rdf:Property ;
  rdfs:label "metafield" ;
  schema:alternateName "metafield" ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range xsd:string .

# Property: metafield definitions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/metafieldDefinitions> a rdf:Property ;
  rdfs:label "metafield definitions" ;
  schema:alternateName "metafieldDefinitions" ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range xsd:string .

# Property: orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/orders> a rdf:Property ;
  rdfs:label "orders" ;
  schema:alternateName "orders" ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range xsd:string .

# Property: payment methods
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/paymentMethods> a rdf:Property ;
  rdfs:label "payment methods" ;
  schema:alternateName "paymentMethods" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/paymentMethods> ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range xsd:string .

# Property: product subscriber status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/productSubscriberStatus> a rdf:Property ;
  rdfs:label "product subscriber status" ;
  schema:alternateName "productSubscriberStatus" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/productSubscriberStatus> ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range xsd:string .

# Property: statistics
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/statistics> a rdf:Property ;
  rdfs:label "statistics" ;
  schema:alternateName "statistics" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/statistics> ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range xsd:string .

# Property: store credit accounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/storeCreditAccounts> a rdf:Property ;
  rdfs:label "store credit accounts" ;
  schema:alternateName "storeCreditAccounts" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/storeCreditAccounts> ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range xsd:string .

# Property: subscription contracts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/subscriptionContracts> a rdf:Property ;
  rdfs:label "subscription contracts" ;
  schema:alternateName "subscriptionContracts" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/subscriptionContracts> ;
  rdfs:domain shopify:CustomerCreatedEvent ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Customer ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range xsd:long .

# Property: email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/email> a rdf:Property ;
  rdfs:label "email" ;
  rdfs:comment "Customer email address" ;
  schema:alternateName "email" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/email> ;
  rdfs:subPropertyOf schema:email ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range xsd:string .

# Property: first name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/firstName> a rdf:Property ;
  rdfs:label "first name" ;
  rdfs:comment "Customer first name" ;
  schema:alternateName "first_name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/firstName> ;
  rdfs:subPropertyOf schema:givenName ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range xsd:string .

# Property: last name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/lastName> a rdf:Property ;
  rdfs:label "last name" ;
  rdfs:comment "Customer last name" ;
  schema:alternateName "last_name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/lastName> ;
  rdfs:subPropertyOf schema:familyName ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range xsd:string .

# Property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/phone> a rdf:Property ;
  rdfs:label "phone" ;
  rdfs:comment "Customer phone number" ;
  schema:alternateName "phone" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/phone> ;
  rdfs:subPropertyOf schema:telephone ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range xsd:string .

# Property: addresses
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/addresses> a rdf:Property ;
  rdfs:label "addresses" ;
  rdfs:comment "Customer addresses" ;
  schema:alternateName "addresses" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/addresses> ;
  rdfs:subPropertyOf schema:address ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range shopify:CustomerAddress .

# Property: default address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/defaultAddress> a rdf:Property ;
  rdfs:label "default address" ;
  rdfs:comment "Default address for the customer" ;
  schema:alternateName "default_address" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/defaultAddress> ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range shopify:CustomerAddress .

# Property: orders count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/ordersCount> a rdf:Property ;
  rdfs:label "orders count" ;
  rdfs:comment "Number of orders placed by the customer" ;
  schema:alternateName "orders_count" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/ordersCount> ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range xsd:int .

# Property: total spent
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/totalSpent> a rdf:Property ;
  rdfs:label "total spent" ;
  rdfs:comment "Total amount spent by the customer" ;
  schema:alternateName "total_spent" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalSpent> ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range xsd:string .

# Property: state
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/state> a rdf:Property ;
  rdfs:label "state" ;
  rdfs:comment "Customer account state" ;
  schema:alternateName "state" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/state> ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range xsd:string ;
  qb:codeList shopify:CustomerStateScheme .

# Property: verified email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/verifiedEmail> a rdf:Property ;
  rdfs:label "verified email" ;
  rdfs:comment "Whether the email address has been verified" ;
  schema:alternateName "verified_email" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/verifiedEmail> ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: email marketing consent
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/emailMarketingConsent> a rdf:Property ;
  rdfs:label "email marketing consent" ;
  rdfs:comment "Email marketing consent information" ;
  schema:alternateName "email_marketing_consent" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/emailMarketingConsent> ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range shopify:EmailMarketingConsent .

# Property: sms marketing consent
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/smsMarketingConsent> a rdf:Property ;
  rdfs:label "sms marketing consent" ;
  rdfs:comment "SMS marketing consent information" ;
  schema:alternateName "sms_marketing_consent" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/smsMarketingConsent> ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range shopify:SmsMarketingConsent .

# Property: tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/tags> a rdf:Property ;
  rdfs:label "tags" ;
  rdfs:comment "Tags associated with the customer" ;
  schema:alternateName "tags" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/tags> ;
  rdfs:subPropertyOf schema:keywords ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range xsd:string .

# Property: note
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/note> a rdf:Property ;
  rdfs:label "note" ;
  rdfs:comment "Note about the customer" ;
  schema:alternateName "note" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/note> ;
  rdfs:subPropertyOf schema:description ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range xsd:string .

# Property: tax exempt
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/taxExempt> a rdf:Property ;
  rdfs:label "tax exempt" ;
  rdfs:comment "Whether the customer is tax exempt" ;
  schema:alternateName "tax_exempt" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxExempt> ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: tax exemptions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/taxExemptions> a rdf:Property ;
  rdfs:label "tax exemptions" ;
  rdfs:comment "Tax exemptions applicable to the customer" ;
  schema:alternateName "tax_exemptions" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxExemptions> ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range xsd:string .

# Property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/currency> a rdf:Property ;
  rdfs:label "currency" ;
  rdfs:comment "Customer currency" ;
  schema:alternateName "currency" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currency> ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range xsd:string .

# Property: accepts marketing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/acceptsMarketing> a rdf:Property ;
  rdfs:label "accepts marketing" ;
  rdfs:comment "Whether the customer has consented to marketing (deprecated, use email_marketing_consent)" ;
  schema:alternateName "accepts_marketing" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/acceptsMarketing> ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: accepts marketing updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/acceptsMarketingUpdatedAt> a rdf:Property ;
  rdfs:label "accepts marketing updated at" ;
  rdfs:comment "Date when marketing consent was last updated" ;
  schema:alternateName "accepts_marketing_updated_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/acceptsMarketingUpdatedAt> ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range xsd:dateTime .

# Property: marketing opt in level
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/marketingOptInLevel> a rdf:Property ;
  rdfs:label "marketing opt in level" ;
  rdfs:comment "Marketing opt-in level" ;
  schema:alternateName "marketing_opt_in_level" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/marketingOptInLevel> ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range xsd:string .

# Property: multipass identifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/multipassIdentifier> a rdf:Property ;
  rdfs:label "multipass identifier" ;
  rdfs:comment "Multipass identifier for the customer" ;
  schema:alternateName "multipass_identifier" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/multipassIdentifier> ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range xsd:string .

# Property: last order
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/lastOrder> a rdf:Property ;
  rdfs:label "last order" ;
  rdfs:comment "ID of the customer's last order" ;
  schema:alternateName "last_order_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/lastOrder> ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range shopify:Order .

# Property: last order name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/lastOrderName> a rdf:Property ;
  rdfs:label "last order name" ;
  rdfs:comment "Name of the customer's last order" ;
  schema:alternateName "last_order_name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/lastOrderName> ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range xsd:string .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the customer was created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the customer was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range xsd:dateTime .

# Property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/adminGraphqlApiId> a rdf:Property ;
  rdfs:label "admin graphql api id" ;
  rdfs:comment "GraphQL Admin API ID" ;
  schema:alternateName "admin_graphql_api_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adminGraphqlApiId> ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range xsd:string .

# Property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/metafields> a rdf:Property ;
  rdfs:label "metafields" ;
  rdfs:comment "Metafields associated with the resource" ;
  schema:alternateName "metafields" ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range shopify:Metafield .

# Property: can delete
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/canDelete> a rdf:Property ;
  rdfs:label "can delete" ;
  schema:alternateName "canDelete" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/canDelete> ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: data sale opt out
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/dataSaleOptOut> a rdf:Property ;
  rdfs:label "data sale opt out" ;
  schema:alternateName "dataSaleOptOut" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/dataSaleOptOut> ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: display name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/displayName> a rdf:Property ;
  rdfs:label "display name" ;
  schema:alternateName "displayName" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/displayName> ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range xsd:string .

# Property: has timeline comment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/hasTimelineComment> a rdf:Property ;
  rdfs:label "has timeline comment" ;
  schema:alternateName "hasTimelineComment" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/hasTimelineComment> ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/legacyResourceId> a rdf:Property ;
  rdfs:label "legacy resource id" ;
  schema:alternateName "legacyResourceId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/legacyResourceId> ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range xsd:string .

# Property: lifetime duration
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/lifetimeDuration> a rdf:Property ;
  rdfs:label "lifetime duration" ;
  schema:alternateName "lifetimeDuration" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/lifetimeDuration> ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range xsd:string .

# Property: locale
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/locale> a rdf:Property ;
  rdfs:label "locale" ;
  schema:alternateName "locale" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/locale> ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range xsd:string .

# Property: number of orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/numberOfOrders> a rdf:Property ;
  rdfs:label "number of orders" ;
  schema:alternateName "numberOfOrders" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/numberOfOrders> ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range xsd:string .

# Property: unsubscribe url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/unsubscribeUrl> a rdf:Property ;
  rdfs:label "unsubscribe url" ;
  schema:alternateName "unsubscribeUrl" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/unsubscribeUrl> ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range xsd:anyURI .

# Property: valid email address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/validEmailAddress> a rdf:Property ;
  rdfs:label "valid email address" ;
  schema:alternateName "validEmailAddress" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/validEmailAddress> ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: addresses v2
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/addressesV2> a rdf:Property ;
  rdfs:label "addresses v2" ;
  schema:alternateName "addressesV2" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/addressesV2> ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range xsd:string .

# Property: amount spent
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/amountSpent> a rdf:Property ;
  rdfs:label "amount spent" ;
  schema:alternateName "amountSpent" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/amountSpent> ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range xsd:string .

# Property: company contact profiles
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/companyContactProfiles> a rdf:Property ;
  rdfs:label "company contact profiles" ;
  schema:alternateName "companyContactProfiles" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/companyContactProfiles> ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range shopify:CompanyContact .

# Property: default email address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/defaultEmailAddress> a rdf:Property ;
  rdfs:label "default email address" ;
  schema:alternateName "defaultEmailAddress" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/defaultEmailAddress> ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range xsd:string .

# Property: default phone number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/defaultPhoneNumber> a rdf:Property ;
  rdfs:label "default phone number" ;
  schema:alternateName "defaultPhoneNumber" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/defaultPhoneNumber> ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range xsd:string .

# Property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/events> a rdf:Property ;
  rdfs:label "events" ;
  schema:alternateName "events" ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range xsd:string .

# Property: image
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/image> a rdf:Property ;
  rdfs:label "image" ;
  schema:alternateName "image" ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range xsd:string .

# Property: market
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/market> a rdf:Property ;
  rdfs:label "market" ;
  schema:alternateName "market" ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range xsd:string .

# Property: mergeable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/mergeable> a rdf:Property ;
  rdfs:label "mergeable" ;
  schema:alternateName "mergeable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/mergeable> ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range xsd:string .

# Property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/metafield> a rdf:Property ;
  rdfs:label "metafield" ;
  schema:alternateName "metafield" ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range xsd:string .

# Property: metafield definitions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/metafieldDefinitions> a rdf:Property ;
  rdfs:label "metafield definitions" ;
  schema:alternateName "metafieldDefinitions" ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range xsd:string .

# Property: orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/orders> a rdf:Property ;
  rdfs:label "orders" ;
  schema:alternateName "orders" ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range xsd:string .

# Property: payment methods
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/paymentMethods> a rdf:Property ;
  rdfs:label "payment methods" ;
  schema:alternateName "paymentMethods" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/paymentMethods> ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range xsd:string .

# Property: product subscriber status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/productSubscriberStatus> a rdf:Property ;
  rdfs:label "product subscriber status" ;
  schema:alternateName "productSubscriberStatus" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/productSubscriberStatus> ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range xsd:string .

# Property: statistics
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/statistics> a rdf:Property ;
  rdfs:label "statistics" ;
  schema:alternateName "statistics" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/statistics> ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range xsd:string .

# Property: store credit accounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/storeCreditAccounts> a rdf:Property ;
  rdfs:label "store credit accounts" ;
  schema:alternateName "storeCreditAccounts" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/storeCreditAccounts> ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range xsd:string .

# Property: subscription contracts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/subscriptionContracts> a rdf:Property ;
  rdfs:label "subscription contracts" ;
  schema:alternateName "subscriptionContracts" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/subscriptionContracts> ;
  rdfs:domain shopify:CustomerUpdatedEvent ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDeletedEvent/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Deleted customer ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:CustomerDeletedEvent ;
  rdfs:range xsd:long .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Customer ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range xsd:long .

# Property: email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/email> a rdf:Property ;
  rdfs:label "email" ;
  rdfs:comment "Customer email address" ;
  schema:alternateName "email" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/email> ;
  rdfs:subPropertyOf schema:email ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range xsd:string .

# Property: first name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/firstName> a rdf:Property ;
  rdfs:label "first name" ;
  rdfs:comment "Customer first name" ;
  schema:alternateName "first_name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/firstName> ;
  rdfs:subPropertyOf schema:givenName ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range xsd:string .

# Property: last name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/lastName> a rdf:Property ;
  rdfs:label "last name" ;
  rdfs:comment "Customer last name" ;
  schema:alternateName "last_name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/lastName> ;
  rdfs:subPropertyOf schema:familyName ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range xsd:string .

# Property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/phone> a rdf:Property ;
  rdfs:label "phone" ;
  rdfs:comment "Customer phone number" ;
  schema:alternateName "phone" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/phone> ;
  rdfs:subPropertyOf schema:telephone ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range xsd:string .

# Property: addresses
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/addresses> a rdf:Property ;
  rdfs:label "addresses" ;
  rdfs:comment "Customer addresses" ;
  schema:alternateName "addresses" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/addresses> ;
  rdfs:subPropertyOf schema:address ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range shopify:CustomerAddress .

# Property: default address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/defaultAddress> a rdf:Property ;
  rdfs:label "default address" ;
  rdfs:comment "Default address for the customer" ;
  schema:alternateName "default_address" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/defaultAddress> ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range shopify:CustomerAddress .

# Property: orders count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/ordersCount> a rdf:Property ;
  rdfs:label "orders count" ;
  rdfs:comment "Number of orders placed by the customer" ;
  schema:alternateName "orders_count" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/ordersCount> ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range xsd:int .

# Property: total spent
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/totalSpent> a rdf:Property ;
  rdfs:label "total spent" ;
  rdfs:comment "Total amount spent by the customer" ;
  schema:alternateName "total_spent" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalSpent> ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range xsd:string .

# Property: state
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/state> a rdf:Property ;
  rdfs:label "state" ;
  rdfs:comment "Customer account state" ;
  schema:alternateName "state" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/state> ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range xsd:string ;
  qb:codeList shopify:CustomerStateScheme .

# Property: verified email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/verifiedEmail> a rdf:Property ;
  rdfs:label "verified email" ;
  rdfs:comment "Whether the email address has been verified" ;
  schema:alternateName "verified_email" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/verifiedEmail> ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range xsd:boolean .

# Property: email marketing consent
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/emailMarketingConsent> a rdf:Property ;
  rdfs:label "email marketing consent" ;
  rdfs:comment "Email marketing consent information" ;
  schema:alternateName "email_marketing_consent" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/emailMarketingConsent> ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range shopify:EmailMarketingConsent .

# Property: sms marketing consent
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/smsMarketingConsent> a rdf:Property ;
  rdfs:label "sms marketing consent" ;
  rdfs:comment "SMS marketing consent information" ;
  schema:alternateName "sms_marketing_consent" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/smsMarketingConsent> ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range shopify:SmsMarketingConsent .

# Property: tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/tags> a rdf:Property ;
  rdfs:label "tags" ;
  rdfs:comment "Tags associated with the customer" ;
  schema:alternateName "tags" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/tags> ;
  rdfs:subPropertyOf schema:keywords ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range xsd:string .

# Property: note
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/note> a rdf:Property ;
  rdfs:label "note" ;
  rdfs:comment "Note about the customer" ;
  schema:alternateName "note" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/note> ;
  rdfs:subPropertyOf schema:description ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range xsd:string .

# Property: tax exempt
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/taxExempt> a rdf:Property ;
  rdfs:label "tax exempt" ;
  rdfs:comment "Whether the customer is tax exempt" ;
  schema:alternateName "tax_exempt" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxExempt> ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range xsd:boolean .

# Property: tax exemptions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/taxExemptions> a rdf:Property ;
  rdfs:label "tax exemptions" ;
  rdfs:comment "Tax exemptions applicable to the customer" ;
  schema:alternateName "tax_exemptions" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxExemptions> ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range xsd:string .

# Property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/currency> a rdf:Property ;
  rdfs:label "currency" ;
  rdfs:comment "Customer currency" ;
  schema:alternateName "currency" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currency> ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range xsd:string .

# Property: accepts marketing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/acceptsMarketing> a rdf:Property ;
  rdfs:label "accepts marketing" ;
  rdfs:comment "Whether the customer has consented to marketing (deprecated, use email_marketing_consent)" ;
  schema:alternateName "accepts_marketing" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/acceptsMarketing> ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range xsd:boolean .

# Property: accepts marketing updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/acceptsMarketingUpdatedAt> a rdf:Property ;
  rdfs:label "accepts marketing updated at" ;
  rdfs:comment "Date when marketing consent was last updated" ;
  schema:alternateName "accepts_marketing_updated_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/acceptsMarketingUpdatedAt> ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range xsd:dateTime .

# Property: marketing opt in level
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/marketingOptInLevel> a rdf:Property ;
  rdfs:label "marketing opt in level" ;
  rdfs:comment "Marketing opt-in level" ;
  schema:alternateName "marketing_opt_in_level" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/marketingOptInLevel> ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range xsd:string .

# Property: multipass identifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/multipassIdentifier> a rdf:Property ;
  rdfs:label "multipass identifier" ;
  rdfs:comment "Multipass identifier for the customer" ;
  schema:alternateName "multipass_identifier" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/multipassIdentifier> ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range xsd:string .

# Property: last order
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/lastOrder> a rdf:Property ;
  rdfs:label "last order" ;
  rdfs:comment "ID of the customer's last order" ;
  schema:alternateName "last_order_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/lastOrder> ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range shopify:Order .

# Property: last order name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/lastOrderName> a rdf:Property ;
  rdfs:label "last order name" ;
  rdfs:comment "Name of the customer's last order" ;
  schema:alternateName "last_order_name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/lastOrderName> ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range xsd:string .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the customer was created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the customer was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range xsd:dateTime .

# Property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/adminGraphqlApiId> a rdf:Property ;
  rdfs:label "admin graphql api id" ;
  rdfs:comment "GraphQL Admin API ID" ;
  schema:alternateName "admin_graphql_api_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adminGraphqlApiId> ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range xsd:string .

# Property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/metafields> a rdf:Property ;
  rdfs:label "metafields" ;
  rdfs:comment "Metafields associated with the resource" ;
  schema:alternateName "metafields" ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range shopify:Metafield .

# Property: can delete
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/canDelete> a rdf:Property ;
  rdfs:label "can delete" ;
  schema:alternateName "canDelete" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/canDelete> ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range xsd:boolean .

# Property: data sale opt out
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/dataSaleOptOut> a rdf:Property ;
  rdfs:label "data sale opt out" ;
  schema:alternateName "dataSaleOptOut" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/dataSaleOptOut> ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range xsd:boolean .

# Property: display name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/displayName> a rdf:Property ;
  rdfs:label "display name" ;
  schema:alternateName "displayName" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/displayName> ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range xsd:string .

# Property: has timeline comment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/hasTimelineComment> a rdf:Property ;
  rdfs:label "has timeline comment" ;
  schema:alternateName "hasTimelineComment" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/hasTimelineComment> ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range xsd:boolean .

# Property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/legacyResourceId> a rdf:Property ;
  rdfs:label "legacy resource id" ;
  schema:alternateName "legacyResourceId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/legacyResourceId> ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range xsd:string .

# Property: lifetime duration
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/lifetimeDuration> a rdf:Property ;
  rdfs:label "lifetime duration" ;
  schema:alternateName "lifetimeDuration" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/lifetimeDuration> ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range xsd:string .

# Property: locale
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/locale> a rdf:Property ;
  rdfs:label "locale" ;
  schema:alternateName "locale" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/locale> ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range xsd:string .

# Property: number of orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/numberOfOrders> a rdf:Property ;
  rdfs:label "number of orders" ;
  schema:alternateName "numberOfOrders" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/numberOfOrders> ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range xsd:string .

# Property: unsubscribe url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/unsubscribeUrl> a rdf:Property ;
  rdfs:label "unsubscribe url" ;
  schema:alternateName "unsubscribeUrl" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/unsubscribeUrl> ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range xsd:anyURI .

# Property: valid email address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/validEmailAddress> a rdf:Property ;
  rdfs:label "valid email address" ;
  schema:alternateName "validEmailAddress" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/validEmailAddress> ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range xsd:boolean .

# Property: addresses v2
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/addressesV2> a rdf:Property ;
  rdfs:label "addresses v2" ;
  schema:alternateName "addressesV2" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/addressesV2> ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range xsd:string .

# Property: amount spent
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/amountSpent> a rdf:Property ;
  rdfs:label "amount spent" ;
  schema:alternateName "amountSpent" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/amountSpent> ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range xsd:string .

# Property: company contact profiles
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/companyContactProfiles> a rdf:Property ;
  rdfs:label "company contact profiles" ;
  schema:alternateName "companyContactProfiles" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/companyContactProfiles> ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range shopify:CompanyContact .

# Property: default email address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/defaultEmailAddress> a rdf:Property ;
  rdfs:label "default email address" ;
  schema:alternateName "defaultEmailAddress" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/defaultEmailAddress> ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range xsd:string .

# Property: default phone number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/defaultPhoneNumber> a rdf:Property ;
  rdfs:label "default phone number" ;
  schema:alternateName "defaultPhoneNumber" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/defaultPhoneNumber> ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range xsd:string .

# Property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/events> a rdf:Property ;
  rdfs:label "events" ;
  schema:alternateName "events" ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range xsd:string .

# Property: image
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/image> a rdf:Property ;
  rdfs:label "image" ;
  schema:alternateName "image" ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range xsd:string .

# Property: market
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/market> a rdf:Property ;
  rdfs:label "market" ;
  schema:alternateName "market" ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range xsd:string .

# Property: mergeable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/mergeable> a rdf:Property ;
  rdfs:label "mergeable" ;
  schema:alternateName "mergeable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/mergeable> ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range xsd:string .

# Property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/metafield> a rdf:Property ;
  rdfs:label "metafield" ;
  schema:alternateName "metafield" ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range xsd:string .

# Property: metafield definitions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/metafieldDefinitions> a rdf:Property ;
  rdfs:label "metafield definitions" ;
  schema:alternateName "metafieldDefinitions" ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range xsd:string .

# Property: orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/orders> a rdf:Property ;
  rdfs:label "orders" ;
  schema:alternateName "orders" ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range xsd:string .

# Property: payment methods
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/paymentMethods> a rdf:Property ;
  rdfs:label "payment methods" ;
  schema:alternateName "paymentMethods" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/paymentMethods> ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range xsd:string .

# Property: product subscriber status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/productSubscriberStatus> a rdf:Property ;
  rdfs:label "product subscriber status" ;
  schema:alternateName "productSubscriberStatus" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/productSubscriberStatus> ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range xsd:string .

# Property: statistics
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/statistics> a rdf:Property ;
  rdfs:label "statistics" ;
  schema:alternateName "statistics" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/statistics> ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range xsd:string .

# Property: store credit accounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/storeCreditAccounts> a rdf:Property ;
  rdfs:label "store credit accounts" ;
  schema:alternateName "storeCreditAccounts" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/storeCreditAccounts> ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range xsd:string .

# Property: subscription contracts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/subscriptionContracts> a rdf:Property ;
  rdfs:label "subscription contracts" ;
  schema:alternateName "subscriptionContracts" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/subscriptionContracts> ;
  rdfs:domain shopify:CustomerEnabledEvent ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Customer ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range xsd:long .

# Property: email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/email> a rdf:Property ;
  rdfs:label "email" ;
  rdfs:comment "Customer email address" ;
  schema:alternateName "email" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/email> ;
  rdfs:subPropertyOf schema:email ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range xsd:string .

# Property: first name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/firstName> a rdf:Property ;
  rdfs:label "first name" ;
  rdfs:comment "Customer first name" ;
  schema:alternateName "first_name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/firstName> ;
  rdfs:subPropertyOf schema:givenName ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range xsd:string .

# Property: last name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/lastName> a rdf:Property ;
  rdfs:label "last name" ;
  rdfs:comment "Customer last name" ;
  schema:alternateName "last_name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/lastName> ;
  rdfs:subPropertyOf schema:familyName ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range xsd:string .

# Property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/phone> a rdf:Property ;
  rdfs:label "phone" ;
  rdfs:comment "Customer phone number" ;
  schema:alternateName "phone" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/phone> ;
  rdfs:subPropertyOf schema:telephone ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range xsd:string .

# Property: addresses
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/addresses> a rdf:Property ;
  rdfs:label "addresses" ;
  rdfs:comment "Customer addresses" ;
  schema:alternateName "addresses" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/addresses> ;
  rdfs:subPropertyOf schema:address ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range shopify:CustomerAddress .

# Property: default address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/defaultAddress> a rdf:Property ;
  rdfs:label "default address" ;
  rdfs:comment "Default address for the customer" ;
  schema:alternateName "default_address" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/defaultAddress> ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range shopify:CustomerAddress .

# Property: orders count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/ordersCount> a rdf:Property ;
  rdfs:label "orders count" ;
  rdfs:comment "Number of orders placed by the customer" ;
  schema:alternateName "orders_count" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/ordersCount> ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range xsd:int .

# Property: total spent
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/totalSpent> a rdf:Property ;
  rdfs:label "total spent" ;
  rdfs:comment "Total amount spent by the customer" ;
  schema:alternateName "total_spent" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalSpent> ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range xsd:string .

# Property: state
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/state> a rdf:Property ;
  rdfs:label "state" ;
  rdfs:comment "Customer account state" ;
  schema:alternateName "state" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/state> ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range xsd:string ;
  qb:codeList shopify:CustomerStateScheme .

# Property: verified email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/verifiedEmail> a rdf:Property ;
  rdfs:label "verified email" ;
  rdfs:comment "Whether the email address has been verified" ;
  schema:alternateName "verified_email" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/verifiedEmail> ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range xsd:boolean .

# Property: email marketing consent
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/emailMarketingConsent> a rdf:Property ;
  rdfs:label "email marketing consent" ;
  rdfs:comment "Email marketing consent information" ;
  schema:alternateName "email_marketing_consent" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/emailMarketingConsent> ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range shopify:EmailMarketingConsent .

# Property: sms marketing consent
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/smsMarketingConsent> a rdf:Property ;
  rdfs:label "sms marketing consent" ;
  rdfs:comment "SMS marketing consent information" ;
  schema:alternateName "sms_marketing_consent" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/smsMarketingConsent> ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range shopify:SmsMarketingConsent .

# Property: tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/tags> a rdf:Property ;
  rdfs:label "tags" ;
  rdfs:comment "Tags associated with the customer" ;
  schema:alternateName "tags" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/tags> ;
  rdfs:subPropertyOf schema:keywords ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range xsd:string .

# Property: note
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/note> a rdf:Property ;
  rdfs:label "note" ;
  rdfs:comment "Note about the customer" ;
  schema:alternateName "note" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/note> ;
  rdfs:subPropertyOf schema:description ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range xsd:string .

# Property: tax exempt
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/taxExempt> a rdf:Property ;
  rdfs:label "tax exempt" ;
  rdfs:comment "Whether the customer is tax exempt" ;
  schema:alternateName "tax_exempt" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxExempt> ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range xsd:boolean .

# Property: tax exemptions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/taxExemptions> a rdf:Property ;
  rdfs:label "tax exemptions" ;
  rdfs:comment "Tax exemptions applicable to the customer" ;
  schema:alternateName "tax_exemptions" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxExemptions> ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range xsd:string .

# Property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/currency> a rdf:Property ;
  rdfs:label "currency" ;
  rdfs:comment "Customer currency" ;
  schema:alternateName "currency" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currency> ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range xsd:string .

# Property: accepts marketing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/acceptsMarketing> a rdf:Property ;
  rdfs:label "accepts marketing" ;
  rdfs:comment "Whether the customer has consented to marketing (deprecated, use email_marketing_consent)" ;
  schema:alternateName "accepts_marketing" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/acceptsMarketing> ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range xsd:boolean .

# Property: accepts marketing updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/acceptsMarketingUpdatedAt> a rdf:Property ;
  rdfs:label "accepts marketing updated at" ;
  rdfs:comment "Date when marketing consent was last updated" ;
  schema:alternateName "accepts_marketing_updated_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/acceptsMarketingUpdatedAt> ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range xsd:dateTime .

# Property: marketing opt in level
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/marketingOptInLevel> a rdf:Property ;
  rdfs:label "marketing opt in level" ;
  rdfs:comment "Marketing opt-in level" ;
  schema:alternateName "marketing_opt_in_level" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/marketingOptInLevel> ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range xsd:string .

# Property: multipass identifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/multipassIdentifier> a rdf:Property ;
  rdfs:label "multipass identifier" ;
  rdfs:comment "Multipass identifier for the customer" ;
  schema:alternateName "multipass_identifier" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/multipassIdentifier> ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range xsd:string .

# Property: last order
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/lastOrder> a rdf:Property ;
  rdfs:label "last order" ;
  rdfs:comment "ID of the customer's last order" ;
  schema:alternateName "last_order_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/lastOrder> ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range shopify:Order .

# Property: last order name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/lastOrderName> a rdf:Property ;
  rdfs:label "last order name" ;
  rdfs:comment "Name of the customer's last order" ;
  schema:alternateName "last_order_name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/lastOrderName> ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range xsd:string .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the customer was created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the customer was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range xsd:dateTime .

# Property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/adminGraphqlApiId> a rdf:Property ;
  rdfs:label "admin graphql api id" ;
  rdfs:comment "GraphQL Admin API ID" ;
  schema:alternateName "admin_graphql_api_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adminGraphqlApiId> ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range xsd:string .

# Property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/metafields> a rdf:Property ;
  rdfs:label "metafields" ;
  rdfs:comment "Metafields associated with the resource" ;
  schema:alternateName "metafields" ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range shopify:Metafield .

# Property: can delete
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/canDelete> a rdf:Property ;
  rdfs:label "can delete" ;
  schema:alternateName "canDelete" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/canDelete> ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range xsd:boolean .

# Property: data sale opt out
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/dataSaleOptOut> a rdf:Property ;
  rdfs:label "data sale opt out" ;
  schema:alternateName "dataSaleOptOut" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/dataSaleOptOut> ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range xsd:boolean .

# Property: display name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/displayName> a rdf:Property ;
  rdfs:label "display name" ;
  schema:alternateName "displayName" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/displayName> ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range xsd:string .

# Property: has timeline comment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/hasTimelineComment> a rdf:Property ;
  rdfs:label "has timeline comment" ;
  schema:alternateName "hasTimelineComment" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/hasTimelineComment> ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range xsd:boolean .

# Property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/legacyResourceId> a rdf:Property ;
  rdfs:label "legacy resource id" ;
  schema:alternateName "legacyResourceId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/legacyResourceId> ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range xsd:string .

# Property: lifetime duration
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/lifetimeDuration> a rdf:Property ;
  rdfs:label "lifetime duration" ;
  schema:alternateName "lifetimeDuration" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/lifetimeDuration> ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range xsd:string .

# Property: locale
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/locale> a rdf:Property ;
  rdfs:label "locale" ;
  schema:alternateName "locale" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/locale> ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range xsd:string .

# Property: number of orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/numberOfOrders> a rdf:Property ;
  rdfs:label "number of orders" ;
  schema:alternateName "numberOfOrders" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/numberOfOrders> ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range xsd:string .

# Property: unsubscribe url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/unsubscribeUrl> a rdf:Property ;
  rdfs:label "unsubscribe url" ;
  schema:alternateName "unsubscribeUrl" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/unsubscribeUrl> ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range xsd:anyURI .

# Property: valid email address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/validEmailAddress> a rdf:Property ;
  rdfs:label "valid email address" ;
  schema:alternateName "validEmailAddress" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/validEmailAddress> ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range xsd:boolean .

# Property: addresses v2
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/addressesV2> a rdf:Property ;
  rdfs:label "addresses v2" ;
  schema:alternateName "addressesV2" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/addressesV2> ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range xsd:string .

# Property: amount spent
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/amountSpent> a rdf:Property ;
  rdfs:label "amount spent" ;
  schema:alternateName "amountSpent" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/amountSpent> ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range xsd:string .

# Property: company contact profiles
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/companyContactProfiles> a rdf:Property ;
  rdfs:label "company contact profiles" ;
  schema:alternateName "companyContactProfiles" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/companyContactProfiles> ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range shopify:CompanyContact .

# Property: default email address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/defaultEmailAddress> a rdf:Property ;
  rdfs:label "default email address" ;
  schema:alternateName "defaultEmailAddress" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/defaultEmailAddress> ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range xsd:string .

# Property: default phone number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/defaultPhoneNumber> a rdf:Property ;
  rdfs:label "default phone number" ;
  schema:alternateName "defaultPhoneNumber" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/defaultPhoneNumber> ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range xsd:string .

# Property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/events> a rdf:Property ;
  rdfs:label "events" ;
  schema:alternateName "events" ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range xsd:string .

# Property: image
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/image> a rdf:Property ;
  rdfs:label "image" ;
  schema:alternateName "image" ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range xsd:string .

# Property: market
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/market> a rdf:Property ;
  rdfs:label "market" ;
  schema:alternateName "market" ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range xsd:string .

# Property: mergeable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/mergeable> a rdf:Property ;
  rdfs:label "mergeable" ;
  schema:alternateName "mergeable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/mergeable> ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range xsd:string .

# Property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/metafield> a rdf:Property ;
  rdfs:label "metafield" ;
  schema:alternateName "metafield" ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range xsd:string .

# Property: metafield definitions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/metafieldDefinitions> a rdf:Property ;
  rdfs:label "metafield definitions" ;
  schema:alternateName "metafieldDefinitions" ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range xsd:string .

# Property: orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/orders> a rdf:Property ;
  rdfs:label "orders" ;
  schema:alternateName "orders" ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range xsd:string .

# Property: payment methods
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/paymentMethods> a rdf:Property ;
  rdfs:label "payment methods" ;
  schema:alternateName "paymentMethods" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/paymentMethods> ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range xsd:string .

# Property: product subscriber status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/productSubscriberStatus> a rdf:Property ;
  rdfs:label "product subscriber status" ;
  schema:alternateName "productSubscriberStatus" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/productSubscriberStatus> ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range xsd:string .

# Property: statistics
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/statistics> a rdf:Property ;
  rdfs:label "statistics" ;
  schema:alternateName "statistics" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/statistics> ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range xsd:string .

# Property: store credit accounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/storeCreditAccounts> a rdf:Property ;
  rdfs:label "store credit accounts" ;
  schema:alternateName "storeCreditAccounts" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/storeCreditAccounts> ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range xsd:string .

# Property: subscription contracts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/subscriptionContracts> a rdf:Property ;
  rdfs:label "subscription contracts" ;
  schema:alternateName "subscriptionContracts" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/subscriptionContracts> ;
  rdfs:domain shopify:CustomerDisabledEvent ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Fulfillment ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:FulfillmentCreatedEvent ;
  rdfs:range xsd:long .

# Property: order
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/order> a rdf:Property ;
  rdfs:label "order" ;
  rdfs:comment "ID of the associated order" ;
  schema:alternateName "order_id" ;
  rdfs:subPropertyOf shopify:orderId ;
  rdfs:domain shopify:FulfillmentCreatedEvent ;
  rdfs:range shopify:Order .

# Property: status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/status> a rdf:Property ;
  rdfs:label "status" ;
  rdfs:comment "Fulfillment status" ;
  schema:alternateName "status" ;
  rdfs:subPropertyOf shopify:fulfillmentStatus ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/status> ;
  rdfs:domain shopify:FulfillmentCreatedEvent ;
  rdfs:range xsd:string ;
  qb:codeList shopify:FulfillmentStatusScheme .

# Property: tracking company
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/trackingCompany> a rdf:Property ;
  rdfs:label "tracking company" ;
  rdfs:comment "Name of the tracking company" ;
  schema:alternateName "tracking_company" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/trackingCompany> ;
  rdfs:domain shopify:FulfillmentCreatedEvent ;
  rdfs:range xsd:string .

# Property: tracking number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/trackingNumber> a rdf:Property ;
  rdfs:label "tracking number" ;
  rdfs:comment "Tracking number" ;
  schema:alternateName "tracking_number" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/trackingNumber> ;
  rdfs:domain shopify:FulfillmentCreatedEvent ;
  rdfs:range xsd:string .

# Property: tracking numbers
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/trackingNumbers> a rdf:Property ;
  rdfs:label "tracking numbers" ;
  rdfs:comment "List of tracking numbers" ;
  schema:alternateName "tracking_numbers" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/trackingNumbers> ;
  rdfs:domain shopify:FulfillmentCreatedEvent ;
  rdfs:range xsd:string .

# Property: tracking url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/trackingUrl> a rdf:Property ;
  rdfs:label "tracking url" ;
  rdfs:comment "Tracking URL" ;
  schema:alternateName "tracking_url" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/trackingUrl> ;
  rdfs:subPropertyOf schema:trackingUrl ;
  rdfs:domain shopify:FulfillmentCreatedEvent ;
  rdfs:range xsd:anyURI .

# Property: tracking urls
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/trackingUrls> a rdf:Property ;
  rdfs:label "tracking urls" ;
  rdfs:comment "List of tracking URLs" ;
  schema:alternateName "tracking_urls" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/trackingUrls> ;
  rdfs:domain shopify:FulfillmentCreatedEvent ;
  rdfs:range xsd:string .

# Property: line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/lineItems> a rdf:Property ;
  rdfs:label "line items" ;
  rdfs:comment "Fulfilled line items" ;
  schema:alternateName "line_items" ;
  rdfs:domain shopify:FulfillmentCreatedEvent ;
  rdfs:range shopify:OrderLineItem .

# Property: shipment status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/shipmentStatus> a rdf:Property ;
  rdfs:label "shipment status" ;
  rdfs:comment "Current shipment status" ;
  schema:alternateName "shipment_status" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/shipmentStatus> ;
  rdfs:domain shopify:FulfillmentCreatedEvent ;
  rdfs:range xsd:string ;
  qb:codeList shopify:FulfillmentShipmentStatusScheme .

# Property: location
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/location> a rdf:Property ;
  rdfs:label "location" ;
  rdfs:comment "ID of the location the fulfillment was processed at" ;
  schema:alternateName "location_id" ;
  rdfs:domain shopify:FulfillmentCreatedEvent ;
  rdfs:range shopify:Location .

# Property: notify customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/notifyCustomer> a rdf:Property ;
  rdfs:label "notify customer" ;
  rdfs:comment "Whether the customer was notified" ;
  schema:alternateName "notify_customer" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/notifyCustomer> ;
  rdfs:domain shopify:FulfillmentCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: service
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/service> a rdf:Property ;
  rdfs:label "service" ;
  rdfs:comment "Service used for fulfillment" ;
  schema:alternateName "service" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/service> ;
  rdfs:domain shopify:FulfillmentCreatedEvent ;
  rdfs:range xsd:string .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/name> a rdf:Property ;
  rdfs:label "name" ;
  rdfs:comment "Fulfillment name" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:domain shopify:FulfillmentCreatedEvent ;
  rdfs:range xsd:string .

# Property: receipt
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/receipt> a rdf:Property ;
  rdfs:label "receipt" ;
  rdfs:comment "Fulfillment receipt" ;
  schema:alternateName "receipt" ;
  rdfs:domain shopify:FulfillmentCreatedEvent ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.Events.FulfillmentCreatedEvent/receipt/Container> .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the fulfillment was created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:FulfillmentCreatedEvent ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the fulfillment was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:FulfillmentCreatedEvent ;
  rdfs:range xsd:dateTime .

# Property: origin address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/originAddress> a rdf:Property ;
  rdfs:label "origin address" ;
  rdfs:comment "Origin address from which items were fulfilled" ;
  schema:alternateName "origin_address" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/originAddress> ;
  rdfs:domain shopify:FulfillmentCreatedEvent ;
  rdfs:range shopify:Address .

# Property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/adminGraphqlApiId> a rdf:Property ;
  rdfs:label "admin graphql api id" ;
  rdfs:comment "GraphQL Admin API ID" ;
  schema:alternateName "admin_graphql_api_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adminGraphqlApiId> ;
  rdfs:domain shopify:FulfillmentCreatedEvent ;
  rdfs:range xsd:string .

# Property: delivered at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/deliveredAt> a rdf:Property ;
  rdfs:label "delivered at" ;
  schema:alternateName "deliveredAt" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/deliveredAt> ;
  rdfs:domain shopify:FulfillmentCreatedEvent ;
  rdfs:range xsd:dateTime .

# Property: estimated delivery at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/estimatedDeliveryAt> a rdf:Property ;
  rdfs:label "estimated delivery at" ;
  schema:alternateName "estimatedDeliveryAt" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/estimatedDeliveryAt> ;
  rdfs:domain shopify:FulfillmentCreatedEvent ;
  rdfs:range xsd:dateTime .

# Property: in transit at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/inTransitAt> a rdf:Property ;
  rdfs:label "in transit at" ;
  schema:alternateName "inTransitAt" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/inTransitAt> ;
  rdfs:domain shopify:FulfillmentCreatedEvent ;
  rdfs:range xsd:dateTime .

# Property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/legacyResourceId> a rdf:Property ;
  rdfs:label "legacy resource id" ;
  schema:alternateName "legacyResourceId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/legacyResourceId> ;
  rdfs:domain shopify:FulfillmentCreatedEvent ;
  rdfs:range xsd:string .

# Property: requires shipping
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/requiresShipping> a rdf:Property ;
  rdfs:label "requires shipping" ;
  schema:alternateName "requiresShipping" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/requiresShipping> ;
  rdfs:domain shopify:FulfillmentCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: total quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/totalQuantity> a rdf:Property ;
  rdfs:label "total quantity" ;
  schema:alternateName "totalQuantity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalQuantity> ;
  rdfs:domain shopify:FulfillmentCreatedEvent ;
  rdfs:range xsd:int .

# Property: display status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/displayStatus> a rdf:Property ;
  rdfs:label "display status" ;
  schema:alternateName "displayStatus" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/displayStatus> ;
  rdfs:domain shopify:FulfillmentCreatedEvent ;
  rdfs:range xsd:string .

# Property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/events> a rdf:Property ;
  rdfs:label "events" ;
  schema:alternateName "events" ;
  rdfs:domain shopify:FulfillmentCreatedEvent ;
  rdfs:range xsd:string .

# Property: fulfillment line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/fulfillmentLineItems> a rdf:Property ;
  rdfs:label "fulfillment line items" ;
  schema:alternateName "fulfillmentLineItems" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/fulfillmentLineItems> ;
  rdfs:domain shopify:FulfillmentCreatedEvent ;
  rdfs:range xsd:string .

# Property: fulfillment orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/fulfillmentOrders> a rdf:Property ;
  rdfs:label "fulfillment orders" ;
  schema:alternateName "fulfillmentOrders" ;
  rdfs:domain shopify:FulfillmentCreatedEvent ;
  rdfs:range xsd:string .

# Property: tracking info
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/trackingInfo> a rdf:Property ;
  rdfs:label "tracking info" ;
  schema:alternateName "trackingInfo" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/trackingInfo> ;
  rdfs:domain shopify:FulfillmentCreatedEvent ;
  rdfs:range shopify:FulfillmentTrackingInfo .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Fulfillment ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:FulfillmentUpdatedEvent ;
  rdfs:range xsd:long .

# Property: order
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/order> a rdf:Property ;
  rdfs:label "order" ;
  rdfs:comment "ID of the associated order" ;
  schema:alternateName "order_id" ;
  rdfs:subPropertyOf shopify:orderId ;
  rdfs:domain shopify:FulfillmentUpdatedEvent ;
  rdfs:range shopify:Order .

# Property: status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/status> a rdf:Property ;
  rdfs:label "status" ;
  rdfs:comment "Fulfillment status" ;
  schema:alternateName "status" ;
  rdfs:subPropertyOf shopify:fulfillmentStatus ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/status> ;
  rdfs:domain shopify:FulfillmentUpdatedEvent ;
  rdfs:range xsd:string ;
  qb:codeList shopify:FulfillmentStatusScheme .

# Property: tracking company
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/trackingCompany> a rdf:Property ;
  rdfs:label "tracking company" ;
  rdfs:comment "Name of the tracking company" ;
  schema:alternateName "tracking_company" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/trackingCompany> ;
  rdfs:domain shopify:FulfillmentUpdatedEvent ;
  rdfs:range xsd:string .

# Property: tracking number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/trackingNumber> a rdf:Property ;
  rdfs:label "tracking number" ;
  rdfs:comment "Tracking number" ;
  schema:alternateName "tracking_number" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/trackingNumber> ;
  rdfs:domain shopify:FulfillmentUpdatedEvent ;
  rdfs:range xsd:string .

# Property: tracking numbers
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/trackingNumbers> a rdf:Property ;
  rdfs:label "tracking numbers" ;
  rdfs:comment "List of tracking numbers" ;
  schema:alternateName "tracking_numbers" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/trackingNumbers> ;
  rdfs:domain shopify:FulfillmentUpdatedEvent ;
  rdfs:range xsd:string .

# Property: tracking url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/trackingUrl> a rdf:Property ;
  rdfs:label "tracking url" ;
  rdfs:comment "Tracking URL" ;
  schema:alternateName "tracking_url" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/trackingUrl> ;
  rdfs:subPropertyOf schema:trackingUrl ;
  rdfs:domain shopify:FulfillmentUpdatedEvent ;
  rdfs:range xsd:anyURI .

# Property: tracking urls
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/trackingUrls> a rdf:Property ;
  rdfs:label "tracking urls" ;
  rdfs:comment "List of tracking URLs" ;
  schema:alternateName "tracking_urls" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/trackingUrls> ;
  rdfs:domain shopify:FulfillmentUpdatedEvent ;
  rdfs:range xsd:string .

# Property: line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/lineItems> a rdf:Property ;
  rdfs:label "line items" ;
  rdfs:comment "Fulfilled line items" ;
  schema:alternateName "line_items" ;
  rdfs:domain shopify:FulfillmentUpdatedEvent ;
  rdfs:range shopify:OrderLineItem .

# Property: shipment status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/shipmentStatus> a rdf:Property ;
  rdfs:label "shipment status" ;
  rdfs:comment "Current shipment status" ;
  schema:alternateName "shipment_status" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/shipmentStatus> ;
  rdfs:domain shopify:FulfillmentUpdatedEvent ;
  rdfs:range xsd:string ;
  qb:codeList shopify:FulfillmentShipmentStatusScheme .

# Property: location
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/location> a rdf:Property ;
  rdfs:label "location" ;
  rdfs:comment "ID of the location the fulfillment was processed at" ;
  schema:alternateName "location_id" ;
  rdfs:domain shopify:FulfillmentUpdatedEvent ;
  rdfs:range shopify:Location .

# Property: notify customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/notifyCustomer> a rdf:Property ;
  rdfs:label "notify customer" ;
  rdfs:comment "Whether the customer was notified" ;
  schema:alternateName "notify_customer" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/notifyCustomer> ;
  rdfs:domain shopify:FulfillmentUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: service
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/service> a rdf:Property ;
  rdfs:label "service" ;
  rdfs:comment "Service used for fulfillment" ;
  schema:alternateName "service" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/service> ;
  rdfs:domain shopify:FulfillmentUpdatedEvent ;
  rdfs:range xsd:string .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/name> a rdf:Property ;
  rdfs:label "name" ;
  rdfs:comment "Fulfillment name" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:domain shopify:FulfillmentUpdatedEvent ;
  rdfs:range xsd:string .

# Property: receipt
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/receipt> a rdf:Property ;
  rdfs:label "receipt" ;
  rdfs:comment "Fulfillment receipt" ;
  schema:alternateName "receipt" ;
  rdfs:domain shopify:FulfillmentUpdatedEvent ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.Events.FulfillmentUpdatedEvent/receipt/Container> .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the fulfillment was created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:FulfillmentUpdatedEvent ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the fulfillment was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:FulfillmentUpdatedEvent ;
  rdfs:range xsd:dateTime .

# Property: origin address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/originAddress> a rdf:Property ;
  rdfs:label "origin address" ;
  rdfs:comment "Origin address from which items were fulfilled" ;
  schema:alternateName "origin_address" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/originAddress> ;
  rdfs:domain shopify:FulfillmentUpdatedEvent ;
  rdfs:range shopify:Address .

# Property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/adminGraphqlApiId> a rdf:Property ;
  rdfs:label "admin graphql api id" ;
  rdfs:comment "GraphQL Admin API ID" ;
  schema:alternateName "admin_graphql_api_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adminGraphqlApiId> ;
  rdfs:domain shopify:FulfillmentUpdatedEvent ;
  rdfs:range xsd:string .

# Property: delivered at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/deliveredAt> a rdf:Property ;
  rdfs:label "delivered at" ;
  schema:alternateName "deliveredAt" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/deliveredAt> ;
  rdfs:domain shopify:FulfillmentUpdatedEvent ;
  rdfs:range xsd:dateTime .

# Property: estimated delivery at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/estimatedDeliveryAt> a rdf:Property ;
  rdfs:label "estimated delivery at" ;
  schema:alternateName "estimatedDeliveryAt" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/estimatedDeliveryAt> ;
  rdfs:domain shopify:FulfillmentUpdatedEvent ;
  rdfs:range xsd:dateTime .

# Property: in transit at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/inTransitAt> a rdf:Property ;
  rdfs:label "in transit at" ;
  schema:alternateName "inTransitAt" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/inTransitAt> ;
  rdfs:domain shopify:FulfillmentUpdatedEvent ;
  rdfs:range xsd:dateTime .

# Property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/legacyResourceId> a rdf:Property ;
  rdfs:label "legacy resource id" ;
  schema:alternateName "legacyResourceId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/legacyResourceId> ;
  rdfs:domain shopify:FulfillmentUpdatedEvent ;
  rdfs:range xsd:string .

# Property: requires shipping
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/requiresShipping> a rdf:Property ;
  rdfs:label "requires shipping" ;
  schema:alternateName "requiresShipping" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/requiresShipping> ;
  rdfs:domain shopify:FulfillmentUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: total quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/totalQuantity> a rdf:Property ;
  rdfs:label "total quantity" ;
  schema:alternateName "totalQuantity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalQuantity> ;
  rdfs:domain shopify:FulfillmentUpdatedEvent ;
  rdfs:range xsd:int .

# Property: display status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/displayStatus> a rdf:Property ;
  rdfs:label "display status" ;
  schema:alternateName "displayStatus" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/displayStatus> ;
  rdfs:domain shopify:FulfillmentUpdatedEvent ;
  rdfs:range xsd:string .

# Property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/events> a rdf:Property ;
  rdfs:label "events" ;
  schema:alternateName "events" ;
  rdfs:domain shopify:FulfillmentUpdatedEvent ;
  rdfs:range xsd:string .

# Property: fulfillment line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/fulfillmentLineItems> a rdf:Property ;
  rdfs:label "fulfillment line items" ;
  schema:alternateName "fulfillmentLineItems" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/fulfillmentLineItems> ;
  rdfs:domain shopify:FulfillmentUpdatedEvent ;
  rdfs:range xsd:string .

# Property: fulfillment orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/fulfillmentOrders> a rdf:Property ;
  rdfs:label "fulfillment orders" ;
  schema:alternateName "fulfillmentOrders" ;
  rdfs:domain shopify:FulfillmentUpdatedEvent ;
  rdfs:range xsd:string .

# Property: tracking info
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/trackingInfo> a rdf:Property ;
  rdfs:label "tracking info" ;
  schema:alternateName "trackingInfo" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/trackingInfo> ;
  rdfs:domain shopify:FulfillmentUpdatedEvent ;
  rdfs:range shopify:FulfillmentTrackingInfo .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Inventory item ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:InventoryItemCreatedEvent ;
  rdfs:range xsd:long .

# Property: sku
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/sku> a rdf:Property ;
  rdfs:label "sku" ;
  rdfs:comment "Stock Keeping Unit" ;
  schema:alternateName "sku" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/sku> ;
  rdfs:subPropertyOf schema:sku ;
  rdfs:domain shopify:InventoryItemCreatedEvent ;
  rdfs:range xsd:string .

# Property: cost
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/cost> a rdf:Property ;
  rdfs:label "cost" ;
  rdfs:comment "Unit cost of the item" ;
  schema:alternateName "cost" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/cost> ;
  rdfs:domain shopify:InventoryItemCreatedEvent ;
  rdfs:range xsd:string .

# Property: country code of origin
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/countryCodeOfOrigin> a rdf:Property ;
  rdfs:label "country code of origin" ;
  rdfs:comment "Two-letter ISO 3166-1 country code of origin" ;
  schema:alternateName "country_code_of_origin" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/countryCodeOfOrigin> ;
  rdfs:domain shopify:InventoryItemCreatedEvent ;
  rdfs:range xsd:string .

# Property: province code of origin
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/provinceCodeOfOrigin> a rdf:Property ;
  rdfs:label "province code of origin" ;
  rdfs:comment "Province code of origin" ;
  schema:alternateName "province_code_of_origin" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/provinceCodeOfOrigin> ;
  rdfs:domain shopify:InventoryItemCreatedEvent ;
  rdfs:range xsd:string .

# Property: harmonized system code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/harmonizedSystemCode> a rdf:Property ;
  rdfs:label "harmonized system code" ;
  rdfs:comment "Harmonized System code for customs" ;
  schema:alternateName "harmonized_system_code" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/harmonizedSystemCode> ;
  rdfs:domain shopify:InventoryItemCreatedEvent ;
  rdfs:range xsd:string .

# Property: tracked
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/tracked> a rdf:Property ;
  rdfs:label "tracked" ;
  rdfs:comment "Whether inventory quantities are tracked" ;
  schema:alternateName "tracked" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/tracked> ;
  rdfs:domain shopify:InventoryItemCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: requires shipping
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/requiresShipping> a rdf:Property ;
  rdfs:label "requires shipping" ;
  rdfs:comment "Whether the item requires shipping" ;
  schema:alternateName "requires_shipping" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/requiresShipping> ;
  rdfs:domain shopify:InventoryItemCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: country harmonized system codes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/countryHarmonizedSystemCodes> a rdf:Property ;
  rdfs:label "country harmonized system codes" ;
  rdfs:comment "Country-specific harmonized system codes" ;
  schema:alternateName "country_harmonized_system_codes" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/countryHarmonizedSystemCodes> ;
  rdfs:domain shopify:InventoryItemCreatedEvent ;
  rdfs:range shopify:CountryHarmonizedSystemCode .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the item was created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:InventoryItemCreatedEvent ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the item was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:InventoryItemCreatedEvent ;
  rdfs:range xsd:dateTime .

# Property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/adminGraphqlApiId> a rdf:Property ;
  rdfs:label "admin graphql api id" ;
  rdfs:comment "GraphQL Admin API ID" ;
  schema:alternateName "admin_graphql_api_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adminGraphqlApiId> ;
  rdfs:domain shopify:InventoryItemCreatedEvent ;
  rdfs:range xsd:string .

# Property: duplicate sku count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/duplicateSkuCount> a rdf:Property ;
  rdfs:label "duplicate sku count" ;
  schema:alternateName "duplicateSkuCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/duplicateSkuCount> ;
  rdfs:domain shopify:InventoryItemCreatedEvent ;
  rdfs:range xsd:int .

# Property: inventory history url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/inventoryHistoryUrl> a rdf:Property ;
  rdfs:label "inventory history url" ;
  schema:alternateName "inventoryHistoryUrl" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/inventoryHistoryUrl> ;
  rdfs:domain shopify:InventoryItemCreatedEvent ;
  rdfs:range xsd:anyURI .

# Property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/legacyResourceId> a rdf:Property ;
  rdfs:label "legacy resource id" ;
  schema:alternateName "legacyResourceId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/legacyResourceId> ;
  rdfs:domain shopify:InventoryItemCreatedEvent ;
  rdfs:range xsd:string .

# Property: inventory level
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/inventoryLevel> a rdf:Property ;
  rdfs:label "inventory level" ;
  schema:alternateName "inventoryLevel" ;
  rdfs:domain shopify:InventoryItemCreatedEvent ;
  rdfs:range xsd:string .

# Property: inventory levels
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/inventoryLevels> a rdf:Property ;
  rdfs:label "inventory levels" ;
  schema:alternateName "inventoryLevels" ;
  rdfs:domain shopify:InventoryItemCreatedEvent ;
  rdfs:range xsd:string .

# Property: locations count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/locationsCount> a rdf:Property ;
  rdfs:label "locations count" ;
  schema:alternateName "locationsCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/locationsCount> ;
  rdfs:domain shopify:InventoryItemCreatedEvent ;
  rdfs:range xsd:string .

# Property: measurement
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/measurement> a rdf:Property ;
  rdfs:label "measurement" ;
  schema:alternateName "measurement" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/measurement> ;
  rdfs:domain shopify:InventoryItemCreatedEvent ;
  rdfs:range xsd:string .

# Property: tracked editable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/trackedEditable> a rdf:Property ;
  rdfs:label "tracked editable" ;
  schema:alternateName "trackedEditable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/trackedEditable> ;
  rdfs:domain shopify:InventoryItemCreatedEvent ;
  rdfs:range xsd:string .

# Property: unit cost
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/unitCost> a rdf:Property ;
  rdfs:label "unit cost" ;
  schema:alternateName "unitCost" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/unitCost> ;
  rdfs:domain shopify:InventoryItemCreatedEvent ;
  rdfs:range xsd:string .

# Property: variant
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/variant> a rdf:Property ;
  rdfs:label "variant" ;
  schema:alternateName "variant" ;
  rdfs:domain shopify:InventoryItemCreatedEvent ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Inventory item ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:InventoryItemUpdatedEvent ;
  rdfs:range xsd:long .

# Property: sku
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/sku> a rdf:Property ;
  rdfs:label "sku" ;
  rdfs:comment "Stock Keeping Unit" ;
  schema:alternateName "sku" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/sku> ;
  rdfs:subPropertyOf schema:sku ;
  rdfs:domain shopify:InventoryItemUpdatedEvent ;
  rdfs:range xsd:string .

# Property: cost
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/cost> a rdf:Property ;
  rdfs:label "cost" ;
  rdfs:comment "Unit cost of the item" ;
  schema:alternateName "cost" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/cost> ;
  rdfs:domain shopify:InventoryItemUpdatedEvent ;
  rdfs:range xsd:string .

# Property: country code of origin
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/countryCodeOfOrigin> a rdf:Property ;
  rdfs:label "country code of origin" ;
  rdfs:comment "Two-letter ISO 3166-1 country code of origin" ;
  schema:alternateName "country_code_of_origin" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/countryCodeOfOrigin> ;
  rdfs:domain shopify:InventoryItemUpdatedEvent ;
  rdfs:range xsd:string .

# Property: province code of origin
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/provinceCodeOfOrigin> a rdf:Property ;
  rdfs:label "province code of origin" ;
  rdfs:comment "Province code of origin" ;
  schema:alternateName "province_code_of_origin" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/provinceCodeOfOrigin> ;
  rdfs:domain shopify:InventoryItemUpdatedEvent ;
  rdfs:range xsd:string .

# Property: harmonized system code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/harmonizedSystemCode> a rdf:Property ;
  rdfs:label "harmonized system code" ;
  rdfs:comment "Harmonized System code for customs" ;
  schema:alternateName "harmonized_system_code" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/harmonizedSystemCode> ;
  rdfs:domain shopify:InventoryItemUpdatedEvent ;
  rdfs:range xsd:string .

# Property: tracked
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/tracked> a rdf:Property ;
  rdfs:label "tracked" ;
  rdfs:comment "Whether inventory quantities are tracked" ;
  schema:alternateName "tracked" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/tracked> ;
  rdfs:domain shopify:InventoryItemUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: requires shipping
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/requiresShipping> a rdf:Property ;
  rdfs:label "requires shipping" ;
  rdfs:comment "Whether the item requires shipping" ;
  schema:alternateName "requires_shipping" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/requiresShipping> ;
  rdfs:domain shopify:InventoryItemUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: country harmonized system codes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/countryHarmonizedSystemCodes> a rdf:Property ;
  rdfs:label "country harmonized system codes" ;
  rdfs:comment "Country-specific harmonized system codes" ;
  schema:alternateName "country_harmonized_system_codes" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/countryHarmonizedSystemCodes> ;
  rdfs:domain shopify:InventoryItemUpdatedEvent ;
  rdfs:range shopify:CountryHarmonizedSystemCode .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the item was created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:InventoryItemUpdatedEvent ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the item was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:InventoryItemUpdatedEvent ;
  rdfs:range xsd:dateTime .

# Property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/adminGraphqlApiId> a rdf:Property ;
  rdfs:label "admin graphql api id" ;
  rdfs:comment "GraphQL Admin API ID" ;
  schema:alternateName "admin_graphql_api_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adminGraphqlApiId> ;
  rdfs:domain shopify:InventoryItemUpdatedEvent ;
  rdfs:range xsd:string .

# Property: duplicate sku count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/duplicateSkuCount> a rdf:Property ;
  rdfs:label "duplicate sku count" ;
  schema:alternateName "duplicateSkuCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/duplicateSkuCount> ;
  rdfs:domain shopify:InventoryItemUpdatedEvent ;
  rdfs:range xsd:int .

# Property: inventory history url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/inventoryHistoryUrl> a rdf:Property ;
  rdfs:label "inventory history url" ;
  schema:alternateName "inventoryHistoryUrl" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/inventoryHistoryUrl> ;
  rdfs:domain shopify:InventoryItemUpdatedEvent ;
  rdfs:range xsd:anyURI .

# Property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/legacyResourceId> a rdf:Property ;
  rdfs:label "legacy resource id" ;
  schema:alternateName "legacyResourceId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/legacyResourceId> ;
  rdfs:domain shopify:InventoryItemUpdatedEvent ;
  rdfs:range xsd:string .

# Property: inventory level
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/inventoryLevel> a rdf:Property ;
  rdfs:label "inventory level" ;
  schema:alternateName "inventoryLevel" ;
  rdfs:domain shopify:InventoryItemUpdatedEvent ;
  rdfs:range xsd:string .

# Property: inventory levels
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/inventoryLevels> a rdf:Property ;
  rdfs:label "inventory levels" ;
  schema:alternateName "inventoryLevels" ;
  rdfs:domain shopify:InventoryItemUpdatedEvent ;
  rdfs:range xsd:string .

# Property: locations count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/locationsCount> a rdf:Property ;
  rdfs:label "locations count" ;
  schema:alternateName "locationsCount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/locationsCount> ;
  rdfs:domain shopify:InventoryItemUpdatedEvent ;
  rdfs:range xsd:string .

# Property: measurement
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/measurement> a rdf:Property ;
  rdfs:label "measurement" ;
  schema:alternateName "measurement" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/measurement> ;
  rdfs:domain shopify:InventoryItemUpdatedEvent ;
  rdfs:range xsd:string .

# Property: tracked editable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/trackedEditable> a rdf:Property ;
  rdfs:label "tracked editable" ;
  schema:alternateName "trackedEditable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/trackedEditable> ;
  rdfs:domain shopify:InventoryItemUpdatedEvent ;
  rdfs:range xsd:string .

# Property: unit cost
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/unitCost> a rdf:Property ;
  rdfs:label "unit cost" ;
  schema:alternateName "unitCost" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/unitCost> ;
  rdfs:domain shopify:InventoryItemUpdatedEvent ;
  rdfs:range xsd:string .

# Property: variant
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/variant> a rdf:Property ;
  rdfs:label "variant" ;
  schema:alternateName "variant" ;
  rdfs:domain shopify:InventoryItemUpdatedEvent ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemDeletedEvent/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Deleted inventory item ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:InventoryItemDeletedEvent ;
  rdfs:range xsd:long .

# Property: inventory item
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelUpdatedEvent/inventoryItem> a rdf:Property ;
  rdfs:label "inventory item" ;
  rdfs:comment "ID of the inventory item" ;
  schema:alternateName "inventory_item_id" ;
  rdfs:subPropertyOf shopify:inventoryItemId ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/inventoryItem> ;
  rdfs:domain shopify:InventoryLevelUpdatedEvent ;
  rdfs:range shopify:InventoryItem .

# Property: location
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelUpdatedEvent/location> a rdf:Property ;
  rdfs:label "location" ;
  rdfs:comment "ID of the location" ;
  schema:alternateName "location_id" ;
  rdfs:subPropertyOf shopify:locationId ;
  rdfs:domain shopify:InventoryLevelUpdatedEvent ;
  rdfs:range shopify:Location .

# Property: available
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelUpdatedEvent/available> a rdf:Property ;
  rdfs:label "available" ;
  rdfs:comment "Available quantity at the location" ;
  schema:alternateName "available" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/available> ;
  rdfs:domain shopify:InventoryLevelUpdatedEvent ;
  rdfs:range xsd:int .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelUpdatedEvent/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the level was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:domain shopify:InventoryLevelUpdatedEvent ;
  rdfs:range xsd:dateTime .

# Property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelUpdatedEvent/adminGraphqlApiId> a rdf:Property ;
  rdfs:label "admin graphql api id" ;
  rdfs:comment "GraphQL Admin API ID" ;
  schema:alternateName "admin_graphql_api_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adminGraphqlApiId> ;
  rdfs:domain shopify:InventoryLevelUpdatedEvent ;
  rdfs:range xsd:string .

# Property: can deactivate
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelUpdatedEvent/canDeactivate> a rdf:Property ;
  rdfs:label "can deactivate" ;
  schema:alternateName "canDeactivate" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/canDeactivate> ;
  rdfs:domain shopify:InventoryLevelUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelUpdatedEvent/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  schema:alternateName "createdAt" ;
  rdfs:domain shopify:InventoryLevelUpdatedEvent ;
  rdfs:range xsd:dateTime .

# Property: deactivation alert
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelUpdatedEvent/deactivationAlert> a rdf:Property ;
  rdfs:label "deactivation alert" ;
  schema:alternateName "deactivationAlert" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/deactivationAlert> ;
  rdfs:domain shopify:InventoryLevelUpdatedEvent ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelUpdatedEvent/id> a rdf:Property ;
  rdfs:label "id" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:InventoryLevelUpdatedEvent ;
  rdfs:range xsd:string .

# Property: item
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelUpdatedEvent/item> a rdf:Property ;
  rdfs:label "item" ;
  schema:alternateName "item" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/item> ;
  rdfs:domain shopify:InventoryLevelUpdatedEvent ;
  rdfs:range xsd:string .

# Property: quantities
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelUpdatedEvent/quantities> a rdf:Property ;
  rdfs:label "quantities" ;
  schema:alternateName "quantities" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/quantities> ;
  rdfs:domain shopify:InventoryLevelUpdatedEvent ;
  rdfs:range shopify:InventoryQuantity .

# Property: scheduled changes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelUpdatedEvent/scheduledChanges> a rdf:Property ;
  rdfs:label "scheduled changes" ;
  schema:alternateName "scheduledChanges" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/scheduledChanges> ;
  rdfs:domain shopify:InventoryLevelUpdatedEvent ;
  rdfs:range xsd:string .

# Property: inventory item
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelConnectedEvent/inventoryItem> a rdf:Property ;
  rdfs:label "inventory item" ;
  rdfs:comment "ID of the inventory item" ;
  schema:alternateName "inventory_item_id" ;
  rdfs:subPropertyOf shopify:inventoryItemId ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/inventoryItem> ;
  rdfs:domain shopify:InventoryLevelConnectedEvent ;
  rdfs:range shopify:InventoryItem .

# Property: location
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelConnectedEvent/location> a rdf:Property ;
  rdfs:label "location" ;
  rdfs:comment "ID of the location" ;
  schema:alternateName "location_id" ;
  rdfs:subPropertyOf shopify:locationId ;
  rdfs:domain shopify:InventoryLevelConnectedEvent ;
  rdfs:range shopify:Location .

# Property: available
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelConnectedEvent/available> a rdf:Property ;
  rdfs:label "available" ;
  rdfs:comment "Available quantity at the location" ;
  schema:alternateName "available" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/available> ;
  rdfs:domain shopify:InventoryLevelConnectedEvent ;
  rdfs:range xsd:int .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelConnectedEvent/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the level was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:domain shopify:InventoryLevelConnectedEvent ;
  rdfs:range xsd:dateTime .

# Property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelConnectedEvent/adminGraphqlApiId> a rdf:Property ;
  rdfs:label "admin graphql api id" ;
  rdfs:comment "GraphQL Admin API ID" ;
  schema:alternateName "admin_graphql_api_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adminGraphqlApiId> ;
  rdfs:domain shopify:InventoryLevelConnectedEvent ;
  rdfs:range xsd:string .

# Property: can deactivate
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelConnectedEvent/canDeactivate> a rdf:Property ;
  rdfs:label "can deactivate" ;
  schema:alternateName "canDeactivate" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/canDeactivate> ;
  rdfs:domain shopify:InventoryLevelConnectedEvent ;
  rdfs:range xsd:boolean .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelConnectedEvent/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  schema:alternateName "createdAt" ;
  rdfs:domain shopify:InventoryLevelConnectedEvent ;
  rdfs:range xsd:dateTime .

# Property: deactivation alert
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelConnectedEvent/deactivationAlert> a rdf:Property ;
  rdfs:label "deactivation alert" ;
  schema:alternateName "deactivationAlert" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/deactivationAlert> ;
  rdfs:domain shopify:InventoryLevelConnectedEvent ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelConnectedEvent/id> a rdf:Property ;
  rdfs:label "id" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:InventoryLevelConnectedEvent ;
  rdfs:range xsd:string .

# Property: item
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelConnectedEvent/item> a rdf:Property ;
  rdfs:label "item" ;
  schema:alternateName "item" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/item> ;
  rdfs:domain shopify:InventoryLevelConnectedEvent ;
  rdfs:range xsd:string .

# Property: quantities
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelConnectedEvent/quantities> a rdf:Property ;
  rdfs:label "quantities" ;
  schema:alternateName "quantities" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/quantities> ;
  rdfs:domain shopify:InventoryLevelConnectedEvent ;
  rdfs:range shopify:InventoryQuantity .

# Property: scheduled changes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelConnectedEvent/scheduledChanges> a rdf:Property ;
  rdfs:label "scheduled changes" ;
  schema:alternateName "scheduledChanges" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/scheduledChanges> ;
  rdfs:domain shopify:InventoryLevelConnectedEvent ;
  rdfs:range xsd:string .

# Property: inventory item
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelDisconnectedEvent/inventoryItem> a rdf:Property ;
  rdfs:label "inventory item" ;
  rdfs:comment "ID of the inventory item" ;
  schema:alternateName "inventory_item_id" ;
  rdfs:subPropertyOf shopify:inventoryItemId ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/inventoryItem> ;
  rdfs:domain shopify:InventoryLevelDisconnectedEvent ;
  rdfs:range shopify:InventoryItem .

# Property: location
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelDisconnectedEvent/location> a rdf:Property ;
  rdfs:label "location" ;
  rdfs:comment "ID of the location" ;
  schema:alternateName "location_id" ;
  rdfs:subPropertyOf shopify:locationId ;
  rdfs:domain shopify:InventoryLevelDisconnectedEvent ;
  rdfs:range shopify:Location .

# Property: available
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelDisconnectedEvent/available> a rdf:Property ;
  rdfs:label "available" ;
  rdfs:comment "Available quantity at the location" ;
  schema:alternateName "available" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/available> ;
  rdfs:domain shopify:InventoryLevelDisconnectedEvent ;
  rdfs:range xsd:int .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelDisconnectedEvent/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the level was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:domain shopify:InventoryLevelDisconnectedEvent ;
  rdfs:range xsd:dateTime .

# Property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelDisconnectedEvent/adminGraphqlApiId> a rdf:Property ;
  rdfs:label "admin graphql api id" ;
  rdfs:comment "GraphQL Admin API ID" ;
  schema:alternateName "admin_graphql_api_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adminGraphqlApiId> ;
  rdfs:domain shopify:InventoryLevelDisconnectedEvent ;
  rdfs:range xsd:string .

# Property: can deactivate
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelDisconnectedEvent/canDeactivate> a rdf:Property ;
  rdfs:label "can deactivate" ;
  schema:alternateName "canDeactivate" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/canDeactivate> ;
  rdfs:domain shopify:InventoryLevelDisconnectedEvent ;
  rdfs:range xsd:boolean .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelDisconnectedEvent/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  schema:alternateName "createdAt" ;
  rdfs:domain shopify:InventoryLevelDisconnectedEvent ;
  rdfs:range xsd:dateTime .

# Property: deactivation alert
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelDisconnectedEvent/deactivationAlert> a rdf:Property ;
  rdfs:label "deactivation alert" ;
  schema:alternateName "deactivationAlert" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/deactivationAlert> ;
  rdfs:domain shopify:InventoryLevelDisconnectedEvent ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelDisconnectedEvent/id> a rdf:Property ;
  rdfs:label "id" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:InventoryLevelDisconnectedEvent ;
  rdfs:range xsd:string .

# Property: item
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelDisconnectedEvent/item> a rdf:Property ;
  rdfs:label "item" ;
  schema:alternateName "item" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/item> ;
  rdfs:domain shopify:InventoryLevelDisconnectedEvent ;
  rdfs:range xsd:string .

# Property: quantities
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelDisconnectedEvent/quantities> a rdf:Property ;
  rdfs:label "quantities" ;
  schema:alternateName "quantities" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/quantities> ;
  rdfs:domain shopify:InventoryLevelDisconnectedEvent ;
  rdfs:range shopify:InventoryQuantity .

# Property: scheduled changes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelDisconnectedEvent/scheduledChanges> a rdf:Property ;
  rdfs:label "scheduled changes" ;
  schema:alternateName "scheduledChanges" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/scheduledChanges> ;
  rdfs:domain shopify:InventoryLevelDisconnectedEvent ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Draft order ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:long .

# Property: order
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/order> a rdf:Property ;
  rdfs:label "order" ;
  rdfs:comment "ID of the order created from this draft (when completed)" ;
  schema:alternateName "order_id" ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range shopify:Order .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/name> a rdf:Property ;
  rdfs:label "name" ;
  rdfs:comment "Name of the draft order (e.g., #D1)" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/customer> a rdf:Property ;
  rdfs:label "customer" ;
  rdfs:comment "Customer associated with the draft order" ;
  schema:alternateName "customer" ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range shopify:Customer .

# Property: email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/email> a rdf:Property ;
  rdfs:label "email" ;
  rdfs:comment "Email address for the draft order" ;
  schema:alternateName "email" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/email> ;
  rdfs:subPropertyOf schema:email ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/lineItems> a rdf:Property ;
  rdfs:label "line items" ;
  rdfs:comment "Line items in the draft order" ;
  schema:alternateName "line_items" ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range shopify:DraftOrderLineItem .

# Property: shipping address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/shippingAddress> a rdf:Property ;
  rdfs:label "shipping address" ;
  rdfs:comment "Shipping address" ;
  schema:alternateName "shipping_address" ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range shopify:Address .

# Property: billing address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/billingAddress> a rdf:Property ;
  rdfs:label "billing address" ;
  rdfs:comment "Billing address" ;
  schema:alternateName "billing_address" ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range shopify:Address .

# Property: note
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/note> a rdf:Property ;
  rdfs:label "note" ;
  rdfs:comment "Note for the draft order" ;
  schema:alternateName "note" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/note> ;
  rdfs:subPropertyOf schema:description ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/tags> a rdf:Property ;
  rdfs:label "tags" ;
  rdfs:comment "Tags associated with the draft order" ;
  schema:alternateName "tags" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/tags> ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: tax exempt
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/taxExempt> a rdf:Property ;
  rdfs:label "tax exempt" ;
  rdfs:comment "Whether the draft order is tax exempt" ;
  schema:alternateName "tax_exempt" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxExempt> ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: tax lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/taxLines> a rdf:Property ;
  rdfs:label "tax lines" ;
  rdfs:comment "Tax lines" ;
  schema:alternateName "tax_lines" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxLines> ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range shopify:TaxLine .

# Property: shipping line
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/shippingLine> a rdf:Property ;
  rdfs:label "shipping line" ;
  rdfs:comment "Shipping line" ;
  schema:alternateName "shipping_line" ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range shopify:ShippingLine .

# Property: subtotal price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/subtotalPrice> a rdf:Property ;
  rdfs:label "subtotal price" ;
  rdfs:comment "Subtotal price (before shipping and taxes)" ;
  schema:alternateName "subtotal_price" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/subtotalPrice> ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: total price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/totalPrice> a rdf:Property ;
  rdfs:label "total price" ;
  rdfs:comment "Total price (including taxes and shipping)" ;
  schema:alternateName "total_price" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalPrice> ;
  rdfs:subPropertyOf schema:totalPrice ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: total tax
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/totalTax> a rdf:Property ;
  rdfs:label "total tax" ;
  rdfs:comment "Total tax amount" ;
  schema:alternateName "total_tax" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalTax> ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/currency> a rdf:Property ;
  rdfs:label "currency" ;
  rdfs:comment "Three-letter ISO 4217 currency code" ;
  schema:alternateName "currency" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currency> ;
  rdfs:subPropertyOf schema:priceCurrency ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/status> a rdf:Property ;
  rdfs:label "status" ;
  rdfs:comment "Draft order status" ;
  schema:alternateName "status" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/status> ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:string ;
  qb:codeList shopify:DraftOrderStatusScheme .

# Property: invoice url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/invoiceUrl> a rdf:Property ;
  rdfs:label "invoice url" ;
  rdfs:comment "URL for the invoice" ;
  schema:alternateName "invoice_url" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/invoiceUrl> ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:anyURI .

# Property: invoice sent at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/invoiceSentAt> a rdf:Property ;
  rdfs:label "invoice sent at" ;
  rdfs:comment "Date when the invoice was last sent" ;
  schema:alternateName "invoice_sent_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/invoiceSentAt> ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:dateTime .

# Property: note attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/noteAttributes> a rdf:Property ;
  rdfs:label "note attributes" ;
  rdfs:comment "Custom attributes for the draft order" ;
  schema:alternateName "note_attributes" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/noteAttributes> ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range shopify:NoteAttribute .

# Property: applied discount
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/appliedDiscount> a rdf:Property ;
  rdfs:label "applied discount" ;
  rdfs:comment "Discount applied to the draft order" ;
  schema:alternateName "applied_discount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/appliedDiscount> ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range shopify:DraftOrderDiscount .

# Property: taxes included
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/taxesIncluded> a rdf:Property ;
  rdfs:label "taxes included" ;
  rdfs:comment "Whether taxes are included in the line item prices" ;
  schema:alternateName "taxes_included" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxesIncluded> ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: completed at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/completedAt> a rdf:Property ;
  rdfs:label "completed at" ;
  rdfs:comment "Date when the draft order was completed" ;
  schema:alternateName "completed_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/completedAt> ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:dateTime .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:dateTime .

# Property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/adminGraphqlApiId> a rdf:Property ;
  rdfs:label "admin graphql api id" ;
  rdfs:comment "GraphQL Admin API ID" ;
  schema:alternateName "admin_graphql_api_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adminGraphqlApiId> ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: payment terms
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/paymentTerms> a rdf:Property ;
  rdfs:label "payment terms" ;
  rdfs:comment "Payment terms for the draft order" ;
  schema:alternateName "payment_terms" ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.Events.DraftOrderCreatedEvent/paymentTerms/Container> .

# Property: presentment currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/presentmentCurrency> a rdf:Property ;
  rdfs:label "presentment currency" ;
  rdfs:comment "Presentment currency for the draft order" ;
  schema:alternateName "presentment_currency" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/presentmentCurrency> ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/totalPriceSet> a rdf:Property ;
  rdfs:label "total price set" ;
  rdfs:comment "Total price in shop and presentment currencies" ;
  schema:alternateName "total_price_set" ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range shopify:PriceSet .

# Property: subtotal price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/subtotalPriceSet> a rdf:Property ;
  rdfs:label "subtotal price set" ;
  rdfs:comment "Subtotal price in shop and presentment currencies" ;
  schema:alternateName "subtotal_price_set" ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range shopify:PriceSet .

# Property: total tax set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/totalTaxSet> a rdf:Property ;
  rdfs:label "total tax set" ;
  rdfs:comment "Total tax in shop and presentment currencies" ;
  schema:alternateName "total_tax_set" ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range shopify:PriceSet .

# Property: total shipping price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/totalShippingPriceSet> a rdf:Property ;
  rdfs:label "total shipping price set" ;
  rdfs:comment "Total shipping price in shop and presentment currencies" ;
  schema:alternateName "total_shipping_price_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalShippingPriceSet> ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range shopify:PriceSet .

# Property: total line items price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/totalLineItemsPriceSet> a rdf:Property ;
  rdfs:label "total line items price set" ;
  rdfs:comment "Total line items price in shop and presentment currencies" ;
  schema:alternateName "total_line_items_price_set" ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range shopify:PriceSet .

# Property: total discounts set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/totalDiscountsSet> a rdf:Property ;
  rdfs:label "total discounts set" ;
  rdfs:comment "Total discounts in shop and presentment currencies" ;
  schema:alternateName "total_discounts_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalDiscountsSet> ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range shopify:PriceSet .

# Property: total additional fees set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/totalAdditionalFeesSet> a rdf:Property ;
  rdfs:label "total additional fees set" ;
  rdfs:comment "Total additional fees in shop and presentment currencies" ;
  schema:alternateName "total_additional_fees_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalAdditionalFeesSet> ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range shopify:PriceSet .

# Property: total duties set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/totalDutiesSet> a rdf:Property ;
  rdfs:label "total duties set" ;
  rdfs:comment "Total duties in shop and presentment currencies" ;
  schema:alternateName "total_duties_set" ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range shopify:PriceSet .

# Property: amount due now set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/amountDueNowSet> a rdf:Property ;
  rdfs:label "amount due now set" ;
  rdfs:comment "Amount due now in shop and presentment currencies" ;
  schema:alternateName "amount_due_now_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/amountDueNowSet> ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range shopify:PriceSet .

# Property: amount due later set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/amountDueLaterSet> a rdf:Property ;
  rdfs:label "amount due later set" ;
  rdfs:comment "Amount due later in shop and presentment currencies" ;
  schema:alternateName "amount_due_later_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/amountDueLaterSet> ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range shopify:PriceSet .

# Property: accept automatic discounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/acceptAutomaticDiscounts> a rdf:Property ;
  rdfs:label "accept automatic discounts" ;
  schema:alternateName "acceptAutomaticDiscounts" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/acceptAutomaticDiscounts> ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: all variant prices overridden
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/allVariantPricesOverridden> a rdf:Property ;
  rdfs:label "all variant prices overridden" ;
  schema:alternateName "allVariantPricesOverridden" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/allVariantPricesOverridden> ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: allow discount codes in checkout
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/allowDiscountCodesInCheckout> a rdf:Property ;
  rdfs:label "allow discount codes in checkout" ;
  schema:alternateName "allowDiscountCodesInCheckout" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/allowDiscountCodesInCheckout> ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: any variant prices overridden
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/anyVariantPricesOverridden> a rdf:Property ;
  rdfs:label "any variant prices overridden" ;
  schema:alternateName "anyVariantPricesOverridden" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/anyVariantPricesOverridden> ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: billing address matches shipping address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/billingAddressMatchesShippingAddress> a rdf:Property ;
  rdfs:label "billing address matches shipping address" ;
  schema:alternateName "billingAddressMatchesShippingAddress" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/billingAddressMatchesShippingAddress> ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: default cursor
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/defaultCursor> a rdf:Property ;
  rdfs:label "default cursor" ;
  schema:alternateName "defaultCursor" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/defaultCursor> ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: discount codes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/discountCodes> a rdf:Property ;
  rdfs:label "discount codes" ;
  schema:alternateName "discountCodes" ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: has timeline comment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/hasTimelineComment> a rdf:Property ;
  rdfs:label "has timeline comment" ;
  schema:alternateName "hasTimelineComment" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/hasTimelineComment> ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: invoice email template subject
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/invoiceEmailTemplateSubject> a rdf:Property ;
  rdfs:label "invoice email template subject" ;
  schema:alternateName "invoiceEmailTemplateSubject" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/invoiceEmailTemplateSubject> ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/legacyResourceId> a rdf:Property ;
  rdfs:label "legacy resource id" ;
  schema:alternateName "legacyResourceId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/legacyResourceId> ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: market name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/marketName> a rdf:Property ;
  rdfs:label "market name" ;
  schema:alternateName "marketName" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/marketName> ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: market region country code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/marketRegionCountryCode> a rdf:Property ;
  rdfs:label "market region country code" ;
  schema:alternateName "marketRegionCountryCode" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/marketRegionCountryCode> ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: note2
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/note2> a rdf:Property ;
  rdfs:label "note2" ;
  schema:alternateName "note2" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/note2> ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/phone> a rdf:Property ;
  rdfs:label "phone" ;
  schema:alternateName "phone" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/phone> ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: po number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/poNumber> a rdf:Property ;
  rdfs:label "po number" ;
  schema:alternateName "poNumber" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/poNumber> ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: ready
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/ready> a rdf:Property ;
  rdfs:label "ready" ;
  schema:alternateName "ready" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/ready> ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: reserve inventory until
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/reserveInventoryUntil> a rdf:Property ;
  rdfs:label "reserve inventory until" ;
  schema:alternateName "reserveInventoryUntil" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/reserveInventoryUntil> ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:dateTime .

# Property: total quantity of line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/totalQuantityOfLineItems> a rdf:Property ;
  rdfs:label "total quantity of line items" ;
  schema:alternateName "totalQuantityOfLineItems" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalQuantityOfLineItems> ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:int .

# Property: total weight
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/totalWeight> a rdf:Property ;
  rdfs:label "total weight" ;
  schema:alternateName "totalWeight" ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: transformer fingerprint
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/transformerFingerprint> a rdf:Property ;
  rdfs:label "transformer fingerprint" ;
  schema:alternateName "transformerFingerprint" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/transformerFingerprint> ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: visible to customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/visibleToCustomer> a rdf:Property ;
  rdfs:label "visible to customer" ;
  schema:alternateName "visibleToCustomer" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/visibleToCustomer> ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:boolean .

# Property: currency code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/currencyCode> a rdf:Property ;
  rdfs:label "currency code" ;
  schema:alternateName "currencyCode" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currencyCode> ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: custom attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/customAttributes> a rdf:Property ;
  rdfs:label "custom attributes" ;
  schema:alternateName "customAttributes" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customAttributes> ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range shopify:Attribute .

# Property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/events> a rdf:Property ;
  rdfs:label "events" ;
  schema:alternateName "events" ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: line items subtotal price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/lineItemsSubtotalPrice> a rdf:Property ;
  rdfs:label "line items subtotal price" ;
  schema:alternateName "lineItemsSubtotalPrice" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/lineItemsSubtotalPrice> ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: localization extensions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/localizationExtensions> a rdf:Property ;
  rdfs:label "localization extensions" ;
  schema:alternateName "localizationExtensions" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/localizationExtensions> ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: localized fields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/localizedFields> a rdf:Property ;
  rdfs:label "localized fields" ;
  schema:alternateName "localizedFields" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/localizedFields> ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/metafield> a rdf:Property ;
  rdfs:label "metafield" ;
  schema:alternateName "metafield" ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/metafields> a rdf:Property ;
  rdfs:label "metafields" ;
  schema:alternateName "metafields" ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: platform discounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/platformDiscounts> a rdf:Property ;
  rdfs:label "platform discounts" ;
  schema:alternateName "platformDiscounts" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/platformDiscounts> ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range shopify:DraftOrderPlatformDiscount .

# Property: presentment currency code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/presentmentCurrencyCode> a rdf:Property ;
  rdfs:label "presentment currency code" ;
  schema:alternateName "presentmentCurrencyCode" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/presentmentCurrencyCode> ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: purchasing entity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/purchasingEntity> a rdf:Property ;
  rdfs:label "purchasing entity" ;
  schema:alternateName "purchasingEntity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/purchasingEntity> ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: total shipping price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/totalShippingPrice> a rdf:Property ;
  rdfs:label "total shipping price" ;
  schema:alternateName "totalShippingPrice" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalShippingPrice> ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range xsd:string .

# Property: warnings
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/warnings> a rdf:Property ;
  rdfs:label "warnings" ;
  schema:alternateName "warnings" ;
  rdfs:domain shopify:DraftOrderCreatedEvent ;
  rdfs:range shopify:DraftOrderWarning .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Draft order ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:long .

# Property: order
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/order> a rdf:Property ;
  rdfs:label "order" ;
  rdfs:comment "ID of the order created from this draft (when completed)" ;
  schema:alternateName "order_id" ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range shopify:Order .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/name> a rdf:Property ;
  rdfs:label "name" ;
  rdfs:comment "Name of the draft order (e.g., #D1)" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/customer> a rdf:Property ;
  rdfs:label "customer" ;
  rdfs:comment "Customer associated with the draft order" ;
  schema:alternateName "customer" ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range shopify:Customer .

# Property: email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/email> a rdf:Property ;
  rdfs:label "email" ;
  rdfs:comment "Email address for the draft order" ;
  schema:alternateName "email" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/email> ;
  rdfs:subPropertyOf schema:email ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/lineItems> a rdf:Property ;
  rdfs:label "line items" ;
  rdfs:comment "Line items in the draft order" ;
  schema:alternateName "line_items" ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range shopify:DraftOrderLineItem .

# Property: shipping address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/shippingAddress> a rdf:Property ;
  rdfs:label "shipping address" ;
  rdfs:comment "Shipping address" ;
  schema:alternateName "shipping_address" ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range shopify:Address .

# Property: billing address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/billingAddress> a rdf:Property ;
  rdfs:label "billing address" ;
  rdfs:comment "Billing address" ;
  schema:alternateName "billing_address" ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range shopify:Address .

# Property: note
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/note> a rdf:Property ;
  rdfs:label "note" ;
  rdfs:comment "Note for the draft order" ;
  schema:alternateName "note" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/note> ;
  rdfs:subPropertyOf schema:description ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/tags> a rdf:Property ;
  rdfs:label "tags" ;
  rdfs:comment "Tags associated with the draft order" ;
  schema:alternateName "tags" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/tags> ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: tax exempt
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/taxExempt> a rdf:Property ;
  rdfs:label "tax exempt" ;
  rdfs:comment "Whether the draft order is tax exempt" ;
  schema:alternateName "tax_exempt" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxExempt> ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: tax lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/taxLines> a rdf:Property ;
  rdfs:label "tax lines" ;
  rdfs:comment "Tax lines" ;
  schema:alternateName "tax_lines" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxLines> ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range shopify:TaxLine .

# Property: shipping line
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/shippingLine> a rdf:Property ;
  rdfs:label "shipping line" ;
  rdfs:comment "Shipping line" ;
  schema:alternateName "shipping_line" ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range shopify:ShippingLine .

# Property: subtotal price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/subtotalPrice> a rdf:Property ;
  rdfs:label "subtotal price" ;
  rdfs:comment "Subtotal price (before shipping and taxes)" ;
  schema:alternateName "subtotal_price" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/subtotalPrice> ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: total price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/totalPrice> a rdf:Property ;
  rdfs:label "total price" ;
  rdfs:comment "Total price (including taxes and shipping)" ;
  schema:alternateName "total_price" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalPrice> ;
  rdfs:subPropertyOf schema:totalPrice ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: total tax
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/totalTax> a rdf:Property ;
  rdfs:label "total tax" ;
  rdfs:comment "Total tax amount" ;
  schema:alternateName "total_tax" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalTax> ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/currency> a rdf:Property ;
  rdfs:label "currency" ;
  rdfs:comment "Three-letter ISO 4217 currency code" ;
  schema:alternateName "currency" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currency> ;
  rdfs:subPropertyOf schema:priceCurrency ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/status> a rdf:Property ;
  rdfs:label "status" ;
  rdfs:comment "Draft order status" ;
  schema:alternateName "status" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/status> ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:string ;
  qb:codeList shopify:DraftOrderStatusScheme .

# Property: invoice url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/invoiceUrl> a rdf:Property ;
  rdfs:label "invoice url" ;
  rdfs:comment "URL for the invoice" ;
  schema:alternateName "invoice_url" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/invoiceUrl> ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:anyURI .

# Property: invoice sent at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/invoiceSentAt> a rdf:Property ;
  rdfs:label "invoice sent at" ;
  rdfs:comment "Date when the invoice was last sent" ;
  schema:alternateName "invoice_sent_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/invoiceSentAt> ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:dateTime .

# Property: note attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/noteAttributes> a rdf:Property ;
  rdfs:label "note attributes" ;
  rdfs:comment "Custom attributes for the draft order" ;
  schema:alternateName "note_attributes" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/noteAttributes> ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range shopify:NoteAttribute .

# Property: applied discount
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/appliedDiscount> a rdf:Property ;
  rdfs:label "applied discount" ;
  rdfs:comment "Discount applied to the draft order" ;
  schema:alternateName "applied_discount" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/appliedDiscount> ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range shopify:DraftOrderDiscount .

# Property: taxes included
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/taxesIncluded> a rdf:Property ;
  rdfs:label "taxes included" ;
  rdfs:comment "Whether taxes are included in the line item prices" ;
  schema:alternateName "taxes_included" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/taxesIncluded> ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: completed at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/completedAt> a rdf:Property ;
  rdfs:label "completed at" ;
  rdfs:comment "Date when the draft order was completed" ;
  schema:alternateName "completed_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/completedAt> ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:dateTime .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:dateTime .

# Property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/adminGraphqlApiId> a rdf:Property ;
  rdfs:label "admin graphql api id" ;
  rdfs:comment "GraphQL Admin API ID" ;
  schema:alternateName "admin_graphql_api_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adminGraphqlApiId> ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: payment terms
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/paymentTerms> a rdf:Property ;
  rdfs:label "payment terms" ;
  rdfs:comment "Payment terms for the draft order" ;
  schema:alternateName "payment_terms" ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.Events.DraftOrderUpdatedEvent/paymentTerms/Container> .

# Property: presentment currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/presentmentCurrency> a rdf:Property ;
  rdfs:label "presentment currency" ;
  rdfs:comment "Presentment currency for the draft order" ;
  schema:alternateName "presentment_currency" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/presentmentCurrency> ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/totalPriceSet> a rdf:Property ;
  rdfs:label "total price set" ;
  rdfs:comment "Total price in shop and presentment currencies" ;
  schema:alternateName "total_price_set" ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range shopify:PriceSet .

# Property: subtotal price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/subtotalPriceSet> a rdf:Property ;
  rdfs:label "subtotal price set" ;
  rdfs:comment "Subtotal price in shop and presentment currencies" ;
  schema:alternateName "subtotal_price_set" ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range shopify:PriceSet .

# Property: total tax set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/totalTaxSet> a rdf:Property ;
  rdfs:label "total tax set" ;
  rdfs:comment "Total tax in shop and presentment currencies" ;
  schema:alternateName "total_tax_set" ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range shopify:PriceSet .

# Property: total shipping price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/totalShippingPriceSet> a rdf:Property ;
  rdfs:label "total shipping price set" ;
  rdfs:comment "Total shipping price in shop and presentment currencies" ;
  schema:alternateName "total_shipping_price_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalShippingPriceSet> ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range shopify:PriceSet .

# Property: total line items price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/totalLineItemsPriceSet> a rdf:Property ;
  rdfs:label "total line items price set" ;
  rdfs:comment "Total line items price in shop and presentment currencies" ;
  schema:alternateName "total_line_items_price_set" ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range shopify:PriceSet .

# Property: total discounts set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/totalDiscountsSet> a rdf:Property ;
  rdfs:label "total discounts set" ;
  rdfs:comment "Total discounts in shop and presentment currencies" ;
  schema:alternateName "total_discounts_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalDiscountsSet> ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range shopify:PriceSet .

# Property: total additional fees set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/totalAdditionalFeesSet> a rdf:Property ;
  rdfs:label "total additional fees set" ;
  rdfs:comment "Total additional fees in shop and presentment currencies" ;
  schema:alternateName "total_additional_fees_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalAdditionalFeesSet> ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range shopify:PriceSet .

# Property: total duties set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/totalDutiesSet> a rdf:Property ;
  rdfs:label "total duties set" ;
  rdfs:comment "Total duties in shop and presentment currencies" ;
  schema:alternateName "total_duties_set" ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range shopify:PriceSet .

# Property: amount due now set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/amountDueNowSet> a rdf:Property ;
  rdfs:label "amount due now set" ;
  rdfs:comment "Amount due now in shop and presentment currencies" ;
  schema:alternateName "amount_due_now_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/amountDueNowSet> ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range shopify:PriceSet .

# Property: amount due later set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/amountDueLaterSet> a rdf:Property ;
  rdfs:label "amount due later set" ;
  rdfs:comment "Amount due later in shop and presentment currencies" ;
  schema:alternateName "amount_due_later_set" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/amountDueLaterSet> ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range shopify:PriceSet .

# Property: accept automatic discounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/acceptAutomaticDiscounts> a rdf:Property ;
  rdfs:label "accept automatic discounts" ;
  schema:alternateName "acceptAutomaticDiscounts" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/acceptAutomaticDiscounts> ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: all variant prices overridden
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/allVariantPricesOverridden> a rdf:Property ;
  rdfs:label "all variant prices overridden" ;
  schema:alternateName "allVariantPricesOverridden" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/allVariantPricesOverridden> ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: allow discount codes in checkout
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/allowDiscountCodesInCheckout> a rdf:Property ;
  rdfs:label "allow discount codes in checkout" ;
  schema:alternateName "allowDiscountCodesInCheckout" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/allowDiscountCodesInCheckout> ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: any variant prices overridden
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/anyVariantPricesOverridden> a rdf:Property ;
  rdfs:label "any variant prices overridden" ;
  schema:alternateName "anyVariantPricesOverridden" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/anyVariantPricesOverridden> ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: billing address matches shipping address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/billingAddressMatchesShippingAddress> a rdf:Property ;
  rdfs:label "billing address matches shipping address" ;
  schema:alternateName "billingAddressMatchesShippingAddress" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/billingAddressMatchesShippingAddress> ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: default cursor
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/defaultCursor> a rdf:Property ;
  rdfs:label "default cursor" ;
  schema:alternateName "defaultCursor" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/defaultCursor> ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: discount codes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/discountCodes> a rdf:Property ;
  rdfs:label "discount codes" ;
  schema:alternateName "discountCodes" ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: has timeline comment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/hasTimelineComment> a rdf:Property ;
  rdfs:label "has timeline comment" ;
  schema:alternateName "hasTimelineComment" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/hasTimelineComment> ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: invoice email template subject
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/invoiceEmailTemplateSubject> a rdf:Property ;
  rdfs:label "invoice email template subject" ;
  schema:alternateName "invoiceEmailTemplateSubject" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/invoiceEmailTemplateSubject> ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/legacyResourceId> a rdf:Property ;
  rdfs:label "legacy resource id" ;
  schema:alternateName "legacyResourceId" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/legacyResourceId> ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: market name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/marketName> a rdf:Property ;
  rdfs:label "market name" ;
  schema:alternateName "marketName" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/marketName> ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: market region country code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/marketRegionCountryCode> a rdf:Property ;
  rdfs:label "market region country code" ;
  schema:alternateName "marketRegionCountryCode" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/marketRegionCountryCode> ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: note2
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/note2> a rdf:Property ;
  rdfs:label "note2" ;
  schema:alternateName "note2" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/note2> ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/phone> a rdf:Property ;
  rdfs:label "phone" ;
  schema:alternateName "phone" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/phone> ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: po number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/poNumber> a rdf:Property ;
  rdfs:label "po number" ;
  schema:alternateName "poNumber" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/poNumber> ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: ready
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/ready> a rdf:Property ;
  rdfs:label "ready" ;
  schema:alternateName "ready" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/ready> ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: reserve inventory until
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/reserveInventoryUntil> a rdf:Property ;
  rdfs:label "reserve inventory until" ;
  schema:alternateName "reserveInventoryUntil" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/reserveInventoryUntil> ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:dateTime .

# Property: total quantity of line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/totalQuantityOfLineItems> a rdf:Property ;
  rdfs:label "total quantity of line items" ;
  schema:alternateName "totalQuantityOfLineItems" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalQuantityOfLineItems> ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:int .

# Property: total weight
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/totalWeight> a rdf:Property ;
  rdfs:label "total weight" ;
  schema:alternateName "totalWeight" ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: transformer fingerprint
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/transformerFingerprint> a rdf:Property ;
  rdfs:label "transformer fingerprint" ;
  schema:alternateName "transformerFingerprint" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/transformerFingerprint> ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: visible to customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/visibleToCustomer> a rdf:Property ;
  rdfs:label "visible to customer" ;
  schema:alternateName "visibleToCustomer" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/visibleToCustomer> ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: currency code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/currencyCode> a rdf:Property ;
  rdfs:label "currency code" ;
  schema:alternateName "currencyCode" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/currencyCode> ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: custom attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/customAttributes> a rdf:Property ;
  rdfs:label "custom attributes" ;
  schema:alternateName "customAttributes" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customAttributes> ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range shopify:Attribute .

# Property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/events> a rdf:Property ;
  rdfs:label "events" ;
  schema:alternateName "events" ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: line items subtotal price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/lineItemsSubtotalPrice> a rdf:Property ;
  rdfs:label "line items subtotal price" ;
  schema:alternateName "lineItemsSubtotalPrice" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/lineItemsSubtotalPrice> ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: localization extensions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/localizationExtensions> a rdf:Property ;
  rdfs:label "localization extensions" ;
  schema:alternateName "localizationExtensions" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/localizationExtensions> ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: localized fields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/localizedFields> a rdf:Property ;
  rdfs:label "localized fields" ;
  schema:alternateName "localizedFields" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/localizedFields> ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/metafield> a rdf:Property ;
  rdfs:label "metafield" ;
  schema:alternateName "metafield" ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/metafields> a rdf:Property ;
  rdfs:label "metafields" ;
  schema:alternateName "metafields" ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: platform discounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/platformDiscounts> a rdf:Property ;
  rdfs:label "platform discounts" ;
  schema:alternateName "platformDiscounts" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/platformDiscounts> ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range shopify:DraftOrderPlatformDiscount .

# Property: presentment currency code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/presentmentCurrencyCode> a rdf:Property ;
  rdfs:label "presentment currency code" ;
  schema:alternateName "presentmentCurrencyCode" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/presentmentCurrencyCode> ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: purchasing entity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/purchasingEntity> a rdf:Property ;
  rdfs:label "purchasing entity" ;
  schema:alternateName "purchasingEntity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/purchasingEntity> ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: total shipping price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/totalShippingPrice> a rdf:Property ;
  rdfs:label "total shipping price" ;
  schema:alternateName "totalShippingPrice" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/totalShippingPrice> ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range xsd:string .

# Property: warnings
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/warnings> a rdf:Property ;
  rdfs:label "warnings" ;
  schema:alternateName "warnings" ;
  rdfs:domain shopify:DraftOrderUpdatedEvent ;
  rdfs:range shopify:DraftOrderWarning .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderDeletedEvent/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Deleted draft order ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:DraftOrderDeletedEvent ;
  rdfs:range xsd:long .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CollectionCreatedEvent/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Collection ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:CollectionCreatedEvent ;
  rdfs:range xsd:long .

# Property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CollectionCreatedEvent/title> a rdf:Property ;
  rdfs:label "title" ;
  rdfs:comment "Collection title" ;
  schema:alternateName "title" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/title> ;
  rdfs:domain shopify:CollectionCreatedEvent ;
  rdfs:range xsd:string .

# Property: handle
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CollectionCreatedEvent/handle> a rdf:Property ;
  rdfs:label "handle" ;
  rdfs:comment "URL-friendly handle" ;
  schema:alternateName "handle" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/handle> ;
  rdfs:domain shopify:CollectionCreatedEvent ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CollectionUpdatedEvent/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Collection ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:CollectionUpdatedEvent ;
  rdfs:range xsd:long .

# Property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CollectionUpdatedEvent/title> a rdf:Property ;
  rdfs:label "title" ;
  rdfs:comment "Collection title" ;
  schema:alternateName "title" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/title> ;
  rdfs:domain shopify:CollectionUpdatedEvent ;
  rdfs:range xsd:string .

# Property: handle
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CollectionUpdatedEvent/handle> a rdf:Property ;
  rdfs:label "handle" ;
  rdfs:comment "URL-friendly handle" ;
  schema:alternateName "handle" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/handle> ;
  rdfs:domain shopify:CollectionUpdatedEvent ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CollectionDeletedEvent/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Deleted collection ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:CollectionDeletedEvent ;
  rdfs:range xsd:long .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemePublishedEvent/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Theme ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:ThemePublishedEvent ;
  rdfs:range xsd:long .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemePublishedEvent/name> a rdf:Property ;
  rdfs:label "name" ;
  rdfs:comment "Name of the theme" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain shopify:ThemePublishedEvent ;
  rdfs:range xsd:string .

# Property: role
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemePublishedEvent/role> a rdf:Property ;
  rdfs:label "role" ;
  rdfs:comment "Role of the theme: main, unpublished, demo" ;
  schema:alternateName "role" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/role> ;
  rdfs:domain shopify:ThemePublishedEvent ;
  rdfs:range xsd:string .

# Property: previewable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemePublishedEvent/previewable> a rdf:Property ;
  rdfs:label "previewable" ;
  rdfs:comment "Whether the theme can be previewed" ;
  schema:alternateName "previewable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/previewable> ;
  rdfs:domain shopify:ThemePublishedEvent ;
  rdfs:range xsd:boolean .

# Property: processing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemePublishedEvent/processing> a rdf:Property ;
  rdfs:label "processing" ;
  rdfs:comment "Whether the theme is currently being processed" ;
  schema:alternateName "processing" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/processing> ;
  rdfs:domain shopify:ThemePublishedEvent ;
  rdfs:range xsd:boolean .

# Property: src
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemePublishedEvent/src> a rdf:Property ;
  rdfs:label "src" ;
  rdfs:comment "URL of a ZIP file containing the theme (for creation)" ;
  schema:alternateName "src" ;
  rdfs:domain shopify:ThemePublishedEvent ;
  rdfs:range xsd:string .

# Property: theme store id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemePublishedEvent/themeStoreId> a rdf:Property ;
  rdfs:label "theme store id" ;
  rdfs:comment "ID of the theme in the Shopify Theme Store" ;
  schema:alternateName "theme_store_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/themeStoreId> ;
  rdfs:domain shopify:ThemePublishedEvent ;
  rdfs:range xsd:long .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemePublishedEvent/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the theme was created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:ThemePublishedEvent ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemePublishedEvent/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the theme was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:ThemePublishedEvent ;
  rdfs:range xsd:dateTime .

# Property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemePublishedEvent/adminGraphqlApiId> a rdf:Property ;
  rdfs:label "admin graphql api id" ;
  rdfs:comment "GraphQL Admin API ID" ;
  schema:alternateName "admin_graphql_api_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adminGraphqlApiId> ;
  rdfs:domain shopify:ThemePublishedEvent ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemeUpdatedEvent/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Theme ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:ThemeUpdatedEvent ;
  rdfs:range xsd:long .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemeUpdatedEvent/name> a rdf:Property ;
  rdfs:label "name" ;
  rdfs:comment "Name of the theme" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain shopify:ThemeUpdatedEvent ;
  rdfs:range xsd:string .

# Property: role
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemeUpdatedEvent/role> a rdf:Property ;
  rdfs:label "role" ;
  rdfs:comment "Role of the theme: main, unpublished, demo" ;
  schema:alternateName "role" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/role> ;
  rdfs:domain shopify:ThemeUpdatedEvent ;
  rdfs:range xsd:string .

# Property: previewable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemeUpdatedEvent/previewable> a rdf:Property ;
  rdfs:label "previewable" ;
  rdfs:comment "Whether the theme can be previewed" ;
  schema:alternateName "previewable" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/previewable> ;
  rdfs:domain shopify:ThemeUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: processing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemeUpdatedEvent/processing> a rdf:Property ;
  rdfs:label "processing" ;
  rdfs:comment "Whether the theme is currently being processed" ;
  schema:alternateName "processing" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/processing> ;
  rdfs:domain shopify:ThemeUpdatedEvent ;
  rdfs:range xsd:boolean .

# Property: src
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemeUpdatedEvent/src> a rdf:Property ;
  rdfs:label "src" ;
  rdfs:comment "URL of a ZIP file containing the theme (for creation)" ;
  schema:alternateName "src" ;
  rdfs:domain shopify:ThemeUpdatedEvent ;
  rdfs:range xsd:string .

# Property: theme store id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemeUpdatedEvent/themeStoreId> a rdf:Property ;
  rdfs:label "theme store id" ;
  rdfs:comment "ID of the theme in the Shopify Theme Store" ;
  schema:alternateName "theme_store_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/themeStoreId> ;
  rdfs:domain shopify:ThemeUpdatedEvent ;
  rdfs:range xsd:long .

# Property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemeUpdatedEvent/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  rdfs:comment "Date and time when the theme was created" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf schema:dateCreated ;
  rdfs:domain shopify:ThemeUpdatedEvent ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemeUpdatedEvent/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  rdfs:comment "Date and time when the theme was last updated" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf schema:dateModified ;
  rdfs:domain shopify:ThemeUpdatedEvent ;
  rdfs:range xsd:dateTime .

# Property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemeUpdatedEvent/adminGraphqlApiId> a rdf:Property ;
  rdfs:label "admin graphql api id" ;
  rdfs:comment "GraphQL Admin API ID" ;
  schema:alternateName "admin_graphql_api_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/adminGraphqlApiId> ;
  rdfs:domain shopify:ThemeUpdatedEvent ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemeDeletedEvent/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Deleted theme ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:ThemeDeletedEvent ;
  rdfs:range xsd:long .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.AppUninstalledEvent/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Shop ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:AppUninstalledEvent ;
  rdfs:range xsd:long .

# Property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.AppUninstalledEvent/name> a rdf:Property ;
  rdfs:label "name" ;
  rdfs:comment "Shop name" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/name> ;
  rdfs:domain shopify:AppUninstalledEvent ;
  rdfs:range xsd:string .

# Property: email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.AppUninstalledEvent/email> a rdf:Property ;
  rdfs:label "email" ;
  rdfs:comment "Shop email" ;
  schema:alternateName "email" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/email> ;
  rdfs:domain shopify:AppUninstalledEvent ;
  rdfs:range xsd:string .

# Property: domain
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.AppUninstalledEvent/domain> a rdf:Property ;
  rdfs:label "domain" ;
  rdfs:comment "Shop domain" ;
  schema:alternateName "domain" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/domain> ;
  rdfs:domain shopify:AppUninstalledEvent ;
  rdfs:range xsd:string .

# Property: myshopify domain
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.AppUninstalledEvent/myshopifyDomain> a rdf:Property ;
  rdfs:label "myshopify domain" ;
  rdfs:comment "myshopify.com domain" ;
  schema:alternateName "myshopify_domain" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/myshopifyDomain> ;
  rdfs:domain shopify:AppUninstalledEvent ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.AppScopesUpdateEvent/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Shop ID" ;
  schema:alternateName "id" ;
  rdfs:domain shopify:AppScopesUpdateEvent ;
  rdfs:range xsd:long .

# Property: shop id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDataRequestEvent/shopId> a rdf:Property ;
  rdfs:label "shop id" ;
  rdfs:comment "Shop ID" ;
  schema:alternateName "shop_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/shopId> ;
  rdfs:domain shopify:CustomerDataRequestEvent ;
  rdfs:range xsd:long .

# Property: shop domain
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDataRequestEvent/shopDomain> a rdf:Property ;
  rdfs:label "shop domain" ;
  rdfs:comment "Shop domain" ;
  schema:alternateName "shop_domain" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/shopDomain> ;
  rdfs:domain shopify:CustomerDataRequestEvent ;
  rdfs:range xsd:string .

# Property: orders requested
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDataRequestEvent/ordersRequested> a rdf:Property ;
  rdfs:label "orders requested" ;
  rdfs:comment "Order IDs requested for the customer" ;
  schema:alternateName "orders_requested" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/ordersRequested> ;
  rdfs:domain shopify:CustomerDataRequestEvent ;
  rdfs:range xsd:long .

# Property: customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDataRequestEvent/customer> a rdf:Property ;
  rdfs:label "customer" ;
  rdfs:comment "Customer information" ;
  schema:alternateName "customer" ;
  rdfs:domain shopify:CustomerDataRequestEvent ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/inline/Shopify.Events.CustomerDataRequestEvent/customer> .

# Property: data request
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDataRequestEvent/dataRequest> a rdf:Property ;
  rdfs:label "data request" ;
  rdfs:comment "Data request identifier" ;
  schema:alternateName "data_request" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/dataRequest> ;
  rdfs:domain shopify:CustomerDataRequestEvent ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/inline/Shopify.Events.CustomerDataRequestEvent/dataRequest> .

# Property: shop id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerRedactEvent/shopId> a rdf:Property ;
  rdfs:label "shop id" ;
  rdfs:comment "Shop ID" ;
  schema:alternateName "shop_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/shopId> ;
  rdfs:domain shopify:CustomerRedactEvent ;
  rdfs:range xsd:long .

# Property: shop domain
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerRedactEvent/shopDomain> a rdf:Property ;
  rdfs:label "shop domain" ;
  rdfs:comment "Shop domain" ;
  schema:alternateName "shop_domain" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/shopDomain> ;
  rdfs:domain shopify:CustomerRedactEvent ;
  rdfs:range xsd:string .

# Property: customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerRedactEvent/customer> a rdf:Property ;
  rdfs:label "customer" ;
  rdfs:comment "Customer to redact" ;
  schema:alternateName "customer" ;
  rdfs:domain shopify:CustomerRedactEvent ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/inline/Shopify.Events.CustomerRedactEvent/customer> .

# Property: orders to redact
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerRedactEvent/ordersToRedact> a rdf:Property ;
  rdfs:label "orders to redact" ;
  rdfs:comment "Order IDs to redact" ;
  schema:alternateName "orders_to_redact" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/ordersToRedact> ;
  rdfs:domain shopify:CustomerRedactEvent ;
  rdfs:range xsd:long .

# Property: shop id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ShopRedactEvent/shopId> a rdf:Property ;
  rdfs:label "shop id" ;
  rdfs:comment "Shop ID" ;
  schema:alternateName "shop_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/shopId> ;
  rdfs:domain shopify:ShopRedactEvent ;
  rdfs:range xsd:long .

# Property: shop domain
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ShopRedactEvent/shopDomain> a rdf:Property ;
  rdfs:label "shop domain" ;
  rdfs:comment "Shop domain" ;
  schema:alternateName "shop_domain" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/shopDomain> ;
  rdfs:domain shopify:ShopRedactEvent ;
  rdfs:range xsd:string .

# Property: to
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderInvoiceRequest.draftOrderInvoice/to> a rdf:Property ;
  rdfs:label "to" ;
  rdfs:comment "Email address to send the invoice to" ;
  schema:alternateName "to" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/to> ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/inline/Shopify.DraftOrderInvoiceRequest/draftOrderInvoice> ;
  rdfs:range xsd:string .

# Property: from
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderInvoiceRequest.draftOrderInvoice/from> a rdf:Property ;
  rdfs:label "from" ;
  rdfs:comment "Email sender address" ;
  schema:alternateName "from" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/from> ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/inline/Shopify.DraftOrderInvoiceRequest/draftOrderInvoice> ;
  rdfs:range xsd:string .

# Property: bcc
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderInvoiceRequest.draftOrderInvoice/bcc> a rdf:Property ;
  rdfs:label "bcc" ;
  rdfs:comment "Email BCC addresses" ;
  schema:alternateName "bcc" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/bcc> ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/inline/Shopify.DraftOrderInvoiceRequest/draftOrderInvoice> ;
  rdfs:range xsd:string .

# Property: subject
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderInvoiceRequest.draftOrderInvoice/subject> a rdf:Property ;
  rdfs:label "subject" ;
  rdfs:comment "Email subject" ;
  schema:alternateName "subject" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/subject> ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/inline/Shopify.DraftOrderInvoiceRequest/draftOrderInvoice> ;
  rdfs:range xsd:string .

# Property: custom message
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderInvoiceRequest.draftOrderInvoice/customMessage> a rdf:Property ;
  rdfs:label "custom message" ;
  rdfs:comment "Custom message in the email body" ;
  schema:alternateName "custom_message" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customMessage> ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/inline/Shopify.DraftOrderInvoiceRequest/draftOrderInvoice> ;
  rdfs:range xsd:string .

# Property: to
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderInvoiceResponse.draftOrderInvoice/to> a rdf:Property ;
  rdfs:label "to" ;
  rdfs:comment "Recipient email" ;
  schema:alternateName "to" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/to> ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/inline/Shopify.DraftOrderInvoiceResponse/draftOrderInvoice> ;
  rdfs:range xsd:string .

# Property: from
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderInvoiceResponse.draftOrderInvoice/from> a rdf:Property ;
  rdfs:label "from" ;
  rdfs:comment "Sender email" ;
  schema:alternateName "from" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/from> ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/inline/Shopify.DraftOrderInvoiceResponse/draftOrderInvoice> ;
  rdfs:range xsd:string .

# Property: bcc
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderInvoiceResponse.draftOrderInvoice/bcc> a rdf:Property ;
  rdfs:label "bcc" ;
  rdfs:comment "BCC email addresses" ;
  schema:alternateName "bcc" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/bcc> ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/inline/Shopify.DraftOrderInvoiceResponse/draftOrderInvoice> ;
  rdfs:range xsd:string .

# Property: subject
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderInvoiceResponse.draftOrderInvoice/subject> a rdf:Property ;
  rdfs:label "subject" ;
  rdfs:comment "Email subject" ;
  schema:alternateName "subject" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/subject> ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/inline/Shopify.DraftOrderInvoiceResponse/draftOrderInvoice> ;
  rdfs:range xsd:string .

# Property: custom message
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderInvoiceResponse.draftOrderInvoice/customMessage> a rdf:Property ;
  rdfs:label "custom message" ;
  rdfs:comment "Custom message" ;
  schema:alternateName "custom_message" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/customMessage> ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/inline/Shopify.DraftOrderInvoiceResponse/draftOrderInvoice> ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDataRequestEvent.customer/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Customer ID" ;
  schema:alternateName "id" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/inline/Shopify.Events.CustomerDataRequestEvent/customer> ;
  rdfs:range xsd:long .

# Property: email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDataRequestEvent.customer/email> a rdf:Property ;
  rdfs:label "email" ;
  rdfs:comment "Customer email" ;
  schema:alternateName "email" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/email> ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/inline/Shopify.Events.CustomerDataRequestEvent/customer> ;
  rdfs:range xsd:string .

# Property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDataRequestEvent.customer/phone> a rdf:Property ;
  rdfs:label "phone" ;
  rdfs:comment "Customer phone" ;
  schema:alternateName "phone" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/phone> ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/inline/Shopify.Events.CustomerDataRequestEvent/customer> ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDataRequestEvent.dataRequest/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Request ID" ;
  schema:alternateName "id" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/inline/Shopify.Events.CustomerDataRequestEvent/dataRequest> ;
  rdfs:range xsd:long .

# Property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerRedactEvent.customer/id> a rdf:Property ;
  rdfs:label "id" ;
  rdfs:comment "Customer ID" ;
  schema:alternateName "id" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/inline/Shopify.Events.CustomerRedactEvent/customer> ;
  rdfs:range xsd:long .

# Property: email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerRedactEvent.customer/email> a rdf:Property ;
  rdfs:label "email" ;
  rdfs:comment "Customer email" ;
  schema:alternateName "email" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/email> ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/inline/Shopify.Events.CustomerRedactEvent/customer> ;
  rdfs:range xsd:string .

# Property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerRedactEvent.customer/phone> a rdf:Property ;
  rdfs:label "phone" ;
  rdfs:comment "Customer phone" ;
  schema:alternateName "phone" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/shopify/property/phone> ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/inline/Shopify.Events.CustomerRedactEvent/customer> ;
  rdfs:range xsd:string .

# Generated Record properties for Shopify.AbandonedCheckout.billingAddress
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/billingAddress/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/billingAddress/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/billingAddress/Entry> .
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/billingAddress/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/billingAddress/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/billingAddress/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/billingAddress/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Shopify.AbandonedCheckout.customer
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/customer/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/customer/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/customer/Entry> .
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/customer/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/customer/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/customer/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/customer/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Shopify.AbandonedCheckout.discountCodes
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/discountCodes/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/discountCodes/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/discountCodes/Entry> .
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/discountCodes/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/discountCodes/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/discountCodes/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/discountCodes/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Shopify.AbandonedCheckout.lineItems
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/lineItems/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/lineItems/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/lineItems/Entry> .
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/lineItems/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/lineItems/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/lineItems/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/lineItems/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Shopify.AbandonedCheckout.shippingAddress
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/shippingAddress/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/shippingAddress/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/shippingAddress/Entry> .
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/shippingAddress/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/shippingAddress/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/shippingAddress/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/shippingAddress/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Shopify.CarrierShippingRateProvider.serviceFilter
<https://relay.inferal.com/ontology/shopify/record/Shopify.CarrierShippingRateProvider/serviceFilter/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.CarrierShippingRateProvider/serviceFilter/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.CarrierShippingRateProvider/serviceFilter/Entry> .
<https://relay.inferal.com/ontology/shopify/record/Shopify.CarrierShippingRateProvider/serviceFilter/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.CarrierShippingRateProvider/serviceFilter/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/shopify/record/Shopify.CarrierShippingRateProvider/serviceFilter/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.CarrierShippingRateProvider/serviceFilter/Entry> ;
  rdfs:range xsd:string .

# Generated Record properties for Shopify.Checkout.billingAddress
<https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/billingAddress/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/billingAddress/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/billingAddress/Entry> .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/billingAddress/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/billingAddress/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/billingAddress/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/billingAddress/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Shopify.Checkout.lineItems
<https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/lineItems/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/lineItems/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/lineItems/Entry> .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/lineItems/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/lineItems/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/lineItems/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/lineItems/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Shopify.Checkout.shippingAddress
<https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/shippingAddress/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/shippingAddress/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/shippingAddress/Entry> .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/shippingAddress/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/shippingAddress/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/shippingAddress/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/shippingAddress/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Shopify.Checkout.shippingLine
<https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/shippingLine/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/shippingLine/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/shippingLine/Entry> .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/shippingLine/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/shippingLine/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/shippingLine/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/shippingLine/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Shopify.CollectionListing.defaultProductImage
<https://relay.inferal.com/ontology/shopify/record/Shopify.CollectionListing/defaultProductImage/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.CollectionListing/defaultProductImage/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.CollectionListing/defaultProductImage/Entry> .
<https://relay.inferal.com/ontology/shopify/record/Shopify.CollectionListing/defaultProductImage/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.CollectionListing/defaultProductImage/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/shopify/record/Shopify.CollectionListing/defaultProductImage/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.CollectionListing/defaultProductImage/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Shopify.CollectionListing.image
<https://relay.inferal.com/ontology/shopify/record/Shopify.CollectionListing/image/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.CollectionListing/image/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.CollectionListing/image/Entry> .
<https://relay.inferal.com/ontology/shopify/record/Shopify.CollectionListing/image/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.CollectionListing/image/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/shopify/record/Shopify.CollectionListing/image/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.CollectionListing/image/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Shopify.DraftOrder.paymentTerms
<https://relay.inferal.com/ontology/shopify/record/Shopify.DraftOrder/paymentTerms/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.DraftOrder/paymentTerms/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.DraftOrder/paymentTerms/Entry> .
<https://relay.inferal.com/ontology/shopify/record/Shopify.DraftOrder/paymentTerms/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.DraftOrder/paymentTerms/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/shopify/record/Shopify.DraftOrder/paymentTerms/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.DraftOrder/paymentTerms/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Shopify.Events.DraftOrderCreatedEvent.paymentTerms
<https://relay.inferal.com/ontology/shopify/record/Shopify.Events.DraftOrderCreatedEvent/paymentTerms/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.Events.DraftOrderCreatedEvent/paymentTerms/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.Events.DraftOrderCreatedEvent/paymentTerms/Entry> .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Events.DraftOrderCreatedEvent/paymentTerms/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.Events.DraftOrderCreatedEvent/paymentTerms/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Events.DraftOrderCreatedEvent/paymentTerms/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.Events.DraftOrderCreatedEvent/paymentTerms/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Shopify.Events.DraftOrderUpdatedEvent.paymentTerms
<https://relay.inferal.com/ontology/shopify/record/Shopify.Events.DraftOrderUpdatedEvent/paymentTerms/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.Events.DraftOrderUpdatedEvent/paymentTerms/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.Events.DraftOrderUpdatedEvent/paymentTerms/Entry> .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Events.DraftOrderUpdatedEvent/paymentTerms/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.Events.DraftOrderUpdatedEvent/paymentTerms/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Events.DraftOrderUpdatedEvent/paymentTerms/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.Events.DraftOrderUpdatedEvent/paymentTerms/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Shopify.Events.FulfillmentCreatedEvent.receipt
<https://relay.inferal.com/ontology/shopify/record/Shopify.Events.FulfillmentCreatedEvent/receipt/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.Events.FulfillmentCreatedEvent/receipt/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.Events.FulfillmentCreatedEvent/receipt/Entry> .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Events.FulfillmentCreatedEvent/receipt/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.Events.FulfillmentCreatedEvent/receipt/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Events.FulfillmentCreatedEvent/receipt/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.Events.FulfillmentCreatedEvent/receipt/Entry> ;
  rdfs:range xsd:string .

# Generated Record properties for Shopify.Events.FulfillmentUpdatedEvent.receipt
<https://relay.inferal.com/ontology/shopify/record/Shopify.Events.FulfillmentUpdatedEvent/receipt/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.Events.FulfillmentUpdatedEvent/receipt/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.Events.FulfillmentUpdatedEvent/receipt/Entry> .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Events.FulfillmentUpdatedEvent/receipt/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.Events.FulfillmentUpdatedEvent/receipt/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Events.FulfillmentUpdatedEvent/receipt/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.Events.FulfillmentUpdatedEvent/receipt/Entry> ;
  rdfs:range xsd:string .

# Generated Record properties for Shopify.Fulfillment.receipt
<https://relay.inferal.com/ontology/shopify/record/Shopify.Fulfillment/receipt/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.Fulfillment/receipt/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.Fulfillment/receipt/Entry> .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Fulfillment/receipt/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.Fulfillment/receipt/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Fulfillment/receipt/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.Fulfillment/receipt/Entry> ;
  rdfs:range xsd:string .

# Generated Record properties for Shopify.FulfillmentOrder.fulfillmentHolds
<https://relay.inferal.com/ontology/shopify/record/Shopify.FulfillmentOrder/fulfillmentHolds/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.FulfillmentOrder/fulfillmentHolds/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.FulfillmentOrder/fulfillmentHolds/Entry> .
<https://relay.inferal.com/ontology/shopify/record/Shopify.FulfillmentOrder/fulfillmentHolds/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.FulfillmentOrder/fulfillmentHolds/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/shopify/record/Shopify.FulfillmentOrder/fulfillmentHolds/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.FulfillmentOrder/fulfillmentHolds/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Shopify.FulfillmentOrder.internationalDuties
<https://relay.inferal.com/ontology/shopify/record/Shopify.FulfillmentOrder/internationalDuties/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.FulfillmentOrder/internationalDuties/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.FulfillmentOrder/internationalDuties/Entry> .
<https://relay.inferal.com/ontology/shopify/record/Shopify.FulfillmentOrder/internationalDuties/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.FulfillmentOrder/internationalDuties/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/shopify/record/Shopify.FulfillmentOrder/internationalDuties/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.FulfillmentOrder/internationalDuties/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Shopify.GenericCollectionResponse.collection
<https://relay.inferal.com/ontology/shopify/record/Shopify.GenericCollectionResponse/collection/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.GenericCollectionResponse/collection/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.GenericCollectionResponse/collection/Entry> .
<https://relay.inferal.com/ontology/shopify/record/Shopify.GenericCollectionResponse/collection/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.GenericCollectionResponse/collection/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/shopify/record/Shopify.GenericCollectionResponse/collection/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.GenericCollectionResponse/collection/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Shopify.Market.regions
<https://relay.inferal.com/ontology/shopify/record/Shopify.Market/regions/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.Market/regions/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.Market/regions/Entry> .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Market/regions/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.Market/regions/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Market/regions/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.Market/regions/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Shopify.MarketingEvent.marketedResources
<https://relay.inferal.com/ontology/shopify/record/Shopify.MarketingEvent/marketedResources/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.MarketingEvent/marketedResources/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.MarketingEvent/marketedResources/Entry> .
<https://relay.inferal.com/ontology/shopify/record/Shopify.MarketingEvent/marketedResources/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.MarketingEvent/marketedResources/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/shopify/record/Shopify.MarketingEvent/marketedResources/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.MarketingEvent/marketedResources/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Shopify.Metafield.jsonValue
<https://relay.inferal.com/ontology/shopify/record/Shopify.Metafield/jsonValue/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.Metafield/jsonValue/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.Metafield/jsonValue/Entry> .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Metafield/jsonValue/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.Metafield/jsonValue/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Metafield/jsonValue/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.Metafield/jsonValue/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Shopify.MetafieldDefinition.type
<https://relay.inferal.com/ontology/shopify/record/Shopify.MetafieldDefinition/type/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.MetafieldDefinition/type/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.MetafieldDefinition/type/Entry> .
<https://relay.inferal.com/ontology/shopify/record/Shopify.MetafieldDefinition/type/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.MetafieldDefinition/type/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/shopify/record/Shopify.MetafieldDefinition/type/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.MetafieldDefinition/type/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Shopify.OrderTransaction.receiptJson
<https://relay.inferal.com/ontology/shopify/record/Shopify.OrderTransaction/receiptJson/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.OrderTransaction/receiptJson/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.OrderTransaction/receiptJson/Entry> .
<https://relay.inferal.com/ontology/shopify/record/Shopify.OrderTransaction/receiptJson/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.OrderTransaction/receiptJson/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/shopify/record/Shopify.OrderTransaction/receiptJson/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.OrderTransaction/receiptJson/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Shopify.PaymentResponse.payment
<https://relay.inferal.com/ontology/shopify/record/Shopify.PaymentResponse/payment/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.PaymentResponse/payment/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.PaymentResponse/payment/Entry> .
<https://relay.inferal.com/ontology/shopify/record/Shopify.PaymentResponse/payment/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.PaymentResponse/payment/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/shopify/record/Shopify.PaymentResponse/payment/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.PaymentResponse/payment/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Shopify.PaymentsResponse.payments
<https://relay.inferal.com/ontology/shopify/record/Shopify.PaymentsResponse/payments/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.PaymentsResponse/payments/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.PaymentsResponse/payments/Entry> .
<https://relay.inferal.com/ontology/shopify/record/Shopify.PaymentsResponse/payments/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.PaymentsResponse/payments/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/shopify/record/Shopify.PaymentsResponse/payments/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.PaymentsResponse/payments/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Shopify.ProductListing.images
<https://relay.inferal.com/ontology/shopify/record/Shopify.ProductListing/images/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.ProductListing/images/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.ProductListing/images/Entry> .
<https://relay.inferal.com/ontology/shopify/record/Shopify.ProductListing/images/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.ProductListing/images/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/shopify/record/Shopify.ProductListing/images/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.ProductListing/images/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Shopify.ProductListing.variants
<https://relay.inferal.com/ontology/shopify/record/Shopify.ProductListing/variants/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.ProductListing/variants/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.ProductListing/variants/Entry> .
<https://relay.inferal.com/ontology/shopify/record/Shopify.ProductListing/variants/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.ProductListing/variants/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/shopify/record/Shopify.ProductListing/variants/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.ProductListing/variants/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Shopify.ProductVariant.presentmentPrices
<https://relay.inferal.com/ontology/shopify/record/Shopify.ProductVariant/presentmentPrices/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.ProductVariant/presentmentPrices/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.ProductVariant/presentmentPrices/Entry> .
<https://relay.inferal.com/ontology/shopify/record/Shopify.ProductVariant/presentmentPrices/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.ProductVariant/presentmentPrices/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/shopify/record/Shopify.ProductVariant/presentmentPrices/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.ProductVariant/presentmentPrices/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Shopify.ShippingRatesResponse.shippingRates
<https://relay.inferal.com/ontology/shopify/record/Shopify.ShippingRatesResponse/shippingRates/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.ShippingRatesResponse/shippingRates/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.ShippingRatesResponse/shippingRates/Entry> .
<https://relay.inferal.com/ontology/shopify/record/Shopify.ShippingRatesResponse/shippingRates/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.ShippingRatesResponse/shippingRates/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/shopify/record/Shopify.ShippingRatesResponse/shippingRates/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.ShippingRatesResponse/shippingRates/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Shopify.ShopifyError.errors
<https://relay.inferal.com/ontology/shopify/record/Shopify.ShopifyError/errors/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.ShopifyError/errors/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.ShopifyError/errors/Entry> .
<https://relay.inferal.com/ontology/shopify/record/Shopify.ShopifyError/errors/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.ShopifyError/errors/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/shopify/record/Shopify.ShopifyError/errors/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.ShopifyError/errors/Entry> ;
  rdfs:range xsd:string .

# Generated Record properties for Shopify.TenderTransaction.paymentDetails
<https://relay.inferal.com/ontology/shopify/record/Shopify.TenderTransaction/paymentDetails/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.TenderTransaction/paymentDetails/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/shopify/record/Shopify.TenderTransaction/paymentDetails/Entry> .
<https://relay.inferal.com/ontology/shopify/record/Shopify.TenderTransaction/paymentDetails/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.TenderTransaction/paymentDetails/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/shopify/record/Shopify.TenderTransaction/paymentDetails/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/shopify/record/Shopify.TenderTransaction/paymentDetails/Entry> ;
  rdfs:range rdf:JSON .
