# OWL Addendum generated by @inferal-relay/rdf-emitter
# This file imports the base RDFS ontology and adds OWL-specific axioms.

@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 owl: <http://www.w3.org/2002/07/owl#> .

# OWL Ontology metadata
<https://relay.inferal.com/ontology/shopify/> a owl:Ontology .
<https://relay.inferal.com/ontology/shopify/owl> a owl:Ontology ;
  owl:imports <https://relay.inferal.com/ontology/shopify/> ;
  owl:versionInfo "2025.04" ;
  owl:versionIRI <https://relay.inferal.com/ontology/shopify/2025.04/owl> ;
  owl:priorVersion <https://relay.inferal.com/ontology/shopify/2025.01/owl> .

# OWL axioms for class: Metafield
shopify:Metafield
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/metafieldIdentifier> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/namespace> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/key> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/value> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/type> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/description> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/ownerId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/ownerResource> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/updatedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/adminGraphqlApiId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/compareDigest> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/jsonValue> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/legacyResourceId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/graphqlId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/definition> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/owner> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/ownerType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/reference> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/references> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Image
shopify:Image
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Image/src> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Image/alt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Image/width> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Image/height> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Image/createdAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Image/altText> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Image/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Image/originalSrc> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Image/transformedSrc> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Image/url> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Image/metafield> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Image/metafields> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Address
shopify:Address
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Address/firstName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Address/lastName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Address/company> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Address/address1> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Address/address2> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Address/city> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Address/province> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Address/country> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Address/zip> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Address/phone> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Address/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Address/provinceCode> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Address/countryCode> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Address/countryName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Address/latitude> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Address/longitude> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Address/coordinatesValidated> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Address/countryCodeV2> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Address/formattedArea> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Address/timeZone> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Address/validationResultSummary> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Price Set
shopify:PriceSet
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceSet/shopMoney> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceSet/presentmentMoney> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Money
shopify:Money
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Money/amount> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Money/currencyCode> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: User Error
shopify:UserError
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.UserError/message> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Shopify Error
shopify:Error
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyError/errors> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Attribute
shopify:Attribute
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Attribute/key> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Attribute/value> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Translation
shopify:Translation
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Translation/key> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Translation/locale> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Translation/market> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Translation/outdated> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Translation/updatedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Translation/value> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Typed Attribute
shopify:TypedAttribute
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.TypedAttribute/key> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.TypedAttribute/value> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Product
shopify:Product
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/title> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/bodyHtml> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/vendor> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/productType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/handle> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/status> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/tags> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/templateSuffix> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/publishedScope> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/publishedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/updatedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/adminGraphqlApiId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/image> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/description> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/descriptionPlainSummary> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/customProductType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/defaultCursor> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/giftCardTemplateSuffix> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/hasOnlyDefaultVariant> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/hasOutOfStockVariants> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/hasVariantsThatRequiresComponents> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/isGiftCard> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/requiresSellingPlan> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/tracksInventory> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/totalInventory> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/totalVariants> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/legacyResourceId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/onlineStorePreviewUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/onlineStoreUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/storefrontId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/availablePublicationsCount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/graphqlBodyHtml> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/bundleComponents> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/category> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/collections> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/combinedListing> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/combinedListingRole> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/compareAtPriceRange> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/contextualPricing> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/events> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/featuredImage> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/featuredMedia> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/feedback> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/inCollection> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/media> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/mediaCount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/metafield> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/metafieldDefinitions> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/priceRange> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/priceRangeV2> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/productCategory> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/productPublications> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/publicationCount> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/publications> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/publishedInContext> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/publishedOnChannel> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/publishedOnCurrentChannel> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/publishedOnCurrentPublication> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/publishedOnPublication> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/resourcePublicationOnCurrentPublication> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/resourcePublications> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/resourcePublicationsCount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/resourcePublicationsV2> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/restrictedForResource> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/sellingPlanGroupCount> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/sellingPlanGroups> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/sellingPlanGroupsCount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/seo> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/standardizedProductType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/unpublishedChannels> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/unpublishedPublications> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Product/variantsCount> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Product Variant
shopify:ProductVariant
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/product> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/title> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/price> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/compareAtPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/sku> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/position> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/inventoryPolicy> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/fulfillmentService> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/inventoryManagement> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/option1> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/option2> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/option3> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/taxable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/barcode> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/grams> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/weight> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/weightUnit> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/inventoryItem> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/inventoryQuantity> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/oldInventoryQuantity> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/requiresShipping> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/taxCode> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/image> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/updatedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/adminGraphqlApiId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/availableForSale> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/defaultCursor> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/displayName> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/legacyResourceId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/requiresComponents> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/sellableOnlineQuantity> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/sellingPlanGroupCount> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/storefrontId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/contextualPricing> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/deliveryProfile> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/events> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/media> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/metafield> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/metafieldDefinitions> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/metafields> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/productVariantComponents> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/sellingPlanGroups> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/sellingPlanGroupsCount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/unitPriceMeasurement> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Selected Option
shopify:SelectedOption
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.SelectedOption/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.SelectedOption/optionValue> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.SelectedOption/value> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Product Option Value
shopify:ProductOptionValue
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductOptionValue/hasVariants> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductOptionValue/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductOptionValue/linkedMetafieldValue> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductOptionValue/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductOptionValue/swatch> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Product Option
shopify:ProductOption
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductOption/optionIdentifier> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductOption/product> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductOption/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductOption/position> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductOption/linkedMetafield> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductOption/graphqlId> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Product Image
shopify:ProductImage
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductImage/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductImage/product> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductImage/position> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductImage/alt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductImage/width> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductImage/height> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductImage/src> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductImage/attachment> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductImage/filename> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductImage/createdAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductImage/updatedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductImage/adminGraphqlApiId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Inventory Item
shopify:InventoryItem
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/sku> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/cost> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/countryCodeOfOrigin> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/provinceCodeOfOrigin> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/harmonizedSystemCode> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/tracked> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/requiresShipping> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/updatedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/adminGraphqlApiId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/duplicateSkuCount> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/inventoryHistoryUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/legacyResourceId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/inventoryLevel> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/inventoryLevels> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/locationsCount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/measurement> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/trackedEditable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/unitCost> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/variant> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Country Harmonized System Code
shopify:CountryHarmonizedSystemCode
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CountryHarmonizedSystemCode/harmonizedSystemCode> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CountryHarmonizedSystemCode/countryCode> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Product Category
shopify:ProductCategory
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductCategory/productTaxonomyNode> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Taxonomy Category
shopify:TaxonomyCategory
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.TaxonomyCategory/attributes> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.TaxonomyCategory/fullName> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.TaxonomyCategory/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.TaxonomyCategory/isArchived> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.TaxonomyCategory/isLeaf> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.TaxonomyCategory/isRoot> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.TaxonomyCategory/level> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.TaxonomyCategory/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.TaxonomyCategory/parentId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Tax Line
shopify:TaxLine
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.TaxLine/price> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.TaxLine/rate> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.TaxLine/title> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.TaxLine/priceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.TaxLine/channelLiable> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.TaxLine/ratePercentage> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.TaxLine/source> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Discount Code
shopify:DiscountCode
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountCode/code> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountCode/amount> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountCode/type> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Shipping Line
shopify:ShippingLine
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/title> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/price> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/code> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/source> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/discountedPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/carrierIdentifier> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/priceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/discountedPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/custom> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/deliveryCategory> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/isRemoved> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/phone> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/shippingRateHandle> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/currentDiscountedPriceSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/originalPrice> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/originalPriceSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/requestedFulfillmentService> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Discount Allocation
shopify:DiscountAllocation
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountAllocation/amount> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountAllocation/discountApplicationIndex> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountAllocation/allocatedAmount> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountAllocation/allocatedAmountSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountAllocation/discountApplication> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Note Attribute
shopify:NoteAttribute
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.NoteAttribute/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.NoteAttribute/value> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Discount Application
shopify:DiscountApplication
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountApplication/type> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountApplication/value> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountApplication/valueType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountApplication/allocationMethod> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountApplication/targetSelection> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountApplication/targetType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountApplication/title> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountApplication/description> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountApplication/code> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountApplication/index> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Client Details
shopify:ClientDetails
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ClientDetails/browserIp> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ClientDetails/acceptLanguage> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ClientDetails/userAgent> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ClientDetails/sessionHash> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ClientDetails/browserWidth> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ClientDetails/browserHeight> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Order Line Item
shopify:OrderLineItem
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/variant> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/title> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/quantity> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/price> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/sku> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/vendor> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/fulfillmentService> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/product> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/requiresShipping> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/taxable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/giftCard> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/variantTitle> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/fulfillableQuantity> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/fulfillmentStatus> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/totalDiscount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/grams> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/currentQuantity> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/priceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/totalDiscountSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/graphqlId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/canRestock> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/contract> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/discountedTotal> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/discountedTotalSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/discountedUnitPrice> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/discountedUnitPriceAfterAllDiscountsSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/discountedUnitPriceSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/image> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/isGiftCard> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/lineItemGroup> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/merchantEditable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/nonFulfillableQuantity> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/originalTotal> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/originalTotalSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/originalUnitPrice> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/originalUnitPriceSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/refundableQuantity> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/restockable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/sellingPlan> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/staffMember> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/unfulfilledDiscountedTotal> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/unfulfilledDiscountedTotalSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/unfulfilledOriginalTotal> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/unfulfilledOriginalTotalSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/unfulfilledQuantity> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Duty
shopify:Duty
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Duty/countryCodeOfOrigin> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Duty/harmonizedSystemCode> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Duty/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Duty/price> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Order
shopify:Order
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/orderNumber> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/email> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/financialStatus> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/fulfillmentStatus> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/subtotalPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalTax> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalDiscounts> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalLineItemsPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/billingAddress> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/shippingAddress> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/customer> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/note> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/tags> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/cancelReason> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/cancelledAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/closedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/processedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/updatedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/adminGraphqlApiId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/sourceName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/gateway> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/test> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/confirmed> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/buyerAcceptsMarketing> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalWeight> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/token> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/appId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/browserIp> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/landingSite> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/referringSite> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/phone> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/subtotalPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalDiscountsSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalLineItemsPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalTaxSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalShippingPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currentTotalPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currentSubtotalPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currentTotalTax> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currentTotalDiscounts> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currentTotalPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currentSubtotalPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currentTotalTaxSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currentTotalDiscountsSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/presentmentCurrency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/processingMethod> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/clientDetails> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/taxesIncluded> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/orderStatusUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalTipReceived> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/number> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/confirmationNumber> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/billingAddressMatchesShippingAddress> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/canMarkAsPaid> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/canNotifyCustomer> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/capturable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/clientIp> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/closed> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currentSubtotalLineItemsQuantity> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currentTotalWeight> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/customerAcceptsMarketing> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/customerLocale> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/discountCode> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/dutiesIncluded> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/edited> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/estimatedTaxes> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/fulfillable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/fullyPaid> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/hasTimelineComment> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/landingPageDisplayText> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/landingPageUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/legacyResourceId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/merchantEditable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/merchantEditableErrors> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/poNumber> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/referralCode> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/referrerDisplayText> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/referrerUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/refundable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/registeredSourceUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/requiresShipping> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/restockable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/sourceIdentifier> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/statusPageUrl> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/subtotalLineItemsQuantity> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/taxExempt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/unpaid> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/agreements> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/app> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/cancellation> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/cartDiscountAmount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/cartDiscountAmountSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/channel> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/channelInformation> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currencyCode> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currentCartDiscountAmountSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currentShippingPriceSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currentTotalAdditionalFeesSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currentTotalDutiesSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/customerJourney> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/customerJourneySummary> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/displayAddress> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/displayFinancialStatus> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/displayFulfillmentStatus> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/events> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/exchangeV2s> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/fulfillmentOrders> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/fulfillmentsCount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/localizationExtensions> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/localizedFields> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/merchantBusinessEntity> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/merchantOfRecordApp> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/metafield> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/metafieldDefinitions> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/netPayment> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/netPaymentSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/nonFulfillableLineItems> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/originalTotalAdditionalFeesSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/originalTotalDutiesSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/originalTotalPriceSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/paymentCollectionDetails> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/paymentTerms> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/physicalLocation> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/presentmentCurrencyCode> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/publication> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/purchasingEntity> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/refundDiscrepancySet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/retailLocation> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/returnStatus> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/returns> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/risk> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/riskLevel> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/shippingLine> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/shopifyProtect> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/staffMember> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/suggestedRefund> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalCapturable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalCapturableSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalCashRoundingAdjustment> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalOutstandingSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalReceived> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalReceivedSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalRefunded> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalRefundedSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalRefundedShippingSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalShippingPrice> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalTipReceivedSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Order/transactionsCount> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Customer
shopify:Customer
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/email> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/firstName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/lastName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/phone> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/defaultAddress> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/ordersCount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/totalSpent> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/state> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/verifiedEmail> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/emailMarketingConsent> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/smsMarketingConsent> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/tags> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/note> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/taxExempt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/currency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/acceptsMarketing> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/acceptsMarketingUpdatedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/marketingOptInLevel> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/multipassIdentifier> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/lastOrder> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/lastOrderName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/updatedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/adminGraphqlApiId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/canDelete> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/dataSaleOptOut> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/displayName> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/hasTimelineComment> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/legacyResourceId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/lifetimeDuration> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/locale> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/numberOfOrders> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/unsubscribeUrl> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/validEmailAddress> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/addressesV2> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/amountSpent> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/defaultEmailAddress> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/defaultPhoneNumber> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/events> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/image> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/market> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/mergeable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/metafield> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/metafieldDefinitions> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/orders> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/paymentMethods> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/productSubscriberStatus> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/statistics> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/storeCreditAccounts> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/subscriptionContracts> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Customer Address
shopify:CustomerAddress
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/customer> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/firstName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/lastName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/company> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/address1> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/address2> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/city> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/province> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/country> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/zip> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/phone> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/provinceCode> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/countryCode> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/countryName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/default> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/coordinatesValidated> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/countryCodeV2> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/formattedArea> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/latitude> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/longitude> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/timeZone> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/validationResultSummary> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Email Marketing Consent
shopify:EmailMarketingConsent
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.EmailMarketingConsent/state> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.EmailMarketingConsent/optInLevel> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.EmailMarketingConsent/consentUpdatedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.EmailMarketingConsent/marketingOptInLevel> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.EmailMarketingConsent/marketingState> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.EmailMarketingConsent/sourceLocation> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Sms Marketing Consent
shopify:SmsMarketingConsent
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.SmsMarketingConsent/state> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.SmsMarketingConsent/optInLevel> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.SmsMarketingConsent/consentUpdatedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.SmsMarketingConsent/consentCollectedFrom> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.SmsMarketingConsent/marketingOptInLevel> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.SmsMarketingConsent/marketingState> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.SmsMarketingConsent/sourceLocation> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Company Contact
shopify:CompanyContact
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CompanyContact/company> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CompanyContact/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CompanyContact/customer> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CompanyContact/draftOrders> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CompanyContact/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CompanyContact/isMainContact> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CompanyContact/lifetimeDuration> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CompanyContact/locale> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CompanyContact/orders> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CompanyContact/roleAssignments> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CompanyContact/title> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CompanyContact/updatedAt> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Fulfillment
shopify:Fulfillment
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/order> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/status> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/trackingCompany> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/trackingNumber> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/trackingUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/shipmentStatus> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/location> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/notifyCustomer> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/service> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/receipt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/updatedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/originAddress> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/adminGraphqlApiId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/deliveredAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/estimatedDeliveryAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/inTransitAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/legacyResourceId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/requiresShipping> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/totalQuantity> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/displayStatus> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/events> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/fulfillmentLineItems> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/fulfillmentOrders> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Fulfillment Tracking Info
shopify:FulfillmentTrackingInfo
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentTrackingInfo/company> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentTrackingInfo/number> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentTrackingInfo/url> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Refund
shopify:Refund
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/orderId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/createdAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/note> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/restock> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/userId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/legacyResourceId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/updatedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/order> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/refundShippingLines> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/return> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/staffMember> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/totalRefunded> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/totalRefundedSet> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Refund Line Item
shopify:RefundLineItem
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.RefundLineItem/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.RefundLineItem/lineItemId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.RefundLineItem/lineItem> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.RefundLineItem/quantity> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.RefundLineItem/restockType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.RefundLineItem/subtotal> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.RefundLineItem/totalTax> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.RefundLineItem/locationId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.RefundLineItem/restocked> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.RefundLineItem/location> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.RefundLineItem/price> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.RefundLineItem/priceSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.RefundLineItem/subtotalSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.RefundLineItem/totalTaxSet> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Order Transaction
shopify:OrderTransaction
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/orderId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/kind> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/gateway> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/status> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/message> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/amount> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/currency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/test> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/authorization> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/parentId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/errorCode> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/accountNumber> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/authorizationCode> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/authorizationExpiresAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/formattedGateway> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/manualPaymentGateway> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/manuallyCapturable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/multiCapturable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/paymentId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/processedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/receiptJson> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/amountRoundingSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/amountSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/amountV2> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/maximumRefundable> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/maximumRefundableV2> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/order> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/parentTransaction> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/paymentDetails> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/paymentIcon> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/paymentMethod> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/settlementCurrency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/settlementCurrencyRate> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/shopifyPaymentsSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/totalUnsettled> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/totalUnsettledSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/totalUnsettledV2> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/user> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Transaction Fee
shopify:TransactionFee
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.TransactionFee/amount> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.TransactionFee/flatFee> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.TransactionFee/flatFeeName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.TransactionFee/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.TransactionFee/rate> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.TransactionFee/rateName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.TransactionFee/taxAmount> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.TransactionFee/type> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Order Adjustment
shopify:OrderAdjustment
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderAdjustment/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderAdjustment/orderId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderAdjustment/refundId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderAdjustment/amount> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderAdjustment/taxAmount> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderAdjustment/kind> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderAdjustment/reason> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderAdjustment/amountSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderAdjustment/taxAmountSet> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Refund Duty
shopify:RefundDuty
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.RefundDuty/amountSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.RefundDuty/originalDuty> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Additional Fee
shopify:AdditionalFee
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.AdditionalFee/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.AdditionalFee/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.AdditionalFee/price> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Resource Alert
shopify:ResourceAlert
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ResourceAlert/content> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ResourceAlert/dismissibleHandle> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ResourceAlert/icon> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ResourceAlert/severity> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ResourceAlert/title> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Order Dispute Summary
shopify:OrderDisputeSummary
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderDisputeSummary/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderDisputeSummary/initiatedAs> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderDisputeSummary/status> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Order Risk
shopify:OrderRisk
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderRisk/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderRisk/orderId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderRisk/message> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderRisk/recommendation> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderRisk/score> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderRisk/source> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderRisk/causeCancel> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderRisk/display> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderRisk/level> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Location
shopify:Location
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Location/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Location/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Location/address1> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Location/address2> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Location/city> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Location/zip> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Location/province> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Location/country> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Location/phone> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Location/provinceCode> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Location/countryCode> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Location/countryName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Location/active> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Location/legacy> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Location/localizedCountryName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Location/localizedProvinceName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Location/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Location/updatedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Location/adminGraphqlApiId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Location/activatable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Location/addressVerified> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Location/deactivatable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Location/deactivatedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Location/deletable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Location/fulfillsOnlineOrders> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Location/hasActiveInventory> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Location/hasUnfulfilledOrders> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Location/isActive> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Location/isFulfillmentService> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Location/isPrimary> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Location/legacyResourceId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Location/shipsInventory> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Location/address> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Location/fulfillmentService> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Location/inventoryLevel> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Location/inventoryLevels> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Location/localPickupSettingsV2> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Location/metafield> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Location/metafieldDefinitions> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Location/metafields> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Location Suggested Address
shopify:LocationSuggestedAddress
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.LocationSuggestedAddress/address1> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.LocationSuggestedAddress/address2> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.LocationSuggestedAddress/city> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.LocationSuggestedAddress/country> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.LocationSuggestedAddress/countryCode> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.LocationSuggestedAddress/province> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.LocationSuggestedAddress/provinceCode> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.LocationSuggestedAddress/zip> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Custom Collection
shopify:CustomCollection
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CustomCollection/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CustomCollection/handle> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CustomCollection/title> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CustomCollection/bodyHtml> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CustomCollection/publishedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CustomCollection/sortOrder> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CustomCollection/templateSuffix> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CustomCollection/image> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CustomCollection/published> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CustomCollection/publishedScope> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CustomCollection/updatedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CustomCollection/adminGraphqlApiId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Smart Collection
shopify:SmartCollection
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollection/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollection/handle> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollection/title> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollection/bodyHtml> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollection/publishedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollection/sortOrder> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollection/templateSuffix> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollection/image> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollection/published> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollection/publishedScope> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollection/disjunctive> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollection/updatedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollection/adminGraphqlApiId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Smart Collection Rule
shopify:SmartCollectionRule
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollectionRule/column> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollectionRule/relation> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollectionRule/condition> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Collect
shopify:Collect
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Collect/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Collect/collectionId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Collect/product> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Collect/position> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Collect/sortValue> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Collect/createdAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Collect/updatedAt> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Inventory Level
shopify:InventoryLevel
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryLevel/inventoryItem> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryLevel/location> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryLevel/available> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryLevel/updatedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryLevel/adminGraphqlApiId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryLevel/canDeactivate> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryLevel/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryLevel/deactivationAlert> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryLevel/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryLevel/item> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryLevel/scheduledChanges> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Inventory Quantity
shopify:InventoryQuantity
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryQuantity/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryQuantity/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryQuantity/quantity> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryQuantity/updatedAt> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Fulfillment Order
shopify:FulfillmentOrder
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/order> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/status> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/assignedLocation> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/requestStatus> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/destination> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/fulfillAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/fulfillBy> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/deliveryMethod> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/embeddedAssignedLocation> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/shop> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/internationalDuties> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/updatedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/channelId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/orderId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/orderName> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/orderProcessedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/fulfillmentOrdersForMerge> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/fulfillments> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/locationsForMove> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/merchantRequests> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Fulfillment Order Line Item
shopify:FulfillmentOrderLineItem
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/fulfillmentOrderLineItemIdentifier> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/shop> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/fulfillmentOrder> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/lineItem> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/inventoryItem> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/quantity> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/fulfillableQuantity> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/variant> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/inventoryItemId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/productTitle> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/remainingQuantity> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/requiresShipping> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/sku> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/totalQuantity> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/variantTitle> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/vendor> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/image> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/originalUnitPriceSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/weight> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/graphqlId> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Fulfillment Order Line Item Financial Summary
shopify:FulfillmentOrderLineItemFinancialSummary
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItemFinancialSummary/approximateDiscountedUnitPriceSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItemFinancialSummary/originalUnitPriceSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItemFinancialSummary/quantity> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Fulfillment Order Line Item Warning
shopify:FulfillmentOrderLineItemWarning
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItemWarning/description> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItemWarning/title> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Fulfillment Order Destination
shopify:FulfillmentOrderDestination
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderDestination/destinationIdentifier> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderDestination/address1> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderDestination/address2> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderDestination/city> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderDestination/company> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderDestination/country> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderDestination/email> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderDestination/firstName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderDestination/lastName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderDestination/phone> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderDestination/province> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderDestination/zip> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderDestination/countryCode> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderDestination/location> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderDestination/graphqlId> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Delivery Method
shopify:DeliveryMethod
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DeliveryMethod/deliveryMethodIdentifier> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DeliveryMethod/methodType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DeliveryMethod/maxDeliveryDateTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DeliveryMethod/minDeliveryDateTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DeliveryMethod/presentedName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DeliveryMethod/serviceCode> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DeliveryMethod/sourceReference> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DeliveryMethod/additionalInformation> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DeliveryMethod/brandedPromise> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DeliveryMethod/graphqlId> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Assigned Location
shopify:AssignedLocation
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.AssignedLocation/address1> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.AssignedLocation/address2> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.AssignedLocation/city> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.AssignedLocation/countryCode> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.AssignedLocation/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.AssignedLocation/phone> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.AssignedLocation/province> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.AssignedLocation/zip> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Shop
shopify:Shop
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/email> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/domain> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/myshopifyDomain> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/shopOwner> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/phone> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/address1> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/city> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/province> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/provinceCode> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/country> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/countryCode> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/countryName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/zip> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/currency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/moneyFormat> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/moneyWithCurrencyFormat> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/timezone> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/ianaTimezone> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/planName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/planDisplayName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/hasStorefront> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/hasDiscounts> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/hasGiftCards> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/weightUnit> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/primaryLocale> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/updatedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/analyticsToken> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/checkoutApiSupported> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/contactEmail> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/description> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/marketingSmsConsentEnabledAtCheckout> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/orderNumberFormatPrefix> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/orderNumberFormatSuffix> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/publicationCount> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/richTextEditorUrl> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/setupRequired> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/shipsToCountries> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/shopOwnerName> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/storefrontUrl> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/taxShipping> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/taxesIncluded> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/timezoneAbbreviation> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/timezoneOffset> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/timezoneOffsetMinutes> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/transactionalSmsDisabled> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/url> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/accountOwner> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/assignedFulfillmentOrders> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/availableChannelApps> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/billingAddress> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/channels> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/collections> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/countriesInShippingZones> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/currencyCode> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/currencyFormats> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/currencySettings> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/customerAccounts> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/customerAccountsV2> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/customerTags> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/customers> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/draftOrderTags> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/draftOrders> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/entitlements> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/features> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/fulfillmentOrders> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/inventoryItems> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/limitedPendingOrderCount> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/locations> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/merchantApprovalSignals> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/metafield> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/metafields> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/orderTags> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/orders> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/paymentSettings> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/plan> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/primaryDomain> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/productImages> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/productTags> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/productTypes> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/productVariants> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/productVendors> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/products> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/resourceLimits> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/search> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/searchFilters> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/staffMembers> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/storefrontAccessTokens> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/unitSystem> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Shop Alert
shopify:ShopAlert
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopAlert/action> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopAlert/description> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Available Channel Definitions By Channel
shopify:AvailableChannelDefinitionsByChannel
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.AvailableChannelDefinitionsByChannel/channelName> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Domain
shopify:Domain
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Domain/host> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Domain/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Domain/localization> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Domain/marketWebPresence> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Domain/sslEnabled> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Domain/url> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Fulfillment Service
shopify:FulfillmentService
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentService/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentService/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentService/handle> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentService/callbackUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentService/trackingSupport> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentService/inventoryManagement> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentService/fulfillmentOrdersOptIn> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentService/permitsSkuSharing> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentService/requiresShippingMethod> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentService/location> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentService/adminGraphqlApiId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentService/serviceName> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentService/type> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Navigation Item
shopify:NavigationItem
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.NavigationItem/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.NavigationItem/title> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.NavigationItem/url> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Shop Policy
shopify:ShopPolicy
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopPolicy/body> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopPolicy/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopPolicy/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopPolicy/title> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopPolicy/type> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopPolicy/updatedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopPolicy/url> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Draft Order
shopify:DraftOrder
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/order> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/customer> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/email> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/shippingAddress> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/billingAddress> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/note> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/tags> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/taxExempt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/shippingLine> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/subtotalPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/totalPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/totalTax> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/currency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/status> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/invoiceUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/invoiceSentAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/appliedDiscount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/taxesIncluded> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/completedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/updatedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/adminGraphqlApiId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/paymentTerms> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/presentmentCurrency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/totalPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/subtotalPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/totalTaxSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/totalShippingPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/totalLineItemsPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/totalDiscountsSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/totalAdditionalFeesSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/totalDutiesSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/amountDueNowSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/amountDueLaterSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/acceptAutomaticDiscounts> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/allVariantPricesOverridden> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/allowDiscountCodesInCheckout> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/anyVariantPricesOverridden> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/billingAddressMatchesShippingAddress> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/defaultCursor> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/discountCodes> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/hasTimelineComment> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/invoiceEmailTemplateSubject> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/legacyResourceId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/marketName> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/marketRegionCountryCode> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/note2> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/phone> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/poNumber> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/ready> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/reserveInventoryUntil> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/totalQuantityOfLineItems> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/totalWeight> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/transformerFingerprint> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/visibleToCustomer> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/currencyCode> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/events> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/lineItemsSubtotalPrice> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/localizationExtensions> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/localizedFields> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/metafield> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/metafields> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/presentmentCurrencyCode> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/purchasingEntity> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/totalShippingPrice> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Draft Order Line Item
shopify:DraftOrderLineItem
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/draftOrderLineItemIdentifier> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/variant> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/product> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/title> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/variantTitle> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/price> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/quantity> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/sku> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/vendor> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/requiresShipping> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/taxable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/giftCard> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/fulfillmentService> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/grams> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/appliedDiscount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/isCustom> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/isGiftCard> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/uuid> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/approximateDiscountedUnitPriceSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/discountedTotal> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/discountedTotalSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/discountedUnitPrice> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/discountedUnitPriceSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/image> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/originalTotal> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/originalTotalSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/originalUnitPrice> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/originalUnitPriceSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/originalUnitPriceWithCurrency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/priceOverride> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/totalDiscount> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/totalDiscountSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/weight> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/graphqlId> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Draft Order Discount
shopify:DraftOrderDiscount
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderDiscount/description> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderDiscount/value> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderDiscount/valueType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderDiscount/amount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderDiscount/title> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderDiscount/amountSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderDiscount/amountV2> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Draft Order Platform Discount
shopify:DraftOrderPlatformDiscount
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderPlatformDiscount/automaticDiscount> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderPlatformDiscount/bxgyDiscount> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderPlatformDiscount/code> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderPlatformDiscount/discountClass> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderPlatformDiscount/discountNode> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderPlatformDiscount/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderPlatformDiscount/presentationLevel> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderPlatformDiscount/shortSummary> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderPlatformDiscount/summary> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderPlatformDiscount/title> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderPlatformDiscount/totalAmount> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderPlatformDiscount/totalAmountPriceSet> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Draft Order Warning
shopify:DraftOrderWarning
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderWarning/errorCode> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderWarning/field> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderWarning/message> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Gift Card
shopify:GiftCard
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/balance> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/currency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/initialValue> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/code> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/lastCharacters> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/note> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/customer> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/expiresOn> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/templateSuffix> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/disabledAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/lineItem> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/apiClientId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/user> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/order> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/updatedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/adminGraphqlApiId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/deactivatedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/enabled> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/maskedCode> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/recipientAttributes> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/transactions> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: User
shopify:User
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.User/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.User/firstName> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.User/lastName> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.User/email> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.User/phone> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.User/bio> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.User/url> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.User/im> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.User/locale> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.User/accountOwner> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.User/userType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.User/receiveAnnouncements> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.User/graphqlId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.User/accountType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.User/active> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.User/avatar> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.User/exists> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.User/isShopOwner> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.User/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.User/privateData> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Price Rule
shopify:PriceRule
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/title> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/targetType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/targetSelection> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/allocationMethod> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/valueType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/value> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/customerSelection> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/oncePerCustomer> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/usageLimit> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/startsAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/endsAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/prerequisiteSubtotalRange> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/prerequisiteQuantityRange> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/prerequisiteShippingPriceRange> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/prerequisiteToEntitlementQuantityRatio> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/prerequisiteToEntitlementPurchase> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/allocationLimit> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/updatedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/adminGraphqlApiId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/hasTimelineComment> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/legacyResourceId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/summary> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/usageCount> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/app> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/combinesWith> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/discountClass> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/discountCodes> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/discountCodesCount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/entitlementToPrerequisiteQuantityRatio> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/events> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/itemEntitlements> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/itemPrerequisites> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/shippingEntitlements> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/status> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/target> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/totalSales> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/validityPeriod> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/valueV2> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Prerequisite Range
shopify:PrerequisiteRange
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PrerequisiteRange/greaterThanOrEqualTo> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PrerequisiteRange/lessThanOrEqualTo> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PrerequisiteRange/greaterThan> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PrerequisiteRange/lessThan> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Quantity Ratio
shopify:QuantityRatio
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.QuantityRatio/prerequisiteQuantity> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.QuantityRatio/entitledQuantity> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Purchase Requirement
shopify:PurchaseRequirement
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PurchaseRequirement/prerequisiteAmount> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Price Rule Shareable Url
shopify:PriceRuleShareableUrl
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRuleShareableUrl/targetItemImage> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRuleShareableUrl/targetType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRuleShareableUrl/title> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRuleShareableUrl/url> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Country
shopify:Country
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Country/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Country/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Country/code> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Country/taxName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Country/tax> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Province
shopify:Province
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Province/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Province/country> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Province/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Province/code> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Province/taxName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Province/taxType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Province/tax> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Province/taxPercentage> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Province/shippingZoneId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Customer Saved Search
shopify:CustomerSavedSearch
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerSavedSearch/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerSavedSearch/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerSavedSearch/query> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerSavedSearch/createdAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerSavedSearch/updatedAt> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Price Rule Discount Code
shopify:PriceRuleDiscountCode
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRuleDiscountCode/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRuleDiscountCode/priceRule> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRuleDiscountCode/code> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRuleDiscountCode/usageCount> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRuleDiscountCode/createdAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRuleDiscountCode/updatedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRuleDiscountCode/adminGraphqlApiId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRuleDiscountCode/app> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Shipping Zone
shopify:ShippingZone
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingZone/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingZone/name> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Shipping Country
shopify:ShippingCountry
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingCountry/shippingCountryIdentifier> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingCountry/code> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingCountry/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingCountry/tax> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingCountry/taxName> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Shipping Province
shopify:ShippingProvince
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingProvince/shippingProvinceIdentifier> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingProvince/code> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingProvince/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingProvince/tax> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingProvince/taxName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingProvince/taxType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingProvince/taxPercentage> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingProvince/shippingZone> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingProvince/country> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Price Based Shipping Rate
shopify:PriceBasedShippingRate
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceBasedShippingRate/priceBasedShippingRateIdentifier> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceBasedShippingRate/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceBasedShippingRate/price> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceBasedShippingRate/minOrderSubtotal> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceBasedShippingRate/maxOrderSubtotal> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceBasedShippingRate/shippingZone> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Weight Based Shipping Rate
shopify:WeightBasedShippingRate
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.WeightBasedShippingRate/weightBasedShippingRateIdentifier> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.WeightBasedShippingRate/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.WeightBasedShippingRate/price> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.WeightBasedShippingRate/weightLow> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.WeightBasedShippingRate/weightHigh> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.WeightBasedShippingRate/shippingZone> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Carrier Shipping Rate Provider
shopify:CarrierShippingRateProvider
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CarrierShippingRateProvider/carrierShippingRateProviderIdentifier> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CarrierShippingRateProvider/carrierServiceId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CarrierShippingRateProvider/flatModifier> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CarrierShippingRateProvider/percentModifier> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CarrierShippingRateProvider/serviceFilter> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CarrierShippingRateProvider/shippingZone> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Carrier Service
shopify:CarrierService
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CarrierService/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CarrierService/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CarrierService/callbackUrl> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CarrierService/serviceDiscovery> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CarrierService/active> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CarrierService/carrierServiceType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CarrierService/format> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CarrierService/adminGraphqlApiId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Theme
shopify:Theme
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Theme/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Theme/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Theme/role> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Theme/previewable> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Theme/processing> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Theme/src> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Theme/themeStoreId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Theme/createdAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Theme/updatedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Theme/adminGraphqlApiId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Asset
shopify:Asset
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Asset/key> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Asset/publicUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Asset/contentType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Asset/size> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Asset/theme> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Asset/value> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Asset/attachment> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Asset/sourceKey> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Asset/src> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Asset/createdAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Asset/updatedAt> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Script Tag
shopify:ScriptTag
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ScriptTag/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ScriptTag/src> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ScriptTag/event> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ScriptTag/displayScope> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ScriptTag/cache> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ScriptTag/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ScriptTag/updatedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ScriptTag/adminGraphqlApiId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ScriptTag/legacyResourceId> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Page
shopify:Page
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Page/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Page/title> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Page/bodyHtml> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Page/handle> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Page/author> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Page/templateSuffix> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Page/publishedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Page/published> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Page/shop> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Page/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Page/updatedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Page/adminGraphqlApiId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Page/body> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Page/bodySummary> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Page/defaultCursor> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Page/isPublished> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Page/events> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Page/metafield> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Page/metafieldDefinitions> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Blog
shopify:Blog
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/title> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/handle> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/commentable> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/tags> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/feedburner> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/feedburnerLocation> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/templateSuffix> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/updatedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/adminGraphqlApiId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/articles> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/articlesCount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/commentPolicy> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/events> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/feed> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/metafield> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/metafieldDefinitions> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Article
shopify:Article
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Article/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Article/blog> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Article/title> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Article/bodyHtml> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Article/author> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Article/handle> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Article/tags> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Article/publishedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Article/published> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Article/summaryHtml> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Article/image> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Article/templateSuffix> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Article/user> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Article/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Article/updatedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Article/adminGraphqlApiId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Article/body> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Article/defaultCursor> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Article/isPublished> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Article/summary> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Article/comments> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Article/commentsCount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Article/events> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Article/metafield> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Article/metafieldDefinitions> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Article Image
shopify:ArticleImage
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ArticleImage/src> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ArticleImage/alt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ArticleImage/width> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ArticleImage/height> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ArticleImage/createdAt> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Webhook
shopify:Webhook
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Webhook/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Webhook/address> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Webhook/topic> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Webhook/format> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Webhook/apiVersion> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Webhook/createdAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Webhook/updatedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Webhook/adminGraphqlApiId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Currency
shopify:Currency
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Currency/currency> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Currency/rateUpdatedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Currency/enabled> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Policy
shopify:Policy
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Policy/title> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Policy/body> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Policy/url> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Policy/handle> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Policy/createdAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Policy/updatedAt> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Redirect
shopify:Redirect
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Redirect/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Redirect/path> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Redirect/target> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Market
shopify:Market
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Market/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Market/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Market/handle> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Market/enabled> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Market/primary> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Market/createdAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Market/updatedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Market/assignedCustomization> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Market/catalogs> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Market/catalogsCount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Market/conditions> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Market/currencySettings> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Market/metafield> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Market/metafieldDefinitions> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Market/metafields> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Market/priceInclusions> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Market/priceList> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Market/status> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Market/type> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Market/webPresence> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Market/webPresences> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Metafield Definition
shopify:MetafieldDefinition
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/namespace> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/key> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/description> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/type> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/ownerType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/pinnedPosition> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/createdAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/updatedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/metafieldsCount> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/useAsCollectionCondition> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/access> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/capabilities> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/constraints> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/metafields> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/standardTemplate> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/validationStatus> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Metafield Definition Validation
shopify:MetafieldDefinitionValidation
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinitionValidation/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinitionValidation/type> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinitionValidation/value> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Deprecated Api Call Entry
shopify:DeprecatedApiCallEntry
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DeprecatedApiCallEntry/apiType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DeprecatedApiCallEntry/description> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DeprecatedApiCallEntry/documentationUrl> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DeprecatedApiCallEntry/endpoint> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DeprecatedApiCallEntry/lastCallAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DeprecatedApiCallEntry/migrationDeadline> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DeprecatedApiCallEntry/graphqlSchemaName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DeprecatedApiCallEntry/version> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Deprecated Api Call
shopify:DeprecatedApiCall
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DeprecatedApiCall/dataUpdatedAt> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Event
shopify:Event
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Event/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Event/subjectId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Event/subjectType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Event/verb> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Event/body> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Event/description> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Event/path> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Event/message> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Event/author> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Event/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Event/action> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Event/appTitle> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Event/attributeToApp> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Event/attributeToUser> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Event/criticalAlert> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Collection Listing
shopify:CollectionListing
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CollectionListing/collectionId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CollectionListing/bodyHtml> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CollectionListing/defaultProductImage> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CollectionListing/handle> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CollectionListing/image> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CollectionListing/title> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CollectionListing/sortOrder> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CollectionListing/publishedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CollectionListing/updatedAt> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Product Listing
shopify:ProductListing
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductListing/productId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductListing/bodyHtml> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductListing/handle> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductListing/title> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductListing/publishedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductListing/updatedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductListing/createdAt> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Checkout
shopify:Checkout
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Checkout/token> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Checkout/cartToken> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Checkout/email> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Checkout/billingAddress> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Checkout/shippingAddress> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Checkout/shippingLine> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Checkout/totalPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Checkout/subtotalPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Checkout/totalTax> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Checkout/currency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Checkout/createdAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Checkout/updatedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Checkout/completedAt> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Shopify Payments Payout
shopify:ShopifyPaymentsPayout
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsPayout/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsPayout/status> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsPayout/amount> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsPayout/currency> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsPayout/date> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsPayout/issuedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsPayout/legacyResourceId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsPayout/bankAccount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsPayout/businessEntity> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsPayout/gross> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsPayout/net> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsPayout/summary> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsPayout/transactionType> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Shopify Payments Balance
shopify:ShopifyPaymentsBalance
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalance/amount> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Shopify Payments Dispute
shopify:ShopifyPaymentsDispute
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsDispute/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsDispute/type> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsDispute/amount> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsDispute/currency> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsDispute/status> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsDispute/reason> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsDispute/evidenceDueBy> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsDispute/initiatedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsDispute/evidenceSentOn> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsDispute/finalizedOn> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsDispute/legacyResourceId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsDispute/order> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsDispute/reasonDetails> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Shopify Payments Balance Transaction
shopify:ShopifyPaymentsBalanceTransaction
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/type> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/amount> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/fee> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/net> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/currency> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/payout> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/payoutStatus> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/processedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/adjustmentReason> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/test> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/transactionDate> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/associatedOrder> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/associatedPayout> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/sourceId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/sourceOrderTransactionId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/sourceType> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Shopify Payments Adjustment Order
shopify:ShopifyPaymentsAdjustmentOrder
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsAdjustmentOrder/amount> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsAdjustmentOrder/fees> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsAdjustmentOrder/link> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsAdjustmentOrder/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsAdjustmentOrder/net> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsAdjustmentOrder/orderTransactionId> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Access Scope
shopify:AccessScope
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.AccessScope/handle> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.AccessScope/description> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Storefront Access Token
shopify:StorefrontAccessToken
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.StorefrontAccessToken/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.StorefrontAccessToken/accessToken> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.StorefrontAccessToken/accessScope> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.StorefrontAccessToken/title> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.StorefrontAccessToken/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.StorefrontAccessToken/adminGraphqlApiId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.StorefrontAccessToken/updatedAt> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Application Charge
shopify:ApplicationCharge
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ApplicationCharge/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ApplicationCharge/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ApplicationCharge/price> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ApplicationCharge/status> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ApplicationCharge/returnUrl> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ApplicationCharge/test> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ApplicationCharge/confirmationUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ApplicationCharge/createdAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ApplicationCharge/updatedAt> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Application Credit
shopify:ApplicationCredit
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ApplicationCredit/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ApplicationCredit/amount> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ApplicationCredit/description> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ApplicationCredit/test> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Recurring Application Charge
shopify:RecurringApplicationCharge
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationCharge/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationCharge/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationCharge/price> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationCharge/status> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationCharge/returnUrl> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationCharge/test> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationCharge/cappedAmount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationCharge/terms> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationCharge/trialDays> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationCharge/activatedOn> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationCharge/billingOn> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationCharge/cancelledOn> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationCharge/confirmationUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationCharge/createdAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationCharge/updatedAt> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Usage Charge
shopify:UsageCharge
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.UsageCharge/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.UsageCharge/description> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.UsageCharge/price> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.UsageCharge/createdAt> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Marketing Event
shopify:MarketingEvent
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/eventType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/remoteId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/startedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/endedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/scheduledToEndAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/budget> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/budgetType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/currency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/manageUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/previewUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/utmCampaign> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/utmSource> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/utmMedium> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/description> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/createdAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/updatedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/channelHandle> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/legacyResourceId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/sourceAndMedium> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/targetTypeDisplayText> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/app> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/channel> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/marketingChannelType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/type> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Abandoned Checkout
shopify:AbandonedCheckout
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/token> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/cartToken> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/email> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/buyerAcceptsMarketing> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/totalPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/subtotalPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/totalTax> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/currency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/customer> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/shippingAddress> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/billingAddress> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/completedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/abandonedCheckoutUrl> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/updatedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/closedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/defaultCursor> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/lineItemsQuantity> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/note> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/taxesIncluded> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/subtotalPriceSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/totalDiscountSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/totalDutiesSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/totalLineItemsPriceSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/totalPriceSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/totalTaxSet> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Comment
shopify:Comment
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Comment/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Comment/body> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Comment/bodyHtml> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Comment/author> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Comment/email> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Comment/article> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Comment/blog> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Comment/status> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Comment/ip> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Comment/userAgent> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Comment/publishedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Comment/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Comment/updatedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Comment/isPublished> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Comment/events> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Report
shopify:Report
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Report/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Report/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Report/shopifyQl> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Report/category> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Report/updatedAt> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Resource Feedback
shopify:ResourceFeedback
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ResourceFeedback/resourceId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ResourceFeedback/resourceType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ResourceFeedback/state> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ResourceFeedback/feedbackGeneratedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ResourceFeedback/createdAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ResourceFeedback/updatedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ResourceFeedback/summary> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: App Feedback
shopify:AppFeedback
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.AppFeedback/app> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.AppFeedback/feedbackGeneratedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.AppFeedback/link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.AppFeedback/state> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Tender Transaction
shopify:TenderTransaction
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.TenderTransaction/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.TenderTransaction/order> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.TenderTransaction/amount> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.TenderTransaction/currency> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.TenderTransaction/test> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.TenderTransaction/user> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.TenderTransaction/paymentMethod> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.TenderTransaction/remoteReference> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.TenderTransaction/paymentDetails> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.TenderTransaction/processedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.TenderTransaction/transactionDetails> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Product Response
shopify:ProductResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductResponse/product> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Product Count Response
shopify:ProductCountResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductCountResponse/count> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Product Variant Response
shopify:ProductVariantResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariantResponse/variant> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Product Image Response
shopify:ProductImageResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductImageResponse/image> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Order Response
shopify:OrderResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderResponse/order> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Order Count Response
shopify:OrderCountResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.OrderCountResponse/count> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Transaction Response
shopify:TransactionResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.TransactionResponse/transaction> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Refund Response
shopify:RefundResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.RefundResponse/refund> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Risk Response
shopify:RiskResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.RiskResponse/risk> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Customer Response
shopify:CustomerResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerResponse/customer> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Customer Count Response
shopify:CustomerCountResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerCountResponse/count> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Customer Address Response
shopify:CustomerAddressResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddressResponse/customerAddress> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Custom Collection Response
shopify:CustomCollectionResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CustomCollectionResponse/customCollection> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Smart Collection Response
shopify:SmartCollectionResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollectionResponse/smartCollection> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Collect Response
shopify:CollectResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CollectResponse/collect> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Collection Count Response
shopify:CollectionCountResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CollectionCountResponse/count> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Generic Collection Response
shopify:GenericCollectionResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.GenericCollectionResponse/collection> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Inventory Item Response
shopify:InventoryItemResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItemResponse/inventoryItem> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Inventory Level Response
shopify:InventoryLevelResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryLevelResponse/inventoryLevel> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Location Response
shopify:LocationResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.LocationResponse/location> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Location Count Response
shopify:LocationCountResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.LocationCountResponse/count> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Fulfillment Response
shopify:FulfillmentResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentResponse/fulfillment> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Fulfillment Count Response
shopify:FulfillmentCountResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentCountResponse/count> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Fulfillment Order Response
shopify:FulfillmentOrderResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderResponse/fulfillmentOrder> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Fulfillment Service Response
shopify:FulfillmentServiceResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentServiceResponse/fulfillmentService> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Draft Order Response
shopify:DraftOrderResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderResponse/draftOrder> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Draft Order Count Response
shopify:DraftOrderCountResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderCountResponse/count> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Draft Order Invoice Request
shopify:DraftOrderInvoiceRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderInvoiceRequest/draftOrderInvoice> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Draft Order Invoice Response
shopify:DraftOrderInvoiceResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderInvoiceResponse/draftOrderInvoice> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Gift Card Response
shopify:GiftCardResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCardResponse/giftCard> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Gift Card Count Response
shopify:GiftCardCountResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCardCountResponse/count> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Price Rule Response
shopify:PriceRuleResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRuleResponse/priceRule> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Price Rule Count Response
shopify:PriceRuleCountResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRuleCountResponse/count> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Discount Code Response
shopify:DiscountCodeResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountCodeResponse/discountCode> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Discount Code Count Response
shopify:DiscountCodeCountResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountCodeCountResponse/count> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Carrier Service Response
shopify:CarrierServiceResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CarrierServiceResponse/carrierService> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Theme Response
shopify:ThemeResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ThemeResponse/theme> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Asset Response
shopify:AssetResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.AssetResponse/asset> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Script Tag Response
shopify:ScriptTagResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ScriptTagResponse/scriptTag> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Script Tag Count Response
shopify:ScriptTagCountResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ScriptTagCountResponse/count> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Page Response
shopify:PageResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PageResponse/page> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Page Count Response
shopify:PageCountResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PageCountResponse/count> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Blog Response
shopify:BlogResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.BlogResponse/blog> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Blog Count Response
shopify:BlogCountResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.BlogCountResponse/count> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Article Response
shopify:ArticleResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ArticleResponse/article> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Article Count Response
shopify:ArticleCountResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ArticleCountResponse/count> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Webhook Response
shopify:WebhookResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.WebhookResponse/webhook> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Webhook Count Response
shopify:WebhookCountResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.WebhookCountResponse/count> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Shop Response
shopify:ShopResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopResponse/shop> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Country Response
shopify:CountryResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CountryResponse/country> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Country Count Response
shopify:CountryCountResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CountryCountResponse/count> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Province Response
shopify:ProvinceResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProvinceResponse/province> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Province Count Response
shopify:ProvinceCountResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProvinceCountResponse/count> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Redirect Response
shopify:RedirectResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.RedirectResponse/redirect> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Redirect Count Response
shopify:RedirectCountResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.RedirectCountResponse/count> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Market Response
shopify:MarketResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MarketResponse/market> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Market List Success Response
shopify:MarketListSuccessResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MarketListSuccessResponse/statusCode> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MarketListSuccessResponse/markets> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Market Create Success Response
shopify:MarketCreateSuccessResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MarketCreateSuccessResponse/statusCode> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MarketCreateSuccessResponse/market> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Market Get Success Response
shopify:MarketGetSuccessResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MarketGetSuccessResponse/statusCode> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MarketGetSuccessResponse/market> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Market Delete Success Response
shopify:MarketDeleteSuccessResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MarketDeleteSuccessResponse/statusCode> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MarketDeleteSuccessResponse/body> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Metafield Definition Response
shopify:MetafieldDefinitionResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinitionResponse/metafieldDefinition> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Metafield Definition Count Response
shopify:MetafieldDefinitionCountResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinitionCountResponse/count> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Deprecated Api Calls Response
shopify:DeprecatedApiCallsResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DeprecatedApiCallsResponse/dataUpdatedAt> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Event Response
shopify:EventResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.EventResponse/event> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Event Count Response
shopify:EventCountResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.EventCountResponse/count> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Metafield Response
shopify:MetafieldResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldResponse/metafield> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Metafield Count Response
shopify:MetafieldCountResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldCountResponse/count> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Collection Listing Response
shopify:CollectionListingResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CollectionListingResponse/collectionListing> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Product Listing Response
shopify:ProductListingResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductListingResponse/productListing> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Product Listing Count Response
shopify:ProductListingCountResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ProductListingCountResponse/count> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Checkout Response
shopify:CheckoutResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CheckoutResponse/checkout> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Payment Response
shopify:PaymentResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.PaymentResponse/payment> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Shopify Payments Payout Response
shopify:ShopifyPaymentsPayoutResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsPayoutResponse/payout> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Shopify Payments Dispute Response
shopify:ShopifyPaymentsDisputeResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsDisputeResponse/dispute> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Storefront Access Token Response
shopify:StorefrontAccessTokenResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.StorefrontAccessTokenResponse/storefrontAccessToken> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Application Charge Response
shopify:ApplicationChargeResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ApplicationChargeResponse/applicationCharge> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Application Credit Response
shopify:ApplicationCreditResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ApplicationCreditResponse/applicationCredit> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Recurring Application Charge Response
shopify:RecurringApplicationChargeResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationChargeResponse/recurringApplicationCharge> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Usage Charge Response
shopify:UsageChargeResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.UsageChargeResponse/usageCharge> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Customer Saved Search Response
shopify:CustomerSavedSearchResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerSavedSearchResponse/customerSavedSearch> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Customer Saved Search Count Response
shopify:CustomerSavedSearchCountResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerSavedSearchCountResponse/count> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Marketing Event Response
shopify:MarketingEventResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEventResponse/marketingEvent> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Marketing Event Count Response
shopify:MarketingEventCountResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEventCountResponse/count> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Abandoned Checkout Count Response
shopify:AbandonedCheckoutCountResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckoutCountResponse/count> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Comment Response
shopify:CommentResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CommentResponse/comment> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Comment Count Response
shopify:CommentCountResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.CommentCountResponse/count> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Report Response
shopify:ReportResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ReportResponse/report> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Resource Feedback Response
shopify:ResourceFeedbackResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.ResourceFeedbackResponse/resourceFeedback> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: User Response
shopify:UserResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.UserResponse/user> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Product Created Event
shopify:ProductCreatedEvent
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/title> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/bodyHtml> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/vendor> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/productType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/handle> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/status> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/tags> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/templateSuffix> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/publishedScope> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/publishedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/updatedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/adminGraphqlApiId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/image> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/description> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/descriptionPlainSummary> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/customProductType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/defaultCursor> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/giftCardTemplateSuffix> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/hasOnlyDefaultVariant> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/hasOutOfStockVariants> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/hasVariantsThatRequiresComponents> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/isGiftCard> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/requiresSellingPlan> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/tracksInventory> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/totalInventory> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/totalVariants> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/legacyResourceId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/onlineStorePreviewUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/onlineStoreUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/storefrontId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/availablePublicationsCount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/graphqlBodyHtml> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/bundleComponents> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/category> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/collections> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/combinedListing> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/combinedListingRole> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/compareAtPriceRange> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/contextualPricing> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/events> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/featuredImage> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/featuredMedia> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/feedback> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/inCollection> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/media> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/mediaCount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/metafield> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/metafieldDefinitions> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/priceRange> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/priceRangeV2> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/productCategory> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/productPublications> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/publicationCount> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/publications> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/publishedInContext> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/publishedOnChannel> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/publishedOnCurrentChannel> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/publishedOnCurrentPublication> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/publishedOnPublication> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/resourcePublicationOnCurrentPublication> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/resourcePublications> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/resourcePublicationsCount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/resourcePublicationsV2> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/restrictedForResource> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/sellingPlanGroupCount> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/sellingPlanGroups> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/sellingPlanGroupsCount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/seo> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/standardizedProductType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/unpublishedChannels> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/unpublishedPublications> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/variantsCount> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Product Updated Event
shopify:ProductUpdatedEvent
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/title> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/bodyHtml> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/vendor> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/productType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/handle> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/status> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/tags> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/templateSuffix> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/publishedScope> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/publishedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/updatedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/adminGraphqlApiId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/image> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/description> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/descriptionPlainSummary> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/customProductType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/defaultCursor> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/giftCardTemplateSuffix> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/hasOnlyDefaultVariant> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/hasOutOfStockVariants> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/hasVariantsThatRequiresComponents> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/isGiftCard> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/requiresSellingPlan> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/tracksInventory> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/totalInventory> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/totalVariants> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/legacyResourceId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/onlineStorePreviewUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/onlineStoreUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/storefrontId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/availablePublicationsCount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/graphqlBodyHtml> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/bundleComponents> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/category> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/collections> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/combinedListing> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/combinedListingRole> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/compareAtPriceRange> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/contextualPricing> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/events> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/featuredImage> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/featuredMedia> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/feedback> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/inCollection> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/media> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/mediaCount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/metafield> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/metafieldDefinitions> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/priceRange> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/priceRangeV2> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/productCategory> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/productPublications> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/publicationCount> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/publications> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/publishedInContext> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/publishedOnChannel> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/publishedOnCurrentChannel> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/publishedOnCurrentPublication> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/publishedOnPublication> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/resourcePublicationOnCurrentPublication> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/resourcePublications> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/resourcePublicationsCount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/resourcePublicationsV2> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/restrictedForResource> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/sellingPlanGroupCount> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/sellingPlanGroups> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/sellingPlanGroupsCount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/seo> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/standardizedProductType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/unpublishedChannels> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/unpublishedPublications> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/variantsCount> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Product Deleted Event
shopify:ProductDeletedEvent
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductDeletedEvent/id> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Order Created Event
shopify:OrderCreatedEvent
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/orderNumber> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/email> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/financialStatus> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/fulfillmentStatus> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/subtotalPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalTax> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalDiscounts> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalLineItemsPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/billingAddress> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/shippingAddress> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/customer> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/note> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/tags> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/cancelReason> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/cancelledAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/closedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/processedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/updatedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/adminGraphqlApiId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/sourceName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/gateway> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/test> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/confirmed> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/buyerAcceptsMarketing> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalWeight> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/token> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/appId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/browserIp> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/landingSite> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/referringSite> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/phone> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/subtotalPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalDiscountsSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalLineItemsPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalTaxSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalShippingPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currentTotalPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currentSubtotalPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currentTotalTax> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currentTotalDiscounts> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currentTotalPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currentSubtotalPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currentTotalTaxSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currentTotalDiscountsSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/presentmentCurrency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/processingMethod> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/clientDetails> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/taxesIncluded> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/orderStatusUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalTipReceived> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/number> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/confirmationNumber> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/billingAddressMatchesShippingAddress> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/canMarkAsPaid> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/canNotifyCustomer> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/capturable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/clientIp> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/closed> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currentSubtotalLineItemsQuantity> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currentTotalWeight> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/customerAcceptsMarketing> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/customerLocale> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/discountCode> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/dutiesIncluded> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/edited> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/estimatedTaxes> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/fulfillable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/fullyPaid> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/hasTimelineComment> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/landingPageDisplayText> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/landingPageUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/legacyResourceId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/merchantEditable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/merchantEditableErrors> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/poNumber> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/referralCode> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/referrerDisplayText> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/referrerUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/refundable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/registeredSourceUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/requiresShipping> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/restockable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/sourceIdentifier> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/statusPageUrl> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/subtotalLineItemsQuantity> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/taxExempt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/unpaid> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/agreements> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/app> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/cancellation> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/cartDiscountAmount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/cartDiscountAmountSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/channel> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/channelInformation> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currencyCode> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currentCartDiscountAmountSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currentShippingPriceSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currentTotalAdditionalFeesSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currentTotalDutiesSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/customerJourney> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/customerJourneySummary> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/displayAddress> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/displayFinancialStatus> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/displayFulfillmentStatus> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/events> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/exchangeV2s> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/fulfillmentOrders> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/fulfillmentsCount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/localizationExtensions> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/localizedFields> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/merchantBusinessEntity> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/merchantOfRecordApp> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/metafield> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/metafieldDefinitions> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/netPayment> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/netPaymentSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/nonFulfillableLineItems> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/originalTotalAdditionalFeesSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/originalTotalDutiesSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/originalTotalPriceSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/paymentCollectionDetails> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/paymentTerms> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/physicalLocation> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/presentmentCurrencyCode> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/publication> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/purchasingEntity> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/refundDiscrepancySet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/retailLocation> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/returnStatus> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/returns> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/risk> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/riskLevel> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/shippingLine> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/shopifyProtect> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/staffMember> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/suggestedRefund> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalCapturable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalCapturableSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalCashRoundingAdjustment> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalOutstandingSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalReceived> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalReceivedSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalRefunded> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalRefundedSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalRefundedShippingSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalShippingPrice> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalTipReceivedSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/transactionsCount> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Order Updated Event
shopify:OrderUpdatedEvent
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/orderNumber> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/email> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/financialStatus> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/fulfillmentStatus> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/subtotalPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalTax> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalDiscounts> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalLineItemsPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/billingAddress> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/shippingAddress> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/customer> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/note> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/tags> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/cancelReason> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/cancelledAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/closedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/processedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/updatedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/adminGraphqlApiId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/sourceName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/gateway> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/test> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/confirmed> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/buyerAcceptsMarketing> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalWeight> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/token> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/appId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/browserIp> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/landingSite> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/referringSite> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/phone> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/subtotalPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalDiscountsSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalLineItemsPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalTaxSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalShippingPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currentTotalPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currentSubtotalPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currentTotalTax> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currentTotalDiscounts> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currentTotalPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currentSubtotalPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currentTotalTaxSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currentTotalDiscountsSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/presentmentCurrency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/processingMethod> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/clientDetails> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/taxesIncluded> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/orderStatusUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalTipReceived> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/number> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/confirmationNumber> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/billingAddressMatchesShippingAddress> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/canMarkAsPaid> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/canNotifyCustomer> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/capturable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/clientIp> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/closed> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currentSubtotalLineItemsQuantity> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currentTotalWeight> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/customerAcceptsMarketing> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/customerLocale> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/discountCode> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/dutiesIncluded> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/edited> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/estimatedTaxes> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/fulfillable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/fullyPaid> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/hasTimelineComment> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/landingPageDisplayText> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/landingPageUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/legacyResourceId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/merchantEditable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/merchantEditableErrors> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/poNumber> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/referralCode> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/referrerDisplayText> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/referrerUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/refundable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/registeredSourceUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/requiresShipping> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/restockable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/sourceIdentifier> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/statusPageUrl> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/subtotalLineItemsQuantity> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/taxExempt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/unpaid> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/agreements> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/app> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/cancellation> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/cartDiscountAmount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/cartDiscountAmountSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/channel> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/channelInformation> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currencyCode> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currentCartDiscountAmountSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currentShippingPriceSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currentTotalAdditionalFeesSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currentTotalDutiesSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/customerJourney> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/customerJourneySummary> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/displayAddress> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/displayFinancialStatus> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/displayFulfillmentStatus> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/events> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/exchangeV2s> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/fulfillmentOrders> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/fulfillmentsCount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/localizationExtensions> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/localizedFields> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/merchantBusinessEntity> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/merchantOfRecordApp> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/metafield> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/metafieldDefinitions> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/netPayment> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/netPaymentSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/nonFulfillableLineItems> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/originalTotalAdditionalFeesSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/originalTotalDutiesSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/originalTotalPriceSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/paymentCollectionDetails> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/paymentTerms> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/physicalLocation> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/presentmentCurrencyCode> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/publication> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/purchasingEntity> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/refundDiscrepancySet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/retailLocation> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/returnStatus> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/returns> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/risk> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/riskLevel> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/shippingLine> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/shopifyProtect> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/staffMember> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/suggestedRefund> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalCapturable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalCapturableSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalCashRoundingAdjustment> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalOutstandingSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalReceived> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalReceivedSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalRefunded> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalRefundedSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalRefundedShippingSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalShippingPrice> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalTipReceivedSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/transactionsCount> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Order Cancelled Event
shopify:OrderCancelledEvent
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/orderNumber> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/email> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/financialStatus> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/fulfillmentStatus> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/subtotalPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalTax> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalDiscounts> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalLineItemsPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/billingAddress> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/shippingAddress> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/customer> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/note> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/tags> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/cancelReason> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/cancelledAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/closedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/processedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/updatedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/adminGraphqlApiId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/sourceName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/gateway> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/test> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/confirmed> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/buyerAcceptsMarketing> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalWeight> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/token> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/appId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/browserIp> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/landingSite> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/referringSite> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/phone> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/subtotalPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalDiscountsSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalLineItemsPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalTaxSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalShippingPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currentTotalPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currentSubtotalPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currentTotalTax> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currentTotalDiscounts> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currentTotalPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currentSubtotalPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currentTotalTaxSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currentTotalDiscountsSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/presentmentCurrency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/processingMethod> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/clientDetails> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/taxesIncluded> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/orderStatusUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalTipReceived> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/number> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/confirmationNumber> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/billingAddressMatchesShippingAddress> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/canMarkAsPaid> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/canNotifyCustomer> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/capturable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/clientIp> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/closed> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currentSubtotalLineItemsQuantity> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currentTotalWeight> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/customerAcceptsMarketing> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/customerLocale> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/discountCode> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/dutiesIncluded> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/edited> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/estimatedTaxes> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/fulfillable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/fullyPaid> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/hasTimelineComment> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/landingPageDisplayText> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/landingPageUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/legacyResourceId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/merchantEditable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/merchantEditableErrors> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/poNumber> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/referralCode> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/referrerDisplayText> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/referrerUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/refundable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/registeredSourceUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/requiresShipping> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/restockable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/sourceIdentifier> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/statusPageUrl> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/subtotalLineItemsQuantity> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/taxExempt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/unpaid> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/agreements> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/app> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/cancellation> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/cartDiscountAmount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/cartDiscountAmountSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/channel> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/channelInformation> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currencyCode> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currentCartDiscountAmountSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currentShippingPriceSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currentTotalAdditionalFeesSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currentTotalDutiesSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/customerJourney> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/customerJourneySummary> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/displayAddress> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/displayFinancialStatus> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/displayFulfillmentStatus> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/events> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/exchangeV2s> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/fulfillmentOrders> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/fulfillmentsCount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/localizationExtensions> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/localizedFields> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/merchantBusinessEntity> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/merchantOfRecordApp> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/metafield> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/metafieldDefinitions> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/netPayment> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/netPaymentSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/nonFulfillableLineItems> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/originalTotalAdditionalFeesSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/originalTotalDutiesSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/originalTotalPriceSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/paymentCollectionDetails> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/paymentTerms> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/physicalLocation> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/presentmentCurrencyCode> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/publication> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/purchasingEntity> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/refundDiscrepancySet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/retailLocation> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/returnStatus> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/returns> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/risk> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/riskLevel> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/shippingLine> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/shopifyProtect> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/staffMember> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/suggestedRefund> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalCapturable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalCapturableSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalCashRoundingAdjustment> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalOutstandingSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalReceived> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalReceivedSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalRefunded> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalRefundedSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalRefundedShippingSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalShippingPrice> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalTipReceivedSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/transactionsCount> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Order Fulfilled Event
shopify:OrderFulfilledEvent
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/orderNumber> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/email> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/financialStatus> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/fulfillmentStatus> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/subtotalPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalTax> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalDiscounts> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalLineItemsPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/billingAddress> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/shippingAddress> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/customer> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/note> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/tags> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/cancelReason> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/cancelledAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/closedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/processedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/updatedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/adminGraphqlApiId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/sourceName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/gateway> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/test> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/confirmed> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/buyerAcceptsMarketing> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalWeight> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/token> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/appId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/browserIp> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/landingSite> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/referringSite> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/phone> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/subtotalPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalDiscountsSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalLineItemsPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalTaxSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalShippingPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currentTotalPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currentSubtotalPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currentTotalTax> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currentTotalDiscounts> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currentTotalPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currentSubtotalPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currentTotalTaxSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currentTotalDiscountsSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/presentmentCurrency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/processingMethod> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/clientDetails> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/taxesIncluded> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/orderStatusUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalTipReceived> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/number> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/confirmationNumber> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/billingAddressMatchesShippingAddress> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/canMarkAsPaid> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/canNotifyCustomer> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/capturable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/clientIp> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/closed> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currentSubtotalLineItemsQuantity> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currentTotalWeight> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/customerAcceptsMarketing> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/customerLocale> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/discountCode> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/dutiesIncluded> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/edited> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/estimatedTaxes> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/fulfillable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/fullyPaid> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/hasTimelineComment> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/landingPageDisplayText> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/landingPageUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/legacyResourceId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/merchantEditable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/merchantEditableErrors> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/poNumber> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/referralCode> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/referrerDisplayText> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/referrerUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/refundable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/registeredSourceUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/requiresShipping> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/restockable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/sourceIdentifier> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/statusPageUrl> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/subtotalLineItemsQuantity> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/taxExempt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/unpaid> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/agreements> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/app> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/cancellation> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/cartDiscountAmount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/cartDiscountAmountSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/channel> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/channelInformation> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currencyCode> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currentCartDiscountAmountSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currentShippingPriceSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currentTotalAdditionalFeesSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currentTotalDutiesSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/customerJourney> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/customerJourneySummary> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/displayAddress> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/displayFinancialStatus> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/displayFulfillmentStatus> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/events> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/exchangeV2s> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/fulfillmentOrders> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/fulfillmentsCount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/localizationExtensions> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/localizedFields> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/merchantBusinessEntity> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/merchantOfRecordApp> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/metafield> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/metafieldDefinitions> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/netPayment> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/netPaymentSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/nonFulfillableLineItems> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/originalTotalAdditionalFeesSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/originalTotalDutiesSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/originalTotalPriceSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/paymentCollectionDetails> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/paymentTerms> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/physicalLocation> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/presentmentCurrencyCode> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/publication> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/purchasingEntity> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/refundDiscrepancySet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/retailLocation> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/returnStatus> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/returns> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/risk> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/riskLevel> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/shippingLine> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/shopifyProtect> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/staffMember> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/suggestedRefund> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalCapturable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalCapturableSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalCashRoundingAdjustment> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalOutstandingSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalReceived> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalReceivedSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalRefunded> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalRefundedSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalRefundedShippingSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalShippingPrice> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalTipReceivedSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/transactionsCount> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Order Paid Event
shopify:OrderPaidEvent
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/orderNumber> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/email> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/financialStatus> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/fulfillmentStatus> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/subtotalPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalTax> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalDiscounts> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalLineItemsPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/billingAddress> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/shippingAddress> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/customer> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/note> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/tags> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/cancelReason> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/cancelledAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/closedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/processedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/updatedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/adminGraphqlApiId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/sourceName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/gateway> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/test> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/confirmed> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/buyerAcceptsMarketing> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalWeight> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/token> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/appId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/browserIp> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/landingSite> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/referringSite> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/phone> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/subtotalPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalDiscountsSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalLineItemsPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalTaxSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalShippingPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currentTotalPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currentSubtotalPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currentTotalTax> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currentTotalDiscounts> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currentTotalPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currentSubtotalPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currentTotalTaxSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currentTotalDiscountsSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/presentmentCurrency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/processingMethod> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/clientDetails> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/taxesIncluded> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/orderStatusUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalTipReceived> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/number> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/confirmationNumber> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/billingAddressMatchesShippingAddress> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/canMarkAsPaid> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/canNotifyCustomer> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/capturable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/clientIp> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/closed> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currentSubtotalLineItemsQuantity> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currentTotalWeight> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/customerAcceptsMarketing> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/customerLocale> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/discountCode> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/dutiesIncluded> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/edited> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/estimatedTaxes> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/fulfillable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/fullyPaid> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/hasTimelineComment> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/landingPageDisplayText> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/landingPageUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/legacyResourceId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/merchantEditable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/merchantEditableErrors> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/poNumber> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/referralCode> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/referrerDisplayText> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/referrerUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/refundable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/registeredSourceUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/requiresShipping> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/restockable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/sourceIdentifier> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/statusPageUrl> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/subtotalLineItemsQuantity> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/taxExempt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/unpaid> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/agreements> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/app> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/cancellation> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/cartDiscountAmount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/cartDiscountAmountSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/channel> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/channelInformation> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currencyCode> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currentCartDiscountAmountSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currentShippingPriceSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currentTotalAdditionalFeesSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currentTotalDutiesSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/customerJourney> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/customerJourneySummary> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/displayAddress> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/displayFinancialStatus> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/displayFulfillmentStatus> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/events> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/exchangeV2s> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/fulfillmentOrders> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/fulfillmentsCount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/localizationExtensions> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/localizedFields> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/merchantBusinessEntity> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/merchantOfRecordApp> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/metafield> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/metafieldDefinitions> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/netPayment> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/netPaymentSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/nonFulfillableLineItems> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/originalTotalAdditionalFeesSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/originalTotalDutiesSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/originalTotalPriceSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/paymentCollectionDetails> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/paymentTerms> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/physicalLocation> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/presentmentCurrencyCode> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/publication> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/purchasingEntity> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/refundDiscrepancySet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/retailLocation> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/returnStatus> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/returns> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/risk> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/riskLevel> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/shippingLine> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/shopifyProtect> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/staffMember> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/suggestedRefund> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalCapturable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalCapturableSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalCashRoundingAdjustment> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalOutstandingSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalReceived> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalReceivedSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalRefunded> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalRefundedSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalRefundedShippingSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalShippingPrice> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalTipReceivedSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/transactionsCount> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Order Partially Fulfilled Event
shopify:OrderPartiallyFulfilledEvent
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/orderNumber> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/email> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/financialStatus> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/fulfillmentStatus> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/subtotalPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalTax> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalDiscounts> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalLineItemsPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/billingAddress> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/shippingAddress> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/customer> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/note> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/tags> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/cancelReason> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/cancelledAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/closedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/processedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/updatedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/adminGraphqlApiId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/sourceName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/gateway> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/test> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/confirmed> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/buyerAcceptsMarketing> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalWeight> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/token> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/appId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/browserIp> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/landingSite> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/referringSite> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/phone> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/subtotalPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalDiscountsSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalLineItemsPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalTaxSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalShippingPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currentTotalPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currentSubtotalPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currentTotalTax> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currentTotalDiscounts> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currentTotalPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currentSubtotalPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currentTotalTaxSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currentTotalDiscountsSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/presentmentCurrency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/processingMethod> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/clientDetails> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/taxesIncluded> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/orderStatusUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalTipReceived> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/number> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/confirmationNumber> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/billingAddressMatchesShippingAddress> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/canMarkAsPaid> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/canNotifyCustomer> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/capturable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/clientIp> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/closed> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currentSubtotalLineItemsQuantity> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currentTotalWeight> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/customerAcceptsMarketing> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/customerLocale> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/discountCode> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/dutiesIncluded> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/edited> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/estimatedTaxes> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/fulfillable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/fullyPaid> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/hasTimelineComment> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/landingPageDisplayText> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/landingPageUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/legacyResourceId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/merchantEditable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/merchantEditableErrors> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/poNumber> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/referralCode> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/referrerDisplayText> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/referrerUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/refundable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/registeredSourceUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/requiresShipping> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/restockable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/sourceIdentifier> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/statusPageUrl> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/subtotalLineItemsQuantity> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/taxExempt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/unpaid> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/agreements> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/app> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/cancellation> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/cartDiscountAmount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/cartDiscountAmountSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/channel> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/channelInformation> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currencyCode> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currentCartDiscountAmountSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currentShippingPriceSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currentTotalAdditionalFeesSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currentTotalDutiesSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/customerJourney> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/customerJourneySummary> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/displayAddress> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/displayFinancialStatus> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/displayFulfillmentStatus> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/events> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/exchangeV2s> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/fulfillmentOrders> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/fulfillmentsCount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/localizationExtensions> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/localizedFields> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/merchantBusinessEntity> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/merchantOfRecordApp> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/metafield> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/metafieldDefinitions> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/netPayment> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/netPaymentSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/nonFulfillableLineItems> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/originalTotalAdditionalFeesSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/originalTotalDutiesSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/originalTotalPriceSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/paymentCollectionDetails> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/paymentTerms> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/physicalLocation> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/presentmentCurrencyCode> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/publication> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/purchasingEntity> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/refundDiscrepancySet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/retailLocation> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/returnStatus> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/returns> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/risk> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/riskLevel> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/shippingLine> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/shopifyProtect> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/staffMember> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/suggestedRefund> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalCapturable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalCapturableSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalCashRoundingAdjustment> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalOutstandingSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalReceived> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalReceivedSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalRefunded> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalRefundedSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalRefundedShippingSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalShippingPrice> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalTipReceivedSet> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/transactionsCount> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Customer Created Event
shopify:CustomerCreatedEvent
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/email> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/firstName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/lastName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/phone> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/defaultAddress> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/ordersCount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/totalSpent> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/state> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/verifiedEmail> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/emailMarketingConsent> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/smsMarketingConsent> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/tags> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/note> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/taxExempt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/currency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/acceptsMarketing> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/acceptsMarketingUpdatedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/marketingOptInLevel> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/multipassIdentifier> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/lastOrder> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/lastOrderName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/updatedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/adminGraphqlApiId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/canDelete> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/dataSaleOptOut> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/displayName> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/hasTimelineComment> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/legacyResourceId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/lifetimeDuration> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/locale> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/numberOfOrders> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/unsubscribeUrl> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/validEmailAddress> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/addressesV2> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/amountSpent> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/defaultEmailAddress> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/defaultPhoneNumber> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/events> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/image> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/market> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/mergeable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/metafield> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/metafieldDefinitions> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/orders> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/paymentMethods> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/productSubscriberStatus> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/statistics> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/storeCreditAccounts> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/subscriptionContracts> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Customer Updated Event
shopify:CustomerUpdatedEvent
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/email> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/firstName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/lastName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/phone> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/defaultAddress> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/ordersCount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/totalSpent> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/state> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/verifiedEmail> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/emailMarketingConsent> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/smsMarketingConsent> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/tags> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/note> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/taxExempt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/currency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/acceptsMarketing> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/acceptsMarketingUpdatedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/marketingOptInLevel> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/multipassIdentifier> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/lastOrder> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/lastOrderName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/updatedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/adminGraphqlApiId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/canDelete> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/dataSaleOptOut> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/displayName> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/hasTimelineComment> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/legacyResourceId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/lifetimeDuration> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/locale> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/numberOfOrders> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/unsubscribeUrl> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/validEmailAddress> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/addressesV2> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/amountSpent> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/defaultEmailAddress> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/defaultPhoneNumber> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/events> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/image> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/market> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/mergeable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/metafield> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/metafieldDefinitions> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/orders> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/paymentMethods> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/productSubscriberStatus> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/statistics> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/storeCreditAccounts> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/subscriptionContracts> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Customer Deleted Event
shopify:CustomerDeletedEvent
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDeletedEvent/id> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Customer Enabled Event
shopify:CustomerEnabledEvent
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/email> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/firstName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/lastName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/phone> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/defaultAddress> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/ordersCount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/totalSpent> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/state> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/verifiedEmail> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/emailMarketingConsent> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/smsMarketingConsent> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/tags> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/note> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/taxExempt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/currency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/acceptsMarketing> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/acceptsMarketingUpdatedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/marketingOptInLevel> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/multipassIdentifier> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/lastOrder> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/lastOrderName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/updatedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/adminGraphqlApiId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/canDelete> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/dataSaleOptOut> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/displayName> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/hasTimelineComment> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/legacyResourceId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/lifetimeDuration> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/locale> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/numberOfOrders> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/unsubscribeUrl> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/validEmailAddress> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/addressesV2> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/amountSpent> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/defaultEmailAddress> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/defaultPhoneNumber> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/events> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/image> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/market> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/mergeable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/metafield> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/metafieldDefinitions> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/orders> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/paymentMethods> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/productSubscriberStatus> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/statistics> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/storeCreditAccounts> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/subscriptionContracts> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Customer Disabled Event
shopify:CustomerDisabledEvent
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/email> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/firstName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/lastName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/phone> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/defaultAddress> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/ordersCount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/totalSpent> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/state> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/verifiedEmail> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/emailMarketingConsent> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/smsMarketingConsent> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/tags> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/note> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/taxExempt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/currency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/acceptsMarketing> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/acceptsMarketingUpdatedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/marketingOptInLevel> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/multipassIdentifier> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/lastOrder> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/lastOrderName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/updatedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/adminGraphqlApiId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/canDelete> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/dataSaleOptOut> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/displayName> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/hasTimelineComment> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/legacyResourceId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/lifetimeDuration> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/locale> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/numberOfOrders> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/unsubscribeUrl> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/validEmailAddress> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/addressesV2> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/amountSpent> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/defaultEmailAddress> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/defaultPhoneNumber> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/events> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/image> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/market> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/mergeable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/metafield> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/metafieldDefinitions> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/orders> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/paymentMethods> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/productSubscriberStatus> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/statistics> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/storeCreditAccounts> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/subscriptionContracts> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Fulfillment Created Event
shopify:FulfillmentCreatedEvent
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/order> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/status> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/trackingCompany> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/trackingNumber> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/trackingUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/shipmentStatus> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/location> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/notifyCustomer> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/service> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/receipt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/updatedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/originAddress> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/adminGraphqlApiId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/deliveredAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/estimatedDeliveryAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/inTransitAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/legacyResourceId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/requiresShipping> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/totalQuantity> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/displayStatus> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/events> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/fulfillmentLineItems> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/fulfillmentOrders> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Fulfillment Updated Event
shopify:FulfillmentUpdatedEvent
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/order> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/status> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/trackingCompany> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/trackingNumber> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/trackingUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/shipmentStatus> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/location> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/notifyCustomer> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/service> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/receipt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/updatedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/originAddress> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/adminGraphqlApiId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/deliveredAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/estimatedDeliveryAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/inTransitAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/legacyResourceId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/requiresShipping> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/totalQuantity> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/displayStatus> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/events> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/fulfillmentLineItems> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/fulfillmentOrders> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Inventory Item Created Event
shopify:InventoryItemCreatedEvent
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/sku> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/cost> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/countryCodeOfOrigin> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/provinceCodeOfOrigin> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/harmonizedSystemCode> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/tracked> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/requiresShipping> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/updatedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/adminGraphqlApiId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/duplicateSkuCount> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/inventoryHistoryUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/legacyResourceId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/inventoryLevel> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/inventoryLevels> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/locationsCount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/measurement> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/trackedEditable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/unitCost> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/variant> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Inventory Item Updated Event
shopify:InventoryItemUpdatedEvent
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/sku> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/cost> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/countryCodeOfOrigin> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/provinceCodeOfOrigin> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/harmonizedSystemCode> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/tracked> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/requiresShipping> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/updatedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/adminGraphqlApiId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/duplicateSkuCount> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/inventoryHistoryUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/legacyResourceId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/inventoryLevel> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/inventoryLevels> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/locationsCount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/measurement> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/trackedEditable> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/unitCost> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/variant> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Inventory Item Deleted Event
shopify:InventoryItemDeletedEvent
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemDeletedEvent/id> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Inventory Level Updated Event
shopify:InventoryLevelUpdatedEvent
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelUpdatedEvent/inventoryItem> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelUpdatedEvent/location> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelUpdatedEvent/available> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelUpdatedEvent/updatedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelUpdatedEvent/adminGraphqlApiId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelUpdatedEvent/canDeactivate> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelUpdatedEvent/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelUpdatedEvent/deactivationAlert> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelUpdatedEvent/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelUpdatedEvent/item> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelUpdatedEvent/scheduledChanges> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Inventory Level Connected Event
shopify:InventoryLevelConnectedEvent
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelConnectedEvent/inventoryItem> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelConnectedEvent/location> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelConnectedEvent/available> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelConnectedEvent/updatedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelConnectedEvent/adminGraphqlApiId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelConnectedEvent/canDeactivate> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelConnectedEvent/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelConnectedEvent/deactivationAlert> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelConnectedEvent/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelConnectedEvent/item> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelConnectedEvent/scheduledChanges> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Inventory Level Disconnected Event
shopify:InventoryLevelDisconnectedEvent
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelDisconnectedEvent/inventoryItem> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelDisconnectedEvent/location> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelDisconnectedEvent/available> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelDisconnectedEvent/updatedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelDisconnectedEvent/adminGraphqlApiId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelDisconnectedEvent/canDeactivate> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelDisconnectedEvent/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelDisconnectedEvent/deactivationAlert> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelDisconnectedEvent/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelDisconnectedEvent/item> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelDisconnectedEvent/scheduledChanges> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Draft Order Created Event
shopify:DraftOrderCreatedEvent
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/order> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/customer> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/email> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/shippingAddress> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/billingAddress> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/note> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/tags> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/taxExempt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/shippingLine> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/subtotalPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/totalPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/totalTax> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/currency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/status> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/invoiceUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/invoiceSentAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/appliedDiscount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/taxesIncluded> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/completedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/updatedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/adminGraphqlApiId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/paymentTerms> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/presentmentCurrency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/totalPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/subtotalPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/totalTaxSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/totalShippingPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/totalLineItemsPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/totalDiscountsSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/totalAdditionalFeesSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/totalDutiesSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/amountDueNowSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/amountDueLaterSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/acceptAutomaticDiscounts> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/allVariantPricesOverridden> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/allowDiscountCodesInCheckout> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/anyVariantPricesOverridden> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/billingAddressMatchesShippingAddress> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/defaultCursor> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/discountCodes> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/hasTimelineComment> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/invoiceEmailTemplateSubject> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/legacyResourceId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/marketName> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/marketRegionCountryCode> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/note2> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/phone> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/poNumber> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/ready> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/reserveInventoryUntil> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/totalQuantityOfLineItems> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/totalWeight> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/transformerFingerprint> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/visibleToCustomer> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/currencyCode> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/events> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/lineItemsSubtotalPrice> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/localizationExtensions> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/localizedFields> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/metafield> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/metafields> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/presentmentCurrencyCode> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/purchasingEntity> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/totalShippingPrice> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Draft Order Updated Event
shopify:DraftOrderUpdatedEvent
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/order> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/customer> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/email> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/shippingAddress> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/billingAddress> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/note> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/tags> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/taxExempt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/shippingLine> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/subtotalPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/totalPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/totalTax> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/currency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/status> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/invoiceUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/invoiceSentAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/appliedDiscount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/taxesIncluded> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/completedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/updatedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/adminGraphqlApiId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/paymentTerms> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/presentmentCurrency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/totalPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/subtotalPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/totalTaxSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/totalShippingPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/totalLineItemsPriceSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/totalDiscountsSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/totalAdditionalFeesSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/totalDutiesSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/amountDueNowSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/amountDueLaterSet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/acceptAutomaticDiscounts> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/allVariantPricesOverridden> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/allowDiscountCodesInCheckout> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/anyVariantPricesOverridden> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/billingAddressMatchesShippingAddress> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/defaultCursor> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/discountCodes> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/hasTimelineComment> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/invoiceEmailTemplateSubject> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/legacyResourceId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/marketName> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/marketRegionCountryCode> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/note2> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/phone> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/poNumber> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/ready> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/reserveInventoryUntil> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/totalQuantityOfLineItems> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/totalWeight> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/transformerFingerprint> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/visibleToCustomer> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/currencyCode> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/events> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/lineItemsSubtotalPrice> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/localizationExtensions> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/localizedFields> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/metafield> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/metafields> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/presentmentCurrencyCode> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/purchasingEntity> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/totalShippingPrice> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Draft Order Deleted Event
shopify:DraftOrderDeletedEvent
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderDeletedEvent/id> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Collection Created Event
shopify:CollectionCreatedEvent
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CollectionCreatedEvent/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CollectionCreatedEvent/title> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CollectionCreatedEvent/handle> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Collection Updated Event
shopify:CollectionUpdatedEvent
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CollectionUpdatedEvent/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CollectionUpdatedEvent/title> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CollectionUpdatedEvent/handle> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Collection Deleted Event
shopify:CollectionDeletedEvent
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CollectionDeletedEvent/id> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Theme Published Event
shopify:ThemePublishedEvent
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemePublishedEvent/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemePublishedEvent/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemePublishedEvent/role> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemePublishedEvent/previewable> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemePublishedEvent/processing> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemePublishedEvent/src> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemePublishedEvent/themeStoreId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemePublishedEvent/createdAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemePublishedEvent/updatedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemePublishedEvent/adminGraphqlApiId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Theme Updated Event
shopify:ThemeUpdatedEvent
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemeUpdatedEvent/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemeUpdatedEvent/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemeUpdatedEvent/role> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemeUpdatedEvent/previewable> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemeUpdatedEvent/processing> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemeUpdatedEvent/src> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemeUpdatedEvent/themeStoreId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemeUpdatedEvent/createdAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemeUpdatedEvent/updatedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemeUpdatedEvent/adminGraphqlApiId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Theme Deleted Event
shopify:ThemeDeletedEvent
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemeDeletedEvent/id> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: App Uninstalled Event
shopify:AppUninstalledEvent
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.AppUninstalledEvent/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.AppUninstalledEvent/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.AppUninstalledEvent/email> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.AppUninstalledEvent/domain> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.AppUninstalledEvent/myshopifyDomain> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: App Scopes Update Event
shopify:AppScopesUpdateEvent
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.AppScopesUpdateEvent/id> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Customer Data Request Event
shopify:CustomerDataRequestEvent
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDataRequestEvent/shopId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDataRequestEvent/shopDomain> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDataRequestEvent/customer> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDataRequestEvent/dataRequest> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Customer Redact Event
shopify:CustomerRedactEvent
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerRedactEvent/shopId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerRedactEvent/shopDomain> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerRedactEvent/customer> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Shop Redact Event
shopify:ShopRedactEvent
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ShopRedactEvent/shopId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ShopRedactEvent/shopDomain> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Draft Order Invoice
<https://relay.inferal.com/ontology/shopify/inline/Shopify.DraftOrderInvoiceRequest/draftOrderInvoice>
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderInvoiceRequest.draftOrderInvoice/to> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderInvoiceRequest.draftOrderInvoice/from> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderInvoiceRequest.draftOrderInvoice/subject> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderInvoiceRequest.draftOrderInvoice/customMessage> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Draft Order Invoice
<https://relay.inferal.com/ontology/shopify/inline/Shopify.DraftOrderInvoiceResponse/draftOrderInvoice>
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderInvoiceResponse.draftOrderInvoice/to> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderInvoiceResponse.draftOrderInvoice/from> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderInvoiceResponse.draftOrderInvoice/subject> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderInvoiceResponse.draftOrderInvoice/customMessage> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Customer
<https://relay.inferal.com/ontology/shopify/inline/Shopify.Events.CustomerDataRequestEvent/customer>
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDataRequestEvent.customer/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDataRequestEvent.customer/email> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDataRequestEvent.customer/phone> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Data Request
<https://relay.inferal.com/ontology/shopify/inline/Shopify.Events.CustomerDataRequestEvent/dataRequest>
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDataRequestEvent.dataRequest/id> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Customer
<https://relay.inferal.com/ontology/shopify/inline/Shopify.Events.CustomerRedactEvent/customer>
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerRedactEvent.customer/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerRedactEvent.customer/email> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerRedactEvent.customer/phone> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for property: metafield identifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/metafieldIdentifier>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: namespace
<https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/namespace>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: key
<https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/key>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: value
<https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/value>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: type
<https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: owner id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/ownerId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: owner resource
<https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/ownerResource>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/adminGraphqlApiId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: compare digest
<https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/compareDigest>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: json value
<https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/jsonValue>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/legacyResourceId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: graphql id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/graphqlId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: definition
<https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/definition>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: owner
<https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/owner>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: owner type
<https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/ownerType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: reference
<https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/reference>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: references
<https://relay.inferal.com/ontology/shopify/property/Shopify.Metafield/references>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: src
<https://relay.inferal.com/ontology/shopify/property/Shopify.Image/src>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: alt
<https://relay.inferal.com/ontology/shopify/property/Shopify.Image/alt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: width
<https://relay.inferal.com/ontology/shopify/property/Shopify.Image/width>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: height
<https://relay.inferal.com/ontology/shopify/property/Shopify.Image/height>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Image/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: alt text
<https://relay.inferal.com/ontology/shopify/property/Shopify.Image/altText>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Image/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: original src
<https://relay.inferal.com/ontology/shopify/property/Shopify.Image/originalSrc>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: transformed src
<https://relay.inferal.com/ontology/shopify/property/Shopify.Image/transformedSrc>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Image/url>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.Image/metafield>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Image/metafields>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: first name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Address/firstName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: last name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Address/lastName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: company
<https://relay.inferal.com/ontology/shopify/property/Shopify.Address/company>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: address1
<https://relay.inferal.com/ontology/shopify/property/Shopify.Address/address1>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: address2
<https://relay.inferal.com/ontology/shopify/property/Shopify.Address/address2>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: city
<https://relay.inferal.com/ontology/shopify/property/Shopify.Address/city>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: province
<https://relay.inferal.com/ontology/shopify/property/Shopify.Address/province>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country
<https://relay.inferal.com/ontology/shopify/property/Shopify.Address/country>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: zip
<https://relay.inferal.com/ontology/shopify/property/Shopify.Address/zip>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.Address/phone>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Address/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: province code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Address/provinceCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Address/countryCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Address/countryName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: latitude
<https://relay.inferal.com/ontology/shopify/property/Shopify.Address/latitude>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: longitude
<https://relay.inferal.com/ontology/shopify/property/Shopify.Address/longitude>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: coordinates validated
<https://relay.inferal.com/ontology/shopify/property/Shopify.Address/coordinatesValidated>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country code v2
<https://relay.inferal.com/ontology/shopify/property/Shopify.Address/countryCodeV2>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: formatted
<https://relay.inferal.com/ontology/shopify/property/Shopify.Address/formatted>
  a owl:DatatypeProperty .

# OWL axioms for property: formatted area
<https://relay.inferal.com/ontology/shopify/property/Shopify.Address/formattedArea>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: time zone
<https://relay.inferal.com/ontology/shopify/property/Shopify.Address/timeZone>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: validation result summary
<https://relay.inferal.com/ontology/shopify/property/Shopify.Address/validationResultSummary>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shop money
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceSet/shopMoney>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: presentment money
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceSet/presentmentMoney>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.Money/amount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Money/currencyCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: field
<https://relay.inferal.com/ontology/shopify/property/Shopify.UserError/field>
  a owl:DatatypeProperty .

# OWL axioms for property: message
<https://relay.inferal.com/ontology/shopify/property/Shopify.UserError/message>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: errors
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyError/errors>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: key
<https://relay.inferal.com/ontology/shopify/property/Shopify.Attribute/key>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: value
<https://relay.inferal.com/ontology/shopify/property/Shopify.Attribute/value>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: key
<https://relay.inferal.com/ontology/shopify/property/Shopify.Translation/key>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: locale
<https://relay.inferal.com/ontology/shopify/property/Shopify.Translation/locale>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: market
<https://relay.inferal.com/ontology/shopify/property/Shopify.Translation/market>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: outdated
<https://relay.inferal.com/ontology/shopify/property/Shopify.Translation/outdated>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Translation/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: value
<https://relay.inferal.com/ontology/shopify/property/Shopify.Translation/value>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: key
<https://relay.inferal.com/ontology/shopify/property/Shopify.TypedAttribute/key>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: value
<https://relay.inferal.com/ontology/shopify/property/Shopify.TypedAttribute/value>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/title>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: body html
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/bodyHtml>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: vendor
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/vendor>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product type
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/productType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: handle
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/handle>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/tags>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: template suffix
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/templateSuffix>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: published scope
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/publishedScope>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: published at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/publishedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/adminGraphqlApiId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: variants
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/variants>
  a owl:ObjectProperty .

# OWL axioms for property: options
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/options>
  a owl:ObjectProperty .

# OWL axioms for property: images
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/images>
  a owl:ObjectProperty .

# OWL axioms for property: image
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/image>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/metafields>
  a owl:ObjectProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description plain summary
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/descriptionPlainSummary>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom product type
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/customProductType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: default cursor
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/defaultCursor>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: gift card template suffix
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/giftCardTemplateSuffix>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: has only default variant
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/hasOnlyDefaultVariant>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: has out of stock variants
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/hasOutOfStockVariants>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: has variants that requires components
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/hasVariantsThatRequiresComponents>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is gift card
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/isGiftCard>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: requires selling plan
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/requiresSellingPlan>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tracks inventory
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/tracksInventory>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total inventory
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/totalInventory>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total variants
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/totalVariants>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/legacyResourceId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: online store preview url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/onlineStorePreviewUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: online store url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/onlineStoreUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: storefront id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/storefrontId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: available publications count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/availablePublicationsCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: graphql body html
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/graphqlBodyHtml>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: bundle components
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/bundleComponents>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: category
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/category>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: collections
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/collections>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: combined listing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/combinedListing>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: combined listing role
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/combinedListingRole>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: compare at price range
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/compareAtPriceRange>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: contextual pricing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/contextualPricing>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/events>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: featured image
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/featuredImage>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: featured media
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/featuredMedia>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: feedback
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/feedback>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: in collection
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/inCollection>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: media
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/media>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: media count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/mediaCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/metafield>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield definitions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/metafieldDefinitions>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: price range
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/priceRange>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: price range v2
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/priceRangeV2>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product category
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/productCategory>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product publications
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/productPublications>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: publication count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/publicationCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: publications
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/publications>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: published in context
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/publishedInContext>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: published on channel
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/publishedOnChannel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: published on current channel
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/publishedOnCurrentChannel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: published on current publication
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/publishedOnCurrentPublication>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: published on publication
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/publishedOnPublication>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: resource publication on current publication
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/resourcePublicationOnCurrentPublication>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: resource publications
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/resourcePublications>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: resource publications count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/resourcePublicationsCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: resource publications v2
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/resourcePublicationsV2>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: restricted for resource
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/restrictedForResource>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: selling plan group count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/sellingPlanGroupCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: selling plan groups
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/sellingPlanGroups>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: selling plan groups count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/sellingPlanGroupsCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: seo
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/seo>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: standardized product type
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/standardizedProductType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: translations
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/translations>
  a owl:ObjectProperty .

# OWL axioms for property: unpublished channels
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/unpublishedChannels>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: unpublished publications
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/unpublishedPublications>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: variants count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Product/variantsCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/product>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/title>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: price
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/price>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: compare at price
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/compareAtPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: sku
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/sku>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: position
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/position>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: inventory policy
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/inventoryPolicy>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillment service
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/fulfillmentService>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: inventory management
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/inventoryManagement>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: option1
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/option1>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: option2
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/option2>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: option3
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/option3>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: taxable
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/taxable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: barcode
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/barcode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: grams
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/grams>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: weight
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/weight>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: weight unit
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/weightUnit>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: inventory item
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/inventoryItem>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: inventory quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/inventoryQuantity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: old inventory quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/oldInventoryQuantity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: requires shipping
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/requiresShipping>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax code
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/taxCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: image
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/image>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: presentment prices
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/presentmentPrices>
  a owl:ObjectProperty .

# OWL axioms for property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/adminGraphqlApiId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: available for sale
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/availableForSale>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: default cursor
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/defaultCursor>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: display name
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/displayName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/legacyResourceId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: requires components
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/requiresComponents>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: sellable online quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/sellableOnlineQuantity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: selling plan group count
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/sellingPlanGroupCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: storefront id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/storefrontId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: contextual pricing
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/contextualPricing>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: delivery profile
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/deliveryProfile>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/events>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: media
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/media>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/metafield>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield definitions
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/metafieldDefinitions>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/metafields>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product variant components
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/productVariantComponents>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: selected options
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/selectedOptions>
  a owl:ObjectProperty .

# OWL axioms for property: selling plan groups
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/sellingPlanGroups>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: selling plan groups count
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/sellingPlanGroupsCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: translations
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/translations>
  a owl:ObjectProperty .

# OWL axioms for property: unit price measurement
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariant/unitPriceMeasurement>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.SelectedOption/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: option value
<https://relay.inferal.com/ontology/shopify/property/Shopify.SelectedOption/optionValue>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: value
<https://relay.inferal.com/ontology/shopify/property/Shopify.SelectedOption/value>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: has variants
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductOptionValue/hasVariants>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductOptionValue/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: linked metafield value
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductOptionValue/linkedMetafieldValue>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductOptionValue/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: swatch
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductOptionValue/swatch>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: translations
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductOptionValue/translations>
  a owl:ObjectProperty .

# OWL axioms for property: option identifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductOption/optionIdentifier>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductOption/product>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductOption/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: position
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductOption/position>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: values
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductOption/values>
  a owl:DatatypeProperty .

# OWL axioms for property: linked metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductOption/linkedMetafield>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: option values
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductOption/optionValues>
  a owl:ObjectProperty .

# OWL axioms for property: translations
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductOption/translations>
  a owl:ObjectProperty .

# OWL axioms for property: graphql id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductOption/graphqlId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductImage/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductImage/product>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: position
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductImage/position>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: alt
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductImage/alt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: width
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductImage/width>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: height
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductImage/height>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: src
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductImage/src>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: variants
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductImage/variants>
  a owl:ObjectProperty .

# OWL axioms for property: attachment
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductImage/attachment>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: filename
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductImage/filename>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductImage/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductImage/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductImage/adminGraphqlApiId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: sku
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/sku>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cost
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/cost>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country code of origin
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/countryCodeOfOrigin>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: province code of origin
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/provinceCodeOfOrigin>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: harmonized system code
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/harmonizedSystemCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tracked
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/tracked>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: requires shipping
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/requiresShipping>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country harmonized system codes
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/countryHarmonizedSystemCodes>
  a owl:ObjectProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/adminGraphqlApiId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: duplicate sku count
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/duplicateSkuCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: inventory history url
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/inventoryHistoryUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/legacyResourceId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: inventory level
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/inventoryLevel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: inventory levels
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/inventoryLevels>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: locations count
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/locationsCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: measurement
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/measurement>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tracked editable
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/trackedEditable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: unit cost
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/unitCost>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: variant
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItem/variant>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: harmonized system code
<https://relay.inferal.com/ontology/shopify/property/Shopify.CountryHarmonizedSystemCode/harmonizedSystemCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country code
<https://relay.inferal.com/ontology/shopify/property/Shopify.CountryHarmonizedSystemCode/countryCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product taxonomy node
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductCategory/productTaxonomyNode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ancestor ids
<https://relay.inferal.com/ontology/shopify/property/Shopify.TaxonomyCategory/ancestorIds>
  a owl:DatatypeProperty .

# OWL axioms for property: attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.TaxonomyCategory/attributes>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: children ids
<https://relay.inferal.com/ontology/shopify/property/Shopify.TaxonomyCategory/childrenIds>
  a owl:DatatypeProperty .

# OWL axioms for property: full name
<https://relay.inferal.com/ontology/shopify/property/Shopify.TaxonomyCategory/fullName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.TaxonomyCategory/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is archived
<https://relay.inferal.com/ontology/shopify/property/Shopify.TaxonomyCategory/isArchived>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is leaf
<https://relay.inferal.com/ontology/shopify/property/Shopify.TaxonomyCategory/isLeaf>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is root
<https://relay.inferal.com/ontology/shopify/property/Shopify.TaxonomyCategory/isRoot>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: level
<https://relay.inferal.com/ontology/shopify/property/Shopify.TaxonomyCategory/level>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.TaxonomyCategory/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: parent id
<https://relay.inferal.com/ontology/shopify/property/Shopify.TaxonomyCategory/parentId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: price
<https://relay.inferal.com/ontology/shopify/property/Shopify.TaxLine/price>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: rate
<https://relay.inferal.com/ontology/shopify/property/Shopify.TaxLine/rate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.TaxLine/title>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.TaxLine/priceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: channel liable
<https://relay.inferal.com/ontology/shopify/property/Shopify.TaxLine/channelLiable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: rate percentage
<https://relay.inferal.com/ontology/shopify/property/Shopify.TaxLine/ratePercentage>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: source
<https://relay.inferal.com/ontology/shopify/property/Shopify.TaxLine/source>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: code
<https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountCode/code>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountCode/amount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: type
<https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountCode/type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/title>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: price
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/price>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: code
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/code>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: source
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/source>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discounted price
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/discountedPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: carrier identifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/carrierIdentifier>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/taxLines>
  a owl:ObjectProperty .

# OWL axioms for property: price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/priceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discounted price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/discountedPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discount allocations
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/discountAllocations>
  a owl:ObjectProperty .

# OWL axioms for property: custom
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/custom>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: delivery category
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/deliveryCategory>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is removed
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/isRemoved>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/phone>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shipping rate handle
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/shippingRateHandle>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current discounted price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/currentDiscountedPriceSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: original price
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/originalPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: original price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/originalPriceSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: requested fulfillment service
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingLine/requestedFulfillmentService>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountAllocation/amount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discount application index
<https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountAllocation/discountApplicationIndex>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: allocated amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountAllocation/allocatedAmount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: allocated amount set
<https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountAllocation/allocatedAmountSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discount application
<https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountAllocation/discountApplication>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.NoteAttribute/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: value
<https://relay.inferal.com/ontology/shopify/property/Shopify.NoteAttribute/value>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: type
<https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountApplication/type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: value
<https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountApplication/value>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: value type
<https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountApplication/valueType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: allocation method
<https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountApplication/allocationMethod>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: target selection
<https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountApplication/targetSelection>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: target type
<https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountApplication/targetType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountApplication/title>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountApplication/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: code
<https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountApplication/code>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: index
<https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountApplication/index>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: browser ip
<https://relay.inferal.com/ontology/shopify/property/Shopify.ClientDetails/browserIp>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: accept language
<https://relay.inferal.com/ontology/shopify/property/Shopify.ClientDetails/acceptLanguage>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: user agent
<https://relay.inferal.com/ontology/shopify/property/Shopify.ClientDetails/userAgent>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: session hash
<https://relay.inferal.com/ontology/shopify/property/Shopify.ClientDetails/sessionHash>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: browser width
<https://relay.inferal.com/ontology/shopify/property/Shopify.ClientDetails/browserWidth>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: browser height
<https://relay.inferal.com/ontology/shopify/property/Shopify.ClientDetails/browserHeight>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: variant
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/variant>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/title>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/quantity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: price
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/price>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: sku
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/sku>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: vendor
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/vendor>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillment service
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/fulfillmentService>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/product>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: requires shipping
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/requiresShipping>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: taxable
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/taxable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: gift card
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/giftCard>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: variant title
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/variantTitle>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: properties
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/properties>
  a owl:ObjectProperty .

# OWL axioms for property: fulfillable quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/fulfillableQuantity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillment status
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/fulfillmentStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/taxLines>
  a owl:ObjectProperty .

# OWL axioms for property: discount allocations
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/discountAllocations>
  a owl:ObjectProperty .

# OWL axioms for property: total discount
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/totalDiscount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: grams
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/grams>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/currentQuantity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/priceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total discount set
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/totalDiscountSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: graphql id
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/graphqlId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: can restock
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/canRestock>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: contract
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/contract>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/customAttributes>
  a owl:ObjectProperty .

# OWL axioms for property: discounted total
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/discountedTotal>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discounted total set
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/discountedTotalSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discounted unit price
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/discountedUnitPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discounted unit price after all discounts set
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/discountedUnitPriceAfterAllDiscountsSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discounted unit price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/discountedUnitPriceSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: duties
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/duties>
  a owl:ObjectProperty .

# OWL axioms for property: image
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/image>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is gift card
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/isGiftCard>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: line item group
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/lineItemGroup>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: merchant editable
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/merchantEditable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: non fulfillable quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/nonFulfillableQuantity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: original total
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/originalTotal>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: original total set
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/originalTotalSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: original unit price
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/originalUnitPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: original unit price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/originalUnitPriceSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: refundable quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/refundableQuantity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: restockable
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/restockable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: selling plan
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/sellingPlan>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: staff member
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/staffMember>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: unfulfilled discounted total
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/unfulfilledDiscountedTotal>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: unfulfilled discounted total set
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/unfulfilledDiscountedTotalSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: unfulfilled original total
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/unfulfilledOriginalTotal>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: unfulfilled original total set
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/unfulfilledOriginalTotalSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: unfulfilled quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderLineItem/unfulfilledQuantity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country code of origin
<https://relay.inferal.com/ontology/shopify/property/Shopify.Duty/countryCodeOfOrigin>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: harmonized system code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Duty/harmonizedSystemCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Duty/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Duty/price>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Duty/taxLines>
  a owl:ObjectProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/orderNumber>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/email>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: financial status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/financialStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillment status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/fulfillmentStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: subtotal price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/subtotalPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total tax
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalTax>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total discounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalDiscounts>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total line items price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalLineItemsPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/lineItems>
  a owl:ObjectProperty .

# OWL axioms for property: billing address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/billingAddress>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shipping address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/shippingAddress>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/customer>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discount codes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/discountCodes>
  a owl:ObjectProperty .

# OWL axioms for property: tax lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/taxLines>
  a owl:ObjectProperty .

# OWL axioms for property: shipping lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/shippingLines>
  a owl:ObjectProperty .

# OWL axioms for property: note
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/note>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/tags>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cancel reason
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/cancelReason>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cancelled at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/cancelledAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: closed at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/closedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: processed at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/processedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/adminGraphqlApiId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: source name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/sourceName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: gateway
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/gateway>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: test
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/test>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: confirmed
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/confirmed>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: buyer accepts marketing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/buyerAcceptsMarketing>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total weight
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalWeight>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: token
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/token>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: app id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/appId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: browser ip
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/browserIp>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: landing site
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/landingSite>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: referring site
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/referringSite>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/phone>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discount applications
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/discountApplications>
  a owl:ObjectProperty .

# OWL axioms for property: note attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/noteAttributes>
  a owl:ObjectProperty .

# OWL axioms for property: fulfillments
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/fulfillments>
  a owl:ObjectProperty .

# OWL axioms for property: refunds
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/refunds>
  a owl:ObjectProperty .

# OWL axioms for property: total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: subtotal price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/subtotalPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total discounts set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalDiscountsSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total line items price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalLineItemsPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total tax set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalTaxSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total shipping price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalShippingPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currentTotalPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current subtotal price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currentSubtotalPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total tax
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currentTotalTax>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total discounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currentTotalDiscounts>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currentTotalPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current subtotal price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currentSubtotalPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total tax set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currentTotalTaxSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total discounts set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currentTotalDiscountsSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: presentment currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/presentmentCurrency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: payment gateway names
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/paymentGatewayNames>
  a owl:DatatypeProperty .

# OWL axioms for property: processing method
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/processingMethod>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: client details
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/clientDetails>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: taxes included
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/taxesIncluded>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order status url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/orderStatusUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total tip received
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalTipReceived>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/number>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: confirmation number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/confirmationNumber>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/metafields>
  a owl:ObjectProperty .

# OWL axioms for property: billing address matches shipping address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/billingAddressMatchesShippingAddress>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: can mark as paid
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/canMarkAsPaid>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: can notify customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/canNotifyCustomer>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: capturable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/capturable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: client ip
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/clientIp>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: closed
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/closed>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current subtotal line items quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currentSubtotalLineItemsQuantity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total weight
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currentTotalWeight>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customer accepts marketing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/customerAcceptsMarketing>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customer locale
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/customerLocale>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discount code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/discountCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: duties included
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/dutiesIncluded>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: edited
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/edited>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: estimated taxes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/estimatedTaxes>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/fulfillable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fully paid
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/fullyPaid>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: has timeline comment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/hasTimelineComment>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: landing page display text
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/landingPageDisplayText>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: landing page url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/landingPageUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/legacyResourceId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: merchant editable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/merchantEditable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: merchant editable errors
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/merchantEditableErrors>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: po number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/poNumber>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: referral code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/referralCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: referrer display text
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/referrerDisplayText>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: referrer url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/referrerUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: refundable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/refundable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: registered source url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/registeredSourceUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: requires shipping
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/requiresShipping>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: restockable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/restockable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: source identifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/sourceIdentifier>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status page url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/statusPageUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: subtotal line items quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/subtotalLineItemsQuantity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax exempt
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/taxExempt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: unpaid
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/unpaid>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: additional fees
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/additionalFees>
  a owl:ObjectProperty .

# OWL axioms for property: agreements
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/agreements>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: alerts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/alerts>
  a owl:ObjectProperty .

# OWL axioms for property: app
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/app>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cancellation
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/cancellation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cart discount amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/cartDiscountAmount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cart discount amount set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/cartDiscountAmountSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: channel
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/channel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: channel information
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/channelInformation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currencyCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current cart discount amount set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currentCartDiscountAmountSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current shipping price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currentShippingPriceSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current tax lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currentTaxLines>
  a owl:ObjectProperty .

# OWL axioms for property: current total additional fees set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currentTotalAdditionalFeesSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total duties set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/currentTotalDutiesSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/customAttributes>
  a owl:ObjectProperty .

# OWL axioms for property: customer journey
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/customerJourney>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customer journey summary
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/customerJourneySummary>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: display address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/displayAddress>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: display financial status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/displayFinancialStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: display fulfillment status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/displayFulfillmentStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: disputes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/disputes>
  a owl:ObjectProperty .

# OWL axioms for property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/events>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: exchange v2s
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/exchangeV2s>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillment orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/fulfillmentOrders>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillments count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/fulfillmentsCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: localization extensions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/localizationExtensions>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: localized fields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/localizedFields>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: merchant business entity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/merchantBusinessEntity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: merchant of record app
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/merchantOfRecordApp>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/metafield>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield definitions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/metafieldDefinitions>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: net payment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/netPayment>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: net payment set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/netPaymentSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: non fulfillable line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/nonFulfillableLineItems>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: original total additional fees set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/originalTotalAdditionalFeesSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: original total duties set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/originalTotalDutiesSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: original total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/originalTotalPriceSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: payment collection details
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/paymentCollectionDetails>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: payment terms
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/paymentTerms>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: physical location
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/physicalLocation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: presentment currency code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/presentmentCurrencyCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: publication
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/publication>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: purchasing entity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/purchasingEntity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: refund discrepancy set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/refundDiscrepancySet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: retail location
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/retailLocation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: return status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/returnStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: returns
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/returns>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: risk
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/risk>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: risk level
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/riskLevel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: risks
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/risks>
  a owl:ObjectProperty .

# OWL axioms for property: shipping line
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/shippingLine>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shopify protect
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/shopifyProtect>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: staff member
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/staffMember>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: suggested refund
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/suggestedRefund>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total capturable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalCapturable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total capturable set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalCapturableSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total cash rounding adjustment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalCashRoundingAdjustment>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total outstanding set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalOutstandingSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total received
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalReceived>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total received set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalReceivedSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total refunded
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalRefunded>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total refunded set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalRefundedSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total refunded shipping set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalRefundedShippingSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total shipping price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalShippingPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total tip received set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/totalTipReceivedSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: transactions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/transactions>
  a owl:ObjectProperty .

# OWL axioms for property: transactions count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Order/transactionsCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/email>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: first name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/firstName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: last name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/lastName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/phone>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: addresses
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/addresses>
  a owl:ObjectProperty .

# OWL axioms for property: default address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/defaultAddress>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: orders count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/ordersCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total spent
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/totalSpent>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: state
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/state>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: verified email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/verifiedEmail>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: email marketing consent
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/emailMarketingConsent>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: sms marketing consent
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/smsMarketingConsent>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/tags>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: note
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/note>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax exempt
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/taxExempt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax exemptions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/taxExemptions>
  a owl:DatatypeProperty .

# OWL axioms for property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/currency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: accepts marketing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/acceptsMarketing>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: accepts marketing updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/acceptsMarketingUpdatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: marketing opt in level
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/marketingOptInLevel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: multipass identifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/multipassIdentifier>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: last order
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/lastOrder>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: last order name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/lastOrderName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/adminGraphqlApiId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/metafields>
  a owl:ObjectProperty .

# OWL axioms for property: can delete
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/canDelete>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: data sale opt out
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/dataSaleOptOut>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: display name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/displayName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: has timeline comment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/hasTimelineComment>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/legacyResourceId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: lifetime duration
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/lifetimeDuration>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: locale
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/locale>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: number of orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/numberOfOrders>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: unsubscribe url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/unsubscribeUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: valid email address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/validEmailAddress>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: addresses v2
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/addressesV2>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: amount spent
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/amountSpent>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: company contact profiles
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/companyContactProfiles>
  a owl:ObjectProperty .

# OWL axioms for property: default email address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/defaultEmailAddress>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: default phone number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/defaultPhoneNumber>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/events>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: image
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/image>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: market
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/market>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: mergeable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/mergeable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/metafield>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield definitions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/metafieldDefinitions>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/orders>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: payment methods
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/paymentMethods>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product subscriber status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/productSubscriberStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: statistics
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/statistics>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: store credit accounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/storeCreditAccounts>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: subscription contracts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Customer/subscriptionContracts>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/customer>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: first name
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/firstName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: last name
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/lastName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: company
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/company>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: address1
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/address1>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: address2
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/address2>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: city
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/city>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: province
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/province>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/country>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: zip
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/zip>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/phone>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: province code
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/provinceCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country code
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/countryCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country name
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/countryName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: default
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/default>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: coordinates validated
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/coordinatesValidated>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country code v2
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/countryCodeV2>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: formatted
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/formatted>
  a owl:DatatypeProperty .

# OWL axioms for property: formatted area
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/formattedArea>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: latitude
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/latitude>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: longitude
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/longitude>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: time zone
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/timeZone>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: validation result summary
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddress/validationResultSummary>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: state
<https://relay.inferal.com/ontology/shopify/property/Shopify.EmailMarketingConsent/state>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: opt in level
<https://relay.inferal.com/ontology/shopify/property/Shopify.EmailMarketingConsent/optInLevel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: consent updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.EmailMarketingConsent/consentUpdatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: marketing opt in level
<https://relay.inferal.com/ontology/shopify/property/Shopify.EmailMarketingConsent/marketingOptInLevel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: marketing state
<https://relay.inferal.com/ontology/shopify/property/Shopify.EmailMarketingConsent/marketingState>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: source location
<https://relay.inferal.com/ontology/shopify/property/Shopify.EmailMarketingConsent/sourceLocation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: state
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmsMarketingConsent/state>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: opt in level
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmsMarketingConsent/optInLevel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: consent updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmsMarketingConsent/consentUpdatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: consent collected from
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmsMarketingConsent/consentCollectedFrom>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: marketing opt in level
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmsMarketingConsent/marketingOptInLevel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: marketing state
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmsMarketingConsent/marketingState>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: source location
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmsMarketingConsent/sourceLocation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: company
<https://relay.inferal.com/ontology/shopify/property/Shopify.CompanyContact/company>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.CompanyContact/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.CompanyContact/customer>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: draft orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.CompanyContact/draftOrders>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.CompanyContact/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is main contact
<https://relay.inferal.com/ontology/shopify/property/Shopify.CompanyContact/isMainContact>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: lifetime duration
<https://relay.inferal.com/ontology/shopify/property/Shopify.CompanyContact/lifetimeDuration>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: locale
<https://relay.inferal.com/ontology/shopify/property/Shopify.CompanyContact/locale>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.CompanyContact/orders>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: role assignments
<https://relay.inferal.com/ontology/shopify/property/Shopify.CompanyContact/roleAssignments>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.CompanyContact/title>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.CompanyContact/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/order>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tracking company
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/trackingCompany>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tracking number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/trackingNumber>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tracking numbers
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/trackingNumbers>
  a owl:DatatypeProperty .

# OWL axioms for property: tracking url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/trackingUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tracking urls
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/trackingUrls>
  a owl:DatatypeProperty .

# OWL axioms for property: line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/lineItems>
  a owl:ObjectProperty .

# OWL axioms for property: shipment status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/shipmentStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: location
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/location>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: notify customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/notifyCustomer>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: service
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/service>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: receipt
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/receipt>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: origin address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/originAddress>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/adminGraphqlApiId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: delivered at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/deliveredAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: estimated delivery at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/estimatedDeliveryAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: in transit at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/inTransitAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/legacyResourceId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: requires shipping
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/requiresShipping>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/totalQuantity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: display status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/displayStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/events>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillment line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/fulfillmentLineItems>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillment orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/fulfillmentOrders>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tracking info
<https://relay.inferal.com/ontology/shopify/property/Shopify.Fulfillment/trackingInfo>
  a owl:ObjectProperty .

# OWL axioms for property: company
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentTrackingInfo/company>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: number
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentTrackingInfo/number>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: url
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentTrackingInfo/url>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/orderId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: note
<https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/note>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: restock
<https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/restock>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: user id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/userId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: refund line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/refundLineItems>
  a owl:ObjectProperty .

# OWL axioms for property: transactions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/transactions>
  a owl:ObjectProperty .

# OWL axioms for property: order adjustments
<https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/orderAdjustments>
  a owl:ObjectProperty .

# OWL axioms for property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/legacyResourceId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: duties
<https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/duties>
  a owl:ObjectProperty .

# OWL axioms for property: order
<https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/order>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: refund shipping lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/refundShippingLines>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: return
<https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/return>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: staff member
<https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/staffMember>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total refunded
<https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/totalRefunded>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total refunded set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Refund/totalRefundedSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.RefundLineItem/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: line item id
<https://relay.inferal.com/ontology/shopify/property/Shopify.RefundLineItem/lineItemId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: line item
<https://relay.inferal.com/ontology/shopify/property/Shopify.RefundLineItem/lineItem>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.RefundLineItem/quantity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: restock type
<https://relay.inferal.com/ontology/shopify/property/Shopify.RefundLineItem/restockType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: subtotal
<https://relay.inferal.com/ontology/shopify/property/Shopify.RefundLineItem/subtotal>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total tax
<https://relay.inferal.com/ontology/shopify/property/Shopify.RefundLineItem/totalTax>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: location id
<https://relay.inferal.com/ontology/shopify/property/Shopify.RefundLineItem/locationId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: restocked
<https://relay.inferal.com/ontology/shopify/property/Shopify.RefundLineItem/restocked>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: location
<https://relay.inferal.com/ontology/shopify/property/Shopify.RefundLineItem/location>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: price
<https://relay.inferal.com/ontology/shopify/property/Shopify.RefundLineItem/price>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.RefundLineItem/priceSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: subtotal set
<https://relay.inferal.com/ontology/shopify/property/Shopify.RefundLineItem/subtotalSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total tax set
<https://relay.inferal.com/ontology/shopify/property/Shopify.RefundLineItem/totalTaxSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order id
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/orderId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: kind
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/kind>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: gateway
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/gateway>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: message
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/message>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/amount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/currency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: test
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/test>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: authorization
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/authorization>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: parent id
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/parentId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: error code
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/errorCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: account number
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/accountNumber>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: authorization code
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/authorizationCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: authorization expires at
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/authorizationExpiresAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: formatted gateway
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/formattedGateway>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: manual payment gateway
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/manualPaymentGateway>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: manually capturable
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/manuallyCapturable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: multi capturable
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/multiCapturable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: payment id
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/paymentId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: processed at
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/processedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: receipt json
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/receiptJson>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: amount rounding set
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/amountRoundingSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: amount set
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/amountSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: amount v2
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/amountV2>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fees
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/fees>
  a owl:ObjectProperty .

# OWL axioms for property: maximum refundable
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/maximumRefundable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: maximum refundable v2
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/maximumRefundableV2>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/order>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: parent transaction
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/parentTransaction>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: payment details
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/paymentDetails>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: payment icon
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/paymentIcon>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: payment method
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/paymentMethod>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: settlement currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/settlementCurrency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: settlement currency rate
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/settlementCurrencyRate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shopify payments set
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/shopifyPaymentsSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total unsettled
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/totalUnsettled>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total unsettled set
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/totalUnsettledSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total unsettled v2
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/totalUnsettledV2>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: user
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderTransaction/user>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.TransactionFee/amount>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: flat fee
<https://relay.inferal.com/ontology/shopify/property/Shopify.TransactionFee/flatFee>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: flat fee name
<https://relay.inferal.com/ontology/shopify/property/Shopify.TransactionFee/flatFeeName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.TransactionFee/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: rate
<https://relay.inferal.com/ontology/shopify/property/Shopify.TransactionFee/rate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: rate name
<https://relay.inferal.com/ontology/shopify/property/Shopify.TransactionFee/rateName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.TransactionFee/taxAmount>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: type
<https://relay.inferal.com/ontology/shopify/property/Shopify.TransactionFee/type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderAdjustment/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order id
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderAdjustment/orderId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: refund id
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderAdjustment/refundId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderAdjustment/amount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderAdjustment/taxAmount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: kind
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderAdjustment/kind>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: reason
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderAdjustment/reason>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: amount set
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderAdjustment/amountSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax amount set
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderAdjustment/taxAmountSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: amount set
<https://relay.inferal.com/ontology/shopify/property/Shopify.RefundDuty/amountSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: original duty
<https://relay.inferal.com/ontology/shopify/property/Shopify.RefundDuty/originalDuty>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.AdditionalFee/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.AdditionalFee/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: price
<https://relay.inferal.com/ontology/shopify/property/Shopify.AdditionalFee/price>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.AdditionalFee/taxLines>
  a owl:ObjectProperty .

# OWL axioms for property: actions
<https://relay.inferal.com/ontology/shopify/property/Shopify.ResourceAlert/actions>
  a owl:DatatypeProperty .

# OWL axioms for property: content
<https://relay.inferal.com/ontology/shopify/property/Shopify.ResourceAlert/content>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: dismissible handle
<https://relay.inferal.com/ontology/shopify/property/Shopify.ResourceAlert/dismissibleHandle>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: icon
<https://relay.inferal.com/ontology/shopify/property/Shopify.ResourceAlert/icon>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: severity
<https://relay.inferal.com/ontology/shopify/property/Shopify.ResourceAlert/severity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.ResourceAlert/title>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderDisputeSummary/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: initiated as
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderDisputeSummary/initiatedAs>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderDisputeSummary/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderRisk/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order id
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderRisk/orderId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: message
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderRisk/message>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: recommendation
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderRisk/recommendation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: score
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderRisk/score>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: source
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderRisk/source>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cause cancel
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderRisk/causeCancel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: display
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderRisk/display>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: level
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderRisk/level>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: address1
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/address1>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: address2
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/address2>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: city
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/city>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: zip
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/zip>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: province
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/province>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/country>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/phone>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: province code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/provinceCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/countryCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/countryName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: active
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/active>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: legacy
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/legacy>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: localized country name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/localizedCountryName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: localized province name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/localizedProvinceName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/adminGraphqlApiId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: activatable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/activatable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: address verified
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/addressVerified>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: deactivatable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/deactivatable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: deactivated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/deactivatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: deletable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/deletable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfills online orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/fulfillsOnlineOrders>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: has active inventory
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/hasActiveInventory>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: has unfulfilled orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/hasUnfulfilledOrders>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is active
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/isActive>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is fulfillment service
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/isFulfillmentService>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is primary
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/isPrimary>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/legacyResourceId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ships inventory
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/shipsInventory>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/address>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillment service
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/fulfillmentService>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: inventory level
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/inventoryLevel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: inventory levels
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/inventoryLevels>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: local pickup settings v2
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/localPickupSettingsV2>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/metafield>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield definitions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/metafieldDefinitions>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/metafields>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: suggested addresses
<https://relay.inferal.com/ontology/shopify/property/Shopify.Location/suggestedAddresses>
  a owl:ObjectProperty .

# OWL axioms for property: address1
<https://relay.inferal.com/ontology/shopify/property/Shopify.LocationSuggestedAddress/address1>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: address2
<https://relay.inferal.com/ontology/shopify/property/Shopify.LocationSuggestedAddress/address2>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: city
<https://relay.inferal.com/ontology/shopify/property/Shopify.LocationSuggestedAddress/city>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country
<https://relay.inferal.com/ontology/shopify/property/Shopify.LocationSuggestedAddress/country>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country code
<https://relay.inferal.com/ontology/shopify/property/Shopify.LocationSuggestedAddress/countryCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: formatted
<https://relay.inferal.com/ontology/shopify/property/Shopify.LocationSuggestedAddress/formatted>
  a owl:DatatypeProperty .

# OWL axioms for property: province
<https://relay.inferal.com/ontology/shopify/property/Shopify.LocationSuggestedAddress/province>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: province code
<https://relay.inferal.com/ontology/shopify/property/Shopify.LocationSuggestedAddress/provinceCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: zip
<https://relay.inferal.com/ontology/shopify/property/Shopify.LocationSuggestedAddress/zip>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomCollection/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: handle
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomCollection/handle>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomCollection/title>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: body html
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomCollection/bodyHtml>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: published at
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomCollection/publishedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: sort order
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomCollection/sortOrder>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: template suffix
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomCollection/templateSuffix>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: image
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomCollection/image>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: published
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomCollection/published>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: published scope
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomCollection/publishedScope>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomCollection/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomCollection/adminGraphqlApiId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomCollection/metafields>
  a owl:ObjectProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollection/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: handle
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollection/handle>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollection/title>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: body html
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollection/bodyHtml>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: published at
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollection/publishedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: sort order
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollection/sortOrder>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: template suffix
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollection/templateSuffix>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: image
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollection/image>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: published
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollection/published>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: published scope
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollection/publishedScope>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: disjunctive
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollection/disjunctive>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: rules
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollection/rules>
  a owl:ObjectProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollection/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollection/adminGraphqlApiId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollection/metafields>
  a owl:ObjectProperty .

# OWL axioms for property: column
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollectionRule/column>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: relation
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollectionRule/relation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: condition
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollectionRule/condition>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Collect/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: collection id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Collect/collectionId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product
<https://relay.inferal.com/ontology/shopify/property/Shopify.Collect/product>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: position
<https://relay.inferal.com/ontology/shopify/property/Shopify.Collect/position>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: sort value
<https://relay.inferal.com/ontology/shopify/property/Shopify.Collect/sortValue>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Collect/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Collect/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: inventory item
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryLevel/inventoryItem>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: location
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryLevel/location>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: available
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryLevel/available>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryLevel/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryLevel/adminGraphqlApiId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: can deactivate
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryLevel/canDeactivate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryLevel/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: deactivation alert
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryLevel/deactivationAlert>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryLevel/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: item
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryLevel/item>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: quantities
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryLevel/quantities>
  a owl:ObjectProperty .

# OWL axioms for property: scheduled changes
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryLevel/scheduledChanges>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryQuantity/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryQuantity/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryQuantity/quantity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryQuantity/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/order>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: assigned location
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/assignedLocation>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: request status
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/requestStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/lineItems>
  a owl:ObjectProperty .

# OWL axioms for property: destination
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/destination>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfill at
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/fulfillAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfill by
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/fulfillBy>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: delivery method
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/deliveryMethod>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: embedded assigned location
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/embeddedAssignedLocation>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shop
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/shop>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillment holds
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/fulfillmentHolds>
  a owl:ObjectProperty .

# OWL axioms for property: supported actions
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/supportedActions>
  a owl:DatatypeProperty .

# OWL axioms for property: international duties
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/internationalDuties>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: channel id
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/channelId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order id
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/orderId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order name
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/orderName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order processed at
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/orderProcessedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillment orders for merge
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/fulfillmentOrdersForMerge>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillments
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/fulfillments>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: locations for move
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/locationsForMove>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: merchant requests
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrder/merchantRequests>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillment order line item identifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/fulfillmentOrderLineItemIdentifier>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shop
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/shop>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillment order
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/fulfillmentOrder>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: line item
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/lineItem>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: inventory item
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/inventoryItem>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/quantity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillable quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/fulfillableQuantity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: variant
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/variant>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: inventory item id
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/inventoryItemId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product title
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/productTitle>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: remaining quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/remainingQuantity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: requires shipping
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/requiresShipping>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: sku
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/sku>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/totalQuantity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: variant title
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/variantTitle>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: vendor
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/vendor>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: financial summaries
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/financialSummaries>
  a owl:ObjectProperty .

# OWL axioms for property: image
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/image>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: original unit price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/originalUnitPriceSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: warnings
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/warnings>
  a owl:ObjectProperty .

# OWL axioms for property: weight
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/weight>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: graphql id
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItem/graphqlId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: approximate discounted unit price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItemFinancialSummary/approximateDiscountedUnitPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discount allocations
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItemFinancialSummary/discountAllocations>
  a owl:DatatypeProperty .

# OWL axioms for property: original unit price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItemFinancialSummary/originalUnitPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItemFinancialSummary/quantity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItemWarning/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderLineItemWarning/title>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: destination identifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderDestination/destinationIdentifier>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: address1
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderDestination/address1>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: address2
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderDestination/address2>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: city
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderDestination/city>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: company
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderDestination/company>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderDestination/country>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: email
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderDestination/email>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: first name
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderDestination/firstName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: last name
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderDestination/lastName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderDestination/phone>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: province
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderDestination/province>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: zip
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderDestination/zip>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country code
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderDestination/countryCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: location
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderDestination/location>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: graphql id
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderDestination/graphqlId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: delivery method identifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.DeliveryMethod/deliveryMethodIdentifier>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: method type
<https://relay.inferal.com/ontology/shopify/property/Shopify.DeliveryMethod/methodType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: max delivery date time
<https://relay.inferal.com/ontology/shopify/property/Shopify.DeliveryMethod/maxDeliveryDateTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: min delivery date time
<https://relay.inferal.com/ontology/shopify/property/Shopify.DeliveryMethod/minDeliveryDateTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: presented name
<https://relay.inferal.com/ontology/shopify/property/Shopify.DeliveryMethod/presentedName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: service code
<https://relay.inferal.com/ontology/shopify/property/Shopify.DeliveryMethod/serviceCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: source reference
<https://relay.inferal.com/ontology/shopify/property/Shopify.DeliveryMethod/sourceReference>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: additional information
<https://relay.inferal.com/ontology/shopify/property/Shopify.DeliveryMethod/additionalInformation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: branded promise
<https://relay.inferal.com/ontology/shopify/property/Shopify.DeliveryMethod/brandedPromise>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: graphql id
<https://relay.inferal.com/ontology/shopify/property/Shopify.DeliveryMethod/graphqlId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: address1
<https://relay.inferal.com/ontology/shopify/property/Shopify.AssignedLocation/address1>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: address2
<https://relay.inferal.com/ontology/shopify/property/Shopify.AssignedLocation/address2>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: city
<https://relay.inferal.com/ontology/shopify/property/Shopify.AssignedLocation/city>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country code
<https://relay.inferal.com/ontology/shopify/property/Shopify.AssignedLocation/countryCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.AssignedLocation/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.AssignedLocation/phone>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: province
<https://relay.inferal.com/ontology/shopify/property/Shopify.AssignedLocation/province>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: zip
<https://relay.inferal.com/ontology/shopify/property/Shopify.AssignedLocation/zip>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/email>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: domain
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/domain>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: myshopify domain
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/myshopifyDomain>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shop owner
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/shopOwner>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/phone>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: address1
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/address1>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: city
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/city>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: province
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/province>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: province code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/provinceCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/country>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/countryCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/countryName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: zip
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/zip>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/currency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: money format
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/moneyFormat>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: money with currency format
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/moneyWithCurrencyFormat>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: timezone
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/timezone>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: iana timezone
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/ianaTimezone>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: plan name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/planName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: plan display name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/planDisplayName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: has storefront
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/hasStorefront>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: has discounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/hasDiscounts>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: has gift cards
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/hasGiftCards>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: weight unit
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/weightUnit>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: primary locale
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/primaryLocale>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: analytics token
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/analyticsToken>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: checkout api supported
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/checkoutApiSupported>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: contact email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/contactEmail>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: marketing sms consent enabled at checkout
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/marketingSmsConsentEnabledAtCheckout>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order number format prefix
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/orderNumberFormatPrefix>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order number format suffix
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/orderNumberFormatSuffix>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: publication count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/publicationCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: rich text editor url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/richTextEditorUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: setup required
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/setupRequired>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ships to countries
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/shipsToCountries>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shop owner name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/shopOwnerName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: storefront url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/storefrontUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax shipping
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/taxShipping>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: taxes included
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/taxesIncluded>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: timezone abbreviation
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/timezoneAbbreviation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: timezone offset
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/timezoneOffset>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: timezone offset minutes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/timezoneOffsetMinutes>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: transactional sms disabled
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/transactionalSmsDisabled>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/url>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: account owner
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/accountOwner>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: alerts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/alerts>
  a owl:ObjectProperty .

# OWL axioms for property: all product categories
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/allProductCategories>
  a owl:ObjectProperty .

# OWL axioms for property: all product categories list
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/allProductCategoriesList>
  a owl:ObjectProperty .

# OWL axioms for property: assigned fulfillment orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/assignedFulfillmentOrders>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: available channel apps
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/availableChannelApps>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: billing address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/billingAddress>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: channel definitions for installed channels
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/channelDefinitionsForInstalledChannels>
  a owl:ObjectProperty .

# OWL axioms for property: channels
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/channels>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: collections
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/collections>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: countries in shipping zones
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/countriesInShippingZones>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/currencyCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency formats
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/currencyFormats>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency settings
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/currencySettings>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customer accounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/customerAccounts>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customer accounts v2
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/customerAccountsV2>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customer tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/customerTags>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customers
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/customers>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: domains
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/domains>
  a owl:ObjectProperty .

# OWL axioms for property: draft order tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/draftOrderTags>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: draft orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/draftOrders>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: enabled presentment currencies
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/enabledPresentmentCurrencies>
  a owl:DatatypeProperty .

# OWL axioms for property: entitlements
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/entitlements>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: features
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/features>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillment orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/fulfillmentOrders>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillment services
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/fulfillmentServices>
  a owl:ObjectProperty .

# OWL axioms for property: inventory items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/inventoryItems>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: limited pending order count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/limitedPendingOrderCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: locations
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/locations>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: merchant approval signals
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/merchantApprovalSignals>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/metafield>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/metafields>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: navigation settings
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/navigationSettings>
  a owl:ObjectProperty .

# OWL axioms for property: order tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/orderTags>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/orders>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: payment settings
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/paymentSettings>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: plan
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/plan>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: primary domain
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/primaryDomain>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product images
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/productImages>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/productTags>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product types
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/productTypes>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product variants
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/productVariants>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product vendors
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/productVendors>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: products
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/products>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: resource limits
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/resourceLimits>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: search
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/search>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: search filters
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/searchFilters>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shop policies
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/shopPolicies>
  a owl:ObjectProperty .

# OWL axioms for property: staff members
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/staffMembers>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: storefront access tokens
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/storefrontAccessTokens>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: translations
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/translations>
  a owl:ObjectProperty .

# OWL axioms for property: unit system
<https://relay.inferal.com/ontology/shopify/property/Shopify.Shop/unitSystem>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: action
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopAlert/action>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopAlert/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: channel definitions
<https://relay.inferal.com/ontology/shopify/property/Shopify.AvailableChannelDefinitionsByChannel/channelDefinitions>
  a owl:DatatypeProperty .

# OWL axioms for property: channel name
<https://relay.inferal.com/ontology/shopify/property/Shopify.AvailableChannelDefinitionsByChannel/channelName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: host
<https://relay.inferal.com/ontology/shopify/property/Shopify.Domain/host>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Domain/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: localization
<https://relay.inferal.com/ontology/shopify/property/Shopify.Domain/localization>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: market web presence
<https://relay.inferal.com/ontology/shopify/property/Shopify.Domain/marketWebPresence>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ssl enabled
<https://relay.inferal.com/ontology/shopify/property/Shopify.Domain/sslEnabled>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Domain/url>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentService/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentService/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: handle
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentService/handle>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: callback url
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentService/callbackUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tracking support
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentService/trackingSupport>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: inventory management
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentService/inventoryManagement>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillment orders opt in
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentService/fulfillmentOrdersOptIn>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: permits sku sharing
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentService/permitsSkuSharing>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: requires shipping method
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentService/requiresShippingMethod>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: location
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentService/location>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentService/adminGraphqlApiId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: service name
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentService/serviceName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: type
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentService/type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.NavigationItem/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.NavigationItem/title>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: url
<https://relay.inferal.com/ontology/shopify/property/Shopify.NavigationItem/url>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: body
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopPolicy/body>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopPolicy/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopPolicy/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopPolicy/title>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: translations
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopPolicy/translations>
  a owl:ObjectProperty .

# OWL axioms for property: type
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopPolicy/type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopPolicy/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: url
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopPolicy/url>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/order>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/customer>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: email
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/email>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/lineItems>
  a owl:ObjectProperty .

# OWL axioms for property: shipping address
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/shippingAddress>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: billing address
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/billingAddress>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: note
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/note>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/tags>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax exempt
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/taxExempt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/taxLines>
  a owl:ObjectProperty .

# OWL axioms for property: shipping line
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/shippingLine>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: subtotal price
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/subtotalPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total price
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/totalPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total tax
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/totalTax>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/currency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: invoice url
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/invoiceUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: invoice sent at
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/invoiceSentAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: note attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/noteAttributes>
  a owl:ObjectProperty .

# OWL axioms for property: applied discount
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/appliedDiscount>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: taxes included
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/taxesIncluded>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: completed at
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/completedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/adminGraphqlApiId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: payment terms
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/paymentTerms>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: presentment currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/presentmentCurrency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/totalPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: subtotal price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/subtotalPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total tax set
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/totalTaxSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total shipping price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/totalShippingPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total line items price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/totalLineItemsPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total discounts set
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/totalDiscountsSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total additional fees set
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/totalAdditionalFeesSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total duties set
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/totalDutiesSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: amount due now set
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/amountDueNowSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: amount due later set
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/amountDueLaterSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: accept automatic discounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/acceptAutomaticDiscounts>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: all variant prices overridden
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/allVariantPricesOverridden>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: allow discount codes in checkout
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/allowDiscountCodesInCheckout>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: any variant prices overridden
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/anyVariantPricesOverridden>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: billing address matches shipping address
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/billingAddressMatchesShippingAddress>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: default cursor
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/defaultCursor>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discount codes
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/discountCodes>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: has timeline comment
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/hasTimelineComment>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: invoice email template subject
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/invoiceEmailTemplateSubject>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/legacyResourceId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: market name
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/marketName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: market region country code
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/marketRegionCountryCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: note2
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/note2>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/phone>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: po number
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/poNumber>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ready
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/ready>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: reserve inventory until
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/reserveInventoryUntil>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total quantity of line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/totalQuantityOfLineItems>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total weight
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/totalWeight>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: transformer fingerprint
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/transformerFingerprint>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: visible to customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/visibleToCustomer>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency code
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/currencyCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/customAttributes>
  a owl:ObjectProperty .

# OWL axioms for property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/events>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: line items subtotal price
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/lineItemsSubtotalPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: localization extensions
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/localizationExtensions>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: localized fields
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/localizedFields>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/metafield>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/metafields>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: platform discounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/platformDiscounts>
  a owl:ObjectProperty .

# OWL axioms for property: presentment currency code
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/presentmentCurrencyCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: purchasing entity
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/purchasingEntity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total shipping price
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/totalShippingPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: warnings
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrder/warnings>
  a owl:ObjectProperty .

# OWL axioms for property: draft order line item identifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/draftOrderLineItemIdentifier>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: variant
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/variant>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/product>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/title>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: variant title
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/variantTitle>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: price
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/price>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/quantity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: sku
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/sku>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: vendor
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/vendor>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: requires shipping
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/requiresShipping>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: taxable
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/taxable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: gift card
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/giftCard>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillment service
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/fulfillmentService>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: grams
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/grams>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/taxLines>
  a owl:ObjectProperty .

# OWL axioms for property: applied discount
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/appliedDiscount>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: properties
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/properties>
  a owl:ObjectProperty .

# OWL axioms for property: is custom
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/isCustom>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is gift card
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/isGiftCard>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: uuid
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/uuid>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: approximate discounted unit price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/approximateDiscountedUnitPriceSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: bundle components
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/bundleComponents>
  a owl:ObjectProperty .

# OWL axioms for property: components
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/components>
  a owl:ObjectProperty .

# OWL axioms for property: custom attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/customAttributes>
  a owl:ObjectProperty .

# OWL axioms for property: custom attributes v2
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/customAttributesV2>
  a owl:ObjectProperty .

# OWL axioms for property: discounted total
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/discountedTotal>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discounted total set
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/discountedTotalSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discounted unit price
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/discountedUnitPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discounted unit price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/discountedUnitPriceSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: image
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/image>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: original total
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/originalTotal>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: original total set
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/originalTotalSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: original unit price
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/originalUnitPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: original unit price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/originalUnitPriceSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: original unit price with currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/originalUnitPriceWithCurrency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: price override
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/priceOverride>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total discount
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/totalDiscount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total discount set
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/totalDiscountSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: weight
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/weight>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: graphql id
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderLineItem/graphqlId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderDiscount/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: value
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderDiscount/value>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: value type
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderDiscount/valueType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderDiscount/amount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderDiscount/title>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: amount set
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderDiscount/amountSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: amount v2
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderDiscount/amountV2>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: allocations
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderPlatformDiscount/allocations>
  a owl:DatatypeProperty .

# OWL axioms for property: automatic discount
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderPlatformDiscount/automaticDiscount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: bxgy discount
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderPlatformDiscount/bxgyDiscount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: code
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderPlatformDiscount/code>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discount class
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderPlatformDiscount/discountClass>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discount node
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderPlatformDiscount/discountNode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderPlatformDiscount/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: presentation level
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderPlatformDiscount/presentationLevel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: short summary
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderPlatformDiscount/shortSummary>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: summary
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderPlatformDiscount/summary>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderPlatformDiscount/title>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderPlatformDiscount/totalAmount>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total amount price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderPlatformDiscount/totalAmountPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: error code
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderWarning/errorCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: field
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderWarning/field>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: message
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderWarning/message>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: balance
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/balance>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/currency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: initial value
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/initialValue>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: code
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/code>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: last characters
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/lastCharacters>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: note
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/note>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/customer>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: expires on
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/expiresOn>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: template suffix
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/templateSuffix>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: disabled at
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/disabledAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: line item
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/lineItem>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: api client id
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/apiClientId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: user
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/user>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/order>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/adminGraphqlApiId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: deactivated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/deactivatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: enabled
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/enabled>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: masked code
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/maskedCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: recipient attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/recipientAttributes>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: transactions
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCard/transactions>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.User/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: first name
<https://relay.inferal.com/ontology/shopify/property/Shopify.User/firstName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: last name
<https://relay.inferal.com/ontology/shopify/property/Shopify.User/lastName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: email
<https://relay.inferal.com/ontology/shopify/property/Shopify.User/email>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.User/phone>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: bio
<https://relay.inferal.com/ontology/shopify/property/Shopify.User/bio>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: url
<https://relay.inferal.com/ontology/shopify/property/Shopify.User/url>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: im
<https://relay.inferal.com/ontology/shopify/property/Shopify.User/im>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: locale
<https://relay.inferal.com/ontology/shopify/property/Shopify.User/locale>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: account owner
<https://relay.inferal.com/ontology/shopify/property/Shopify.User/accountOwner>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: permissions
<https://relay.inferal.com/ontology/shopify/property/Shopify.User/permissions>
  a owl:DatatypeProperty .

# OWL axioms for property: user type
<https://relay.inferal.com/ontology/shopify/property/Shopify.User/userType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: receive announcements
<https://relay.inferal.com/ontology/shopify/property/Shopify.User/receiveAnnouncements>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: graphql id
<https://relay.inferal.com/ontology/shopify/property/Shopify.User/graphqlId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: account type
<https://relay.inferal.com/ontology/shopify/property/Shopify.User/accountType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: active
<https://relay.inferal.com/ontology/shopify/property/Shopify.User/active>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: avatar
<https://relay.inferal.com/ontology/shopify/property/Shopify.User/avatar>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: exists
<https://relay.inferal.com/ontology/shopify/property/Shopify.User/exists>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: initials
<https://relay.inferal.com/ontology/shopify/property/Shopify.User/initials>
  a owl:DatatypeProperty .

# OWL axioms for property: is shop owner
<https://relay.inferal.com/ontology/shopify/property/Shopify.User/isShopOwner>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.User/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: private data
<https://relay.inferal.com/ontology/shopify/property/Shopify.User/privateData>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/title>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: target type
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/targetType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: target selection
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/targetSelection>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: allocation method
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/allocationMethod>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: value type
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/valueType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: value
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/value>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customer selection
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/customerSelection>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: once per customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/oncePerCustomer>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: usage limit
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/usageLimit>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: starts at
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/startsAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ends at
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/endsAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: entitled products
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/entitledProducts>
  a owl:ObjectProperty .

# OWL axioms for property: entitled variants
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/entitledVariants>
  a owl:ObjectProperty .

# OWL axioms for property: entitled collection ids
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/entitledCollectionIds>
  a owl:DatatypeProperty .

# OWL axioms for property: entitled countries
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/entitledCountries>
  a owl:ObjectProperty .

# OWL axioms for property: prerequisite products
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/prerequisiteProducts>
  a owl:ObjectProperty .

# OWL axioms for property: prerequisite variants
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/prerequisiteVariants>
  a owl:ObjectProperty .

# OWL axioms for property: prerequisite collection ids
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/prerequisiteCollectionIds>
  a owl:DatatypeProperty .

# OWL axioms for property: prerequisite saved searches
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/prerequisiteSavedSearches>
  a owl:ObjectProperty .

# OWL axioms for property: prerequisite customers
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/prerequisiteCustomers>
  a owl:ObjectProperty .

# OWL axioms for property: prerequisite subtotal range
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/prerequisiteSubtotalRange>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: prerequisite quantity range
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/prerequisiteQuantityRange>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: prerequisite shipping price range
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/prerequisiteShippingPriceRange>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: prerequisite to entitlement quantity ratio
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/prerequisiteToEntitlementQuantityRatio>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: prerequisite to entitlement purchase
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/prerequisiteToEntitlementPurchase>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: allocation limit
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/allocationLimit>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/adminGraphqlApiId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: has timeline comment
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/hasTimelineComment>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/legacyResourceId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: summary
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/summary>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: usage count
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/usageCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: app
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/app>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: combines with
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/combinesWith>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discount class
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/discountClass>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discount classes
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/discountClasses>
  a owl:DatatypeProperty .

# OWL axioms for property: discount codes
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/discountCodes>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discount codes count
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/discountCodesCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: entitlement to prerequisite quantity ratio
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/entitlementToPrerequisiteQuantityRatio>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/events>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: features
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/features>
  a owl:DatatypeProperty .

# OWL axioms for property: item entitlements
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/itemEntitlements>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: item prerequisites
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/itemPrerequisites>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shareable urls
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/shareableUrls>
  a owl:ObjectProperty .

# OWL axioms for property: shipping entitlements
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/shippingEntitlements>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: target
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/target>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total sales
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/totalSales>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: traits
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/traits>
  a owl:DatatypeProperty .

# OWL axioms for property: validity period
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/validityPeriod>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: value v2
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRule/valueV2>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: greater than or equal to
<https://relay.inferal.com/ontology/shopify/property/Shopify.PrerequisiteRange/greaterThanOrEqualTo>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: less than or equal to
<https://relay.inferal.com/ontology/shopify/property/Shopify.PrerequisiteRange/lessThanOrEqualTo>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: greater than
<https://relay.inferal.com/ontology/shopify/property/Shopify.PrerequisiteRange/greaterThan>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: less than
<https://relay.inferal.com/ontology/shopify/property/Shopify.PrerequisiteRange/lessThan>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: prerequisite quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.QuantityRatio/prerequisiteQuantity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: entitled quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.QuantityRatio/entitledQuantity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: prerequisite amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.PurchaseRequirement/prerequisiteAmount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: target item image
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRuleShareableUrl/targetItemImage>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: target type
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRuleShareableUrl/targetType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRuleShareableUrl/title>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: url
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRuleShareableUrl/url>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Country/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Country/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Country/code>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Country/taxName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax
<https://relay.inferal.com/ontology/shopify/property/Shopify.Country/tax>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: provinces
<https://relay.inferal.com/ontology/shopify/property/Shopify.Country/provinces>
  a owl:ObjectProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Province/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country
<https://relay.inferal.com/ontology/shopify/property/Shopify.Province/country>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Province/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Province/code>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Province/taxName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax type
<https://relay.inferal.com/ontology/shopify/property/Shopify.Province/taxType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax
<https://relay.inferal.com/ontology/shopify/property/Shopify.Province/tax>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax percentage
<https://relay.inferal.com/ontology/shopify/property/Shopify.Province/taxPercentage>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shipping zone id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Province/shippingZoneId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerSavedSearch/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerSavedSearch/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: query
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerSavedSearch/query>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerSavedSearch/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerSavedSearch/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRuleDiscountCode/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: price rule
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRuleDiscountCode/priceRule>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: code
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRuleDiscountCode/code>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: usage count
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRuleDiscountCode/usageCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRuleDiscountCode/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRuleDiscountCode/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRuleDiscountCode/adminGraphqlApiId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: app
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRuleDiscountCode/app>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingZone/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingZone/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: countries
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingZone/countries>
  a owl:ObjectProperty .

# OWL axioms for property: price based shipping rates
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingZone/priceBasedShippingRates>
  a owl:ObjectProperty .

# OWL axioms for property: weight based shipping rates
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingZone/weightBasedShippingRates>
  a owl:ObjectProperty .

# OWL axioms for property: carrier shipping rate providers
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingZone/carrierShippingRateProviders>
  a owl:ObjectProperty .

# OWL axioms for property: shipping country identifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingCountry/shippingCountryIdentifier>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: code
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingCountry/code>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingCountry/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: provinces
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingCountry/provinces>
  a owl:ObjectProperty .

# OWL axioms for property: tax
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingCountry/tax>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax name
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingCountry/taxName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shipping province identifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingProvince/shippingProvinceIdentifier>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: code
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingProvince/code>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingProvince/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingProvince/tax>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax name
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingProvince/taxName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax type
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingProvince/taxType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax percentage
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingProvince/taxPercentage>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shipping zone
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingProvince/shippingZone>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingProvince/country>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: price based shipping rate identifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceBasedShippingRate/priceBasedShippingRateIdentifier>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceBasedShippingRate/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: price
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceBasedShippingRate/price>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: min order subtotal
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceBasedShippingRate/minOrderSubtotal>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: max order subtotal
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceBasedShippingRate/maxOrderSubtotal>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shipping zone
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceBasedShippingRate/shippingZone>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: weight based shipping rate identifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.WeightBasedShippingRate/weightBasedShippingRateIdentifier>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.WeightBasedShippingRate/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: price
<https://relay.inferal.com/ontology/shopify/property/Shopify.WeightBasedShippingRate/price>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: weight low
<https://relay.inferal.com/ontology/shopify/property/Shopify.WeightBasedShippingRate/weightLow>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: weight high
<https://relay.inferal.com/ontology/shopify/property/Shopify.WeightBasedShippingRate/weightHigh>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shipping zone
<https://relay.inferal.com/ontology/shopify/property/Shopify.WeightBasedShippingRate/shippingZone>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: carrier shipping rate provider identifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.CarrierShippingRateProvider/carrierShippingRateProviderIdentifier>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: carrier service id
<https://relay.inferal.com/ontology/shopify/property/Shopify.CarrierShippingRateProvider/carrierServiceId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: flat modifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.CarrierShippingRateProvider/flatModifier>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: percent modifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.CarrierShippingRateProvider/percentModifier>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: service filter
<https://relay.inferal.com/ontology/shopify/property/Shopify.CarrierShippingRateProvider/serviceFilter>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shipping zone
<https://relay.inferal.com/ontology/shopify/property/Shopify.CarrierShippingRateProvider/shippingZone>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.CarrierService/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.CarrierService/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: callback url
<https://relay.inferal.com/ontology/shopify/property/Shopify.CarrierService/callbackUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: service discovery
<https://relay.inferal.com/ontology/shopify/property/Shopify.CarrierService/serviceDiscovery>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: active
<https://relay.inferal.com/ontology/shopify/property/Shopify.CarrierService/active>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: carrier service type
<https://relay.inferal.com/ontology/shopify/property/Shopify.CarrierService/carrierServiceType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: format
<https://relay.inferal.com/ontology/shopify/property/Shopify.CarrierService/format>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.CarrierService/adminGraphqlApiId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Theme/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Theme/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: role
<https://relay.inferal.com/ontology/shopify/property/Shopify.Theme/role>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: previewable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Theme/previewable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: processing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Theme/processing>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: src
<https://relay.inferal.com/ontology/shopify/property/Shopify.Theme/src>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: theme store id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Theme/themeStoreId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Theme/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Theme/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Theme/adminGraphqlApiId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: key
<https://relay.inferal.com/ontology/shopify/property/Shopify.Asset/key>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: public url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Asset/publicUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: content type
<https://relay.inferal.com/ontology/shopify/property/Shopify.Asset/contentType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: size
<https://relay.inferal.com/ontology/shopify/property/Shopify.Asset/size>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: theme
<https://relay.inferal.com/ontology/shopify/property/Shopify.Asset/theme>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: value
<https://relay.inferal.com/ontology/shopify/property/Shopify.Asset/value>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: attachment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Asset/attachment>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: source key
<https://relay.inferal.com/ontology/shopify/property/Shopify.Asset/sourceKey>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: src
<https://relay.inferal.com/ontology/shopify/property/Shopify.Asset/src>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Asset/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Asset/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ScriptTag/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: src
<https://relay.inferal.com/ontology/shopify/property/Shopify.ScriptTag/src>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: event
<https://relay.inferal.com/ontology/shopify/property/Shopify.ScriptTag/event>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: display scope
<https://relay.inferal.com/ontology/shopify/property/Shopify.ScriptTag/displayScope>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cache
<https://relay.inferal.com/ontology/shopify/property/Shopify.ScriptTag/cache>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.ScriptTag/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.ScriptTag/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ScriptTag/adminGraphqlApiId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ScriptTag/legacyResourceId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Page/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.Page/title>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: body html
<https://relay.inferal.com/ontology/shopify/property/Shopify.Page/bodyHtml>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: handle
<https://relay.inferal.com/ontology/shopify/property/Shopify.Page/handle>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: author
<https://relay.inferal.com/ontology/shopify/property/Shopify.Page/author>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: template suffix
<https://relay.inferal.com/ontology/shopify/property/Shopify.Page/templateSuffix>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: published at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Page/publishedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: published
<https://relay.inferal.com/ontology/shopify/property/Shopify.Page/published>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shop
<https://relay.inferal.com/ontology/shopify/property/Shopify.Page/shop>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Page/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Page/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Page/adminGraphqlApiId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Page/metafields>
  a owl:ObjectProperty .

# OWL axioms for property: body
<https://relay.inferal.com/ontology/shopify/property/Shopify.Page/body>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: body summary
<https://relay.inferal.com/ontology/shopify/property/Shopify.Page/bodySummary>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: default cursor
<https://relay.inferal.com/ontology/shopify/property/Shopify.Page/defaultCursor>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is published
<https://relay.inferal.com/ontology/shopify/property/Shopify.Page/isPublished>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.Page/events>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.Page/metafield>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield definitions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Page/metafieldDefinitions>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: translations
<https://relay.inferal.com/ontology/shopify/property/Shopify.Page/translations>
  a owl:ObjectProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/title>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: handle
<https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/handle>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: commentable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/commentable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/tags>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: feedburner
<https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/feedburner>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: feedburner location
<https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/feedburnerLocation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: template suffix
<https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/templateSuffix>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/adminGraphqlApiId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/metafields>
  a owl:ObjectProperty .

# OWL axioms for property: articles
<https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/articles>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: articles count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/articlesCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: comment policy
<https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/commentPolicy>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/events>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: feed
<https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/feed>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/metafield>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield definitions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/metafieldDefinitions>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: translations
<https://relay.inferal.com/ontology/shopify/property/Shopify.Blog/translations>
  a owl:ObjectProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: blog
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/blog>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/title>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: body html
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/bodyHtml>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: author
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/author>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: handle
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/handle>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/tags>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: published at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/publishedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: published
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/published>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: summary html
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/summaryHtml>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: image
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/image>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: template suffix
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/templateSuffix>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: user
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/user>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/adminGraphqlApiId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/metafields>
  a owl:ObjectProperty .

# OWL axioms for property: body
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/body>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: default cursor
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/defaultCursor>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is published
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/isPublished>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: summary
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/summary>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: comments
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/comments>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: comments count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/commentsCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/events>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/metafield>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield definitions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/metafieldDefinitions>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: translations
<https://relay.inferal.com/ontology/shopify/property/Shopify.Article/translations>
  a owl:ObjectProperty .

# OWL axioms for property: src
<https://relay.inferal.com/ontology/shopify/property/Shopify.ArticleImage/src>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: alt
<https://relay.inferal.com/ontology/shopify/property/Shopify.ArticleImage/alt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: width
<https://relay.inferal.com/ontology/shopify/property/Shopify.ArticleImage/width>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: height
<https://relay.inferal.com/ontology/shopify/property/Shopify.ArticleImage/height>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.ArticleImage/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Webhook/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Webhook/address>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: topic
<https://relay.inferal.com/ontology/shopify/property/Shopify.Webhook/topic>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: format
<https://relay.inferal.com/ontology/shopify/property/Shopify.Webhook/format>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Webhook/fields>
  a owl:DatatypeProperty .

# OWL axioms for property: metafield namespaces
<https://relay.inferal.com/ontology/shopify/property/Shopify.Webhook/metafieldNamespaces>
  a owl:DatatypeProperty .

# OWL axioms for property: api version
<https://relay.inferal.com/ontology/shopify/property/Shopify.Webhook/apiVersion>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: private metafield namespaces
<https://relay.inferal.com/ontology/shopify/property/Shopify.Webhook/privateMetafieldNamespaces>
  a owl:DatatypeProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Webhook/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Webhook/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Webhook/adminGraphqlApiId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Currency/currency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: rate updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Currency/rateUpdatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: enabled
<https://relay.inferal.com/ontology/shopify/property/Shopify.Currency/enabled>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.Policy/title>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: body
<https://relay.inferal.com/ontology/shopify/property/Shopify.Policy/body>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Policy/url>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: handle
<https://relay.inferal.com/ontology/shopify/property/Shopify.Policy/handle>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Policy/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Policy/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Redirect/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: path
<https://relay.inferal.com/ontology/shopify/property/Shopify.Redirect/path>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: target
<https://relay.inferal.com/ontology/shopify/property/Shopify.Redirect/target>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Market/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Market/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: handle
<https://relay.inferal.com/ontology/shopify/property/Shopify.Market/handle>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: enabled
<https://relay.inferal.com/ontology/shopify/property/Shopify.Market/enabled>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: primary
<https://relay.inferal.com/ontology/shopify/property/Shopify.Market/primary>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: regions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Market/regions>
  a owl:ObjectProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Market/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Market/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: assigned customization
<https://relay.inferal.com/ontology/shopify/property/Shopify.Market/assignedCustomization>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalogs
<https://relay.inferal.com/ontology/shopify/property/Shopify.Market/catalogs>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalogs count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Market/catalogsCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: conditions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Market/conditions>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency settings
<https://relay.inferal.com/ontology/shopify/property/Shopify.Market/currencySettings>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.Market/metafield>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield definitions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Market/metafieldDefinitions>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Market/metafields>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: price inclusions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Market/priceInclusions>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: price list
<https://relay.inferal.com/ontology/shopify/property/Shopify.Market/priceList>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Market/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: type
<https://relay.inferal.com/ontology/shopify/property/Shopify.Market/type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: web presence
<https://relay.inferal.com/ontology/shopify/property/Shopify.Market/webPresence>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: web presences
<https://relay.inferal.com/ontology/shopify/property/Shopify.Market/webPresences>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: namespace
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/namespace>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: key
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/key>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: type
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/type>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: owner type
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/ownerType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: pinned position
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/pinnedPosition>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafields count
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/metafieldsCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: use as collection condition
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/useAsCollectionCondition>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: access
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/access>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: capabilities
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/capabilities>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: constraints
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/constraints>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/metafields>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: standard template
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/standardTemplate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: validation status
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/validationStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: validations
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinition/validations>
  a owl:ObjectProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinitionValidation/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: type
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinitionValidation/type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: value
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinitionValidation/value>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: api type
<https://relay.inferal.com/ontology/shopify/property/Shopify.DeprecatedApiCallEntry/apiType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/shopify/property/Shopify.DeprecatedApiCallEntry/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: documentation url
<https://relay.inferal.com/ontology/shopify/property/Shopify.DeprecatedApiCallEntry/documentationUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: endpoint
<https://relay.inferal.com/ontology/shopify/property/Shopify.DeprecatedApiCallEntry/endpoint>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: last call at
<https://relay.inferal.com/ontology/shopify/property/Shopify.DeprecatedApiCallEntry/lastCallAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: migration deadline
<https://relay.inferal.com/ontology/shopify/property/Shopify.DeprecatedApiCallEntry/migrationDeadline>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: graphql schema name
<https://relay.inferal.com/ontology/shopify/property/Shopify.DeprecatedApiCallEntry/graphqlSchemaName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: version
<https://relay.inferal.com/ontology/shopify/property/Shopify.DeprecatedApiCallEntry/version>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: data updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.DeprecatedApiCall/dataUpdatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: deprecated api calls
<https://relay.inferal.com/ontology/shopify/property/Shopify.DeprecatedApiCall/deprecatedApiCalls>
  a owl:ObjectProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Event/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: subject id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Event/subjectId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: subject type
<https://relay.inferal.com/ontology/shopify/property/Shopify.Event/subjectType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: verb
<https://relay.inferal.com/ontology/shopify/property/Shopify.Event/verb>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: arguments
<https://relay.inferal.com/ontology/shopify/property/Shopify.Event/arguments>
  a owl:DatatypeProperty .

# OWL axioms for property: body
<https://relay.inferal.com/ontology/shopify/property/Shopify.Event/body>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/shopify/property/Shopify.Event/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: path
<https://relay.inferal.com/ontology/shopify/property/Shopify.Event/path>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: message
<https://relay.inferal.com/ontology/shopify/property/Shopify.Event/message>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: author
<https://relay.inferal.com/ontology/shopify/property/Shopify.Event/author>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Event/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: action
<https://relay.inferal.com/ontology/shopify/property/Shopify.Event/action>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: app title
<https://relay.inferal.com/ontology/shopify/property/Shopify.Event/appTitle>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: attribute to app
<https://relay.inferal.com/ontology/shopify/property/Shopify.Event/attributeToApp>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: attribute to user
<https://relay.inferal.com/ontology/shopify/property/Shopify.Event/attributeToUser>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: critical alert
<https://relay.inferal.com/ontology/shopify/property/Shopify.Event/criticalAlert>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: collection id
<https://relay.inferal.com/ontology/shopify/property/Shopify.CollectionListing/collectionId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: body html
<https://relay.inferal.com/ontology/shopify/property/Shopify.CollectionListing/bodyHtml>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: default product image
<https://relay.inferal.com/ontology/shopify/property/Shopify.CollectionListing/defaultProductImage>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: handle
<https://relay.inferal.com/ontology/shopify/property/Shopify.CollectionListing/handle>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: image
<https://relay.inferal.com/ontology/shopify/property/Shopify.CollectionListing/image>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.CollectionListing/title>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: sort order
<https://relay.inferal.com/ontology/shopify/property/Shopify.CollectionListing/sortOrder>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: published at
<https://relay.inferal.com/ontology/shopify/property/Shopify.CollectionListing/publishedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.CollectionListing/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductListing/productId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: body html
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductListing/bodyHtml>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: handle
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductListing/handle>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductListing/title>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: variants
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductListing/variants>
  a owl:ObjectProperty .

# OWL axioms for property: images
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductListing/images>
  a owl:ObjectProperty .

# OWL axioms for property: published at
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductListing/publishedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductListing/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductListing/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: token
<https://relay.inferal.com/ontology/shopify/property/Shopify.Checkout/token>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cart token
<https://relay.inferal.com/ontology/shopify/property/Shopify.Checkout/cartToken>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Checkout/email>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Checkout/lineItems>
  a owl:ObjectProperty .

# OWL axioms for property: billing address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Checkout/billingAddress>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shipping address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Checkout/shippingAddress>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shipping line
<https://relay.inferal.com/ontology/shopify/property/Shopify.Checkout/shippingLine>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Checkout/totalPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: subtotal price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Checkout/subtotalPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total tax
<https://relay.inferal.com/ontology/shopify/property/Shopify.Checkout/totalTax>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Checkout/currency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Checkout/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Checkout/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: completed at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Checkout/completedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsPayout/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsPayout/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsPayout/amount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsPayout/currency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: date
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsPayout/date>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: issued at
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsPayout/issuedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsPayout/legacyResourceId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: bank account
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsPayout/bankAccount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: business entity
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsPayout/businessEntity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: gross
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsPayout/gross>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: net
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsPayout/net>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: summary
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsPayout/summary>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: transaction type
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsPayout/transactionType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalance/currency>
  a owl:DatatypeProperty .

# OWL axioms for property: amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalance/amount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsDispute/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: type
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsDispute/type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsDispute/amount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsDispute/currency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsDispute/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: reason
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsDispute/reason>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: evidence due by
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsDispute/evidenceDueBy>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: initiated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsDispute/initiatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: evidence sent on
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsDispute/evidenceSentOn>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: finalized on
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsDispute/finalizedOn>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsDispute/legacyResourceId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsDispute/order>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: reason details
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsDispute/reasonDetails>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: type
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/amount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fee
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/fee>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: net
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/net>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/currency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: payout
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/payout>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: payout status
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/payoutStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: processed at
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/processedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: adjustment reason
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/adjustmentReason>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: test
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/test>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: transaction date
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/transactionDate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: adjustments orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/adjustmentsOrders>
  a owl:ObjectProperty .

# OWL axioms for property: associated order
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/associatedOrder>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: associated payout
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/associatedPayout>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: source id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/sourceId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: source order transaction id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/sourceOrderTransactionId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: source type
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransaction/sourceType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsAdjustmentOrder/amount>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fees
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsAdjustmentOrder/fees>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: link
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsAdjustmentOrder/link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsAdjustmentOrder/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: net
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsAdjustmentOrder/net>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order transaction id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsAdjustmentOrder/orderTransactionId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: handle
<https://relay.inferal.com/ontology/shopify/property/Shopify.AccessScope/handle>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/shopify/property/Shopify.AccessScope/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.StorefrontAccessToken/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: access token
<https://relay.inferal.com/ontology/shopify/property/Shopify.StorefrontAccessToken/accessToken>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: access scope
<https://relay.inferal.com/ontology/shopify/property/Shopify.StorefrontAccessToken/accessScope>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.StorefrontAccessToken/title>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.StorefrontAccessToken/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.StorefrontAccessToken/adminGraphqlApiId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.StorefrontAccessToken/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: access scopes
<https://relay.inferal.com/ontology/shopify/property/Shopify.StorefrontAccessToken/accessScopes>
  a owl:ObjectProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ApplicationCharge/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.ApplicationCharge/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: price
<https://relay.inferal.com/ontology/shopify/property/Shopify.ApplicationCharge/price>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/shopify/property/Shopify.ApplicationCharge/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: return url
<https://relay.inferal.com/ontology/shopify/property/Shopify.ApplicationCharge/returnUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: test
<https://relay.inferal.com/ontology/shopify/property/Shopify.ApplicationCharge/test>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: confirmation url
<https://relay.inferal.com/ontology/shopify/property/Shopify.ApplicationCharge/confirmationUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.ApplicationCharge/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.ApplicationCharge/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ApplicationCredit/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.ApplicationCredit/amount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/shopify/property/Shopify.ApplicationCredit/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: test
<https://relay.inferal.com/ontology/shopify/property/Shopify.ApplicationCredit/test>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationCharge/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationCharge/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: price
<https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationCharge/price>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationCharge/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: return url
<https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationCharge/returnUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: test
<https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationCharge/test>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: capped amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationCharge/cappedAmount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: terms
<https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationCharge/terms>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: trial days
<https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationCharge/trialDays>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: activated on
<https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationCharge/activatedOn>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: billing on
<https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationCharge/billingOn>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cancelled on
<https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationCharge/cancelledOn>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: confirmation url
<https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationCharge/confirmationUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationCharge/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationCharge/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.UsageCharge/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/shopify/property/Shopify.UsageCharge/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: price
<https://relay.inferal.com/ontology/shopify/property/Shopify.UsageCharge/price>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.UsageCharge/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: event type
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/eventType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: remote id
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/remoteId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: started at
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/startedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ended at
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/endedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: scheduled to end at
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/scheduledToEndAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: budget
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/budget>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: budget type
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/budgetType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/currency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: manage url
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/manageUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: preview url
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/previewUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: utm campaign
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/utmCampaign>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: utm source
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/utmSource>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: utm medium
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/utmMedium>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: marketed resources
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/marketedResources>
  a owl:ObjectProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: channel handle
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/channelHandle>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/legacyResourceId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: source and medium
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/sourceAndMedium>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: target type display text
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/targetTypeDisplayText>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: app
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/app>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: channel
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/channel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: marketing channel type
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/marketingChannelType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: type
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEvent/type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: token
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/token>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cart token
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/cartToken>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: email
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/email>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: buyer accepts marketing
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/buyerAcceptsMarketing>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total price
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/totalPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: subtotal price
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/subtotalPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total tax
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/totalTax>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/currency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/customer>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/lineItems>
  a owl:ObjectProperty .

# OWL axioms for property: shipping address
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/shippingAddress>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: billing address
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/billingAddress>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discount codes
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/discountCodes>
  a owl:ObjectProperty .

# OWL axioms for property: completed at
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/completedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: abandoned checkout url
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/abandonedCheckoutUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: closed at
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/closedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: default cursor
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/defaultCursor>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: line items quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/lineItemsQuantity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: note
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/note>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: taxes included
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/taxesIncluded>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/customAttributes>
  a owl:ObjectProperty .

# OWL axioms for property: subtotal price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/subtotalPriceSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/taxLines>
  a owl:ObjectProperty .

# OWL axioms for property: total discount set
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/totalDiscountSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total duties set
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/totalDutiesSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total line items price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/totalLineItemsPriceSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/totalPriceSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total tax set
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckout/totalTaxSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Comment/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: body
<https://relay.inferal.com/ontology/shopify/property/Shopify.Comment/body>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: body html
<https://relay.inferal.com/ontology/shopify/property/Shopify.Comment/bodyHtml>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: author
<https://relay.inferal.com/ontology/shopify/property/Shopify.Comment/author>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Comment/email>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: article
<https://relay.inferal.com/ontology/shopify/property/Shopify.Comment/article>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: blog
<https://relay.inferal.com/ontology/shopify/property/Shopify.Comment/blog>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Comment/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ip
<https://relay.inferal.com/ontology/shopify/property/Shopify.Comment/ip>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: user agent
<https://relay.inferal.com/ontology/shopify/property/Shopify.Comment/userAgent>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: published at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Comment/publishedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Comment/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Comment/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is published
<https://relay.inferal.com/ontology/shopify/property/Shopify.Comment/isPublished>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.Comment/events>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Report/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Report/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shopify ql
<https://relay.inferal.com/ontology/shopify/property/Shopify.Report/shopifyQl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: category
<https://relay.inferal.com/ontology/shopify/property/Shopify.Report/category>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Report/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.ResourceFeedback/resourceId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: resource type
<https://relay.inferal.com/ontology/shopify/property/Shopify.ResourceFeedback/resourceType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: state
<https://relay.inferal.com/ontology/shopify/property/Shopify.ResourceFeedback/state>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: messages
<https://relay.inferal.com/ontology/shopify/property/Shopify.ResourceFeedback/messages>
  a owl:DatatypeProperty .

# OWL axioms for property: feedback generated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.ResourceFeedback/feedbackGeneratedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.ResourceFeedback/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.ResourceFeedback/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: summary
<https://relay.inferal.com/ontology/shopify/property/Shopify.ResourceFeedback/summary>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: app feedback
<https://relay.inferal.com/ontology/shopify/property/Shopify.ResourceFeedback/appFeedback>
  a owl:ObjectProperty .

# OWL axioms for property: details
<https://relay.inferal.com/ontology/shopify/property/Shopify.ResourceFeedback/details>
  a owl:ObjectProperty .

# OWL axioms for property: app
<https://relay.inferal.com/ontology/shopify/property/Shopify.AppFeedback/app>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: feedback generated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.AppFeedback/feedbackGeneratedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: link
<https://relay.inferal.com/ontology/shopify/property/Shopify.AppFeedback/link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: messages
<https://relay.inferal.com/ontology/shopify/property/Shopify.AppFeedback/messages>
  a owl:ObjectProperty .

# OWL axioms for property: state
<https://relay.inferal.com/ontology/shopify/property/Shopify.AppFeedback/state>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.TenderTransaction/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order
<https://relay.inferal.com/ontology/shopify/property/Shopify.TenderTransaction/order>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.TenderTransaction/amount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.TenderTransaction/currency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: test
<https://relay.inferal.com/ontology/shopify/property/Shopify.TenderTransaction/test>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: user
<https://relay.inferal.com/ontology/shopify/property/Shopify.TenderTransaction/user>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: payment method
<https://relay.inferal.com/ontology/shopify/property/Shopify.TenderTransaction/paymentMethod>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: remote reference
<https://relay.inferal.com/ontology/shopify/property/Shopify.TenderTransaction/remoteReference>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: payment details
<https://relay.inferal.com/ontology/shopify/property/Shopify.TenderTransaction/paymentDetails>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: processed at
<https://relay.inferal.com/ontology/shopify/property/Shopify.TenderTransaction/processedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: transaction details
<https://relay.inferal.com/ontology/shopify/property/Shopify.TenderTransaction/transactionDetails>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductResponse/product>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: products
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductsResponse/products>
  a owl:ObjectProperty .

# OWL axioms for property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductCountResponse/count>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: variant
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariantResponse/variant>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: variants
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductVariantsResponse/variants>
  a owl:ObjectProperty .

# OWL axioms for property: image
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductImageResponse/image>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: images
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductImagesResponse/images>
  a owl:ObjectProperty .

# OWL axioms for property: order
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderResponse/order>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrdersResponse/orders>
  a owl:ObjectProperty .

# OWL axioms for property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.OrderCountResponse/count>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: transaction
<https://relay.inferal.com/ontology/shopify/property/Shopify.TransactionResponse/transaction>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: transactions
<https://relay.inferal.com/ontology/shopify/property/Shopify.TransactionsResponse/transactions>
  a owl:ObjectProperty .

# OWL axioms for property: refund
<https://relay.inferal.com/ontology/shopify/property/Shopify.RefundResponse/refund>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: refunds
<https://relay.inferal.com/ontology/shopify/property/Shopify.RefundsResponse/refunds>
  a owl:ObjectProperty .

# OWL axioms for property: risk
<https://relay.inferal.com/ontology/shopify/property/Shopify.RiskResponse/risk>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: risks
<https://relay.inferal.com/ontology/shopify/property/Shopify.RisksResponse/risks>
  a owl:ObjectProperty .

# OWL axioms for property: customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerResponse/customer>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customers
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomersResponse/customers>
  a owl:ObjectProperty .

# OWL axioms for property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerCountResponse/count>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customer address
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddressResponse/customerAddress>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: addresses
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerAddressesResponse/addresses>
  a owl:ObjectProperty .

# OWL axioms for property: custom collection
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomCollectionResponse/customCollection>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom collections
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomCollectionsResponse/customCollections>
  a owl:ObjectProperty .

# OWL axioms for property: smart collection
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollectionResponse/smartCollection>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: smart collections
<https://relay.inferal.com/ontology/shopify/property/Shopify.SmartCollectionsResponse/smartCollections>
  a owl:ObjectProperty .

# OWL axioms for property: collect
<https://relay.inferal.com/ontology/shopify/property/Shopify.CollectResponse/collect>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: collects
<https://relay.inferal.com/ontology/shopify/property/Shopify.CollectsResponse/collects>
  a owl:ObjectProperty .

# OWL axioms for property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.CollectionCountResponse/count>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: collection
<https://relay.inferal.com/ontology/shopify/property/Shopify.GenericCollectionResponse/collection>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: inventory item
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItemResponse/inventoryItem>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: inventory items
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryItemsResponse/inventoryItems>
  a owl:ObjectProperty .

# OWL axioms for property: inventory level
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryLevelResponse/inventoryLevel>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: inventory levels
<https://relay.inferal.com/ontology/shopify/property/Shopify.InventoryLevelsResponse/inventoryLevels>
  a owl:ObjectProperty .

# OWL axioms for property: location
<https://relay.inferal.com/ontology/shopify/property/Shopify.LocationResponse/location>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: locations
<https://relay.inferal.com/ontology/shopify/property/Shopify.LocationsResponse/locations>
  a owl:ObjectProperty .

# OWL axioms for property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.LocationCountResponse/count>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillment
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentResponse/fulfillment>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillments
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentsResponse/fulfillments>
  a owl:ObjectProperty .

# OWL axioms for property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentCountResponse/count>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillment order
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrderResponse/fulfillmentOrder>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillment orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentOrdersResponse/fulfillmentOrders>
  a owl:ObjectProperty .

# OWL axioms for property: fulfillment service
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentServiceResponse/fulfillmentService>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillment services
<https://relay.inferal.com/ontology/shopify/property/Shopify.FulfillmentServicesResponse/fulfillmentServices>
  a owl:ObjectProperty .

# OWL axioms for property: draft order
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderResponse/draftOrder>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: draft orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrdersResponse/draftOrders>
  a owl:ObjectProperty .

# OWL axioms for property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderCountResponse/count>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: draft order invoice
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderInvoiceRequest/draftOrderInvoice>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: draft order invoice
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderInvoiceResponse/draftOrderInvoice>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: gift card
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCardResponse/giftCard>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: gift cards
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCardsResponse/giftCards>
  a owl:ObjectProperty .

# OWL axioms for property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.GiftCardCountResponse/count>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: price rule
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRuleResponse/priceRule>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: price rules
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRulesResponse/priceRules>
  a owl:ObjectProperty .

# OWL axioms for property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.PriceRuleCountResponse/count>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discount code
<https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountCodeResponse/discountCode>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discount codes
<https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountCodesResponse/discountCodes>
  a owl:ObjectProperty .

# OWL axioms for property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.DiscountCodeCountResponse/count>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shipping zones
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingZonesResponse/shippingZones>
  a owl:ObjectProperty .

# OWL axioms for property: carrier service
<https://relay.inferal.com/ontology/shopify/property/Shopify.CarrierServiceResponse/carrierService>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: carrier services
<https://relay.inferal.com/ontology/shopify/property/Shopify.CarrierServicesResponse/carrierServices>
  a owl:ObjectProperty .

# OWL axioms for property: theme
<https://relay.inferal.com/ontology/shopify/property/Shopify.ThemeResponse/theme>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: themes
<https://relay.inferal.com/ontology/shopify/property/Shopify.ThemesResponse/themes>
  a owl:ObjectProperty .

# OWL axioms for property: asset
<https://relay.inferal.com/ontology/shopify/property/Shopify.AssetResponse/asset>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: assets
<https://relay.inferal.com/ontology/shopify/property/Shopify.AssetsResponse/assets>
  a owl:ObjectProperty .

# OWL axioms for property: script tag
<https://relay.inferal.com/ontology/shopify/property/Shopify.ScriptTagResponse/scriptTag>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: script tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.ScriptTagsResponse/scriptTags>
  a owl:ObjectProperty .

# OWL axioms for property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.ScriptTagCountResponse/count>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: page
<https://relay.inferal.com/ontology/shopify/property/Shopify.PageResponse/page>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: pages
<https://relay.inferal.com/ontology/shopify/property/Shopify.PagesResponse/pages>
  a owl:ObjectProperty .

# OWL axioms for property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.PageCountResponse/count>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: blog
<https://relay.inferal.com/ontology/shopify/property/Shopify.BlogResponse/blog>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: blogs
<https://relay.inferal.com/ontology/shopify/property/Shopify.BlogsResponse/blogs>
  a owl:ObjectProperty .

# OWL axioms for property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.BlogCountResponse/count>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: article
<https://relay.inferal.com/ontology/shopify/property/Shopify.ArticleResponse/article>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: articles
<https://relay.inferal.com/ontology/shopify/property/Shopify.ArticlesResponse/articles>
  a owl:ObjectProperty .

# OWL axioms for property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.ArticleCountResponse/count>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: webhook
<https://relay.inferal.com/ontology/shopify/property/Shopify.WebhookResponse/webhook>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: webhooks
<https://relay.inferal.com/ontology/shopify/property/Shopify.WebhooksResponse/webhooks>
  a owl:ObjectProperty .

# OWL axioms for property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.WebhookCountResponse/count>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shop
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopResponse/shop>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country
<https://relay.inferal.com/ontology/shopify/property/Shopify.CountryResponse/country>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: countries
<https://relay.inferal.com/ontology/shopify/property/Shopify.CountriesResponse/countries>
  a owl:ObjectProperty .

# OWL axioms for property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.CountryCountResponse/count>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: province
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProvinceResponse/province>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: provinces
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProvincesResponse/provinces>
  a owl:ObjectProperty .

# OWL axioms for property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProvinceCountResponse/count>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currencies
<https://relay.inferal.com/ontology/shopify/property/Shopify.CurrenciesResponse/currencies>
  a owl:ObjectProperty .

# OWL axioms for property: policies
<https://relay.inferal.com/ontology/shopify/property/Shopify.PoliciesResponse/policies>
  a owl:ObjectProperty .

# OWL axioms for property: redirect
<https://relay.inferal.com/ontology/shopify/property/Shopify.RedirectResponse/redirect>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: redirects
<https://relay.inferal.com/ontology/shopify/property/Shopify.RedirectsResponse/redirects>
  a owl:ObjectProperty .

# OWL axioms for property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.RedirectCountResponse/count>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: market
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketResponse/market>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: markets
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketsResponse/markets>
  a owl:ObjectProperty .

# OWL axioms for property: status code
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketListSuccessResponse/statusCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: markets
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketListSuccessResponse/markets>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status code
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketCreateSuccessResponse/statusCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: market
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketCreateSuccessResponse/market>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status code
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketGetSuccessResponse/statusCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: market
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketGetSuccessResponse/market>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status code
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketDeleteSuccessResponse/statusCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: body
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketDeleteSuccessResponse/body>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield definition
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinitionResponse/metafieldDefinition>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield definitions
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinitionsResponse/metafieldDefinitions>
  a owl:ObjectProperty .

# OWL axioms for property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldDefinitionCountResponse/count>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: data updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.DeprecatedApiCallsResponse/dataUpdatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: deprecated api calls
<https://relay.inferal.com/ontology/shopify/property/Shopify.DeprecatedApiCallsResponse/deprecatedApiCalls>
  a owl:ObjectProperty .

# OWL axioms for property: event
<https://relay.inferal.com/ontology/shopify/property/Shopify.EventResponse/event>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.EventsResponse/events>
  a owl:ObjectProperty .

# OWL axioms for property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.EventCountResponse/count>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldResponse/metafield>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldsResponse/metafields>
  a owl:ObjectProperty .

# OWL axioms for property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.MetafieldCountResponse/count>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: collection listing
<https://relay.inferal.com/ontology/shopify/property/Shopify.CollectionListingResponse/collectionListing>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: collection listings
<https://relay.inferal.com/ontology/shopify/property/Shopify.CollectionListingsResponse/collectionListings>
  a owl:ObjectProperty .

# OWL axioms for property: product listing
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductListingResponse/productListing>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product listings
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductListingsResponse/productListings>
  a owl:ObjectProperty .

# OWL axioms for property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.ProductListingCountResponse/count>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: checkout
<https://relay.inferal.com/ontology/shopify/property/Shopify.CheckoutResponse/checkout>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shipping rates
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShippingRatesResponse/shippingRates>
  a owl:ObjectProperty .

# OWL axioms for property: payment
<https://relay.inferal.com/ontology/shopify/property/Shopify.PaymentResponse/payment>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: payments
<https://relay.inferal.com/ontology/shopify/property/Shopify.PaymentsResponse/payments>
  a owl:ObjectProperty .

# OWL axioms for property: payout
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsPayoutResponse/payout>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: payouts
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsPayoutsResponse/payouts>
  a owl:ObjectProperty .

# OWL axioms for property: balance
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceResponse/balance>
  a owl:ObjectProperty .

# OWL axioms for property: dispute
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsDisputeResponse/dispute>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: disputes
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsDisputesResponse/disputes>
  a owl:ObjectProperty .

# OWL axioms for property: balance transactions
<https://relay.inferal.com/ontology/shopify/property/Shopify.ShopifyPaymentsBalanceTransactionsResponse/balanceTransactions>
  a owl:ObjectProperty .

# OWL axioms for property: access scopes
<https://relay.inferal.com/ontology/shopify/property/Shopify.AccessScopesResponse/accessScopes>
  a owl:ObjectProperty .

# OWL axioms for property: storefront access token
<https://relay.inferal.com/ontology/shopify/property/Shopify.StorefrontAccessTokenResponse/storefrontAccessToken>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: storefront access tokens
<https://relay.inferal.com/ontology/shopify/property/Shopify.StorefrontAccessTokensResponse/storefrontAccessTokens>
  a owl:ObjectProperty .

# OWL axioms for property: application charge
<https://relay.inferal.com/ontology/shopify/property/Shopify.ApplicationChargeResponse/applicationCharge>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: application charges
<https://relay.inferal.com/ontology/shopify/property/Shopify.ApplicationChargesResponse/applicationCharges>
  a owl:ObjectProperty .

# OWL axioms for property: application credit
<https://relay.inferal.com/ontology/shopify/property/Shopify.ApplicationCreditResponse/applicationCredit>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: application credits
<https://relay.inferal.com/ontology/shopify/property/Shopify.ApplicationCreditsResponse/applicationCredits>
  a owl:ObjectProperty .

# OWL axioms for property: recurring application charge
<https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationChargeResponse/recurringApplicationCharge>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: recurring application charges
<https://relay.inferal.com/ontology/shopify/property/Shopify.RecurringApplicationChargesResponse/recurringApplicationCharges>
  a owl:ObjectProperty .

# OWL axioms for property: usage charge
<https://relay.inferal.com/ontology/shopify/property/Shopify.UsageChargeResponse/usageCharge>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: usage charges
<https://relay.inferal.com/ontology/shopify/property/Shopify.UsageChargesResponse/usageCharges>
  a owl:ObjectProperty .

# OWL axioms for property: customer saved search
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerSavedSearchResponse/customerSavedSearch>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customer saved searches
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerSavedSearchesResponse/customerSavedSearches>
  a owl:ObjectProperty .

# OWL axioms for property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.CustomerSavedSearchCountResponse/count>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: marketing event
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEventResponse/marketingEvent>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: marketing events
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEventsResponse/marketingEvents>
  a owl:ObjectProperty .

# OWL axioms for property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.MarketingEventCountResponse/count>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: checkouts
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckoutsResponse/checkouts>
  a owl:ObjectProperty .

# OWL axioms for property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.AbandonedCheckoutCountResponse/count>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: comment
<https://relay.inferal.com/ontology/shopify/property/Shopify.CommentResponse/comment>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: comments
<https://relay.inferal.com/ontology/shopify/property/Shopify.CommentsResponse/comments>
  a owl:ObjectProperty .

# OWL axioms for property: count
<https://relay.inferal.com/ontology/shopify/property/Shopify.CommentCountResponse/count>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: report
<https://relay.inferal.com/ontology/shopify/property/Shopify.ReportResponse/report>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: reports
<https://relay.inferal.com/ontology/shopify/property/Shopify.ReportsResponse/reports>
  a owl:ObjectProperty .

# OWL axioms for property: resource feedback
<https://relay.inferal.com/ontology/shopify/property/Shopify.ResourceFeedbackResponse/resourceFeedback>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: resource feedback
<https://relay.inferal.com/ontology/shopify/property/Shopify.ResourceFeedbackListResponse/resourceFeedback>
  a owl:ObjectProperty .

# OWL axioms for property: tender transactions
<https://relay.inferal.com/ontology/shopify/property/Shopify.TenderTransactionsResponse/tenderTransactions>
  a owl:ObjectProperty .

# OWL axioms for property: user
<https://relay.inferal.com/ontology/shopify/property/Shopify.UserResponse/user>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: users
<https://relay.inferal.com/ontology/shopify/property/Shopify.UsersResponse/users>
  a owl:ObjectProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/title>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: body html
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/bodyHtml>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: vendor
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/vendor>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product type
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/productType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: handle
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/handle>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/tags>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: template suffix
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/templateSuffix>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: published scope
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/publishedScope>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: published at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/publishedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/adminGraphqlApiId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: variants
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/variants>
  a owl:ObjectProperty .

# OWL axioms for property: options
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/options>
  a owl:ObjectProperty .

# OWL axioms for property: images
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/images>
  a owl:ObjectProperty .

# OWL axioms for property: image
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/image>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/metafields>
  a owl:ObjectProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description plain summary
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/descriptionPlainSummary>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom product type
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/customProductType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: default cursor
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/defaultCursor>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: gift card template suffix
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/giftCardTemplateSuffix>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: has only default variant
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/hasOnlyDefaultVariant>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: has out of stock variants
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/hasOutOfStockVariants>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: has variants that requires components
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/hasVariantsThatRequiresComponents>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is gift card
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/isGiftCard>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: requires selling plan
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/requiresSellingPlan>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tracks inventory
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/tracksInventory>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total inventory
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/totalInventory>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total variants
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/totalVariants>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/legacyResourceId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: online store preview url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/onlineStorePreviewUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: online store url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/onlineStoreUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: storefront id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/storefrontId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: available publications count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/availablePublicationsCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: graphql body html
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/graphqlBodyHtml>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: bundle components
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/bundleComponents>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: category
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/category>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: collections
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/collections>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: combined listing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/combinedListing>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: combined listing role
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/combinedListingRole>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: compare at price range
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/compareAtPriceRange>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: contextual pricing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/contextualPricing>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/events>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: featured image
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/featuredImage>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: featured media
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/featuredMedia>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: feedback
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/feedback>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: in collection
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/inCollection>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: media
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/media>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: media count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/mediaCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/metafield>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield definitions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/metafieldDefinitions>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: price range
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/priceRange>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: price range v2
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/priceRangeV2>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product category
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/productCategory>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product publications
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/productPublications>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: publication count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/publicationCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: publications
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/publications>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: published in context
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/publishedInContext>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: published on channel
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/publishedOnChannel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: published on current channel
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/publishedOnCurrentChannel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: published on current publication
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/publishedOnCurrentPublication>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: published on publication
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/publishedOnPublication>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: resource publication on current publication
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/resourcePublicationOnCurrentPublication>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: resource publications
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/resourcePublications>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: resource publications count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/resourcePublicationsCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: resource publications v2
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/resourcePublicationsV2>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: restricted for resource
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/restrictedForResource>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: selling plan group count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/sellingPlanGroupCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: selling plan groups
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/sellingPlanGroups>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: selling plan groups count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/sellingPlanGroupsCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: seo
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/seo>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: standardized product type
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/standardizedProductType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: translations
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/translations>
  a owl:ObjectProperty .

# OWL axioms for property: unpublished channels
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/unpublishedChannels>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: unpublished publications
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/unpublishedPublications>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: variants count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductCreatedEvent/variantsCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/title>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: body html
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/bodyHtml>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: vendor
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/vendor>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product type
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/productType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: handle
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/handle>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/tags>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: template suffix
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/templateSuffix>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: published scope
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/publishedScope>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: published at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/publishedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/adminGraphqlApiId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: variants
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/variants>
  a owl:ObjectProperty .

# OWL axioms for property: options
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/options>
  a owl:ObjectProperty .

# OWL axioms for property: images
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/images>
  a owl:ObjectProperty .

# OWL axioms for property: image
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/image>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/metafields>
  a owl:ObjectProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description plain summary
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/descriptionPlainSummary>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom product type
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/customProductType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: default cursor
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/defaultCursor>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: gift card template suffix
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/giftCardTemplateSuffix>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: has only default variant
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/hasOnlyDefaultVariant>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: has out of stock variants
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/hasOutOfStockVariants>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: has variants that requires components
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/hasVariantsThatRequiresComponents>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is gift card
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/isGiftCard>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: requires selling plan
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/requiresSellingPlan>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tracks inventory
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/tracksInventory>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total inventory
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/totalInventory>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total variants
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/totalVariants>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/legacyResourceId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: online store preview url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/onlineStorePreviewUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: online store url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/onlineStoreUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: storefront id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/storefrontId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: available publications count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/availablePublicationsCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: graphql body html
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/graphqlBodyHtml>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: bundle components
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/bundleComponents>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: category
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/category>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: collections
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/collections>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: combined listing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/combinedListing>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: combined listing role
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/combinedListingRole>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: compare at price range
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/compareAtPriceRange>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: contextual pricing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/contextualPricing>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/events>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: featured image
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/featuredImage>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: featured media
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/featuredMedia>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: feedback
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/feedback>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: in collection
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/inCollection>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: media
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/media>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: media count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/mediaCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/metafield>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield definitions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/metafieldDefinitions>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: price range
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/priceRange>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: price range v2
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/priceRangeV2>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product category
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/productCategory>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product publications
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/productPublications>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: publication count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/publicationCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: publications
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/publications>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: published in context
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/publishedInContext>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: published on channel
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/publishedOnChannel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: published on current channel
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/publishedOnCurrentChannel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: published on current publication
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/publishedOnCurrentPublication>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: published on publication
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/publishedOnPublication>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: resource publication on current publication
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/resourcePublicationOnCurrentPublication>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: resource publications
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/resourcePublications>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: resource publications count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/resourcePublicationsCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: resource publications v2
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/resourcePublicationsV2>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: restricted for resource
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/restrictedForResource>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: selling plan group count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/sellingPlanGroupCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: selling plan groups
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/sellingPlanGroups>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: selling plan groups count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/sellingPlanGroupsCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: seo
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/seo>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: standardized product type
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/standardizedProductType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: translations
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/translations>
  a owl:ObjectProperty .

# OWL axioms for property: unpublished channels
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/unpublishedChannels>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: unpublished publications
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/unpublishedPublications>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: variants count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductUpdatedEvent/variantsCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ProductDeletedEvent/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/orderNumber>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/email>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: financial status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/financialStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillment status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/fulfillmentStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: subtotal price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/subtotalPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total tax
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalTax>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total discounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalDiscounts>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total line items price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalLineItemsPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/lineItems>
  a owl:ObjectProperty .

# OWL axioms for property: billing address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/billingAddress>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shipping address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/shippingAddress>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/customer>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discount codes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/discountCodes>
  a owl:ObjectProperty .

# OWL axioms for property: tax lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/taxLines>
  a owl:ObjectProperty .

# OWL axioms for property: shipping lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/shippingLines>
  a owl:ObjectProperty .

# OWL axioms for property: note
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/note>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/tags>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cancel reason
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/cancelReason>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cancelled at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/cancelledAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: closed at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/closedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: processed at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/processedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/adminGraphqlApiId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: source name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/sourceName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: gateway
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/gateway>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: test
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/test>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: confirmed
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/confirmed>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: buyer accepts marketing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/buyerAcceptsMarketing>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total weight
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalWeight>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: token
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/token>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: app id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/appId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: browser ip
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/browserIp>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: landing site
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/landingSite>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: referring site
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/referringSite>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/phone>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discount applications
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/discountApplications>
  a owl:ObjectProperty .

# OWL axioms for property: note attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/noteAttributes>
  a owl:ObjectProperty .

# OWL axioms for property: fulfillments
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/fulfillments>
  a owl:ObjectProperty .

# OWL axioms for property: refunds
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/refunds>
  a owl:ObjectProperty .

# OWL axioms for property: total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: subtotal price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/subtotalPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total discounts set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalDiscountsSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total line items price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalLineItemsPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total tax set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalTaxSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total shipping price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalShippingPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currentTotalPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current subtotal price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currentSubtotalPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total tax
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currentTotalTax>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total discounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currentTotalDiscounts>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currentTotalPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current subtotal price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currentSubtotalPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total tax set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currentTotalTaxSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total discounts set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currentTotalDiscountsSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: presentment currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/presentmentCurrency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: payment gateway names
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/paymentGatewayNames>
  a owl:DatatypeProperty .

# OWL axioms for property: processing method
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/processingMethod>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: client details
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/clientDetails>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: taxes included
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/taxesIncluded>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order status url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/orderStatusUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total tip received
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalTipReceived>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/number>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: confirmation number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/confirmationNumber>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/metafields>
  a owl:ObjectProperty .

# OWL axioms for property: billing address matches shipping address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/billingAddressMatchesShippingAddress>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: can mark as paid
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/canMarkAsPaid>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: can notify customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/canNotifyCustomer>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: capturable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/capturable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: client ip
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/clientIp>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: closed
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/closed>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current subtotal line items quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currentSubtotalLineItemsQuantity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total weight
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currentTotalWeight>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customer accepts marketing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/customerAcceptsMarketing>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customer locale
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/customerLocale>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discount code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/discountCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: duties included
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/dutiesIncluded>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: edited
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/edited>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: estimated taxes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/estimatedTaxes>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/fulfillable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fully paid
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/fullyPaid>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: has timeline comment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/hasTimelineComment>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: landing page display text
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/landingPageDisplayText>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: landing page url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/landingPageUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/legacyResourceId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: merchant editable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/merchantEditable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: merchant editable errors
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/merchantEditableErrors>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: po number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/poNumber>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: referral code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/referralCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: referrer display text
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/referrerDisplayText>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: referrer url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/referrerUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: refundable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/refundable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: registered source url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/registeredSourceUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: requires shipping
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/requiresShipping>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: restockable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/restockable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: source identifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/sourceIdentifier>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status page url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/statusPageUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: subtotal line items quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/subtotalLineItemsQuantity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax exempt
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/taxExempt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: unpaid
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/unpaid>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: additional fees
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/additionalFees>
  a owl:ObjectProperty .

# OWL axioms for property: agreements
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/agreements>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: alerts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/alerts>
  a owl:ObjectProperty .

# OWL axioms for property: app
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/app>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cancellation
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/cancellation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cart discount amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/cartDiscountAmount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cart discount amount set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/cartDiscountAmountSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: channel
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/channel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: channel information
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/channelInformation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currencyCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current cart discount amount set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currentCartDiscountAmountSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current shipping price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currentShippingPriceSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current tax lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currentTaxLines>
  a owl:ObjectProperty .

# OWL axioms for property: current total additional fees set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currentTotalAdditionalFeesSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total duties set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/currentTotalDutiesSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/customAttributes>
  a owl:ObjectProperty .

# OWL axioms for property: customer journey
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/customerJourney>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customer journey summary
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/customerJourneySummary>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: display address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/displayAddress>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: display financial status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/displayFinancialStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: display fulfillment status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/displayFulfillmentStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: disputes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/disputes>
  a owl:ObjectProperty .

# OWL axioms for property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/events>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: exchange v2s
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/exchangeV2s>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillment orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/fulfillmentOrders>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillments count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/fulfillmentsCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: localization extensions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/localizationExtensions>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: localized fields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/localizedFields>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: merchant business entity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/merchantBusinessEntity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: merchant of record app
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/merchantOfRecordApp>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/metafield>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield definitions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/metafieldDefinitions>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: net payment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/netPayment>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: net payment set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/netPaymentSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: non fulfillable line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/nonFulfillableLineItems>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: original total additional fees set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/originalTotalAdditionalFeesSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: original total duties set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/originalTotalDutiesSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: original total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/originalTotalPriceSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: payment collection details
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/paymentCollectionDetails>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: payment terms
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/paymentTerms>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: physical location
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/physicalLocation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: presentment currency code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/presentmentCurrencyCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: publication
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/publication>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: purchasing entity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/purchasingEntity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: refund discrepancy set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/refundDiscrepancySet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: retail location
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/retailLocation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: return status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/returnStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: returns
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/returns>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: risk
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/risk>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: risk level
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/riskLevel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: risks
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/risks>
  a owl:ObjectProperty .

# OWL axioms for property: shipping line
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/shippingLine>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shopify protect
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/shopifyProtect>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: staff member
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/staffMember>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: suggested refund
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/suggestedRefund>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total capturable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalCapturable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total capturable set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalCapturableSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total cash rounding adjustment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalCashRoundingAdjustment>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total outstanding set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalOutstandingSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total received
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalReceived>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total received set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalReceivedSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total refunded
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalRefunded>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total refunded set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalRefundedSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total refunded shipping set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalRefundedShippingSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total shipping price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalShippingPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total tip received set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/totalTipReceivedSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: transactions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/transactions>
  a owl:ObjectProperty .

# OWL axioms for property: transactions count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCreatedEvent/transactionsCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/orderNumber>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/email>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: financial status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/financialStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillment status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/fulfillmentStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: subtotal price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/subtotalPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total tax
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalTax>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total discounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalDiscounts>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total line items price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalLineItemsPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/lineItems>
  a owl:ObjectProperty .

# OWL axioms for property: billing address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/billingAddress>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shipping address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/shippingAddress>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/customer>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discount codes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/discountCodes>
  a owl:ObjectProperty .

# OWL axioms for property: tax lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/taxLines>
  a owl:ObjectProperty .

# OWL axioms for property: shipping lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/shippingLines>
  a owl:ObjectProperty .

# OWL axioms for property: note
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/note>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/tags>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cancel reason
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/cancelReason>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cancelled at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/cancelledAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: closed at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/closedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: processed at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/processedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/adminGraphqlApiId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: source name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/sourceName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: gateway
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/gateway>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: test
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/test>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: confirmed
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/confirmed>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: buyer accepts marketing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/buyerAcceptsMarketing>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total weight
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalWeight>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: token
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/token>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: app id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/appId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: browser ip
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/browserIp>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: landing site
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/landingSite>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: referring site
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/referringSite>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/phone>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discount applications
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/discountApplications>
  a owl:ObjectProperty .

# OWL axioms for property: note attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/noteAttributes>
  a owl:ObjectProperty .

# OWL axioms for property: fulfillments
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/fulfillments>
  a owl:ObjectProperty .

# OWL axioms for property: refunds
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/refunds>
  a owl:ObjectProperty .

# OWL axioms for property: total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: subtotal price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/subtotalPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total discounts set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalDiscountsSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total line items price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalLineItemsPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total tax set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalTaxSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total shipping price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalShippingPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currentTotalPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current subtotal price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currentSubtotalPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total tax
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currentTotalTax>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total discounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currentTotalDiscounts>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currentTotalPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current subtotal price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currentSubtotalPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total tax set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currentTotalTaxSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total discounts set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currentTotalDiscountsSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: presentment currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/presentmentCurrency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: payment gateway names
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/paymentGatewayNames>
  a owl:DatatypeProperty .

# OWL axioms for property: processing method
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/processingMethod>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: client details
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/clientDetails>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: taxes included
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/taxesIncluded>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order status url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/orderStatusUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total tip received
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalTipReceived>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/number>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: confirmation number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/confirmationNumber>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/metafields>
  a owl:ObjectProperty .

# OWL axioms for property: billing address matches shipping address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/billingAddressMatchesShippingAddress>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: can mark as paid
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/canMarkAsPaid>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: can notify customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/canNotifyCustomer>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: capturable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/capturable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: client ip
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/clientIp>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: closed
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/closed>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current subtotal line items quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currentSubtotalLineItemsQuantity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total weight
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currentTotalWeight>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customer accepts marketing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/customerAcceptsMarketing>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customer locale
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/customerLocale>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discount code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/discountCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: duties included
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/dutiesIncluded>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: edited
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/edited>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: estimated taxes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/estimatedTaxes>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/fulfillable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fully paid
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/fullyPaid>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: has timeline comment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/hasTimelineComment>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: landing page display text
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/landingPageDisplayText>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: landing page url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/landingPageUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/legacyResourceId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: merchant editable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/merchantEditable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: merchant editable errors
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/merchantEditableErrors>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: po number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/poNumber>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: referral code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/referralCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: referrer display text
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/referrerDisplayText>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: referrer url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/referrerUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: refundable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/refundable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: registered source url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/registeredSourceUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: requires shipping
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/requiresShipping>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: restockable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/restockable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: source identifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/sourceIdentifier>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status page url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/statusPageUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: subtotal line items quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/subtotalLineItemsQuantity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax exempt
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/taxExempt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: unpaid
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/unpaid>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: additional fees
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/additionalFees>
  a owl:ObjectProperty .

# OWL axioms for property: agreements
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/agreements>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: alerts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/alerts>
  a owl:ObjectProperty .

# OWL axioms for property: app
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/app>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cancellation
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/cancellation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cart discount amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/cartDiscountAmount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cart discount amount set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/cartDiscountAmountSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: channel
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/channel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: channel information
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/channelInformation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currencyCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current cart discount amount set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currentCartDiscountAmountSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current shipping price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currentShippingPriceSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current tax lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currentTaxLines>
  a owl:ObjectProperty .

# OWL axioms for property: current total additional fees set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currentTotalAdditionalFeesSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total duties set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/currentTotalDutiesSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/customAttributes>
  a owl:ObjectProperty .

# OWL axioms for property: customer journey
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/customerJourney>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customer journey summary
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/customerJourneySummary>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: display address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/displayAddress>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: display financial status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/displayFinancialStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: display fulfillment status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/displayFulfillmentStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: disputes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/disputes>
  a owl:ObjectProperty .

# OWL axioms for property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/events>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: exchange v2s
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/exchangeV2s>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillment orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/fulfillmentOrders>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillments count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/fulfillmentsCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: localization extensions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/localizationExtensions>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: localized fields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/localizedFields>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: merchant business entity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/merchantBusinessEntity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: merchant of record app
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/merchantOfRecordApp>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/metafield>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield definitions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/metafieldDefinitions>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: net payment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/netPayment>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: net payment set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/netPaymentSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: non fulfillable line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/nonFulfillableLineItems>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: original total additional fees set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/originalTotalAdditionalFeesSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: original total duties set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/originalTotalDutiesSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: original total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/originalTotalPriceSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: payment collection details
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/paymentCollectionDetails>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: payment terms
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/paymentTerms>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: physical location
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/physicalLocation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: presentment currency code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/presentmentCurrencyCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: publication
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/publication>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: purchasing entity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/purchasingEntity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: refund discrepancy set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/refundDiscrepancySet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: retail location
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/retailLocation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: return status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/returnStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: returns
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/returns>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: risk
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/risk>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: risk level
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/riskLevel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: risks
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/risks>
  a owl:ObjectProperty .

# OWL axioms for property: shipping line
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/shippingLine>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shopify protect
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/shopifyProtect>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: staff member
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/staffMember>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: suggested refund
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/suggestedRefund>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total capturable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalCapturable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total capturable set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalCapturableSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total cash rounding adjustment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalCashRoundingAdjustment>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total outstanding set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalOutstandingSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total received
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalReceived>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total received set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalReceivedSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total refunded
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalRefunded>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total refunded set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalRefundedSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total refunded shipping set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalRefundedShippingSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total shipping price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalShippingPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total tip received set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/totalTipReceivedSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: transactions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/transactions>
  a owl:ObjectProperty .

# OWL axioms for property: transactions count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderUpdatedEvent/transactionsCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/orderNumber>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/email>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: financial status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/financialStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillment status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/fulfillmentStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: subtotal price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/subtotalPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total tax
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalTax>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total discounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalDiscounts>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total line items price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalLineItemsPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/lineItems>
  a owl:ObjectProperty .

# OWL axioms for property: billing address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/billingAddress>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shipping address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/shippingAddress>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/customer>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discount codes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/discountCodes>
  a owl:ObjectProperty .

# OWL axioms for property: tax lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/taxLines>
  a owl:ObjectProperty .

# OWL axioms for property: shipping lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/shippingLines>
  a owl:ObjectProperty .

# OWL axioms for property: note
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/note>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/tags>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cancel reason
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/cancelReason>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cancelled at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/cancelledAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: closed at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/closedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: processed at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/processedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/adminGraphqlApiId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: source name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/sourceName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: gateway
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/gateway>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: test
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/test>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: confirmed
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/confirmed>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: buyer accepts marketing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/buyerAcceptsMarketing>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total weight
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalWeight>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: token
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/token>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: app id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/appId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: browser ip
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/browserIp>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: landing site
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/landingSite>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: referring site
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/referringSite>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/phone>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discount applications
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/discountApplications>
  a owl:ObjectProperty .

# OWL axioms for property: note attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/noteAttributes>
  a owl:ObjectProperty .

# OWL axioms for property: fulfillments
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/fulfillments>
  a owl:ObjectProperty .

# OWL axioms for property: refunds
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/refunds>
  a owl:ObjectProperty .

# OWL axioms for property: total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: subtotal price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/subtotalPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total discounts set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalDiscountsSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total line items price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalLineItemsPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total tax set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalTaxSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total shipping price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalShippingPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currentTotalPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current subtotal price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currentSubtotalPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total tax
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currentTotalTax>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total discounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currentTotalDiscounts>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currentTotalPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current subtotal price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currentSubtotalPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total tax set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currentTotalTaxSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total discounts set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currentTotalDiscountsSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: presentment currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/presentmentCurrency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: payment gateway names
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/paymentGatewayNames>
  a owl:DatatypeProperty .

# OWL axioms for property: processing method
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/processingMethod>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: client details
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/clientDetails>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: taxes included
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/taxesIncluded>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order status url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/orderStatusUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total tip received
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalTipReceived>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/number>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: confirmation number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/confirmationNumber>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/metafields>
  a owl:ObjectProperty .

# OWL axioms for property: billing address matches shipping address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/billingAddressMatchesShippingAddress>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: can mark as paid
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/canMarkAsPaid>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: can notify customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/canNotifyCustomer>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: capturable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/capturable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: client ip
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/clientIp>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: closed
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/closed>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current subtotal line items quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currentSubtotalLineItemsQuantity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total weight
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currentTotalWeight>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customer accepts marketing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/customerAcceptsMarketing>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customer locale
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/customerLocale>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discount code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/discountCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: duties included
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/dutiesIncluded>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: edited
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/edited>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: estimated taxes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/estimatedTaxes>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/fulfillable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fully paid
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/fullyPaid>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: has timeline comment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/hasTimelineComment>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: landing page display text
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/landingPageDisplayText>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: landing page url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/landingPageUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/legacyResourceId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: merchant editable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/merchantEditable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: merchant editable errors
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/merchantEditableErrors>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: po number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/poNumber>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: referral code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/referralCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: referrer display text
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/referrerDisplayText>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: referrer url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/referrerUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: refundable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/refundable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: registered source url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/registeredSourceUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: requires shipping
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/requiresShipping>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: restockable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/restockable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: source identifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/sourceIdentifier>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status page url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/statusPageUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: subtotal line items quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/subtotalLineItemsQuantity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax exempt
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/taxExempt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: unpaid
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/unpaid>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: additional fees
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/additionalFees>
  a owl:ObjectProperty .

# OWL axioms for property: agreements
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/agreements>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: alerts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/alerts>
  a owl:ObjectProperty .

# OWL axioms for property: app
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/app>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cancellation
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/cancellation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cart discount amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/cartDiscountAmount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cart discount amount set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/cartDiscountAmountSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: channel
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/channel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: channel information
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/channelInformation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currencyCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current cart discount amount set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currentCartDiscountAmountSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current shipping price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currentShippingPriceSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current tax lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currentTaxLines>
  a owl:ObjectProperty .

# OWL axioms for property: current total additional fees set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currentTotalAdditionalFeesSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total duties set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/currentTotalDutiesSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/customAttributes>
  a owl:ObjectProperty .

# OWL axioms for property: customer journey
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/customerJourney>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customer journey summary
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/customerJourneySummary>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: display address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/displayAddress>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: display financial status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/displayFinancialStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: display fulfillment status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/displayFulfillmentStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: disputes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/disputes>
  a owl:ObjectProperty .

# OWL axioms for property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/events>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: exchange v2s
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/exchangeV2s>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillment orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/fulfillmentOrders>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillments count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/fulfillmentsCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: localization extensions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/localizationExtensions>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: localized fields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/localizedFields>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: merchant business entity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/merchantBusinessEntity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: merchant of record app
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/merchantOfRecordApp>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/metafield>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield definitions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/metafieldDefinitions>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: net payment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/netPayment>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: net payment set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/netPaymentSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: non fulfillable line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/nonFulfillableLineItems>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: original total additional fees set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/originalTotalAdditionalFeesSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: original total duties set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/originalTotalDutiesSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: original total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/originalTotalPriceSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: payment collection details
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/paymentCollectionDetails>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: payment terms
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/paymentTerms>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: physical location
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/physicalLocation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: presentment currency code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/presentmentCurrencyCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: publication
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/publication>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: purchasing entity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/purchasingEntity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: refund discrepancy set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/refundDiscrepancySet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: retail location
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/retailLocation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: return status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/returnStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: returns
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/returns>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: risk
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/risk>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: risk level
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/riskLevel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: risks
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/risks>
  a owl:ObjectProperty .

# OWL axioms for property: shipping line
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/shippingLine>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shopify protect
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/shopifyProtect>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: staff member
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/staffMember>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: suggested refund
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/suggestedRefund>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total capturable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalCapturable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total capturable set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalCapturableSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total cash rounding adjustment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalCashRoundingAdjustment>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total outstanding set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalOutstandingSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total received
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalReceived>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total received set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalReceivedSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total refunded
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalRefunded>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total refunded set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalRefundedSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total refunded shipping set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalRefundedShippingSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total shipping price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalShippingPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total tip received set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/totalTipReceivedSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: transactions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/transactions>
  a owl:ObjectProperty .

# OWL axioms for property: transactions count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderCancelledEvent/transactionsCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/orderNumber>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/email>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: financial status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/financialStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillment status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/fulfillmentStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: subtotal price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/subtotalPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total tax
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalTax>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total discounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalDiscounts>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total line items price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalLineItemsPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/lineItems>
  a owl:ObjectProperty .

# OWL axioms for property: billing address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/billingAddress>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shipping address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/shippingAddress>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/customer>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discount codes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/discountCodes>
  a owl:ObjectProperty .

# OWL axioms for property: tax lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/taxLines>
  a owl:ObjectProperty .

# OWL axioms for property: shipping lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/shippingLines>
  a owl:ObjectProperty .

# OWL axioms for property: note
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/note>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/tags>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cancel reason
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/cancelReason>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cancelled at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/cancelledAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: closed at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/closedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: processed at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/processedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/adminGraphqlApiId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: source name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/sourceName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: gateway
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/gateway>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: test
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/test>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: confirmed
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/confirmed>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: buyer accepts marketing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/buyerAcceptsMarketing>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total weight
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalWeight>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: token
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/token>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: app id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/appId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: browser ip
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/browserIp>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: landing site
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/landingSite>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: referring site
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/referringSite>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/phone>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discount applications
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/discountApplications>
  a owl:ObjectProperty .

# OWL axioms for property: note attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/noteAttributes>
  a owl:ObjectProperty .

# OWL axioms for property: fulfillments
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/fulfillments>
  a owl:ObjectProperty .

# OWL axioms for property: refunds
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/refunds>
  a owl:ObjectProperty .

# OWL axioms for property: total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: subtotal price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/subtotalPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total discounts set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalDiscountsSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total line items price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalLineItemsPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total tax set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalTaxSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total shipping price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalShippingPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currentTotalPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current subtotal price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currentSubtotalPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total tax
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currentTotalTax>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total discounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currentTotalDiscounts>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currentTotalPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current subtotal price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currentSubtotalPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total tax set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currentTotalTaxSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total discounts set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currentTotalDiscountsSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: presentment currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/presentmentCurrency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: payment gateway names
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/paymentGatewayNames>
  a owl:DatatypeProperty .

# OWL axioms for property: processing method
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/processingMethod>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: client details
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/clientDetails>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: taxes included
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/taxesIncluded>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order status url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/orderStatusUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total tip received
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalTipReceived>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/number>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: confirmation number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/confirmationNumber>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/metafields>
  a owl:ObjectProperty .

# OWL axioms for property: billing address matches shipping address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/billingAddressMatchesShippingAddress>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: can mark as paid
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/canMarkAsPaid>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: can notify customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/canNotifyCustomer>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: capturable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/capturable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: client ip
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/clientIp>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: closed
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/closed>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current subtotal line items quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currentSubtotalLineItemsQuantity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total weight
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currentTotalWeight>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customer accepts marketing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/customerAcceptsMarketing>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customer locale
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/customerLocale>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discount code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/discountCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: duties included
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/dutiesIncluded>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: edited
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/edited>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: estimated taxes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/estimatedTaxes>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/fulfillable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fully paid
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/fullyPaid>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: has timeline comment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/hasTimelineComment>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: landing page display text
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/landingPageDisplayText>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: landing page url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/landingPageUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/legacyResourceId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: merchant editable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/merchantEditable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: merchant editable errors
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/merchantEditableErrors>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: po number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/poNumber>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: referral code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/referralCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: referrer display text
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/referrerDisplayText>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: referrer url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/referrerUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: refundable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/refundable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: registered source url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/registeredSourceUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: requires shipping
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/requiresShipping>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: restockable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/restockable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: source identifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/sourceIdentifier>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status page url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/statusPageUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: subtotal line items quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/subtotalLineItemsQuantity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax exempt
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/taxExempt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: unpaid
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/unpaid>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: additional fees
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/additionalFees>
  a owl:ObjectProperty .

# OWL axioms for property: agreements
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/agreements>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: alerts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/alerts>
  a owl:ObjectProperty .

# OWL axioms for property: app
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/app>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cancellation
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/cancellation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cart discount amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/cartDiscountAmount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cart discount amount set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/cartDiscountAmountSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: channel
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/channel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: channel information
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/channelInformation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currencyCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current cart discount amount set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currentCartDiscountAmountSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current shipping price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currentShippingPriceSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current tax lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currentTaxLines>
  a owl:ObjectProperty .

# OWL axioms for property: current total additional fees set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currentTotalAdditionalFeesSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total duties set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/currentTotalDutiesSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/customAttributes>
  a owl:ObjectProperty .

# OWL axioms for property: customer journey
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/customerJourney>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customer journey summary
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/customerJourneySummary>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: display address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/displayAddress>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: display financial status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/displayFinancialStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: display fulfillment status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/displayFulfillmentStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: disputes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/disputes>
  a owl:ObjectProperty .

# OWL axioms for property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/events>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: exchange v2s
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/exchangeV2s>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillment orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/fulfillmentOrders>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillments count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/fulfillmentsCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: localization extensions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/localizationExtensions>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: localized fields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/localizedFields>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: merchant business entity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/merchantBusinessEntity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: merchant of record app
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/merchantOfRecordApp>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/metafield>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield definitions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/metafieldDefinitions>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: net payment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/netPayment>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: net payment set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/netPaymentSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: non fulfillable line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/nonFulfillableLineItems>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: original total additional fees set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/originalTotalAdditionalFeesSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: original total duties set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/originalTotalDutiesSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: original total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/originalTotalPriceSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: payment collection details
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/paymentCollectionDetails>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: payment terms
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/paymentTerms>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: physical location
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/physicalLocation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: presentment currency code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/presentmentCurrencyCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: publication
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/publication>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: purchasing entity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/purchasingEntity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: refund discrepancy set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/refundDiscrepancySet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: retail location
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/retailLocation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: return status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/returnStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: returns
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/returns>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: risk
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/risk>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: risk level
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/riskLevel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: risks
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/risks>
  a owl:ObjectProperty .

# OWL axioms for property: shipping line
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/shippingLine>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shopify protect
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/shopifyProtect>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: staff member
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/staffMember>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: suggested refund
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/suggestedRefund>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total capturable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalCapturable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total capturable set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalCapturableSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total cash rounding adjustment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalCashRoundingAdjustment>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total outstanding set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalOutstandingSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total received
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalReceived>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total received set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalReceivedSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total refunded
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalRefunded>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total refunded set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalRefundedSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total refunded shipping set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalRefundedShippingSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total shipping price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalShippingPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total tip received set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/totalTipReceivedSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: transactions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/transactions>
  a owl:ObjectProperty .

# OWL axioms for property: transactions count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderFulfilledEvent/transactionsCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/orderNumber>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/email>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: financial status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/financialStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillment status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/fulfillmentStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: subtotal price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/subtotalPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total tax
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalTax>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total discounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalDiscounts>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total line items price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalLineItemsPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/lineItems>
  a owl:ObjectProperty .

# OWL axioms for property: billing address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/billingAddress>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shipping address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/shippingAddress>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/customer>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discount codes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/discountCodes>
  a owl:ObjectProperty .

# OWL axioms for property: tax lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/taxLines>
  a owl:ObjectProperty .

# OWL axioms for property: shipping lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/shippingLines>
  a owl:ObjectProperty .

# OWL axioms for property: note
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/note>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/tags>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cancel reason
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/cancelReason>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cancelled at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/cancelledAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: closed at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/closedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: processed at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/processedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/adminGraphqlApiId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: source name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/sourceName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: gateway
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/gateway>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: test
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/test>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: confirmed
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/confirmed>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: buyer accepts marketing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/buyerAcceptsMarketing>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total weight
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalWeight>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: token
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/token>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: app id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/appId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: browser ip
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/browserIp>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: landing site
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/landingSite>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: referring site
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/referringSite>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/phone>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discount applications
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/discountApplications>
  a owl:ObjectProperty .

# OWL axioms for property: note attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/noteAttributes>
  a owl:ObjectProperty .

# OWL axioms for property: fulfillments
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/fulfillments>
  a owl:ObjectProperty .

# OWL axioms for property: refunds
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/refunds>
  a owl:ObjectProperty .

# OWL axioms for property: total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: subtotal price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/subtotalPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total discounts set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalDiscountsSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total line items price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalLineItemsPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total tax set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalTaxSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total shipping price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalShippingPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currentTotalPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current subtotal price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currentSubtotalPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total tax
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currentTotalTax>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total discounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currentTotalDiscounts>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currentTotalPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current subtotal price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currentSubtotalPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total tax set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currentTotalTaxSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total discounts set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currentTotalDiscountsSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: presentment currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/presentmentCurrency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: payment gateway names
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/paymentGatewayNames>
  a owl:DatatypeProperty .

# OWL axioms for property: processing method
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/processingMethod>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: client details
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/clientDetails>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: taxes included
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/taxesIncluded>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order status url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/orderStatusUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total tip received
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalTipReceived>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/number>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: confirmation number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/confirmationNumber>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/metafields>
  a owl:ObjectProperty .

# OWL axioms for property: billing address matches shipping address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/billingAddressMatchesShippingAddress>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: can mark as paid
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/canMarkAsPaid>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: can notify customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/canNotifyCustomer>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: capturable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/capturable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: client ip
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/clientIp>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: closed
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/closed>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current subtotal line items quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currentSubtotalLineItemsQuantity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total weight
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currentTotalWeight>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customer accepts marketing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/customerAcceptsMarketing>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customer locale
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/customerLocale>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discount code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/discountCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: duties included
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/dutiesIncluded>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: edited
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/edited>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: estimated taxes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/estimatedTaxes>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/fulfillable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fully paid
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/fullyPaid>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: has timeline comment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/hasTimelineComment>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: landing page display text
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/landingPageDisplayText>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: landing page url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/landingPageUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/legacyResourceId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: merchant editable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/merchantEditable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: merchant editable errors
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/merchantEditableErrors>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: po number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/poNumber>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: referral code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/referralCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: referrer display text
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/referrerDisplayText>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: referrer url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/referrerUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: refundable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/refundable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: registered source url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/registeredSourceUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: requires shipping
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/requiresShipping>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: restockable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/restockable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: source identifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/sourceIdentifier>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status page url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/statusPageUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: subtotal line items quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/subtotalLineItemsQuantity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax exempt
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/taxExempt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: unpaid
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/unpaid>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: additional fees
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/additionalFees>
  a owl:ObjectProperty .

# OWL axioms for property: agreements
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/agreements>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: alerts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/alerts>
  a owl:ObjectProperty .

# OWL axioms for property: app
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/app>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cancellation
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/cancellation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cart discount amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/cartDiscountAmount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cart discount amount set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/cartDiscountAmountSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: channel
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/channel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: channel information
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/channelInformation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currencyCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current cart discount amount set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currentCartDiscountAmountSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current shipping price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currentShippingPriceSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current tax lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currentTaxLines>
  a owl:ObjectProperty .

# OWL axioms for property: current total additional fees set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currentTotalAdditionalFeesSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total duties set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/currentTotalDutiesSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/customAttributes>
  a owl:ObjectProperty .

# OWL axioms for property: customer journey
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/customerJourney>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customer journey summary
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/customerJourneySummary>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: display address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/displayAddress>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: display financial status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/displayFinancialStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: display fulfillment status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/displayFulfillmentStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: disputes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/disputes>
  a owl:ObjectProperty .

# OWL axioms for property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/events>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: exchange v2s
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/exchangeV2s>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillment orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/fulfillmentOrders>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillments count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/fulfillmentsCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: localization extensions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/localizationExtensions>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: localized fields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/localizedFields>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: merchant business entity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/merchantBusinessEntity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: merchant of record app
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/merchantOfRecordApp>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/metafield>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield definitions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/metafieldDefinitions>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: net payment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/netPayment>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: net payment set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/netPaymentSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: non fulfillable line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/nonFulfillableLineItems>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: original total additional fees set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/originalTotalAdditionalFeesSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: original total duties set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/originalTotalDutiesSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: original total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/originalTotalPriceSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: payment collection details
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/paymentCollectionDetails>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: payment terms
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/paymentTerms>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: physical location
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/physicalLocation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: presentment currency code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/presentmentCurrencyCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: publication
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/publication>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: purchasing entity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/purchasingEntity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: refund discrepancy set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/refundDiscrepancySet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: retail location
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/retailLocation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: return status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/returnStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: returns
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/returns>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: risk
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/risk>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: risk level
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/riskLevel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: risks
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/risks>
  a owl:ObjectProperty .

# OWL axioms for property: shipping line
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/shippingLine>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shopify protect
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/shopifyProtect>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: staff member
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/staffMember>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: suggested refund
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/suggestedRefund>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total capturable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalCapturable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total capturable set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalCapturableSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total cash rounding adjustment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalCashRoundingAdjustment>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total outstanding set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalOutstandingSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total received
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalReceived>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total received set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalReceivedSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total refunded
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalRefunded>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total refunded set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalRefundedSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total refunded shipping set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalRefundedShippingSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total shipping price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalShippingPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total tip received set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/totalTipReceivedSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: transactions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/transactions>
  a owl:ObjectProperty .

# OWL axioms for property: transactions count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPaidEvent/transactionsCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/orderNumber>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/email>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: financial status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/financialStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillment status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/fulfillmentStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: subtotal price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/subtotalPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total tax
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalTax>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total discounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalDiscounts>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total line items price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalLineItemsPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/lineItems>
  a owl:ObjectProperty .

# OWL axioms for property: billing address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/billingAddress>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shipping address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/shippingAddress>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/customer>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discount codes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/discountCodes>
  a owl:ObjectProperty .

# OWL axioms for property: tax lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/taxLines>
  a owl:ObjectProperty .

# OWL axioms for property: shipping lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/shippingLines>
  a owl:ObjectProperty .

# OWL axioms for property: note
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/note>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/tags>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cancel reason
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/cancelReason>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cancelled at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/cancelledAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: closed at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/closedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: processed at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/processedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/adminGraphqlApiId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: source name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/sourceName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: gateway
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/gateway>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: test
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/test>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: confirmed
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/confirmed>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: buyer accepts marketing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/buyerAcceptsMarketing>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total weight
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalWeight>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: token
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/token>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: app id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/appId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: browser ip
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/browserIp>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: landing site
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/landingSite>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: referring site
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/referringSite>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/phone>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discount applications
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/discountApplications>
  a owl:ObjectProperty .

# OWL axioms for property: note attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/noteAttributes>
  a owl:ObjectProperty .

# OWL axioms for property: fulfillments
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/fulfillments>
  a owl:ObjectProperty .

# OWL axioms for property: refunds
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/refunds>
  a owl:ObjectProperty .

# OWL axioms for property: total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: subtotal price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/subtotalPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total discounts set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalDiscountsSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total line items price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalLineItemsPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total tax set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalTaxSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total shipping price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalShippingPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currentTotalPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current subtotal price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currentSubtotalPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total tax
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currentTotalTax>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total discounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currentTotalDiscounts>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currentTotalPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current subtotal price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currentSubtotalPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total tax set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currentTotalTaxSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total discounts set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currentTotalDiscountsSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: presentment currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/presentmentCurrency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: payment gateway names
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/paymentGatewayNames>
  a owl:DatatypeProperty .

# OWL axioms for property: processing method
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/processingMethod>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: client details
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/clientDetails>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: taxes included
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/taxesIncluded>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order status url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/orderStatusUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total tip received
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalTipReceived>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/number>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: confirmation number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/confirmationNumber>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/metafields>
  a owl:ObjectProperty .

# OWL axioms for property: billing address matches shipping address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/billingAddressMatchesShippingAddress>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: can mark as paid
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/canMarkAsPaid>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: can notify customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/canNotifyCustomer>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: capturable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/capturable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: client ip
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/clientIp>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: closed
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/closed>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current subtotal line items quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currentSubtotalLineItemsQuantity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total weight
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currentTotalWeight>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customer accepts marketing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/customerAcceptsMarketing>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customer locale
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/customerLocale>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discount code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/discountCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: duties included
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/dutiesIncluded>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: edited
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/edited>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: estimated taxes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/estimatedTaxes>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/fulfillable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fully paid
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/fullyPaid>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: has timeline comment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/hasTimelineComment>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: landing page display text
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/landingPageDisplayText>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: landing page url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/landingPageUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/legacyResourceId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: merchant editable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/merchantEditable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: merchant editable errors
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/merchantEditableErrors>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: po number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/poNumber>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: referral code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/referralCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: referrer display text
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/referrerDisplayText>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: referrer url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/referrerUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: refundable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/refundable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: registered source url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/registeredSourceUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: requires shipping
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/requiresShipping>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: restockable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/restockable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: source identifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/sourceIdentifier>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status page url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/statusPageUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: subtotal line items quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/subtotalLineItemsQuantity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax exempt
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/taxExempt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: unpaid
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/unpaid>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: additional fees
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/additionalFees>
  a owl:ObjectProperty .

# OWL axioms for property: agreements
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/agreements>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: alerts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/alerts>
  a owl:ObjectProperty .

# OWL axioms for property: app
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/app>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cancellation
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/cancellation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cart discount amount
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/cartDiscountAmount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cart discount amount set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/cartDiscountAmountSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: channel
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/channel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: channel information
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/channelInformation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currencyCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current cart discount amount set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currentCartDiscountAmountSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current shipping price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currentShippingPriceSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current tax lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currentTaxLines>
  a owl:ObjectProperty .

# OWL axioms for property: current total additional fees set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currentTotalAdditionalFeesSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: current total duties set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/currentTotalDutiesSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/customAttributes>
  a owl:ObjectProperty .

# OWL axioms for property: customer journey
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/customerJourney>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customer journey summary
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/customerJourneySummary>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: display address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/displayAddress>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: display financial status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/displayFinancialStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: display fulfillment status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/displayFulfillmentStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: disputes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/disputes>
  a owl:ObjectProperty .

# OWL axioms for property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/events>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: exchange v2s
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/exchangeV2s>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillment orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/fulfillmentOrders>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillments count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/fulfillmentsCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: localization extensions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/localizationExtensions>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: localized fields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/localizedFields>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: merchant business entity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/merchantBusinessEntity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: merchant of record app
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/merchantOfRecordApp>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/metafield>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield definitions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/metafieldDefinitions>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: net payment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/netPayment>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: net payment set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/netPaymentSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: non fulfillable line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/nonFulfillableLineItems>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: original total additional fees set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/originalTotalAdditionalFeesSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: original total duties set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/originalTotalDutiesSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: original total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/originalTotalPriceSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: payment collection details
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/paymentCollectionDetails>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: payment terms
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/paymentTerms>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: physical location
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/physicalLocation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: presentment currency code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/presentmentCurrencyCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: publication
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/publication>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: purchasing entity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/purchasingEntity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: refund discrepancy set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/refundDiscrepancySet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: retail location
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/retailLocation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: return status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/returnStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: returns
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/returns>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: risk
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/risk>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: risk level
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/riskLevel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: risks
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/risks>
  a owl:ObjectProperty .

# OWL axioms for property: shipping line
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/shippingLine>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shopify protect
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/shopifyProtect>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: staff member
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/staffMember>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: suggested refund
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/suggestedRefund>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total capturable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalCapturable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total capturable set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalCapturableSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total cash rounding adjustment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalCashRoundingAdjustment>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total outstanding set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalOutstandingSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total received
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalReceived>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total received set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalReceivedSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total refunded
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalRefunded>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total refunded set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalRefundedSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total refunded shipping set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalRefundedShippingSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total shipping price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalShippingPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total tip received set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/totalTipReceivedSet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: transactions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/transactions>
  a owl:ObjectProperty .

# OWL axioms for property: transactions count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.OrderPartiallyFulfilledEvent/transactionsCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/email>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: first name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/firstName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: last name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/lastName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/phone>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: addresses
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/addresses>
  a owl:ObjectProperty .

# OWL axioms for property: default address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/defaultAddress>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: orders count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/ordersCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total spent
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/totalSpent>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: state
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/state>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: verified email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/verifiedEmail>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: email marketing consent
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/emailMarketingConsent>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: sms marketing consent
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/smsMarketingConsent>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/tags>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: note
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/note>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax exempt
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/taxExempt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax exemptions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/taxExemptions>
  a owl:DatatypeProperty .

# OWL axioms for property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/currency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: accepts marketing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/acceptsMarketing>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: accepts marketing updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/acceptsMarketingUpdatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: marketing opt in level
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/marketingOptInLevel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: multipass identifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/multipassIdentifier>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: last order
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/lastOrder>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: last order name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/lastOrderName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/adminGraphqlApiId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/metafields>
  a owl:ObjectProperty .

# OWL axioms for property: can delete
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/canDelete>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: data sale opt out
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/dataSaleOptOut>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: display name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/displayName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: has timeline comment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/hasTimelineComment>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/legacyResourceId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: lifetime duration
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/lifetimeDuration>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: locale
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/locale>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: number of orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/numberOfOrders>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: unsubscribe url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/unsubscribeUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: valid email address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/validEmailAddress>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: addresses v2
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/addressesV2>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: amount spent
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/amountSpent>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: company contact profiles
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/companyContactProfiles>
  a owl:ObjectProperty .

# OWL axioms for property: default email address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/defaultEmailAddress>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: default phone number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/defaultPhoneNumber>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/events>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: image
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/image>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: market
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/market>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: mergeable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/mergeable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/metafield>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield definitions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/metafieldDefinitions>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/orders>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: payment methods
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/paymentMethods>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product subscriber status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/productSubscriberStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: statistics
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/statistics>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: store credit accounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/storeCreditAccounts>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: subscription contracts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerCreatedEvent/subscriptionContracts>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/email>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: first name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/firstName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: last name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/lastName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/phone>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: addresses
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/addresses>
  a owl:ObjectProperty .

# OWL axioms for property: default address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/defaultAddress>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: orders count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/ordersCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total spent
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/totalSpent>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: state
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/state>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: verified email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/verifiedEmail>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: email marketing consent
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/emailMarketingConsent>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: sms marketing consent
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/smsMarketingConsent>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/tags>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: note
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/note>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax exempt
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/taxExempt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax exemptions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/taxExemptions>
  a owl:DatatypeProperty .

# OWL axioms for property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/currency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: accepts marketing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/acceptsMarketing>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: accepts marketing updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/acceptsMarketingUpdatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: marketing opt in level
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/marketingOptInLevel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: multipass identifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/multipassIdentifier>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: last order
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/lastOrder>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: last order name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/lastOrderName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/adminGraphqlApiId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/metafields>
  a owl:ObjectProperty .

# OWL axioms for property: can delete
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/canDelete>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: data sale opt out
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/dataSaleOptOut>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: display name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/displayName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: has timeline comment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/hasTimelineComment>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/legacyResourceId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: lifetime duration
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/lifetimeDuration>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: locale
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/locale>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: number of orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/numberOfOrders>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: unsubscribe url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/unsubscribeUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: valid email address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/validEmailAddress>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: addresses v2
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/addressesV2>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: amount spent
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/amountSpent>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: company contact profiles
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/companyContactProfiles>
  a owl:ObjectProperty .

# OWL axioms for property: default email address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/defaultEmailAddress>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: default phone number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/defaultPhoneNumber>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/events>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: image
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/image>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: market
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/market>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: mergeable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/mergeable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/metafield>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield definitions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/metafieldDefinitions>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/orders>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: payment methods
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/paymentMethods>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product subscriber status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/productSubscriberStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: statistics
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/statistics>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: store credit accounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/storeCreditAccounts>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: subscription contracts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerUpdatedEvent/subscriptionContracts>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDeletedEvent/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/email>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: first name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/firstName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: last name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/lastName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/phone>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: addresses
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/addresses>
  a owl:ObjectProperty .

# OWL axioms for property: default address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/defaultAddress>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: orders count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/ordersCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total spent
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/totalSpent>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: state
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/state>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: verified email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/verifiedEmail>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: email marketing consent
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/emailMarketingConsent>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: sms marketing consent
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/smsMarketingConsent>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/tags>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: note
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/note>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax exempt
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/taxExempt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax exemptions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/taxExemptions>
  a owl:DatatypeProperty .

# OWL axioms for property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/currency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: accepts marketing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/acceptsMarketing>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: accepts marketing updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/acceptsMarketingUpdatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: marketing opt in level
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/marketingOptInLevel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: multipass identifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/multipassIdentifier>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: last order
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/lastOrder>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: last order name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/lastOrderName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/adminGraphqlApiId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/metafields>
  a owl:ObjectProperty .

# OWL axioms for property: can delete
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/canDelete>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: data sale opt out
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/dataSaleOptOut>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: display name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/displayName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: has timeline comment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/hasTimelineComment>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/legacyResourceId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: lifetime duration
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/lifetimeDuration>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: locale
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/locale>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: number of orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/numberOfOrders>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: unsubscribe url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/unsubscribeUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: valid email address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/validEmailAddress>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: addresses v2
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/addressesV2>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: amount spent
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/amountSpent>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: company contact profiles
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/companyContactProfiles>
  a owl:ObjectProperty .

# OWL axioms for property: default email address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/defaultEmailAddress>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: default phone number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/defaultPhoneNumber>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/events>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: image
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/image>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: market
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/market>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: mergeable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/mergeable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/metafield>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield definitions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/metafieldDefinitions>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/orders>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: payment methods
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/paymentMethods>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product subscriber status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/productSubscriberStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: statistics
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/statistics>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: store credit accounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/storeCreditAccounts>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: subscription contracts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerEnabledEvent/subscriptionContracts>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/email>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: first name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/firstName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: last name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/lastName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/phone>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: addresses
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/addresses>
  a owl:ObjectProperty .

# OWL axioms for property: default address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/defaultAddress>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: orders count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/ordersCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total spent
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/totalSpent>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: state
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/state>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: verified email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/verifiedEmail>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: email marketing consent
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/emailMarketingConsent>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: sms marketing consent
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/smsMarketingConsent>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/tags>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: note
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/note>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax exempt
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/taxExempt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax exemptions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/taxExemptions>
  a owl:DatatypeProperty .

# OWL axioms for property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/currency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: accepts marketing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/acceptsMarketing>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: accepts marketing updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/acceptsMarketingUpdatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: marketing opt in level
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/marketingOptInLevel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: multipass identifier
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/multipassIdentifier>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: last order
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/lastOrder>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: last order name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/lastOrderName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/adminGraphqlApiId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/metafields>
  a owl:ObjectProperty .

# OWL axioms for property: can delete
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/canDelete>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: data sale opt out
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/dataSaleOptOut>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: display name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/displayName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: has timeline comment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/hasTimelineComment>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/legacyResourceId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: lifetime duration
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/lifetimeDuration>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: locale
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/locale>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: number of orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/numberOfOrders>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: unsubscribe url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/unsubscribeUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: valid email address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/validEmailAddress>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: addresses v2
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/addressesV2>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: amount spent
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/amountSpent>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: company contact profiles
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/companyContactProfiles>
  a owl:ObjectProperty .

# OWL axioms for property: default email address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/defaultEmailAddress>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: default phone number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/defaultPhoneNumber>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/events>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: image
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/image>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: market
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/market>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: mergeable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/mergeable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/metafield>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield definitions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/metafieldDefinitions>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/orders>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: payment methods
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/paymentMethods>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product subscriber status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/productSubscriberStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: statistics
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/statistics>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: store credit accounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/storeCreditAccounts>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: subscription contracts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDisabledEvent/subscriptionContracts>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/order>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tracking company
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/trackingCompany>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tracking number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/trackingNumber>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tracking numbers
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/trackingNumbers>
  a owl:DatatypeProperty .

# OWL axioms for property: tracking url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/trackingUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tracking urls
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/trackingUrls>
  a owl:DatatypeProperty .

# OWL axioms for property: line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/lineItems>
  a owl:ObjectProperty .

# OWL axioms for property: shipment status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/shipmentStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: location
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/location>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: notify customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/notifyCustomer>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: service
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/service>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: receipt
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/receipt>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: origin address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/originAddress>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/adminGraphqlApiId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: delivered at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/deliveredAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: estimated delivery at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/estimatedDeliveryAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: in transit at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/inTransitAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/legacyResourceId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: requires shipping
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/requiresShipping>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/totalQuantity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: display status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/displayStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/events>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillment line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/fulfillmentLineItems>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillment orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/fulfillmentOrders>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tracking info
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentCreatedEvent/trackingInfo>
  a owl:ObjectProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/order>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tracking company
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/trackingCompany>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tracking number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/trackingNumber>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tracking numbers
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/trackingNumbers>
  a owl:DatatypeProperty .

# OWL axioms for property: tracking url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/trackingUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tracking urls
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/trackingUrls>
  a owl:DatatypeProperty .

# OWL axioms for property: line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/lineItems>
  a owl:ObjectProperty .

# OWL axioms for property: shipment status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/shipmentStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: location
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/location>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: notify customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/notifyCustomer>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: service
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/service>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: receipt
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/receipt>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: origin address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/originAddress>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/adminGraphqlApiId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: delivered at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/deliveredAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: estimated delivery at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/estimatedDeliveryAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: in transit at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/inTransitAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/legacyResourceId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: requires shipping
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/requiresShipping>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total quantity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/totalQuantity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: display status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/displayStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/events>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillment line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/fulfillmentLineItems>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fulfillment orders
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/fulfillmentOrders>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tracking info
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.FulfillmentUpdatedEvent/trackingInfo>
  a owl:ObjectProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: sku
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/sku>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cost
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/cost>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country code of origin
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/countryCodeOfOrigin>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: province code of origin
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/provinceCodeOfOrigin>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: harmonized system code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/harmonizedSystemCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tracked
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/tracked>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: requires shipping
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/requiresShipping>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country harmonized system codes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/countryHarmonizedSystemCodes>
  a owl:ObjectProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/adminGraphqlApiId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: duplicate sku count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/duplicateSkuCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: inventory history url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/inventoryHistoryUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/legacyResourceId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: inventory level
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/inventoryLevel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: inventory levels
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/inventoryLevels>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: locations count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/locationsCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: measurement
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/measurement>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tracked editable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/trackedEditable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: unit cost
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/unitCost>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: variant
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemCreatedEvent/variant>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: sku
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/sku>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cost
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/cost>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country code of origin
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/countryCodeOfOrigin>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: province code of origin
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/provinceCodeOfOrigin>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: harmonized system code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/harmonizedSystemCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tracked
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/tracked>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: requires shipping
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/requiresShipping>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country harmonized system codes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/countryHarmonizedSystemCodes>
  a owl:ObjectProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/adminGraphqlApiId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: duplicate sku count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/duplicateSkuCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: inventory history url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/inventoryHistoryUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/legacyResourceId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: inventory level
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/inventoryLevel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: inventory levels
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/inventoryLevels>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: locations count
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/locationsCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: measurement
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/measurement>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tracked editable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/trackedEditable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: unit cost
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/unitCost>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: variant
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemUpdatedEvent/variant>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryItemDeletedEvent/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: inventory item
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelUpdatedEvent/inventoryItem>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: location
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelUpdatedEvent/location>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: available
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelUpdatedEvent/available>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelUpdatedEvent/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelUpdatedEvent/adminGraphqlApiId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: can deactivate
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelUpdatedEvent/canDeactivate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelUpdatedEvent/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: deactivation alert
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelUpdatedEvent/deactivationAlert>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelUpdatedEvent/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: item
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelUpdatedEvent/item>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: quantities
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelUpdatedEvent/quantities>
  a owl:ObjectProperty .

# OWL axioms for property: scheduled changes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelUpdatedEvent/scheduledChanges>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: inventory item
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelConnectedEvent/inventoryItem>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: location
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelConnectedEvent/location>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: available
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelConnectedEvent/available>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelConnectedEvent/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelConnectedEvent/adminGraphqlApiId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: can deactivate
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelConnectedEvent/canDeactivate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelConnectedEvent/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: deactivation alert
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelConnectedEvent/deactivationAlert>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelConnectedEvent/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: item
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelConnectedEvent/item>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: quantities
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelConnectedEvent/quantities>
  a owl:ObjectProperty .

# OWL axioms for property: scheduled changes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelConnectedEvent/scheduledChanges>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: inventory item
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelDisconnectedEvent/inventoryItem>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: location
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelDisconnectedEvent/location>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: available
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelDisconnectedEvent/available>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelDisconnectedEvent/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelDisconnectedEvent/adminGraphqlApiId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: can deactivate
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelDisconnectedEvent/canDeactivate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelDisconnectedEvent/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: deactivation alert
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelDisconnectedEvent/deactivationAlert>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelDisconnectedEvent/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: item
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelDisconnectedEvent/item>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: quantities
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelDisconnectedEvent/quantities>
  a owl:ObjectProperty .

# OWL axioms for property: scheduled changes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.InventoryLevelDisconnectedEvent/scheduledChanges>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/order>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/customer>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/email>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/lineItems>
  a owl:ObjectProperty .

# OWL axioms for property: shipping address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/shippingAddress>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: billing address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/billingAddress>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: note
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/note>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/tags>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax exempt
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/taxExempt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/taxLines>
  a owl:ObjectProperty .

# OWL axioms for property: shipping line
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/shippingLine>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: subtotal price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/subtotalPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/totalPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total tax
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/totalTax>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/currency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: invoice url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/invoiceUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: invoice sent at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/invoiceSentAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: note attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/noteAttributes>
  a owl:ObjectProperty .

# OWL axioms for property: applied discount
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/appliedDiscount>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: taxes included
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/taxesIncluded>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: completed at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/completedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/adminGraphqlApiId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: payment terms
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/paymentTerms>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: presentment currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/presentmentCurrency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/totalPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: subtotal price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/subtotalPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total tax set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/totalTaxSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total shipping price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/totalShippingPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total line items price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/totalLineItemsPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total discounts set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/totalDiscountsSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total additional fees set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/totalAdditionalFeesSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total duties set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/totalDutiesSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: amount due now set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/amountDueNowSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: amount due later set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/amountDueLaterSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: accept automatic discounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/acceptAutomaticDiscounts>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: all variant prices overridden
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/allVariantPricesOverridden>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: allow discount codes in checkout
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/allowDiscountCodesInCheckout>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: any variant prices overridden
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/anyVariantPricesOverridden>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: billing address matches shipping address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/billingAddressMatchesShippingAddress>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: default cursor
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/defaultCursor>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discount codes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/discountCodes>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: has timeline comment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/hasTimelineComment>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: invoice email template subject
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/invoiceEmailTemplateSubject>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/legacyResourceId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: market name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/marketName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: market region country code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/marketRegionCountryCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: note2
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/note2>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/phone>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: po number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/poNumber>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ready
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/ready>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: reserve inventory until
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/reserveInventoryUntil>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total quantity of line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/totalQuantityOfLineItems>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total weight
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/totalWeight>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: transformer fingerprint
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/transformerFingerprint>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: visible to customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/visibleToCustomer>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/currencyCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/customAttributes>
  a owl:ObjectProperty .

# OWL axioms for property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/events>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: line items subtotal price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/lineItemsSubtotalPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: localization extensions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/localizationExtensions>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: localized fields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/localizedFields>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/metafield>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/metafields>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: platform discounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/platformDiscounts>
  a owl:ObjectProperty .

# OWL axioms for property: presentment currency code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/presentmentCurrencyCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: purchasing entity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/purchasingEntity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total shipping price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/totalShippingPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: warnings
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderCreatedEvent/warnings>
  a owl:ObjectProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/order>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/customer>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/email>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/lineItems>
  a owl:ObjectProperty .

# OWL axioms for property: shipping address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/shippingAddress>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: billing address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/billingAddress>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: note
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/note>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tags
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/tags>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax exempt
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/taxExempt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax lines
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/taxLines>
  a owl:ObjectProperty .

# OWL axioms for property: shipping line
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/shippingLine>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: subtotal price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/subtotalPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/totalPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total tax
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/totalTax>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/currency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: invoice url
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/invoiceUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: invoice sent at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/invoiceSentAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: note attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/noteAttributes>
  a owl:ObjectProperty .

# OWL axioms for property: applied discount
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/appliedDiscount>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: taxes included
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/taxesIncluded>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: completed at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/completedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/adminGraphqlApiId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: payment terms
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/paymentTerms>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: presentment currency
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/presentmentCurrency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/totalPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: subtotal price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/subtotalPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total tax set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/totalTaxSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total shipping price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/totalShippingPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total line items price set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/totalLineItemsPriceSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total discounts set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/totalDiscountsSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total additional fees set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/totalAdditionalFeesSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total duties set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/totalDutiesSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: amount due now set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/amountDueNowSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: amount due later set
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/amountDueLaterSet>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: accept automatic discounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/acceptAutomaticDiscounts>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: all variant prices overridden
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/allVariantPricesOverridden>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: allow discount codes in checkout
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/allowDiscountCodesInCheckout>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: any variant prices overridden
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/anyVariantPricesOverridden>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: billing address matches shipping address
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/billingAddressMatchesShippingAddress>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: default cursor
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/defaultCursor>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discount codes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/discountCodes>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: has timeline comment
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/hasTimelineComment>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: invoice email template subject
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/invoiceEmailTemplateSubject>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: legacy resource id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/legacyResourceId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: market name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/marketName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: market region country code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/marketRegionCountryCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: note2
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/note2>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/phone>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: po number
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/poNumber>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ready
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/ready>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: reserve inventory until
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/reserveInventoryUntil>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total quantity of line items
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/totalQuantityOfLineItems>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total weight
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/totalWeight>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: transformer fingerprint
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/transformerFingerprint>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: visible to customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/visibleToCustomer>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/currencyCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom attributes
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/customAttributes>
  a owl:ObjectProperty .

# OWL axioms for property: events
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/events>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: line items subtotal price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/lineItemsSubtotalPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: localization extensions
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/localizationExtensions>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: localized fields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/localizedFields>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafield
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/metafield>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metafields
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/metafields>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: platform discounts
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/platformDiscounts>
  a owl:ObjectProperty .

# OWL axioms for property: presentment currency code
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/presentmentCurrencyCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: purchasing entity
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/purchasingEntity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total shipping price
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/totalShippingPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: warnings
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderUpdatedEvent/warnings>
  a owl:ObjectProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.DraftOrderDeletedEvent/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CollectionCreatedEvent/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CollectionCreatedEvent/title>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: handle
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CollectionCreatedEvent/handle>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CollectionUpdatedEvent/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: title
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CollectionUpdatedEvent/title>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: handle
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CollectionUpdatedEvent/handle>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CollectionDeletedEvent/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemePublishedEvent/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemePublishedEvent/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: role
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemePublishedEvent/role>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: previewable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemePublishedEvent/previewable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: processing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemePublishedEvent/processing>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: src
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemePublishedEvent/src>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: theme store id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemePublishedEvent/themeStoreId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemePublishedEvent/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemePublishedEvent/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemePublishedEvent/adminGraphqlApiId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemeUpdatedEvent/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemeUpdatedEvent/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: role
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemeUpdatedEvent/role>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: previewable
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemeUpdatedEvent/previewable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: processing
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemeUpdatedEvent/processing>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: src
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemeUpdatedEvent/src>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: theme store id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemeUpdatedEvent/themeStoreId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemeUpdatedEvent/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemeUpdatedEvent/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: admin graphql api id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemeUpdatedEvent/adminGraphqlApiId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ThemeDeletedEvent/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.AppUninstalledEvent/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.AppUninstalledEvent/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.AppUninstalledEvent/email>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: domain
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.AppUninstalledEvent/domain>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: myshopify domain
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.AppUninstalledEvent/myshopifyDomain>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.AppScopesUpdateEvent/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shop id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDataRequestEvent/shopId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shop domain
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDataRequestEvent/shopDomain>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: orders requested
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDataRequestEvent/ordersRequested>
  a owl:DatatypeProperty .

# OWL axioms for property: customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDataRequestEvent/customer>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: data request
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDataRequestEvent/dataRequest>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shop id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerRedactEvent/shopId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shop domain
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerRedactEvent/shopDomain>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customer
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerRedactEvent/customer>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: orders to redact
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerRedactEvent/ordersToRedact>
  a owl:DatatypeProperty .

# OWL axioms for property: shop id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ShopRedactEvent/shopId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shop domain
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.ShopRedactEvent/shopDomain>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: to
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderInvoiceRequest.draftOrderInvoice/to>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: from
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderInvoiceRequest.draftOrderInvoice/from>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: bcc
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderInvoiceRequest.draftOrderInvoice/bcc>
  a owl:DatatypeProperty .

# OWL axioms for property: subject
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderInvoiceRequest.draftOrderInvoice/subject>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom message
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderInvoiceRequest.draftOrderInvoice/customMessage>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: to
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderInvoiceResponse.draftOrderInvoice/to>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: from
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderInvoiceResponse.draftOrderInvoice/from>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: bcc
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderInvoiceResponse.draftOrderInvoice/bcc>
  a owl:DatatypeProperty .

# OWL axioms for property: subject
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderInvoiceResponse.draftOrderInvoice/subject>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom message
<https://relay.inferal.com/ontology/shopify/property/Shopify.DraftOrderInvoiceResponse.draftOrderInvoice/customMessage>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDataRequestEvent.customer/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDataRequestEvent.customer/email>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDataRequestEvent.customer/phone>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerDataRequestEvent.dataRequest/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerRedactEvent.customer/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: email
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerRedactEvent.customer/email>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: phone
<https://relay.inferal.com/ontology/shopify/property/Shopify.Events.CustomerRedactEvent.customer/phone>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# Generated Record OWL axioms for Shopify.AbandonedCheckout.billingAddress
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/billingAddress/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/billingAddress/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/billingAddress/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/billingAddress/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/billingAddress/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/billingAddress/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/billingAddress/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Shopify.AbandonedCheckout.customer
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/customer/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/customer/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/customer/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/customer/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/customer/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/customer/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/customer/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Shopify.AbandonedCheckout.discountCodes
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/discountCodes/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/discountCodes/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/discountCodes/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/discountCodes/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/discountCodes/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/discountCodes/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/discountCodes/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Shopify.AbandonedCheckout.lineItems
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/lineItems/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/lineItems/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/lineItems/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/lineItems/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/lineItems/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/lineItems/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/lineItems/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Shopify.AbandonedCheckout.shippingAddress
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/shippingAddress/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/shippingAddress/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/shippingAddress/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/shippingAddress/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/shippingAddress/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/shippingAddress/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.AbandonedCheckout/shippingAddress/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Shopify.CarrierShippingRateProvider.serviceFilter
<https://relay.inferal.com/ontology/shopify/record/Shopify.CarrierShippingRateProvider/serviceFilter/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.CarrierShippingRateProvider/serviceFilter/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.CarrierShippingRateProvider/serviceFilter/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.CarrierShippingRateProvider/serviceFilter/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.CarrierShippingRateProvider/serviceFilter/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/shopify/record/Shopify.CarrierShippingRateProvider/serviceFilter/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.CarrierShippingRateProvider/serviceFilter/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Shopify.Checkout.billingAddress
<https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/billingAddress/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/billingAddress/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/billingAddress/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/billingAddress/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/billingAddress/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/billingAddress/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/billingAddress/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Shopify.Checkout.lineItems
<https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/lineItems/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/lineItems/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/lineItems/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/lineItems/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/lineItems/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/lineItems/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/lineItems/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Shopify.Checkout.shippingAddress
<https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/shippingAddress/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/shippingAddress/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/shippingAddress/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/shippingAddress/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/shippingAddress/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/shippingAddress/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/shippingAddress/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Shopify.Checkout.shippingLine
<https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/shippingLine/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/shippingLine/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/shippingLine/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/shippingLine/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/shippingLine/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/shippingLine/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.Checkout/shippingLine/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Shopify.CollectionListing.defaultProductImage
<https://relay.inferal.com/ontology/shopify/record/Shopify.CollectionListing/defaultProductImage/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.CollectionListing/defaultProductImage/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.CollectionListing/defaultProductImage/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.CollectionListing/defaultProductImage/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.CollectionListing/defaultProductImage/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/shopify/record/Shopify.CollectionListing/defaultProductImage/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.CollectionListing/defaultProductImage/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Shopify.CollectionListing.image
<https://relay.inferal.com/ontology/shopify/record/Shopify.CollectionListing/image/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.CollectionListing/image/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.CollectionListing/image/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.CollectionListing/image/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.CollectionListing/image/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/shopify/record/Shopify.CollectionListing/image/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.CollectionListing/image/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Shopify.DraftOrder.paymentTerms
<https://relay.inferal.com/ontology/shopify/record/Shopify.DraftOrder/paymentTerms/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.DraftOrder/paymentTerms/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.DraftOrder/paymentTerms/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.DraftOrder/paymentTerms/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.DraftOrder/paymentTerms/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/shopify/record/Shopify.DraftOrder/paymentTerms/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.DraftOrder/paymentTerms/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Shopify.Events.DraftOrderCreatedEvent.paymentTerms
<https://relay.inferal.com/ontology/shopify/record/Shopify.Events.DraftOrderCreatedEvent/paymentTerms/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Events.DraftOrderCreatedEvent/paymentTerms/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Events.DraftOrderCreatedEvent/paymentTerms/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Events.DraftOrderCreatedEvent/paymentTerms/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.Events.DraftOrderCreatedEvent/paymentTerms/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Events.DraftOrderCreatedEvent/paymentTerms/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.Events.DraftOrderCreatedEvent/paymentTerms/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Shopify.Events.DraftOrderUpdatedEvent.paymentTerms
<https://relay.inferal.com/ontology/shopify/record/Shopify.Events.DraftOrderUpdatedEvent/paymentTerms/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Events.DraftOrderUpdatedEvent/paymentTerms/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Events.DraftOrderUpdatedEvent/paymentTerms/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Events.DraftOrderUpdatedEvent/paymentTerms/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.Events.DraftOrderUpdatedEvent/paymentTerms/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Events.DraftOrderUpdatedEvent/paymentTerms/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.Events.DraftOrderUpdatedEvent/paymentTerms/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Shopify.Events.FulfillmentCreatedEvent.receipt
<https://relay.inferal.com/ontology/shopify/record/Shopify.Events.FulfillmentCreatedEvent/receipt/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Events.FulfillmentCreatedEvent/receipt/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Events.FulfillmentCreatedEvent/receipt/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Events.FulfillmentCreatedEvent/receipt/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.Events.FulfillmentCreatedEvent/receipt/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Events.FulfillmentCreatedEvent/receipt/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.Events.FulfillmentCreatedEvent/receipt/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Shopify.Events.FulfillmentUpdatedEvent.receipt
<https://relay.inferal.com/ontology/shopify/record/Shopify.Events.FulfillmentUpdatedEvent/receipt/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Events.FulfillmentUpdatedEvent/receipt/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Events.FulfillmentUpdatedEvent/receipt/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Events.FulfillmentUpdatedEvent/receipt/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.Events.FulfillmentUpdatedEvent/receipt/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Events.FulfillmentUpdatedEvent/receipt/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.Events.FulfillmentUpdatedEvent/receipt/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Shopify.Fulfillment.receipt
<https://relay.inferal.com/ontology/shopify/record/Shopify.Fulfillment/receipt/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Fulfillment/receipt/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Fulfillment/receipt/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Fulfillment/receipt/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.Fulfillment/receipt/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Fulfillment/receipt/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.Fulfillment/receipt/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Shopify.FulfillmentOrder.fulfillmentHolds
<https://relay.inferal.com/ontology/shopify/record/Shopify.FulfillmentOrder/fulfillmentHolds/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.FulfillmentOrder/fulfillmentHolds/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.FulfillmentOrder/fulfillmentHolds/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.FulfillmentOrder/fulfillmentHolds/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.FulfillmentOrder/fulfillmentHolds/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/shopify/record/Shopify.FulfillmentOrder/fulfillmentHolds/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.FulfillmentOrder/fulfillmentHolds/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Shopify.FulfillmentOrder.internationalDuties
<https://relay.inferal.com/ontology/shopify/record/Shopify.FulfillmentOrder/internationalDuties/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.FulfillmentOrder/internationalDuties/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.FulfillmentOrder/internationalDuties/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.FulfillmentOrder/internationalDuties/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.FulfillmentOrder/internationalDuties/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/shopify/record/Shopify.FulfillmentOrder/internationalDuties/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.FulfillmentOrder/internationalDuties/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Shopify.GenericCollectionResponse.collection
<https://relay.inferal.com/ontology/shopify/record/Shopify.GenericCollectionResponse/collection/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.GenericCollectionResponse/collection/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.GenericCollectionResponse/collection/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.GenericCollectionResponse/collection/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.GenericCollectionResponse/collection/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/shopify/record/Shopify.GenericCollectionResponse/collection/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.GenericCollectionResponse/collection/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Shopify.Market.regions
<https://relay.inferal.com/ontology/shopify/record/Shopify.Market/regions/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Market/regions/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Market/regions/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Market/regions/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.Market/regions/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Market/regions/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.Market/regions/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Shopify.MarketingEvent.marketedResources
<https://relay.inferal.com/ontology/shopify/record/Shopify.MarketingEvent/marketedResources/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.MarketingEvent/marketedResources/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.MarketingEvent/marketedResources/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.MarketingEvent/marketedResources/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.MarketingEvent/marketedResources/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/shopify/record/Shopify.MarketingEvent/marketedResources/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.MarketingEvent/marketedResources/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Shopify.Metafield.jsonValue
<https://relay.inferal.com/ontology/shopify/record/Shopify.Metafield/jsonValue/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Metafield/jsonValue/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Metafield/jsonValue/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Metafield/jsonValue/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.Metafield/jsonValue/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/shopify/record/Shopify.Metafield/jsonValue/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.Metafield/jsonValue/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Shopify.MetafieldDefinition.type
<https://relay.inferal.com/ontology/shopify/record/Shopify.MetafieldDefinition/type/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.MetafieldDefinition/type/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.MetafieldDefinition/type/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.MetafieldDefinition/type/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.MetafieldDefinition/type/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/shopify/record/Shopify.MetafieldDefinition/type/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.MetafieldDefinition/type/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Shopify.OrderTransaction.receiptJson
<https://relay.inferal.com/ontology/shopify/record/Shopify.OrderTransaction/receiptJson/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.OrderTransaction/receiptJson/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.OrderTransaction/receiptJson/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.OrderTransaction/receiptJson/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.OrderTransaction/receiptJson/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/shopify/record/Shopify.OrderTransaction/receiptJson/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.OrderTransaction/receiptJson/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Shopify.PaymentResponse.payment
<https://relay.inferal.com/ontology/shopify/record/Shopify.PaymentResponse/payment/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.PaymentResponse/payment/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.PaymentResponse/payment/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.PaymentResponse/payment/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.PaymentResponse/payment/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/shopify/record/Shopify.PaymentResponse/payment/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.PaymentResponse/payment/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Shopify.PaymentsResponse.payments
<https://relay.inferal.com/ontology/shopify/record/Shopify.PaymentsResponse/payments/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.PaymentsResponse/payments/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.PaymentsResponse/payments/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.PaymentsResponse/payments/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.PaymentsResponse/payments/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/shopify/record/Shopify.PaymentsResponse/payments/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.PaymentsResponse/payments/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Shopify.ProductListing.images
<https://relay.inferal.com/ontology/shopify/record/Shopify.ProductListing/images/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.ProductListing/images/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.ProductListing/images/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.ProductListing/images/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.ProductListing/images/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/shopify/record/Shopify.ProductListing/images/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.ProductListing/images/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Shopify.ProductListing.variants
<https://relay.inferal.com/ontology/shopify/record/Shopify.ProductListing/variants/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.ProductListing/variants/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.ProductListing/variants/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.ProductListing/variants/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.ProductListing/variants/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/shopify/record/Shopify.ProductListing/variants/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.ProductListing/variants/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Shopify.ProductVariant.presentmentPrices
<https://relay.inferal.com/ontology/shopify/record/Shopify.ProductVariant/presentmentPrices/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.ProductVariant/presentmentPrices/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.ProductVariant/presentmentPrices/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.ProductVariant/presentmentPrices/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.ProductVariant/presentmentPrices/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/shopify/record/Shopify.ProductVariant/presentmentPrices/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.ProductVariant/presentmentPrices/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Shopify.ShippingRatesResponse.shippingRates
<https://relay.inferal.com/ontology/shopify/record/Shopify.ShippingRatesResponse/shippingRates/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.ShippingRatesResponse/shippingRates/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.ShippingRatesResponse/shippingRates/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.ShippingRatesResponse/shippingRates/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.ShippingRatesResponse/shippingRates/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/shopify/record/Shopify.ShippingRatesResponse/shippingRates/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.ShippingRatesResponse/shippingRates/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Shopify.ShopifyError.errors
<https://relay.inferal.com/ontology/shopify/record/Shopify.ShopifyError/errors/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.ShopifyError/errors/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.ShopifyError/errors/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.ShopifyError/errors/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.ShopifyError/errors/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/shopify/record/Shopify.ShopifyError/errors/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.ShopifyError/errors/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Shopify.TenderTransaction.paymentDetails
<https://relay.inferal.com/ontology/shopify/record/Shopify.TenderTransaction/paymentDetails/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.TenderTransaction/paymentDetails/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.TenderTransaction/paymentDetails/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/shopify/record/Shopify.TenderTransaction/paymentDetails/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.TenderTransaction/paymentDetails/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/shopify/record/Shopify.TenderTransaction/paymentDetails/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/shopify/record/Shopify.TenderTransaction/paymentDetails/value> ;
  owl:cardinality 1
] .
