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

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

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

# Class: Json Api Resource Identifier
klaviyo:JsonApiResourceIdentifier a rdfs:Class ;
  rdfs:label "Json Api Resource Identifier" ;
  rdfs:comment "JSON:API resource identifier object used in relationships." .

# Class: Relationship Links
klaviyo:RelationshipLinks a rdfs:Class ;
  rdfs:label "Relationship Links" ;
  rdfs:comment "JSON:API relationship links." ;
  rdfs:subClassOf schema:Thing .

# Class: Object Links
klaviyo:ObjectLinks a rdfs:Class ;
  rdfs:label "Object Links" ;
  rdfs:comment "JSON:API object links with a required self URI." ;
  rdfs:subClassOf schema:Thing .

# Class: Json Api Required To One Relationship
klaviyo:JsonApiRequiredToOneRelationship a rdfs:Class ;
  rdfs:label "Json Api Required To One Relationship" ;
  rdfs:comment "JSON:API to-one relationship wrapper with non-null data when present." ;
  rdfs:subClassOf schema:Thing .

# Class: Json Api To Many Relationship
klaviyo:JsonApiToManyRelationship a rdfs:Class ;
  rdfs:label "Json Api To Many Relationship" ;
  rdfs:comment "JSON:API to-many relationship wrapper." .

# Class: Collection Links
klaviyo:CollectionLinks a rdfs:Class ;
  rdfs:label "Collection Links" ;
  rdfs:comment "JSON:API pagination links." ;
  rdfs:subClassOf schema:Thing .

# Class: Relative Timeframe
klaviyo:RelativeTimeframe a rdfs:Class ;
  rdfs:label "Relative Timeframe" ;
  rdfs:comment "Named relative timeframe supplied to Klaviyo reporting endpoints." .

# Class: Custom Timeframe
klaviyo:CustomTimeframe a rdfs:Class ;
  rdfs:label "Custom Timeframe" ;
  rdfs:comment "Custom reporting range supplied to Klaviyo reporting endpoints." .

# Class: Klaviyo Error Response
klaviyo:KlaviyoErrorResponse a rdfs:Class ;
  rdfs:label "Klaviyo Error Response" ;
  rdfs:comment "Klaviyo JSON:API error response." .

# Class: Klaviyo Error Document
klaviyo:KlaviyoErrorDocument a rdfs:Class ;
  rdfs:label "Klaviyo Error Document" ;
  rdfs:comment "JSON:API error document." .

# Class: Klaviyo Error
klaviyo:KlaviyoError a rdfs:Class ;
  rdfs:label "Klaviyo Error" ;
  rdfs:comment "JSON:API error object returned by Klaviyo." .

# Class: Klaviyo Error Source
klaviyo:KlaviyoErrorSource a rdfs:Class ;
  rdfs:label "Klaviyo Error Source" ;
  rdfs:comment "JSON:API error source pointer or parameter." .

# Class: Profile
klaviyo:Profile a rdfs:Class ;
  rdfs:label "Profile" ;
  rdfs:subClassOf schema:Person .

# Class: Profile Attributes
klaviyo:ProfileAttributes a rdfs:Class ;
  rdfs:label "Profile Attributes" .

# Class: Profile Relationships
klaviyo:ProfileRelationships a rdfs:Class ;
  rdfs:label "Profile Relationships" .

# Class: Conversation
klaviyo:Conversation a rdfs:Class ;
  rdfs:label "Conversation" ;
  rdfs:subClassOf schema:Conversation .

# Class: Conversation Relationships
klaviyo:ConversationRelationships a rdfs:Class ;
  rdfs:label "Conversation Relationships" .

# Class: Push Token
klaviyo:PushToken a rdfs:Class ;
  rdfs:label "Push Token" ;
  rdfs:subClassOf schema:Thing .

# Class: Push Token Attributes
klaviyo:PushTokenAttributes a rdfs:Class ;
  rdfs:label "Push Token Attributes" .

# Class: Push Token Relationships
klaviyo:PushTokenRelationships a rdfs:Class ;
  rdfs:label "Push Token Relationships" .

# Class: Metric Attributes
klaviyo:MetricAttributes a rdfs:Class ;
  rdfs:label "Metric Attributes" .

# Class: Metric Relationships
klaviyo:MetricRelationships a rdfs:Class ;
  rdfs:label "Metric Relationships" .

# Class: Metric
klaviyo:Metric a rdfs:Class ;
  rdfs:label "Metric" ;
  rdfs:comment "JSON:API resource object with typed attributes and relationships." ;
  rdfs:subClassOf schema:Thing .

# Class: Flow Attributes
klaviyo:FlowAttributes a rdfs:Class ;
  rdfs:label "Flow Attributes" .

# Class: Flow Relationships
klaviyo:FlowRelationships a rdfs:Class ;
  rdfs:label "Flow Relationships" .

# Class: Flow
klaviyo:Flow a rdfs:Class ;
  rdfs:label "Flow" ;
  rdfs:comment "JSON:API resource object with typed attributes and relationships." ;
  rdfs:subClassOf schema:CreativeWorkSeries .

# Class: List Attributes
klaviyo:ListAttributes a rdfs:Class ;
  rdfs:label "List Attributes" .

# Class: List Relationships
klaviyo:ListRelationships a rdfs:Class ;
  rdfs:label "List Relationships" .

# Class: List
klaviyo:List a rdfs:Class ;
  rdfs:label "List" ;
  rdfs:comment "JSON:API resource object with typed attributes and relationships." ;
  rdfs:subClassOf schema:ItemList .

# Class: Tag Attributes
klaviyo:TagAttributes a rdfs:Class ;
  rdfs:label "Tag Attributes" .

# Class: Tag Relationships
klaviyo:TagRelationships a rdfs:Class ;
  rdfs:label "Tag Relationships" .

# Class: Tag
klaviyo:Tag a rdfs:Class ;
  rdfs:label "Tag" ;
  rdfs:comment "JSON:API resource object with typed attributes and relationships." ;
  rdfs:subClassOf schema:Thing .

# Class: Segment Attributes
klaviyo:SegmentAttributes a rdfs:Class ;
  rdfs:label "Segment Attributes" .

# Class: Segment Relationships
klaviyo:SegmentRelationships a rdfs:Class ;
  rdfs:label "Segment Relationships" .

# Class: Segment
klaviyo:Segment a rdfs:Class ;
  rdfs:label "Segment" ;
  rdfs:comment "JSON:API resource object with typed attributes and relationships." ;
  rdfs:subClassOf schema:Audience .

# Class: Tag Group
klaviyo:TagGroup a rdfs:Class ;
  rdfs:label "Tag Group" ;
  rdfs:subClassOf schema:Thing .

# Class: Tag Group Attributes
klaviyo:TagGroupAttributes a rdfs:Class ;
  rdfs:label "Tag Group Attributes" .

# Class: Tag Group Relationships
klaviyo:TagGroupRelationships a rdfs:Class ;
  rdfs:label "Tag Group Relationships" .

# Class: Template Attributes
klaviyo:TemplateAttributes a rdfs:Class ;
  rdfs:label "Template Attributes" .

# Class: Empty Relationships
klaviyo:EmptyRelationships a rdfs:Class ;
  rdfs:label "Empty Relationships" ;
  rdfs:comment "Empty relationship object for resources without documented relationships." .

# Class: Template
klaviyo:Template a rdfs:Class ;
  rdfs:label "Template" ;
  rdfs:comment "JSON:API resource object with typed attributes and relationships." ;
  rdfs:subClassOf schema:CreativeWork .

# Class: Image Attributes
klaviyo:ImageAttributes a rdfs:Class ;
  rdfs:label "Image Attributes" .

# Class: Image
klaviyo:Image a rdfs:Class ;
  rdfs:label "Image" ;
  rdfs:comment "JSON:API resource object with typed attributes and relationships." ;
  rdfs:subClassOf schema:ImageObject .

# Class: Flow Action
klaviyo:FlowAction a rdfs:Class ;
  rdfs:label "Flow Action" ;
  rdfs:subClassOf schema:Action .

# Class: Catalog Item Attributes
klaviyo:CatalogItemAttributes a rdfs:Class ;
  rdfs:label "Catalog Item Attributes" .

# Class: Catalog Item Relationships
klaviyo:CatalogItemRelationships a rdfs:Class ;
  rdfs:label "Catalog Item Relationships" .

# Class: Catalog Item
klaviyo:CatalogItem a rdfs:Class ;
  rdfs:label "Catalog Item" ;
  rdfs:comment "JSON:API resource object with typed attributes and relationships." ;
  rdfs:subClassOf schema:Product .

# Class: Catalog Variant Attributes
klaviyo:CatalogVariantAttributes a rdfs:Class ;
  rdfs:label "Catalog Variant Attributes" .

# Class: Catalog Variant Relationships
klaviyo:CatalogVariantRelationships a rdfs:Class ;
  rdfs:label "Catalog Variant Relationships" .

# Class: Catalog Variant
klaviyo:CatalogVariant a rdfs:Class ;
  rdfs:label "Catalog Variant" ;
  rdfs:comment "JSON:API resource object with typed attributes and relationships." ;
  rdfs:subClassOf schema:Product .

# Class: Campaign Attributes
klaviyo:CampaignAttributes a rdfs:Class ;
  rdfs:label "Campaign Attributes" .

# Class: Email Send Options
klaviyo:EmailSendOptions a rdfs:Class ;
  rdfs:label "Email Send Options" .

# Class: Sms Send Options
klaviyo:SmsSendOptions a rdfs:Class ;
  rdfs:label "Sms Send Options" .

# Class: Push Send Options
klaviyo:PushSendOptions a rdfs:Class ;
  rdfs:label "Push Send Options" .

# Class: Campaigns Email Tracking Options
klaviyo:CampaignsEmailTrackingOptions a rdfs:Class ;
  rdfs:label "Campaigns Email Tracking Options" .

# Class: Dynamic Tracking Param
klaviyo:DynamicTrackingParam a rdfs:Class ;
  rdfs:label "Dynamic Tracking Param" ;
  rdfs:comment "A tracking parameter whose value Klaviyo substitutes per send." .

# Class: Static Tracking Param
klaviyo:StaticTrackingParam a rdfs:Class ;
  rdfs:label "Static Tracking Param" ;
  rdfs:comment "A tracking parameter carrying one fixed value on every send." .

# Class: Campaigns Sms Tracking Options
klaviyo:CampaignsSmsTrackingOptions a rdfs:Class ;
  rdfs:label "Campaigns Sms Tracking Options" .

# Class: Static Send Strategy
klaviyo:StaticSendStrategy a rdfs:Class ;
  rdfs:label "Static Send Strategy" .

# Class: Local Static Send
klaviyo:LocalStaticSend a rdfs:Class ;
  rdfs:label "Local Static Send" ;
  rdfs:comment "A static send timed against each recipient's own timezone." .

# Class: Non Local Static Send
klaviyo:NonLocalStaticSend a rdfs:Class ;
  rdfs:label "Non Local Static Send" ;
  rdfs:comment "A static send timed against one absolute instant for every recipient." .

# Class: Smart Send Time Strategy
klaviyo:SmartSendTimeStrategy a rdfs:Class ;
  rdfs:label "Smart Send Time Strategy" .

# Class: Throttled Send Strategy
klaviyo:ThrottledSendStrategy a rdfs:Class ;
  rdfs:label "Throttled Send Strategy" .

# Class: Immediate Send Strategy
klaviyo:ImmediateSendStrategy a rdfs:Class ;
  rdfs:label "Immediate Send Strategy" .

# Class: ABTest Send Strategy
klaviyo:ABTestSendStrategy a rdfs:Class ;
  rdfs:label "ABTest Send Strategy" .

# Class: Unsupported Send Strategy
klaviyo:UnsupportedSendStrategy a rdfs:Class ;
  rdfs:label "Unsupported Send Strategy" .

# Class: Campaign Relationships
klaviyo:CampaignRelationships a rdfs:Class ;
  rdfs:label "Campaign Relationships" .

# Class: Campaign
klaviyo:Campaign a rdfs:Class ;
  rdfs:label "Campaign" ;
  rdfs:comment "JSON:API resource object with typed attributes and relationships." ;
  rdfs:subClassOf schema:CreativeWork .

# Class: Campaign Message
klaviyo:CampaignMessage a rdfs:Class ;
  rdfs:label "Campaign Message" ;
  rdfs:subClassOf schema:Message .

# Class: Campaign Metric Row
klaviyo:CampaignMetricRow a rdfs:Class ;
  rdfs:label "Campaign Metric Row" ;
  rdfs:subClassOf schema:Observation .

# Class: Flow Metric Row
klaviyo:FlowMetricRow a rdfs:Class ;
  rdfs:label "Flow Metric Row" ;
  rdfs:subClassOf schema:Observation .

# Class: Flow Series Metric Row
klaviyo:FlowSeriesMetricRow a rdfs:Class ;
  rdfs:label "Flow Series Metric Row" ;
  rdfs:subClassOf schema:Observation .

# Class: Report Result
klaviyo:ReportResult a rdfs:Class ;
  rdfs:label "Report Result" ;
  rdfs:comment "Raw groupings/statistics object returned by Klaviyo report APIs." .

# Class: Campaign Values Report
klaviyo:CampaignValuesReport a rdfs:Class ;
  rdfs:label "Campaign Values Report" ;
  rdfs:subClassOf schema:Dataset .

# Class: Campaign Values Report Resource
klaviyo:CampaignValuesReportResource a rdfs:Class ;
  rdfs:label "Campaign Values Report Resource" .

# Class: Campaign Values Report Attributes
klaviyo:CampaignValuesReportAttributes a rdfs:Class ;
  rdfs:label "Campaign Values Report Attributes" .

# Class: Campaign Values Report Relationships
klaviyo:CampaignValuesReportRelationships a rdfs:Class ;
  rdfs:label "Campaign Values Report Relationships" .

# Class: Flow Values Report
klaviyo:FlowValuesReport a rdfs:Class ;
  rdfs:label "Flow Values Report" ;
  rdfs:subClassOf schema:Dataset .

# Class: Flow Values Report Resource
klaviyo:FlowValuesReportResource a rdfs:Class ;
  rdfs:label "Flow Values Report Resource" .

# Class: Flow Values Report Attributes
klaviyo:FlowValuesReportAttributes a rdfs:Class ;
  rdfs:label "Flow Values Report Attributes" .

# Class: Flow Values Report Relationships
klaviyo:FlowValuesReportRelationships a rdfs:Class ;
  rdfs:label "Flow Values Report Relationships" .

# Class: Flow Series Report
klaviyo:FlowSeriesReport a rdfs:Class ;
  rdfs:label "Flow Series Report" ;
  rdfs:subClassOf schema:Dataset .

# Class: Flow Series Report Resource
klaviyo:FlowSeriesReportResource a rdfs:Class ;
  rdfs:label "Flow Series Report Resource" .

# Class: Flow Series Report Attributes
klaviyo:FlowSeriesReportAttributes a rdfs:Class ;
  rdfs:label "Flow Series Report Attributes" .

# Class: Flow Series Report Relationships
klaviyo:FlowSeriesReportRelationships a rdfs:Class ;
  rdfs:label "Flow Series Report Relationships" .

# Class: Campaign Values Report Request Attributes
klaviyo:CampaignValuesReportRequestAttributes a rdfs:Class ;
  rdfs:label "Campaign Values Report Request Attributes" .

# Class: Campaign Values Report Request Resource
klaviyo:CampaignValuesReportRequestResource a rdfs:Class ;
  rdfs:label "Campaign Values Report Request Resource" .

# Class: Campaign Values Report Request
klaviyo:CampaignValuesReportRequest a rdfs:Class ;
  rdfs:label "Campaign Values Report Request" .

# Class: Flow Values Report Request Attributes
klaviyo:FlowValuesReportRequestAttributes a rdfs:Class ;
  rdfs:label "Flow Values Report Request Attributes" .

# Class: Flow Values Report Request Resource
klaviyo:FlowValuesReportRequestResource a rdfs:Class ;
  rdfs:label "Flow Values Report Request Resource" .

# Class: Flow Values Report Request
klaviyo:FlowValuesReportRequest a rdfs:Class ;
  rdfs:label "Flow Values Report Request" .

# Class: Flow Series Report Request Attributes
klaviyo:FlowSeriesReportRequestAttributes a rdfs:Class ;
  rdfs:label "Flow Series Report Request Attributes" .

# Class: Flow Series Report Request Resource
klaviyo:FlowSeriesReportRequestResource a rdfs:Class ;
  rdfs:label "Flow Series Report Request Resource" .

# Class: Flow Series Report Request
klaviyo:FlowSeriesReportRequest a rdfs:Class ;
  rdfs:label "Flow Series Report Request" .

# Generated Record classes for Klaviyo.CampaignAttributes.audiences
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignAttributes/audiences/Container> a rdfs:Class ;
  rdfs:label "Audiences Record" .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignAttributes/audiences/Entry> a rdfs:Class ;
  rdfs:label "Audiences Entry" .

# Generated Record classes for Klaviyo.CampaignMessage.attributes
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignMessage/attributes/Container> a rdfs:Class ;
  rdfs:label "Attributes Record" .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignMessage/attributes/Entry> a rdfs:Class ;
  rdfs:label "Attributes Entry" .

# Generated Record classes for Klaviyo.CampaignMessage.relationships
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignMessage/relationships/Container> a rdfs:Class ;
  rdfs:label "Relationships Record" .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignMessage/relationships/Entry> a rdfs:Class ;
  rdfs:label "Relationships Entry" .

# Generated Record classes for Klaviyo.CampaignMetricRow.groupings
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignMetricRow/groupings/Container> a rdfs:Class ;
  rdfs:label "Groupings Record" .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignMetricRow/groupings/Entry> a rdfs:Class ;
  rdfs:label "Groupings Entry" .

# Generated Record classes for Klaviyo.CampaignMetricRow.statistics
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignMetricRow/statistics/Container> a rdfs:Class ;
  rdfs:label "Statistics Record" .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignMetricRow/statistics/Entry> a rdfs:Class ;
  rdfs:label "Statistics Entry" .

# Generated Record classes for Klaviyo.CatalogItemAttributes.customMetadata
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CatalogItemAttributes/customMetadata/Container> a rdfs:Class ;
  rdfs:label "Custom Metadata Record" .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CatalogItemAttributes/customMetadata/Entry> a rdfs:Class ;
  rdfs:label "Custom Metadata Entry" .

# Generated Record classes for Klaviyo.CatalogVariantAttributes.customMetadata
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CatalogVariantAttributes/customMetadata/Container> a rdfs:Class ;
  rdfs:label "Custom Metadata Record" .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CatalogVariantAttributes/customMetadata/Entry> a rdfs:Class ;
  rdfs:label "Custom Metadata Entry" .

# Generated Record classes for Klaviyo.FlowAction.attributes
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowAction/attributes/Container> a rdfs:Class ;
  rdfs:label "Attributes Record" .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowAction/attributes/Entry> a rdfs:Class ;
  rdfs:label "Attributes Entry" .

# Generated Record classes for Klaviyo.FlowAction.relationships
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowAction/relationships/Container> a rdfs:Class ;
  rdfs:label "Relationships Record" .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowAction/relationships/Entry> a rdfs:Class ;
  rdfs:label "Relationships Entry" .

# Generated Record classes for Klaviyo.FlowMetricRow.groupings
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowMetricRow/groupings/Container> a rdfs:Class ;
  rdfs:label "Groupings Record" .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowMetricRow/groupings/Entry> a rdfs:Class ;
  rdfs:label "Groupings Entry" .

# Generated Record classes for Klaviyo.FlowMetricRow.statistics
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowMetricRow/statistics/Container> a rdfs:Class ;
  rdfs:label "Statistics Record" .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowMetricRow/statistics/Entry> a rdfs:Class ;
  rdfs:label "Statistics Entry" .

# Generated Record classes for Klaviyo.FlowSeriesMetricRow.groupings
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowSeriesMetricRow/groupings/Container> a rdfs:Class ;
  rdfs:label "Groupings Record" .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowSeriesMetricRow/groupings/Entry> a rdfs:Class ;
  rdfs:label "Groupings Entry" .

# Generated Record classes for Klaviyo.FlowSeriesMetricRow.statistics
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowSeriesMetricRow/statistics/Container> a rdfs:Class ;
  rdfs:label "Statistics Record" .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowSeriesMetricRow/statistics/Entry> a rdfs:Class ;
  rdfs:label "Statistics Entry" .

# Generated Record classes for Klaviyo.MetricAttributes.integration
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.MetricAttributes/integration/Container> a rdfs:Class ;
  rdfs:label "Integration Record" .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.MetricAttributes/integration/Entry> a rdfs:Class ;
  rdfs:label "Integration Entry" .

# Generated Record classes for Klaviyo.ProfileAttributes.location
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ProfileAttributes/location/Container> a rdfs:Class ;
  rdfs:label "Location Record" .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ProfileAttributes/location/Entry> a rdfs:Class ;
  rdfs:label "Location Entry" .

# Generated Record classes for Klaviyo.ProfileAttributes.predictiveAnalytics
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ProfileAttributes/predictiveAnalytics/Container> a rdfs:Class ;
  rdfs:label "Predictive Analytics Record" .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ProfileAttributes/predictiveAnalytics/Entry> a rdfs:Class ;
  rdfs:label "Predictive Analytics Entry" .

# Generated Record classes for Klaviyo.ProfileAttributes.properties
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ProfileAttributes/properties/Container> a rdfs:Class ;
  rdfs:label "Properties Record" .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ProfileAttributes/properties/Entry> a rdfs:Class ;
  rdfs:label "Properties Entry" .

# Generated Record classes for Klaviyo.ProfileAttributes.subscriptions
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ProfileAttributes/subscriptions/Container> a rdfs:Class ;
  rdfs:label "Subscriptions Record" .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ProfileAttributes/subscriptions/Entry> a rdfs:Class ;
  rdfs:label "Subscriptions Entry" .

# Generated Record classes for Klaviyo.PushTokenAttributes.metadata
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.PushTokenAttributes/metadata/Container> a rdfs:Class ;
  rdfs:label "Metadata Record" .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.PushTokenAttributes/metadata/Entry> a rdfs:Class ;
  rdfs:label "Metadata Entry" .

# Generated Record classes for Klaviyo.ReportResult.groupings
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ReportResult/groupings/Container> a rdfs:Class ;
  rdfs:label "Groupings Record" .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ReportResult/groupings/Entry> a rdfs:Class ;
  rdfs:label "Groupings Entry" .

# Generated Record classes for Klaviyo.ReportResult.statistics
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ReportResult/statistics/Container> a rdfs:Class ;
  rdfs:label "Statistics Record" .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ReportResult/statistics/Entry> a rdfs:Class ;
  rdfs:label "Statistics Entry" .

# Generated Record classes for Klaviyo.SegmentAttributes.definition
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.SegmentAttributes/definition/Container> a rdfs:Class ;
  rdfs:label "Definition Record" .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.SegmentAttributes/definition/Entry> a rdfs:Class ;
  rdfs:label "Definition Entry" .

# Generated Record classes for Klaviyo.TemplateAttributes.definition
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.TemplateAttributes/definition/Container> a rdfs:Class ;
  rdfs:label "Definition Record" .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.TemplateAttributes/definition/Entry> a rdfs:Class ;
  rdfs:label "Definition Entry" .

# Concept scheme: CampaignReportGroupBy
klaviyo:CampaignReportGroupByScheme a skos:ConceptScheme ;
  rdfs:label "CampaignReportGroupBy" ;
  rdfs:comment "Campaign report grouping dimensions supported by Klaviyo." ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/CampaignReportGroupBy/campaignId> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/CampaignReportGroupBy/campaignMessageId> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/CampaignReportGroupBy/campaignMessageName> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/CampaignReportGroupBy/group> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/CampaignReportGroupBy/groupName> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/CampaignReportGroupBy/sendChannel> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/CampaignReportGroupBy/tagId> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/CampaignReportGroupBy/tagName> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/CampaignReportGroupBy/textMessageFormat> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/CampaignReportGroupBy/variation> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/CampaignReportGroupBy/variationName> .

<https://relay.inferal.com/ontology/klaviyo/CampaignReportGroupBy/campaignId> a skos:Concept ;
  skos:inScheme klaviyo:CampaignReportGroupByScheme ;
  skos:topConceptOf klaviyo:CampaignReportGroupByScheme ;
  skos:prefLabel "Campaign Id" ;
  skos:altLabel "campaignId" ;
  skos:notation "campaign_id" .

<https://relay.inferal.com/ontology/klaviyo/CampaignReportGroupBy/campaignMessageId> a skos:Concept ;
  skos:inScheme klaviyo:CampaignReportGroupByScheme ;
  skos:topConceptOf klaviyo:CampaignReportGroupByScheme ;
  skos:prefLabel "Campaign Message Id" ;
  skos:altLabel "campaignMessageId" ;
  skos:notation "campaign_message_id" .

<https://relay.inferal.com/ontology/klaviyo/CampaignReportGroupBy/campaignMessageName> a skos:Concept ;
  skos:inScheme klaviyo:CampaignReportGroupByScheme ;
  skos:topConceptOf klaviyo:CampaignReportGroupByScheme ;
  skos:prefLabel "Campaign Message Name" ;
  skos:altLabel "campaignMessageName" ;
  skos:notation "campaign_message_name" .

<https://relay.inferal.com/ontology/klaviyo/CampaignReportGroupBy/group> a skos:Concept ;
  skos:inScheme klaviyo:CampaignReportGroupByScheme ;
  skos:topConceptOf klaviyo:CampaignReportGroupByScheme ;
  skos:prefLabel "Group" ;
  skos:altLabel "group" ;
  skos:notation "group" .

<https://relay.inferal.com/ontology/klaviyo/CampaignReportGroupBy/groupName> a skos:Concept ;
  skos:inScheme klaviyo:CampaignReportGroupByScheme ;
  skos:topConceptOf klaviyo:CampaignReportGroupByScheme ;
  skos:prefLabel "Group Name" ;
  skos:altLabel "groupName" ;
  skos:notation "group_name" .

<https://relay.inferal.com/ontology/klaviyo/CampaignReportGroupBy/sendChannel> a skos:Concept ;
  skos:inScheme klaviyo:CampaignReportGroupByScheme ;
  skos:topConceptOf klaviyo:CampaignReportGroupByScheme ;
  skos:prefLabel "Send Channel" ;
  skos:altLabel "sendChannel" ;
  skos:notation "send_channel" .

<https://relay.inferal.com/ontology/klaviyo/CampaignReportGroupBy/tagId> a skos:Concept ;
  skos:inScheme klaviyo:CampaignReportGroupByScheme ;
  skos:topConceptOf klaviyo:CampaignReportGroupByScheme ;
  skos:prefLabel "Tag Id" ;
  skos:altLabel "tagId" ;
  skos:notation "tag_id" .

<https://relay.inferal.com/ontology/klaviyo/CampaignReportGroupBy/tagName> a skos:Concept ;
  skos:inScheme klaviyo:CampaignReportGroupByScheme ;
  skos:topConceptOf klaviyo:CampaignReportGroupByScheme ;
  skos:prefLabel "Tag Name" ;
  skos:altLabel "tagName" ;
  skos:notation "tag_name" .

<https://relay.inferal.com/ontology/klaviyo/CampaignReportGroupBy/textMessageFormat> a skos:Concept ;
  skos:inScheme klaviyo:CampaignReportGroupByScheme ;
  skos:topConceptOf klaviyo:CampaignReportGroupByScheme ;
  skos:prefLabel "Text Message Format" ;
  skos:altLabel "textMessageFormat" ;
  skos:notation "text_message_format" .

<https://relay.inferal.com/ontology/klaviyo/CampaignReportGroupBy/variation> a skos:Concept ;
  skos:inScheme klaviyo:CampaignReportGroupByScheme ;
  skos:topConceptOf klaviyo:CampaignReportGroupByScheme ;
  skos:prefLabel "Variation" ;
  skos:altLabel "variation" ;
  skos:notation "variation" .

<https://relay.inferal.com/ontology/klaviyo/CampaignReportGroupBy/variationName> a skos:Concept ;
  skos:inScheme klaviyo:CampaignReportGroupByScheme ;
  skos:topConceptOf klaviyo:CampaignReportGroupByScheme ;
  skos:prefLabel "Variation Name" ;
  skos:altLabel "variationName" ;
  skos:notation "variation_name" .

# Concept scheme: FlowReportGroupBy
klaviyo:FlowReportGroupByScheme a skos:ConceptScheme ;
  rdfs:label "FlowReportGroupBy" ;
  rdfs:comment "Flow report grouping dimensions supported by Klaviyo." ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/FlowReportGroupBy/flowId> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/FlowReportGroupBy/flowMessageId> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/FlowReportGroupBy/flowMessageName> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/FlowReportGroupBy/flowName> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/FlowReportGroupBy/sendChannel> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/FlowReportGroupBy/tagId> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/FlowReportGroupBy/tagName> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/FlowReportGroupBy/textMessageFormat> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/FlowReportGroupBy/variation> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/FlowReportGroupBy/variationName> .

<https://relay.inferal.com/ontology/klaviyo/FlowReportGroupBy/flowId> a skos:Concept ;
  skos:inScheme klaviyo:FlowReportGroupByScheme ;
  skos:topConceptOf klaviyo:FlowReportGroupByScheme ;
  skos:prefLabel "Flow Id" ;
  skos:altLabel "flowId" ;
  skos:notation "flow_id" .

<https://relay.inferal.com/ontology/klaviyo/FlowReportGroupBy/flowMessageId> a skos:Concept ;
  skos:inScheme klaviyo:FlowReportGroupByScheme ;
  skos:topConceptOf klaviyo:FlowReportGroupByScheme ;
  skos:prefLabel "Flow Message Id" ;
  skos:altLabel "flowMessageId" ;
  skos:notation "flow_message_id" .

<https://relay.inferal.com/ontology/klaviyo/FlowReportGroupBy/flowMessageName> a skos:Concept ;
  skos:inScheme klaviyo:FlowReportGroupByScheme ;
  skos:topConceptOf klaviyo:FlowReportGroupByScheme ;
  skos:prefLabel "Flow Message Name" ;
  skos:altLabel "flowMessageName" ;
  skos:notation "flow_message_name" .

<https://relay.inferal.com/ontology/klaviyo/FlowReportGroupBy/flowName> a skos:Concept ;
  skos:inScheme klaviyo:FlowReportGroupByScheme ;
  skos:topConceptOf klaviyo:FlowReportGroupByScheme ;
  skos:prefLabel "Flow Name" ;
  skos:altLabel "flowName" ;
  skos:notation "flow_name" .

<https://relay.inferal.com/ontology/klaviyo/FlowReportGroupBy/sendChannel> a skos:Concept ;
  skos:inScheme klaviyo:FlowReportGroupByScheme ;
  skos:topConceptOf klaviyo:FlowReportGroupByScheme ;
  skos:prefLabel "Send Channel" ;
  skos:altLabel "sendChannel" ;
  skos:notation "send_channel" .

<https://relay.inferal.com/ontology/klaviyo/FlowReportGroupBy/tagId> a skos:Concept ;
  skos:inScheme klaviyo:FlowReportGroupByScheme ;
  skos:topConceptOf klaviyo:FlowReportGroupByScheme ;
  skos:prefLabel "Tag Id" ;
  skos:altLabel "tagId" ;
  skos:notation "tag_id" .

<https://relay.inferal.com/ontology/klaviyo/FlowReportGroupBy/tagName> a skos:Concept ;
  skos:inScheme klaviyo:FlowReportGroupByScheme ;
  skos:topConceptOf klaviyo:FlowReportGroupByScheme ;
  skos:prefLabel "Tag Name" ;
  skos:altLabel "tagName" ;
  skos:notation "tag_name" .

<https://relay.inferal.com/ontology/klaviyo/FlowReportGroupBy/textMessageFormat> a skos:Concept ;
  skos:inScheme klaviyo:FlowReportGroupByScheme ;
  skos:topConceptOf klaviyo:FlowReportGroupByScheme ;
  skos:prefLabel "Text Message Format" ;
  skos:altLabel "textMessageFormat" ;
  skos:notation "text_message_format" .

<https://relay.inferal.com/ontology/klaviyo/FlowReportGroupBy/variation> a skos:Concept ;
  skos:inScheme klaviyo:FlowReportGroupByScheme ;
  skos:topConceptOf klaviyo:FlowReportGroupByScheme ;
  skos:prefLabel "Variation" ;
  skos:altLabel "variation" ;
  skos:notation "variation" .

<https://relay.inferal.com/ontology/klaviyo/FlowReportGroupBy/variationName> a skos:Concept ;
  skos:inScheme klaviyo:FlowReportGroupByScheme ;
  skos:topConceptOf klaviyo:FlowReportGroupByScheme ;
  skos:prefLabel "Variation Name" ;
  skos:altLabel "variationName" ;
  skos:notation "variation_name" .

# Concept scheme: RelativeTimeframeKey
klaviyo:RelativeTimeframeKeyScheme a skos:ConceptScheme ;
  rdfs:label "RelativeTimeframeKey" ;
  rdfs:comment "Pre-defined Klaviyo reporting timeframes." ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/RelativeTimeframeKey/last12Months> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/RelativeTimeframeKey/last30Days> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/RelativeTimeframeKey/last365Days> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/RelativeTimeframeKey/last3Months> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/RelativeTimeframeKey/last7Days> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/RelativeTimeframeKey/last90Days> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/RelativeTimeframeKey/lastMonth> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/RelativeTimeframeKey/lastWeek> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/RelativeTimeframeKey/lastYear> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/RelativeTimeframeKey/thisMonth> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/RelativeTimeframeKey/thisWeek> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/RelativeTimeframeKey/thisYear> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/RelativeTimeframeKey/today> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/RelativeTimeframeKey/yesterday> .

<https://relay.inferal.com/ontology/klaviyo/RelativeTimeframeKey/last12Months> a skos:Concept ;
  skos:inScheme klaviyo:RelativeTimeframeKeyScheme ;
  skos:topConceptOf klaviyo:RelativeTimeframeKeyScheme ;
  skos:prefLabel "Last12Months" ;
  skos:altLabel "last12Months" ;
  skos:notation "last_12_months" .

<https://relay.inferal.com/ontology/klaviyo/RelativeTimeframeKey/last30Days> a skos:Concept ;
  skos:inScheme klaviyo:RelativeTimeframeKeyScheme ;
  skos:topConceptOf klaviyo:RelativeTimeframeKeyScheme ;
  skos:prefLabel "Last30Days" ;
  skos:altLabel "last30Days" ;
  skos:notation "last_30_days" .

<https://relay.inferal.com/ontology/klaviyo/RelativeTimeframeKey/last365Days> a skos:Concept ;
  skos:inScheme klaviyo:RelativeTimeframeKeyScheme ;
  skos:topConceptOf klaviyo:RelativeTimeframeKeyScheme ;
  skos:prefLabel "Last365Days" ;
  skos:altLabel "last365Days" ;
  skos:notation "last_365_days" .

<https://relay.inferal.com/ontology/klaviyo/RelativeTimeframeKey/last3Months> a skos:Concept ;
  skos:inScheme klaviyo:RelativeTimeframeKeyScheme ;
  skos:topConceptOf klaviyo:RelativeTimeframeKeyScheme ;
  skos:prefLabel "Last3Months" ;
  skos:altLabel "last3Months" ;
  skos:notation "last_3_months" .

<https://relay.inferal.com/ontology/klaviyo/RelativeTimeframeKey/last7Days> a skos:Concept ;
  skos:inScheme klaviyo:RelativeTimeframeKeyScheme ;
  skos:topConceptOf klaviyo:RelativeTimeframeKeyScheme ;
  skos:prefLabel "Last7Days" ;
  skos:altLabel "last7Days" ;
  skos:notation "last_7_days" .

<https://relay.inferal.com/ontology/klaviyo/RelativeTimeframeKey/last90Days> a skos:Concept ;
  skos:inScheme klaviyo:RelativeTimeframeKeyScheme ;
  skos:topConceptOf klaviyo:RelativeTimeframeKeyScheme ;
  skos:prefLabel "Last90Days" ;
  skos:altLabel "last90Days" ;
  skos:notation "last_90_days" .

<https://relay.inferal.com/ontology/klaviyo/RelativeTimeframeKey/lastMonth> a skos:Concept ;
  skos:inScheme klaviyo:RelativeTimeframeKeyScheme ;
  skos:topConceptOf klaviyo:RelativeTimeframeKeyScheme ;
  skos:prefLabel "Last Month" ;
  skos:altLabel "lastMonth" ;
  skos:notation "last_month" .

<https://relay.inferal.com/ontology/klaviyo/RelativeTimeframeKey/lastWeek> a skos:Concept ;
  skos:inScheme klaviyo:RelativeTimeframeKeyScheme ;
  skos:topConceptOf klaviyo:RelativeTimeframeKeyScheme ;
  skos:prefLabel "Last Week" ;
  skos:altLabel "lastWeek" ;
  skos:notation "last_week" .

<https://relay.inferal.com/ontology/klaviyo/RelativeTimeframeKey/lastYear> a skos:Concept ;
  skos:inScheme klaviyo:RelativeTimeframeKeyScheme ;
  skos:topConceptOf klaviyo:RelativeTimeframeKeyScheme ;
  skos:prefLabel "Last Year" ;
  skos:altLabel "lastYear" ;
  skos:notation "last_year" .

<https://relay.inferal.com/ontology/klaviyo/RelativeTimeframeKey/thisMonth> a skos:Concept ;
  skos:inScheme klaviyo:RelativeTimeframeKeyScheme ;
  skos:topConceptOf klaviyo:RelativeTimeframeKeyScheme ;
  skos:prefLabel "This Month" ;
  skos:altLabel "thisMonth" ;
  skos:notation "this_month" .

<https://relay.inferal.com/ontology/klaviyo/RelativeTimeframeKey/thisWeek> a skos:Concept ;
  skos:inScheme klaviyo:RelativeTimeframeKeyScheme ;
  skos:topConceptOf klaviyo:RelativeTimeframeKeyScheme ;
  skos:prefLabel "This Week" ;
  skos:altLabel "thisWeek" ;
  skos:notation "this_week" .

<https://relay.inferal.com/ontology/klaviyo/RelativeTimeframeKey/thisYear> a skos:Concept ;
  skos:inScheme klaviyo:RelativeTimeframeKeyScheme ;
  skos:topConceptOf klaviyo:RelativeTimeframeKeyScheme ;
  skos:prefLabel "This Year" ;
  skos:altLabel "thisYear" ;
  skos:notation "this_year" .

<https://relay.inferal.com/ontology/klaviyo/RelativeTimeframeKey/today> a skos:Concept ;
  skos:inScheme klaviyo:RelativeTimeframeKeyScheme ;
  skos:topConceptOf klaviyo:RelativeTimeframeKeyScheme ;
  skos:prefLabel "Today" ;
  skos:altLabel "today" ;
  skos:notation "today" .

<https://relay.inferal.com/ontology/klaviyo/RelativeTimeframeKey/yesterday> a skos:Concept ;
  skos:inScheme klaviyo:RelativeTimeframeKeyScheme ;
  skos:topConceptOf klaviyo:RelativeTimeframeKeyScheme ;
  skos:prefLabel "Yesterday" ;
  skos:altLabel "yesterday" ;
  skos:notation "yesterday" .

# Concept scheme: ReportingStatistic
klaviyo:ReportingStatisticScheme a skos:ConceptScheme ;
  rdfs:label "ReportingStatistic" ;
  rdfs:comment "Reporting statistics supported by Klaviyo campaign and flow reports." ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/averageOrderValue> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/bounceRate> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/bounced> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/bouncedOrFailed> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/bouncedOrFailedRate> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/clickRate> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/clickToOpenRate> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/clicks> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/clicksUnique> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/conversionRate> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/conversionUniques> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/conversionValue> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/conversions> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/delivered> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/deliveryRate> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/failed> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/failedRate> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/messageSegmentCountSum> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/openRate> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/opens> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/opensUnique> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/recipients> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/revenuePerRecipient> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/spamComplaintRate> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/spamComplaints> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/textMessageCreditUsageAmount> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/textMessageRoi> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/textMessageSpend> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/unsubscribeRate> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/unsubscribeUniques> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/unsubscribes> .

<https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/averageOrderValue> a skos:Concept ;
  skos:inScheme klaviyo:ReportingStatisticScheme ;
  skos:topConceptOf klaviyo:ReportingStatisticScheme ;
  skos:prefLabel "Average Order Value" ;
  skos:altLabel "averageOrderValue" ;
  skos:notation "average_order_value" .

<https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/bounceRate> a skos:Concept ;
  skos:inScheme klaviyo:ReportingStatisticScheme ;
  skos:topConceptOf klaviyo:ReportingStatisticScheme ;
  skos:prefLabel "Bounce Rate" ;
  skos:altLabel "bounceRate" ;
  skos:notation "bounce_rate" .

<https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/bounced> a skos:Concept ;
  skos:inScheme klaviyo:ReportingStatisticScheme ;
  skos:topConceptOf klaviyo:ReportingStatisticScheme ;
  skos:prefLabel "Bounced" ;
  skos:altLabel "bounced" ;
  skos:notation "bounced" .

<https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/bouncedOrFailed> a skos:Concept ;
  skos:inScheme klaviyo:ReportingStatisticScheme ;
  skos:topConceptOf klaviyo:ReportingStatisticScheme ;
  skos:prefLabel "Bounced Or Failed" ;
  skos:altLabel "bouncedOrFailed" ;
  skos:notation "bounced_or_failed" .

<https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/bouncedOrFailedRate> a skos:Concept ;
  skos:inScheme klaviyo:ReportingStatisticScheme ;
  skos:topConceptOf klaviyo:ReportingStatisticScheme ;
  skos:prefLabel "Bounced Or Failed Rate" ;
  skos:altLabel "bouncedOrFailedRate" ;
  skos:notation "bounced_or_failed_rate" .

<https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/clickRate> a skos:Concept ;
  skos:inScheme klaviyo:ReportingStatisticScheme ;
  skos:topConceptOf klaviyo:ReportingStatisticScheme ;
  skos:prefLabel "Click Rate" ;
  skos:altLabel "clickRate" ;
  skos:notation "click_rate" .

<https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/clickToOpenRate> a skos:Concept ;
  skos:inScheme klaviyo:ReportingStatisticScheme ;
  skos:topConceptOf klaviyo:ReportingStatisticScheme ;
  skos:prefLabel "Click To Open Rate" ;
  skos:altLabel "clickToOpenRate" ;
  skos:notation "click_to_open_rate" .

<https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/clicks> a skos:Concept ;
  skos:inScheme klaviyo:ReportingStatisticScheme ;
  skos:topConceptOf klaviyo:ReportingStatisticScheme ;
  skos:prefLabel "Clicks" ;
  skos:altLabel "clicks" ;
  skos:notation "clicks" .

<https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/clicksUnique> a skos:Concept ;
  skos:inScheme klaviyo:ReportingStatisticScheme ;
  skos:topConceptOf klaviyo:ReportingStatisticScheme ;
  skos:prefLabel "Clicks Unique" ;
  skos:altLabel "clicksUnique" ;
  skos:notation "clicks_unique" .

<https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/conversionRate> a skos:Concept ;
  skos:inScheme klaviyo:ReportingStatisticScheme ;
  skos:topConceptOf klaviyo:ReportingStatisticScheme ;
  skos:prefLabel "Conversion Rate" ;
  skos:altLabel "conversionRate" ;
  skos:notation "conversion_rate" .

<https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/conversionUniques> a skos:Concept ;
  skos:inScheme klaviyo:ReportingStatisticScheme ;
  skos:topConceptOf klaviyo:ReportingStatisticScheme ;
  skos:prefLabel "Conversion Uniques" ;
  skos:altLabel "conversionUniques" ;
  skos:notation "conversion_uniques" .

<https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/conversionValue> a skos:Concept ;
  skos:inScheme klaviyo:ReportingStatisticScheme ;
  skos:topConceptOf klaviyo:ReportingStatisticScheme ;
  skos:prefLabel "Conversion Value" ;
  skos:altLabel "conversionValue" ;
  skos:notation "conversion_value" .

<https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/conversions> a skos:Concept ;
  skos:inScheme klaviyo:ReportingStatisticScheme ;
  skos:topConceptOf klaviyo:ReportingStatisticScheme ;
  skos:prefLabel "Conversions" ;
  skos:altLabel "conversions" ;
  skos:notation "conversions" .

<https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/delivered> a skos:Concept ;
  skos:inScheme klaviyo:ReportingStatisticScheme ;
  skos:topConceptOf klaviyo:ReportingStatisticScheme ;
  skos:prefLabel "Delivered" ;
  skos:altLabel "delivered" ;
  skos:notation "delivered" .

<https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/deliveryRate> a skos:Concept ;
  skos:inScheme klaviyo:ReportingStatisticScheme ;
  skos:topConceptOf klaviyo:ReportingStatisticScheme ;
  skos:prefLabel "Delivery Rate" ;
  skos:altLabel "deliveryRate" ;
  skos:notation "delivery_rate" .

<https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/failed> a skos:Concept ;
  skos:inScheme klaviyo:ReportingStatisticScheme ;
  skos:topConceptOf klaviyo:ReportingStatisticScheme ;
  skos:prefLabel "Failed" ;
  skos:altLabel "failed" ;
  skos:notation "failed" .

<https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/failedRate> a skos:Concept ;
  skos:inScheme klaviyo:ReportingStatisticScheme ;
  skos:topConceptOf klaviyo:ReportingStatisticScheme ;
  skos:prefLabel "Failed Rate" ;
  skos:altLabel "failedRate" ;
  skos:notation "failed_rate" .

<https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/messageSegmentCountSum> a skos:Concept ;
  skos:inScheme klaviyo:ReportingStatisticScheme ;
  skos:topConceptOf klaviyo:ReportingStatisticScheme ;
  skos:prefLabel "Message Segment Count Sum" ;
  skos:altLabel "messageSegmentCountSum" ;
  skos:notation "message_segment_count_sum" .

<https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/openRate> a skos:Concept ;
  skos:inScheme klaviyo:ReportingStatisticScheme ;
  skos:topConceptOf klaviyo:ReportingStatisticScheme ;
  skos:prefLabel "Open Rate" ;
  skos:altLabel "openRate" ;
  skos:notation "open_rate" .

<https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/opens> a skos:Concept ;
  skos:inScheme klaviyo:ReportingStatisticScheme ;
  skos:topConceptOf klaviyo:ReportingStatisticScheme ;
  skos:prefLabel "Opens" ;
  skos:altLabel "opens" ;
  skos:notation "opens" .

<https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/opensUnique> a skos:Concept ;
  skos:inScheme klaviyo:ReportingStatisticScheme ;
  skos:topConceptOf klaviyo:ReportingStatisticScheme ;
  skos:prefLabel "Opens Unique" ;
  skos:altLabel "opensUnique" ;
  skos:notation "opens_unique" .

<https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/recipients> a skos:Concept ;
  skos:inScheme klaviyo:ReportingStatisticScheme ;
  skos:topConceptOf klaviyo:ReportingStatisticScheme ;
  skos:prefLabel "Recipients" ;
  skos:altLabel "recipients" ;
  skos:notation "recipients" .

<https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/revenuePerRecipient> a skos:Concept ;
  skos:inScheme klaviyo:ReportingStatisticScheme ;
  skos:topConceptOf klaviyo:ReportingStatisticScheme ;
  skos:prefLabel "Revenue Per Recipient" ;
  skos:altLabel "revenuePerRecipient" ;
  skos:notation "revenue_per_recipient" .

<https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/spamComplaintRate> a skos:Concept ;
  skos:inScheme klaviyo:ReportingStatisticScheme ;
  skos:topConceptOf klaviyo:ReportingStatisticScheme ;
  skos:prefLabel "Spam Complaint Rate" ;
  skos:altLabel "spamComplaintRate" ;
  skos:notation "spam_complaint_rate" .

<https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/spamComplaints> a skos:Concept ;
  skos:inScheme klaviyo:ReportingStatisticScheme ;
  skos:topConceptOf klaviyo:ReportingStatisticScheme ;
  skos:prefLabel "Spam Complaints" ;
  skos:altLabel "spamComplaints" ;
  skos:notation "spam_complaints" .

<https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/textMessageCreditUsageAmount> a skos:Concept ;
  skos:inScheme klaviyo:ReportingStatisticScheme ;
  skos:topConceptOf klaviyo:ReportingStatisticScheme ;
  skos:prefLabel "Text Message Credit Usage Amount" ;
  skos:altLabel "textMessageCreditUsageAmount" ;
  skos:notation "text_message_credit_usage_amount" .

<https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/textMessageRoi> a skos:Concept ;
  skos:inScheme klaviyo:ReportingStatisticScheme ;
  skos:topConceptOf klaviyo:ReportingStatisticScheme ;
  skos:prefLabel "Text Message Roi" ;
  skos:altLabel "textMessageRoi" ;
  skos:notation "text_message_roi" .

<https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/textMessageSpend> a skos:Concept ;
  skos:inScheme klaviyo:ReportingStatisticScheme ;
  skos:topConceptOf klaviyo:ReportingStatisticScheme ;
  skos:prefLabel "Text Message Spend" ;
  skos:altLabel "textMessageSpend" ;
  skos:notation "text_message_spend" .

<https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/unsubscribeRate> a skos:Concept ;
  skos:inScheme klaviyo:ReportingStatisticScheme ;
  skos:topConceptOf klaviyo:ReportingStatisticScheme ;
  skos:prefLabel "Unsubscribe Rate" ;
  skos:altLabel "unsubscribeRate" ;
  skos:notation "unsubscribe_rate" .

<https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/unsubscribeUniques> a skos:Concept ;
  skos:inScheme klaviyo:ReportingStatisticScheme ;
  skos:topConceptOf klaviyo:ReportingStatisticScheme ;
  skos:prefLabel "Unsubscribe Uniques" ;
  skos:altLabel "unsubscribeUniques" ;
  skos:notation "unsubscribe_uniques" .

<https://relay.inferal.com/ontology/klaviyo/ReportingStatistic/unsubscribes> a skos:Concept ;
  skos:inScheme klaviyo:ReportingStatisticScheme ;
  skos:topConceptOf klaviyo:ReportingStatisticScheme ;
  skos:prefLabel "Unsubscribes" ;
  skos:altLabel "unsubscribes" ;
  skos:notation "unsubscribes" .

# Concept scheme: value
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/valueScheme> a skos:ConceptScheme ;
  rdfs:label "value" ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/value/campaign_id> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/value/campaign_name> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/value/campaign_name_id> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/value/campaign_name_send_day> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/value/email_subject> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/value/group_id> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/value/group_name> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/value/group_name_id> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/value/link_alt_text> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/value/message_type> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/value/profile_external_id> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/value/profile_id> .

<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/value/campaign_id> a skos:Concept ;
  skos:inScheme <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/valueScheme> ;
  skos:topConceptOf <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/valueScheme> ;
  skos:prefLabel "Campaign Id" ;
  skos:altLabel "campaign_id" ;
  skos:notation "campaign_id" .

<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/value/campaign_name> a skos:Concept ;
  skos:inScheme <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/valueScheme> ;
  skos:topConceptOf <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/valueScheme> ;
  skos:prefLabel "Campaign Name" ;
  skos:altLabel "campaign_name" ;
  skos:notation "campaign_name" .

<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/value/campaign_name_id> a skos:Concept ;
  skos:inScheme <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/valueScheme> ;
  skos:topConceptOf <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/valueScheme> ;
  skos:prefLabel "Campaign Name Id" ;
  skos:altLabel "campaign_name_id" ;
  skos:notation "campaign_name_id" .

<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/value/campaign_name_send_day> a skos:Concept ;
  skos:inScheme <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/valueScheme> ;
  skos:topConceptOf <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/valueScheme> ;
  skos:prefLabel "Campaign Name Send Day" ;
  skos:altLabel "campaign_name_send_day" ;
  skos:notation "campaign_name_send_day" .

<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/value/email_subject> a skos:Concept ;
  skos:inScheme <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/valueScheme> ;
  skos:topConceptOf <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/valueScheme> ;
  skos:prefLabel "Email Subject" ;
  skos:altLabel "email_subject" ;
  skos:notation "email_subject" .

<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/value/group_id> a skos:Concept ;
  skos:inScheme <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/valueScheme> ;
  skos:topConceptOf <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/valueScheme> ;
  skos:prefLabel "Group Id" ;
  skos:altLabel "group_id" ;
  skos:notation "group_id" .

<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/value/group_name> a skos:Concept ;
  skos:inScheme <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/valueScheme> ;
  skos:topConceptOf <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/valueScheme> ;
  skos:prefLabel "Group Name" ;
  skos:altLabel "group_name" ;
  skos:notation "group_name" .

<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/value/group_name_id> a skos:Concept ;
  skos:inScheme <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/valueScheme> ;
  skos:topConceptOf <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/valueScheme> ;
  skos:prefLabel "Group Name Id" ;
  skos:altLabel "group_name_id" ;
  skos:notation "group_name_id" .

<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/value/link_alt_text> a skos:Concept ;
  skos:inScheme <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/valueScheme> ;
  skos:topConceptOf <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/valueScheme> ;
  skos:prefLabel "Link Alt Text" ;
  skos:altLabel "link_alt_text" ;
  skos:notation "link_alt_text" .

<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/value/message_type> a skos:Concept ;
  skos:inScheme <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/valueScheme> ;
  skos:topConceptOf <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/valueScheme> ;
  skos:prefLabel "Message Type" ;
  skos:altLabel "message_type" ;
  skos:notation "message_type" .

<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/value/profile_external_id> a skos:Concept ;
  skos:inScheme <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/valueScheme> ;
  skos:topConceptOf <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/valueScheme> ;
  skos:prefLabel "Profile External Id" ;
  skos:altLabel "profile_external_id" ;
  skos:notation "profile_external_id" .

<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/value/profile_id> a skos:Concept ;
  skos:inScheme <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/valueScheme> ;
  skos:topConceptOf <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/valueScheme> ;
  skos:prefLabel "Profile Id" ;
  skos:altLabel "profile_id" ;
  skos:notation "profile_id" .

# Concept scheme: interval
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesMetricRow/intervalScheme> a skos:ConceptScheme ;
  rdfs:label "interval" ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesMetricRow/interval/hourly> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesMetricRow/interval/daily> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesMetricRow/interval/weekly> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesMetricRow/interval/monthly> .

<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesMetricRow/interval/hourly> a skos:Concept ;
  skos:inScheme <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesMetricRow/intervalScheme> ;
  skos:topConceptOf <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesMetricRow/intervalScheme> ;
  skos:prefLabel "Hourly" ;
  skos:altLabel "hourly" ;
  skos:notation "hourly" .

<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesMetricRow/interval/daily> a skos:Concept ;
  skos:inScheme <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesMetricRow/intervalScheme> ;
  skos:topConceptOf <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesMetricRow/intervalScheme> ;
  skos:prefLabel "Daily" ;
  skos:altLabel "daily" ;
  skos:notation "daily" .

<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesMetricRow/interval/weekly> a skos:Concept ;
  skos:inScheme <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesMetricRow/intervalScheme> ;
  skos:topConceptOf <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesMetricRow/intervalScheme> ;
  skos:prefLabel "Weekly" ;
  skos:altLabel "weekly" ;
  skos:notation "weekly" .

<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesMetricRow/interval/monthly> a skos:Concept ;
  skos:inScheme <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesMetricRow/intervalScheme> ;
  skos:topConceptOf <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesMetricRow/intervalScheme> ;
  skos:prefLabel "Monthly" ;
  skos:altLabel "monthly" ;
  skos:notation "monthly" .

# Concept scheme: interval
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesReportRequestAttributes/intervalScheme> a skos:ConceptScheme ;
  rdfs:label "interval" ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesReportRequestAttributes/interval/hourly> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesReportRequestAttributes/interval/daily> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesReportRequestAttributes/interval/weekly> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesReportRequestAttributes/interval/monthly> .

<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesReportRequestAttributes/interval/hourly> a skos:Concept ;
  skos:inScheme <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesReportRequestAttributes/intervalScheme> ;
  skos:topConceptOf <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesReportRequestAttributes/intervalScheme> ;
  skos:prefLabel "Hourly" ;
  skos:altLabel "hourly" ;
  skos:notation "hourly" .

<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesReportRequestAttributes/interval/daily> a skos:Concept ;
  skos:inScheme <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesReportRequestAttributes/intervalScheme> ;
  skos:topConceptOf <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesReportRequestAttributes/intervalScheme> ;
  skos:prefLabel "Daily" ;
  skos:altLabel "daily" ;
  skos:notation "daily" .

<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesReportRequestAttributes/interval/weekly> a skos:Concept ;
  skos:inScheme <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesReportRequestAttributes/intervalScheme> ;
  skos:topConceptOf <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesReportRequestAttributes/intervalScheme> ;
  skos:prefLabel "Weekly" ;
  skos:altLabel "weekly" ;
  skos:notation "weekly" .

<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesReportRequestAttributes/interval/monthly> a skos:Concept ;
  skos:inScheme <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesReportRequestAttributes/intervalScheme> ;
  skos:topConceptOf <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesReportRequestAttributes/intervalScheme> ;
  skos:prefLabel "Monthly" ;
  skos:altLabel "monthly" ;
  skos:notation "monthly" .

# Concept scheme: statusCode
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.KlaviyoErrorResponse/statusCodeScheme> a skos:ConceptScheme ;
  rdfs:label "statusCode" ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.KlaviyoErrorResponse/statusCode/400> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.KlaviyoErrorResponse/statusCode/401> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.KlaviyoErrorResponse/statusCode/403> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.KlaviyoErrorResponse/statusCode/404> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.KlaviyoErrorResponse/statusCode/409> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.KlaviyoErrorResponse/statusCode/429> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.KlaviyoErrorResponse/statusCode/500> .

<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.KlaviyoErrorResponse/statusCode/400> a skos:Concept ;
  skos:inScheme <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.KlaviyoErrorResponse/statusCodeScheme> ;
  skos:topConceptOf <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.KlaviyoErrorResponse/statusCodeScheme> ;
  skos:prefLabel "400" ;
  skos:notation "400" .

<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.KlaviyoErrorResponse/statusCode/401> a skos:Concept ;
  skos:inScheme <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.KlaviyoErrorResponse/statusCodeScheme> ;
  skos:topConceptOf <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.KlaviyoErrorResponse/statusCodeScheme> ;
  skos:prefLabel "401" ;
  skos:notation "401" .

<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.KlaviyoErrorResponse/statusCode/403> a skos:Concept ;
  skos:inScheme <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.KlaviyoErrorResponse/statusCodeScheme> ;
  skos:topConceptOf <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.KlaviyoErrorResponse/statusCodeScheme> ;
  skos:prefLabel "403" ;
  skos:notation "403" .

<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.KlaviyoErrorResponse/statusCode/404> a skos:Concept ;
  skos:inScheme <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.KlaviyoErrorResponse/statusCodeScheme> ;
  skos:topConceptOf <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.KlaviyoErrorResponse/statusCodeScheme> ;
  skos:prefLabel "404" ;
  skos:notation "404" .

<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.KlaviyoErrorResponse/statusCode/409> a skos:Concept ;
  skos:inScheme <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.KlaviyoErrorResponse/statusCodeScheme> ;
  skos:topConceptOf <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.KlaviyoErrorResponse/statusCodeScheme> ;
  skos:prefLabel "409" ;
  skos:notation "409" .

<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.KlaviyoErrorResponse/statusCode/429> a skos:Concept ;
  skos:inScheme <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.KlaviyoErrorResponse/statusCodeScheme> ;
  skos:topConceptOf <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.KlaviyoErrorResponse/statusCodeScheme> ;
  skos:prefLabel "429" ;
  skos:notation "429" .

<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.KlaviyoErrorResponse/statusCode/500> a skos:Concept ;
  skos:inScheme <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.KlaviyoErrorResponse/statusCodeScheme> ;
  skos:topConceptOf <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.KlaviyoErrorResponse/statusCodeScheme> ;
  skos:prefLabel "500" ;
  skos:notation "500" .

# Concept scheme: enablementStatus
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.PushTokenAttributes/enablementStatusScheme> a skos:ConceptScheme ;
  rdfs:label "enablementStatus" ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.PushTokenAttributes/enablementStatus/AUTHORIZED> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.PushTokenAttributes/enablementStatus/DENIED> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.PushTokenAttributes/enablementStatus/NOT_DETERMINED> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.PushTokenAttributes/enablementStatus/PROVISIONAL> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.PushTokenAttributes/enablementStatus/UNAUTHORIZED> .

<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.PushTokenAttributes/enablementStatus/AUTHORIZED> a skos:Concept ;
  skos:inScheme <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.PushTokenAttributes/enablementStatusScheme> ;
  skos:topConceptOf <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.PushTokenAttributes/enablementStatusScheme> ;
  skos:prefLabel "Authorized" ;
  skos:altLabel "AUTHORIZED" ;
  skos:notation "AUTHORIZED" .

<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.PushTokenAttributes/enablementStatus/DENIED> a skos:Concept ;
  skos:inScheme <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.PushTokenAttributes/enablementStatusScheme> ;
  skos:topConceptOf <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.PushTokenAttributes/enablementStatusScheme> ;
  skos:prefLabel "Denied" ;
  skos:altLabel "DENIED" ;
  skos:notation "DENIED" .

<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.PushTokenAttributes/enablementStatus/NOT_DETERMINED> a skos:Concept ;
  skos:inScheme <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.PushTokenAttributes/enablementStatusScheme> ;
  skos:topConceptOf <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.PushTokenAttributes/enablementStatusScheme> ;
  skos:prefLabel "Not Determined" ;
  skos:altLabel "NOT_DETERMINED" ;
  skos:notation "NOT_DETERMINED" .

<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.PushTokenAttributes/enablementStatus/PROVISIONAL> a skos:Concept ;
  skos:inScheme <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.PushTokenAttributes/enablementStatusScheme> ;
  skos:topConceptOf <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.PushTokenAttributes/enablementStatusScheme> ;
  skos:prefLabel "Provisional" ;
  skos:altLabel "PROVISIONAL" ;
  skos:notation "PROVISIONAL" .

<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.PushTokenAttributes/enablementStatus/UNAUTHORIZED> a skos:Concept ;
  skos:inScheme <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.PushTokenAttributes/enablementStatusScheme> ;
  skos:topConceptOf <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.PushTokenAttributes/enablementStatusScheme> ;
  skos:prefLabel "Unauthorized" ;
  skos:altLabel "UNAUTHORIZED" ;
  skos:notation "UNAUTHORIZED" .

# Concept scheme: platform
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.PushTokenAttributes/platformScheme> a skos:ConceptScheme ;
  rdfs:label "platform" ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.PushTokenAttributes/platform/android> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.PushTokenAttributes/platform/ios> .

<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.PushTokenAttributes/platform/android> a skos:Concept ;
  skos:inScheme <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.PushTokenAttributes/platformScheme> ;
  skos:topConceptOf <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.PushTokenAttributes/platformScheme> ;
  skos:prefLabel "Android" ;
  skos:altLabel "android" ;
  skos:notation "android" .

<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.PushTokenAttributes/platform/ios> a skos:Concept ;
  skos:inScheme <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.PushTokenAttributes/platformScheme> ;
  skos:topConceptOf <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.PushTokenAttributes/platformScheme> ;
  skos:prefLabel "Ios" ;
  skos:altLabel "ios" ;
  skos:notation "ios" .

# Concept scheme: throttlePercentage
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ThrottledSendStrategy/throttlePercentageScheme> a skos:ConceptScheme ;
  rdfs:label "throttlePercentage" ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ThrottledSendStrategy/throttlePercentage/10> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ThrottledSendStrategy/throttlePercentage/11> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ThrottledSendStrategy/throttlePercentage/13> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ThrottledSendStrategy/throttlePercentage/14> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ThrottledSendStrategy/throttlePercentage/17> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ThrottledSendStrategy/throttlePercentage/20> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ThrottledSendStrategy/throttlePercentage/25> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ThrottledSendStrategy/throttlePercentage/33> ;
  skos:hasTopConcept <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ThrottledSendStrategy/throttlePercentage/50> .

<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ThrottledSendStrategy/throttlePercentage/10> a skos:Concept ;
  skos:inScheme <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ThrottledSendStrategy/throttlePercentageScheme> ;
  skos:topConceptOf <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ThrottledSendStrategy/throttlePercentageScheme> ;
  skos:prefLabel "10" ;
  skos:notation "10" .

<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ThrottledSendStrategy/throttlePercentage/11> a skos:Concept ;
  skos:inScheme <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ThrottledSendStrategy/throttlePercentageScheme> ;
  skos:topConceptOf <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ThrottledSendStrategy/throttlePercentageScheme> ;
  skos:prefLabel "11" ;
  skos:notation "11" .

<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ThrottledSendStrategy/throttlePercentage/13> a skos:Concept ;
  skos:inScheme <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ThrottledSendStrategy/throttlePercentageScheme> ;
  skos:topConceptOf <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ThrottledSendStrategy/throttlePercentageScheme> ;
  skos:prefLabel "13" ;
  skos:notation "13" .

<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ThrottledSendStrategy/throttlePercentage/14> a skos:Concept ;
  skos:inScheme <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ThrottledSendStrategy/throttlePercentageScheme> ;
  skos:topConceptOf <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ThrottledSendStrategy/throttlePercentageScheme> ;
  skos:prefLabel "14" ;
  skos:notation "14" .

<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ThrottledSendStrategy/throttlePercentage/17> a skos:Concept ;
  skos:inScheme <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ThrottledSendStrategy/throttlePercentageScheme> ;
  skos:topConceptOf <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ThrottledSendStrategy/throttlePercentageScheme> ;
  skos:prefLabel "17" ;
  skos:notation "17" .

<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ThrottledSendStrategy/throttlePercentage/20> a skos:Concept ;
  skos:inScheme <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ThrottledSendStrategy/throttlePercentageScheme> ;
  skos:topConceptOf <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ThrottledSendStrategy/throttlePercentageScheme> ;
  skos:prefLabel "20" ;
  skos:notation "20" .

<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ThrottledSendStrategy/throttlePercentage/25> a skos:Concept ;
  skos:inScheme <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ThrottledSendStrategy/throttlePercentageScheme> ;
  skos:topConceptOf <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ThrottledSendStrategy/throttlePercentageScheme> ;
  skos:prefLabel "25" ;
  skos:notation "25" .

<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ThrottledSendStrategy/throttlePercentage/33> a skos:Concept ;
  skos:inScheme <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ThrottledSendStrategy/throttlePercentageScheme> ;
  skos:topConceptOf <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ThrottledSendStrategy/throttlePercentageScheme> ;
  skos:prefLabel "33" ;
  skos:notation "33" .

<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ThrottledSendStrategy/throttlePercentage/50> a skos:Concept ;
  skos:inScheme <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ThrottledSendStrategy/throttlePercentageScheme> ;
  skos:topConceptOf <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ThrottledSendStrategy/throttlePercentageScheme> ;
  skos:prefLabel "50" ;
  skos:notation "50" .

# Query parent property: campaign messages relationship
klaviyo:campaignMessagesRelationship a rdf:Property ;
  rdfs:label "campaign messages relationship" .

# Query parent property: campaigns relationship
klaviyo:campaignsRelationship a rdf:Property ;
  rdfs:label "campaigns relationship" .

# Query parent property: flow actions relationship
klaviyo:flowActionsRelationship a rdf:Property ;
  rdfs:label "flow actions relationship" .

# Query parent property: flow messages relationship
klaviyo:flowMessagesRelationship a rdf:Property ;
  rdfs:label "flow messages relationship" .

# Query parent property: flows relationship
klaviyo:flowsRelationship a rdf:Property ;
  rdfs:label "flows relationship" .

# Query parent property: flow triggers relationship
klaviyo:flowTriggersRelationship a rdf:Property ;
  rdfs:label "flow triggers relationship" .

# Query parent property: image url
klaviyo:imageUrl a rdf:Property ;
  rdfs:label "image url" .

# Query parent property: item relationship
klaviyo:itemRelationship a rdf:Property ;
  rdfs:label "item relationship" .

# Query parent property: lists relationship
klaviyo:listsRelationship a rdf:Property ;
  rdfs:label "lists relationship" .

# Query parent property: profile relationship
klaviyo:profileRelationship a rdf:Property ;
  rdfs:label "profile relationship" .

# Query parent property: profiles relationship
klaviyo:profilesRelationship a rdf:Property ;
  rdfs:label "profiles relationship" .

# Query parent property: add tracking params
<https://relay.inferal.com/ontology/klaviyo/property/addTrackingParams> a rdf:Property ;
  rdfs:label "add tracking params" ;
  rdfs:comment "Query alias: 2 models declare addTrackingParams." .

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

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

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

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

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

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

# Query parent property: campaign message id
<https://relay.inferal.com/ontology/klaviyo/property/campaignMessageId> a rdf:Property ;
  rdfs:label "campaign message id" ;
  rdfs:comment "Query alias: 3 models declare campaignMessageId." .

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

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

# Query parent property: catalog item id
<https://relay.inferal.com/ontology/klaviyo/property/catalogItemId> a rdf:Property ;
  rdfs:label "catalog item id" ;
  rdfs:comment "Query alias: 3 models declare catalogItemId." .

# Query parent property: catalog variant id
<https://relay.inferal.com/ontology/klaviyo/property/catalogVariantId> a rdf:Property ;
  rdfs:label "catalog variant id" ;
  rdfs:comment "Query alias: 3 models declare catalogVariantId." .

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

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

# Query parent property: conversion metric id
<https://relay.inferal.com/ontology/klaviyo/property/conversionMetricId> a rdf:Property ;
  rdfs:label "conversion metric id" ;
  rdfs:comment "Query alias: 3 models declare conversionMetricId." .

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

# Query parent property: custom tracking params
<https://relay.inferal.com/ontology/klaviyo/property/customTrackingParams> a rdf:Property ;
  rdfs:label "custom tracking params" ;
  rdfs:comment "Query alias: 2 models declare customTrackingParams." .

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

# Query parent property: flow message id
<https://relay.inferal.com/ontology/klaviyo/property/flowMessageId> a rdf:Property ;
  rdfs:label "flow message id" ;
  rdfs:comment "Query alias: 3 models declare flowMessageId." .

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

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

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

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

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

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

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

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

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

# Query parent property: image full url
<https://relay.inferal.com/ontology/klaviyo/property/imageFullUrl> a rdf:Property ;
  rdfs:label "image full url" ;
  rdfs:comment "Query alias: 2 models declare imageFullUrl." .

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

# Query parent property: image thumbnail url
<https://relay.inferal.com/ontology/klaviyo/property/imageThumbnailUrl> a rdf:Property ;
  rdfs:label "image thumbnail url" ;
  rdfs:comment "Query alias: 2 models declare imageThumbnailUrl." .

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

# Query parent property: send past recipients immediately
<https://relay.inferal.com/ontology/klaviyo/property/sendPastRecipientsImmediately> a rdf:Property ;
  rdfs:label "send past recipients immediately" ;
  rdfs:comment "Query alias: 1 model declares sendPastRecipientsImmediately." .

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

# Query parent property: use smart sending
<https://relay.inferal.com/ontology/klaviyo/property/useSmartSending> a rdf:Property ;
  rdfs:label "use smart sending" ;
  rdfs:comment "Query alias: 3 models declare useSmartSending." .

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

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

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

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

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

# Query parent property: push tokens relationship
klaviyo:pushTokensRelationship a rdf:Property ;
  rdfs:label "push tokens relationship" .

# Query parent property: segments relationship
klaviyo:segmentsRelationship a rdf:Property ;
  rdfs:label "segments relationship" .

# Query parent property: tag group relationship
klaviyo:tagGroupRelationship a rdf:Property ;
  rdfs:label "tag group relationship" .

# Query parent property: tags relationship
klaviyo:tagsRelationship a rdf:Property ;
  rdfs:label "tags relationship" .

# Query parent property: variants relationship
klaviyo:variantsRelationship a rdf:Property ;
  rdfs:label "variants relationship" .

# Property: type
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.JsonApiResourceIdentifier/type> a rdf:Property ;
  rdfs:label "type" ;
  schema:alternateName "type" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/type> ;
  rdfs:domain klaviyo:JsonApiResourceIdentifier ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.JsonApiResourceIdentifier/id> a rdf:Property ;
  rdfs:label "id" ;
  schema:alternateName "id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/id> ;
  rdfs:domain klaviyo:JsonApiResourceIdentifier ;
  rdfs:range xsd:string .

# Property: self
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.RelationshipLinks/self> a rdf:Property ;
  rdfs:label "self" ;
  schema:alternateName "self" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/self> ;
  rdfs:subPropertyOf schema:url ;
  rdfs:domain klaviyo:RelationshipLinks ;
  rdfs:range xsd:anyURI .

# Property: related
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.RelationshipLinks/related> a rdf:Property ;
  rdfs:label "related" ;
  schema:alternateName "related" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/related> ;
  rdfs:domain klaviyo:RelationshipLinks ;
  rdfs:range xsd:string .

# Property: self
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ObjectLinks/self> a rdf:Property ;
  rdfs:label "self" ;
  schema:alternateName "self" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/self> ;
  rdfs:subPropertyOf schema:url ;
  rdfs:domain klaviyo:ObjectLinks ;
  rdfs:range xsd:anyURI .

# Property: data
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.JsonApiRequiredToOneRelationship/data> a rdf:Property ;
  rdfs:label "data" ;
  schema:alternateName "data" ;
  rdfs:domain klaviyo:JsonApiRequiredToOneRelationship ;
  rdfs:range klaviyo:JsonApiResourceIdentifier .

# Property: links
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.JsonApiRequiredToOneRelationship/links> a rdf:Property ;
  rdfs:label "links" ;
  schema:alternateName "links" ;
  rdfs:domain klaviyo:JsonApiRequiredToOneRelationship ;
  rdfs:range klaviyo:RelationshipLinks .

# Property: data
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.JsonApiToManyRelationship/data> a rdf:Property ;
  rdfs:label "data" ;
  schema:alternateName "data" ;
  rdfs:domain klaviyo:JsonApiToManyRelationship ;
  rdfs:range klaviyo:JsonApiResourceIdentifier .

# Property: links
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.JsonApiToManyRelationship/links> a rdf:Property ;
  rdfs:label "links" ;
  schema:alternateName "links" ;
  rdfs:domain klaviyo:JsonApiToManyRelationship ;
  rdfs:range klaviyo:RelationshipLinks .

# Property: self
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CollectionLinks/self> a rdf:Property ;
  rdfs:label "self" ;
  schema:alternateName "self" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/self> ;
  rdfs:subPropertyOf schema:url ;
  rdfs:domain klaviyo:CollectionLinks ;
  rdfs:range xsd:anyURI .

# Property: next
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CollectionLinks/next> a rdf:Property ;
  rdfs:label "next" ;
  schema:alternateName "next" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/next> ;
  rdfs:domain klaviyo:CollectionLinks ;
  rdfs:range xsd:string .

# Property: prev
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CollectionLinks/prev> a rdf:Property ;
  rdfs:label "prev" ;
  schema:alternateName "prev" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/prev> ;
  rdfs:domain klaviyo:CollectionLinks ;
  rdfs:range xsd:string .

# Property: key
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.RelativeTimeframe/key> a rdf:Property ;
  rdfs:label "key" ;
  schema:alternateName "key" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/key> ;
  rdfs:domain klaviyo:RelativeTimeframe ;
  rdfs:range xsd:string ;
  qb:codeList klaviyo:RelativeTimeframeKeyScheme .

# Property: start
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CustomTimeframe/start> a rdf:Property ;
  rdfs:label "start" ;
  schema:alternateName "start" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/start> ;
  rdfs:domain klaviyo:CustomTimeframe ;
  rdfs:range xsd:dateTime .

# Property: end
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CustomTimeframe/end> a rdf:Property ;
  rdfs:label "end" ;
  schema:alternateName "end" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/end> ;
  rdfs:domain klaviyo:CustomTimeframe ;
  rdfs:range xsd:dateTime .

# Property: status code
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.KlaviyoErrorResponse/statusCode> a rdf:Property ;
  rdfs:label "status code" ;
  schema:alternateName "statusCode" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/statusCode> ;
  rdfs:domain klaviyo:KlaviyoErrorResponse ;
  rdfs:range xsd:integer ;
  qb:codeList <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.KlaviyoErrorResponse/statusCodeScheme> .

# Property: content type
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.KlaviyoErrorResponse/contentType> a rdf:Property ;
  rdfs:label "content type" ;
  schema:alternateName "contentType" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/contentType> ;
  rdfs:domain klaviyo:KlaviyoErrorResponse ;
  rdfs:range xsd:string .

# Property: body
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.KlaviyoErrorResponse/body> a rdf:Property ;
  rdfs:label "body" ;
  schema:alternateName "body" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/body> ;
  rdfs:domain klaviyo:KlaviyoErrorResponse ;
  rdfs:range klaviyo:KlaviyoErrorDocument .

# Property: errors
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.KlaviyoErrorDocument/errors> a rdf:Property ;
  rdfs:label "errors" ;
  schema:alternateName "errors" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/errors> ;
  rdfs:domain klaviyo:KlaviyoErrorDocument ;
  rdfs:range klaviyo:KlaviyoError .

# Property: id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.KlaviyoError/id> a rdf:Property ;
  rdfs:label "id" ;
  schema:alternateName "id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/id> ;
  rdfs:domain klaviyo:KlaviyoError ;
  rdfs:range xsd:string .

# Property: code
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.KlaviyoError/code> a rdf:Property ;
  rdfs:label "code" ;
  schema:alternateName "code" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/code> ;
  rdfs:domain klaviyo:KlaviyoError ;
  rdfs:range xsd:string .

# Property: title
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.KlaviyoError/title> a rdf:Property ;
  rdfs:label "title" ;
  schema:alternateName "title" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/title> ;
  rdfs:domain klaviyo:KlaviyoError ;
  rdfs:range xsd:string .

# Property: detail
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.KlaviyoError/detail> a rdf:Property ;
  rdfs:label "detail" ;
  schema:alternateName "detail" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/detail> ;
  rdfs:domain klaviyo:KlaviyoError ;
  rdfs:range xsd:string .

# Property: source
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.KlaviyoError/source> a rdf:Property ;
  rdfs:label "source" ;
  schema:alternateName "source" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/source> ;
  rdfs:domain klaviyo:KlaviyoError ;
  rdfs:range klaviyo:KlaviyoErrorSource .

# Property: pointer
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.KlaviyoErrorSource/pointer> a rdf:Property ;
  rdfs:label "pointer" ;
  schema:alternateName "pointer" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/pointer> ;
  rdfs:domain klaviyo:KlaviyoErrorSource ;
  rdfs:range xsd:string .

# Property: parameter
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.KlaviyoErrorSource/parameter> a rdf:Property ;
  rdfs:label "parameter" ;
  schema:alternateName "parameter" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/parameter> ;
  rdfs:domain klaviyo:KlaviyoErrorSource ;
  rdfs:range xsd:string .

# Property: type
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.Profile/type> a rdf:Property ;
  rdfs:label "type" ;
  schema:alternateName "type" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/type> ;
  rdfs:subPropertyOf schema:additionalType ;
  rdfs:domain klaviyo:Profile ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.Profile/id> a rdf:Property ;
  rdfs:label "id" ;
  schema:alternateName "id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/id> ;
  rdfs:domain klaviyo:Profile ;
  rdfs:range xsd:string .

# Property: attributes
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.Profile/attributes> a rdf:Property ;
  rdfs:label "attributes" ;
  schema:alternateName "attributes" ;
  rdfs:domain klaviyo:Profile ;
  rdfs:range klaviyo:ProfileAttributes .

# Property: relationships
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.Profile/relationships> a rdf:Property ;
  rdfs:label "relationships" ;
  schema:alternateName "relationships" ;
  rdfs:domain klaviyo:Profile ;
  rdfs:range klaviyo:ProfileRelationships .

# Property: links
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.Profile/links> a rdf:Property ;
  rdfs:label "links" ;
  schema:alternateName "links" ;
  rdfs:domain klaviyo:Profile ;
  rdfs:range klaviyo:ObjectLinks .

# Property: email
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ProfileAttributes/email> a rdf:Property ;
  rdfs:label "email" ;
  schema:alternateName "email" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/email> ;
  rdfs:subPropertyOf schema:email ;
  rdfs:domain klaviyo:ProfileAttributes ;
  rdfs:range xsd:string .

# Property: phone number
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ProfileAttributes/phoneNumber> a rdf:Property ;
  rdfs:label "phone number" ;
  schema:alternateName "phone_number" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/phoneNumber> ;
  rdfs:subPropertyOf schema:telephone ;
  rdfs:domain klaviyo:ProfileAttributes ;
  rdfs:range xsd:string .

# Property: external id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ProfileAttributes/externalId> a rdf:Property ;
  rdfs:label "external id" ;
  schema:alternateName "external_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/externalId> ;
  rdfs:domain klaviyo:ProfileAttributes ;
  rdfs:range xsd:string .

# Property: first name
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ProfileAttributes/firstName> a rdf:Property ;
  rdfs:label "first name" ;
  schema:alternateName "first_name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/firstName> ;
  rdfs:subPropertyOf schema:givenName ;
  rdfs:domain klaviyo:ProfileAttributes ;
  rdfs:range xsd:string .

# Property: last name
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ProfileAttributes/lastName> a rdf:Property ;
  rdfs:label "last name" ;
  schema:alternateName "last_name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/lastName> ;
  rdfs:subPropertyOf schema:familyName ;
  rdfs:domain klaviyo:ProfileAttributes ;
  rdfs:range xsd:string .

# Property: organization
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ProfileAttributes/organization> a rdf:Property ;
  rdfs:label "organization" ;
  schema:alternateName "organization" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/organization> ;
  rdfs:domain klaviyo:ProfileAttributes ;
  rdfs:range xsd:string .

# Property: locale
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ProfileAttributes/locale> a rdf:Property ;
  rdfs:label "locale" ;
  schema:alternateName "locale" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/locale> ;
  rdfs:subPropertyOf schema:inLanguage ;
  rdfs:domain klaviyo:ProfileAttributes ;
  rdfs:range xsd:string .

# Property: title
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ProfileAttributes/title> a rdf:Property ;
  rdfs:label "title" ;
  schema:alternateName "title" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/title> ;
  rdfs:subPropertyOf schema:jobTitle ;
  rdfs:domain klaviyo:ProfileAttributes ;
  rdfs:range xsd:string .

# Property: image
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ProfileAttributes/image> a rdf:Property ;
  rdfs:label "image" ;
  schema:alternateName "image" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/image> ;
  rdfs:subPropertyOf schema:image ;
  rdfs:domain klaviyo:ProfileAttributes ;
  rdfs:range xsd:anyURI .

# Property: created
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ProfileAttributes/created> a rdf:Property ;
  rdfs:label "created" ;
  schema:alternateName "created" ;
  rdfs:domain klaviyo:ProfileAttributes ;
  rdfs:range xsd:dateTime .

# Property: updated
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ProfileAttributes/updated> a rdf:Property ;
  rdfs:label "updated" ;
  schema:alternateName "updated" ;
  rdfs:domain klaviyo:ProfileAttributes ;
  rdfs:range xsd:dateTime .

# Property: last event date
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ProfileAttributes/lastEventDate> a rdf:Property ;
  rdfs:label "last event date" ;
  schema:alternateName "last_event_date" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/lastEventDate> ;
  rdfs:domain klaviyo:ProfileAttributes ;
  rdfs:range xsd:dateTime .

# Property: properties
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ProfileAttributes/properties> a rdf:Property ;
  rdfs:label "properties" ;
  schema:alternateName "properties" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/properties> ;
  rdfs:domain klaviyo:ProfileAttributes ;
  rdfs:range <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ProfileAttributes/properties/Container> .

# Property: location
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ProfileAttributes/location> a rdf:Property ;
  rdfs:label "location" ;
  schema:alternateName "location" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/location> ;
  rdfs:domain klaviyo:ProfileAttributes ;
  rdfs:range <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ProfileAttributes/location/Container> .

# Property: subscriptions
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ProfileAttributes/subscriptions> a rdf:Property ;
  rdfs:label "subscriptions" ;
  schema:alternateName "subscriptions" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/subscriptions> ;
  rdfs:domain klaviyo:ProfileAttributes ;
  rdfs:range <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ProfileAttributes/subscriptions/Container> .

# Property: predictive analytics
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ProfileAttributes/predictiveAnalytics> a rdf:Property ;
  rdfs:label "predictive analytics" ;
  schema:alternateName "predictive_analytics" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/predictiveAnalytics> ;
  rdfs:domain klaviyo:ProfileAttributes ;
  rdfs:range <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ProfileAttributes/predictiveAnalytics/Container> .

# Property: lists
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ProfileRelationships/lists> a rdf:Property ;
  rdfs:label "lists" ;
  schema:alternateName "lists" ;
  rdfs:subPropertyOf klaviyo:listsRelationship ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/lists> ;
  rdfs:domain klaviyo:ProfileRelationships ;
  rdfs:range klaviyo:JsonApiToManyRelationship .

# Property: segments
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ProfileRelationships/segments> a rdf:Property ;
  rdfs:label "segments" ;
  schema:alternateName "segments" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/segments> ;
  rdfs:subPropertyOf klaviyo:segmentsRelationship ;
  rdfs:domain klaviyo:ProfileRelationships ;
  rdfs:range klaviyo:JsonApiToManyRelationship .

# Property: push tokens
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ProfileRelationships/pushTokens> a rdf:Property ;
  rdfs:label "push tokens" ;
  schema:alternateName "push-tokens" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/pushTokens> ;
  rdfs:subPropertyOf klaviyo:pushTokensRelationship ;
  rdfs:domain klaviyo:ProfileRelationships ;
  rdfs:range klaviyo:JsonApiToManyRelationship .

# Property: type
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.Conversation/type> a rdf:Property ;
  rdfs:label "type" ;
  schema:alternateName "type" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/type> ;
  rdfs:subPropertyOf schema:additionalType ;
  rdfs:domain klaviyo:Conversation ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.Conversation/id> a rdf:Property ;
  rdfs:label "id" ;
  schema:alternateName "id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/id> ;
  rdfs:domain klaviyo:Conversation ;
  rdfs:range xsd:string .

# Property: relationships
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.Conversation/relationships> a rdf:Property ;
  rdfs:label "relationships" ;
  schema:alternateName "relationships" ;
  rdfs:domain klaviyo:Conversation ;
  rdfs:range klaviyo:ConversationRelationships .

# Property: links
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.Conversation/links> a rdf:Property ;
  rdfs:label "links" ;
  schema:alternateName "links" ;
  rdfs:domain klaviyo:Conversation ;
  rdfs:range klaviyo:ObjectLinks .

# Property: profile
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ConversationRelationships/profile> a rdf:Property ;
  rdfs:label "profile" ;
  schema:alternateName "profile" ;
  rdfs:subPropertyOf klaviyo:profileRelationship ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/profile> ;
  rdfs:domain klaviyo:ConversationRelationships ;
  rdfs:range klaviyo:JsonApiRequiredToOneRelationship .

# Property: type
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.PushToken/type> a rdf:Property ;
  rdfs:label "type" ;
  schema:alternateName "type" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/type> ;
  rdfs:subPropertyOf schema:additionalType ;
  rdfs:domain klaviyo:PushToken ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.PushToken/id> a rdf:Property ;
  rdfs:label "id" ;
  schema:alternateName "id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/id> ;
  rdfs:domain klaviyo:PushToken ;
  rdfs:range xsd:string .

# Property: attributes
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.PushToken/attributes> a rdf:Property ;
  rdfs:label "attributes" ;
  schema:alternateName "attributes" ;
  rdfs:domain klaviyo:PushToken ;
  rdfs:range klaviyo:PushTokenAttributes .

# Property: relationships
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.PushToken/relationships> a rdf:Property ;
  rdfs:label "relationships" ;
  schema:alternateName "relationships" ;
  rdfs:domain klaviyo:PushToken ;
  rdfs:range klaviyo:PushTokenRelationships .

# Property: links
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.PushToken/links> a rdf:Property ;
  rdfs:label "links" ;
  schema:alternateName "links" ;
  rdfs:domain klaviyo:PushToken ;
  rdfs:range klaviyo:ObjectLinks .

# Property: created
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.PushTokenAttributes/created> a rdf:Property ;
  rdfs:label "created" ;
  schema:alternateName "created" ;
  rdfs:domain klaviyo:PushTokenAttributes ;
  rdfs:range xsd:dateTime .

# Property: token
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.PushTokenAttributes/token> a rdf:Property ;
  rdfs:label "token" ;
  schema:alternateName "token" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/token> ;
  rdfs:domain klaviyo:PushTokenAttributes ;
  rdfs:range xsd:string .

# Property: enablement status
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.PushTokenAttributes/enablementStatus> a rdf:Property ;
  rdfs:label "enablement status" ;
  schema:alternateName "enablement_status" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/enablementStatus> ;
  rdfs:domain klaviyo:PushTokenAttributes ;
  rdfs:range xsd:string ;
  qb:codeList <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.PushTokenAttributes/enablementStatusScheme> .

# Property: platform
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.PushTokenAttributes/platform> a rdf:Property ;
  rdfs:label "platform" ;
  schema:alternateName "platform" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/platform> ;
  rdfs:domain klaviyo:PushTokenAttributes ;
  rdfs:range xsd:string ;
  qb:codeList <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.PushTokenAttributes/platformScheme> .

# Property: vendor
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.PushTokenAttributes/vendor> a rdf:Property ;
  rdfs:label "vendor" ;
  schema:alternateName "vendor" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/vendor> ;
  rdfs:domain klaviyo:PushTokenAttributes ;
  rdfs:range xsd:string .

# Property: background
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.PushTokenAttributes/background> a rdf:Property ;
  rdfs:label "background" ;
  schema:alternateName "background" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/background> ;
  rdfs:domain klaviyo:PushTokenAttributes ;
  rdfs:range xsd:string .

# Property: recorded date
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.PushTokenAttributes/recordedDate> a rdf:Property ;
  rdfs:label "recorded date" ;
  schema:alternateName "recorded_date" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/recordedDate> ;
  rdfs:domain klaviyo:PushTokenAttributes ;
  rdfs:range xsd:string .

# Property: metadata
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.PushTokenAttributes/metadata> a rdf:Property ;
  rdfs:label "metadata" ;
  schema:alternateName "metadata" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/metadata> ;
  rdfs:domain klaviyo:PushTokenAttributes ;
  rdfs:range <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.PushTokenAttributes/metadata/Container> .

# Property: profile
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.PushTokenRelationships/profile> a rdf:Property ;
  rdfs:label "profile" ;
  schema:alternateName "profile" ;
  rdfs:subPropertyOf klaviyo:profileRelationship ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/profile> ;
  rdfs:domain klaviyo:PushTokenRelationships ;
  rdfs:range klaviyo:JsonApiRequiredToOneRelationship .

# Property: name
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.MetricAttributes/name> a rdf:Property ;
  rdfs:label "name" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/name> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain klaviyo:MetricAttributes ;
  rdfs:range xsd:string .

# Property: created
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.MetricAttributes/created> a rdf:Property ;
  rdfs:label "created" ;
  schema:alternateName "created" ;
  rdfs:domain klaviyo:MetricAttributes ;
  rdfs:range xsd:string .

# Property: updated
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.MetricAttributes/updated> a rdf:Property ;
  rdfs:label "updated" ;
  schema:alternateName "updated" ;
  rdfs:domain klaviyo:MetricAttributes ;
  rdfs:range xsd:string .

# Property: integration
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.MetricAttributes/integration> a rdf:Property ;
  rdfs:label "integration" ;
  schema:alternateName "integration" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/integration> ;
  rdfs:domain klaviyo:MetricAttributes ;
  rdfs:range <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.MetricAttributes/integration/Container> .

# Property: flow triggers
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.MetricRelationships/flowTriggers> a rdf:Property ;
  rdfs:label "flow triggers" ;
  schema:alternateName "flow-triggers" ;
  rdfs:subPropertyOf klaviyo:flowTriggersRelationship ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/flowTriggers> ;
  rdfs:domain klaviyo:MetricRelationships ;
  rdfs:range klaviyo:JsonApiToManyRelationship .

# Property: id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.Metric/id> a rdf:Property ;
  rdfs:label "id" ;
  schema:alternateName "id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/id> ;
  rdfs:domain klaviyo:Metric ;
  rdfs:range xsd:string .

# Property: attributes
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.Metric/attributes> a rdf:Property ;
  rdfs:label "attributes" ;
  schema:alternateName "attributes" ;
  rdfs:domain klaviyo:Metric ;
  rdfs:range klaviyo:MetricAttributes .

# Property: relationships
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.Metric/relationships> a rdf:Property ;
  rdfs:label "relationships" ;
  schema:alternateName "relationships" ;
  rdfs:domain klaviyo:Metric ;
  rdfs:range klaviyo:MetricRelationships .

# Property: links
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.Metric/links> a rdf:Property ;
  rdfs:label "links" ;
  schema:alternateName "links" ;
  rdfs:domain klaviyo:Metric ;
  rdfs:range klaviyo:ObjectLinks .

# Property: type
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.Metric/type> a rdf:Property ;
  rdfs:label "type" ;
  schema:alternateName "type" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/type> ;
  rdfs:subPropertyOf schema:additionalType ;
  rdfs:domain klaviyo:Metric ;
  rdfs:range xsd:string .

# Property: name
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowAttributes/name> a rdf:Property ;
  rdfs:label "name" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/name> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain klaviyo:FlowAttributes ;
  rdfs:range xsd:string .

# Property: status
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowAttributes/status> a rdf:Property ;
  rdfs:label "status" ;
  schema:alternateName "status" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/status> ;
  rdfs:domain klaviyo:FlowAttributes ;
  rdfs:range xsd:string .

# Property: archived
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowAttributes/archived> a rdf:Property ;
  rdfs:label "archived" ;
  schema:alternateName "archived" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/archived> ;
  rdfs:domain klaviyo:FlowAttributes ;
  rdfs:range xsd:boolean .

# Property: created
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowAttributes/created> a rdf:Property ;
  rdfs:label "created" ;
  schema:alternateName "created" ;
  rdfs:domain klaviyo:FlowAttributes ;
  rdfs:range xsd:dateTime .

# Property: updated
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowAttributes/updated> a rdf:Property ;
  rdfs:label "updated" ;
  schema:alternateName "updated" ;
  rdfs:domain klaviyo:FlowAttributes ;
  rdfs:range xsd:dateTime .

# Property: trigger type
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowAttributes/triggerType> a rdf:Property ;
  rdfs:label "trigger type" ;
  schema:alternateName "trigger_type" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/triggerType> ;
  rdfs:domain klaviyo:FlowAttributes ;
  rdfs:range xsd:string .

# Property: flow actions
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowRelationships/flowActions> a rdf:Property ;
  rdfs:label "flow actions" ;
  schema:alternateName "flow-actions" ;
  rdfs:subPropertyOf klaviyo:flowActionsRelationship ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/flowActions> ;
  rdfs:domain klaviyo:FlowRelationships ;
  rdfs:range klaviyo:JsonApiToManyRelationship .

# Property: tags
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowRelationships/tags> a rdf:Property ;
  rdfs:label "tags" ;
  schema:alternateName "tags" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/tags> ;
  rdfs:subPropertyOf klaviyo:tagsRelationship ;
  rdfs:domain klaviyo:FlowRelationships ;
  rdfs:range klaviyo:JsonApiToManyRelationship .

# Property: id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.Flow/id> a rdf:Property ;
  rdfs:label "id" ;
  schema:alternateName "id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/id> ;
  rdfs:domain klaviyo:Flow ;
  rdfs:range xsd:string .

# Property: attributes
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.Flow/attributes> a rdf:Property ;
  rdfs:label "attributes" ;
  schema:alternateName "attributes" ;
  rdfs:domain klaviyo:Flow ;
  rdfs:range klaviyo:FlowAttributes .

# Property: relationships
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.Flow/relationships> a rdf:Property ;
  rdfs:label "relationships" ;
  schema:alternateName "relationships" ;
  rdfs:domain klaviyo:Flow ;
  rdfs:range klaviyo:FlowRelationships .

# Property: links
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.Flow/links> a rdf:Property ;
  rdfs:label "links" ;
  schema:alternateName "links" ;
  rdfs:domain klaviyo:Flow ;
  rdfs:range klaviyo:ObjectLinks .

# Property: type
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.Flow/type> a rdf:Property ;
  rdfs:label "type" ;
  schema:alternateName "type" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/type> ;
  rdfs:subPropertyOf schema:additionalType ;
  rdfs:domain klaviyo:Flow ;
  rdfs:range xsd:string .

# Property: name
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ListAttributes/name> a rdf:Property ;
  rdfs:label "name" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/name> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain klaviyo:ListAttributes ;
  rdfs:range xsd:string .

# Property: created
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ListAttributes/created> a rdf:Property ;
  rdfs:label "created" ;
  schema:alternateName "created" ;
  rdfs:domain klaviyo:ListAttributes ;
  rdfs:range xsd:dateTime .

# Property: updated
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ListAttributes/updated> a rdf:Property ;
  rdfs:label "updated" ;
  schema:alternateName "updated" ;
  rdfs:domain klaviyo:ListAttributes ;
  rdfs:range xsd:dateTime .

# Property: opt in process
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ListAttributes/optInProcess> a rdf:Property ;
  rdfs:label "opt in process" ;
  schema:alternateName "opt_in_process" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/optInProcess> ;
  rdfs:domain klaviyo:ListAttributes ;
  rdfs:range xsd:string .

# Property: profiles
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ListRelationships/profiles> a rdf:Property ;
  rdfs:label "profiles" ;
  schema:alternateName "profiles" ;
  rdfs:subPropertyOf klaviyo:profilesRelationship ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/profiles> ;
  rdfs:domain klaviyo:ListRelationships ;
  rdfs:range klaviyo:JsonApiToManyRelationship .

# Property: tags
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ListRelationships/tags> a rdf:Property ;
  rdfs:label "tags" ;
  schema:alternateName "tags" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/tags> ;
  rdfs:subPropertyOf klaviyo:tagsRelationship ;
  rdfs:domain klaviyo:ListRelationships ;
  rdfs:range klaviyo:JsonApiToManyRelationship .

# Property: flow triggers
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ListRelationships/flowTriggers> a rdf:Property ;
  rdfs:label "flow triggers" ;
  schema:alternateName "flow-triggers" ;
  rdfs:subPropertyOf klaviyo:flowTriggersRelationship ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/flowTriggers> ;
  rdfs:domain klaviyo:ListRelationships ;
  rdfs:range klaviyo:JsonApiToManyRelationship .

# Property: id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.List/id> a rdf:Property ;
  rdfs:label "id" ;
  schema:alternateName "id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/id> ;
  rdfs:domain klaviyo:List ;
  rdfs:range xsd:string .

# Property: attributes
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.List/attributes> a rdf:Property ;
  rdfs:label "attributes" ;
  schema:alternateName "attributes" ;
  rdfs:domain klaviyo:List ;
  rdfs:range klaviyo:ListAttributes .

# Property: relationships
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.List/relationships> a rdf:Property ;
  rdfs:label "relationships" ;
  schema:alternateName "relationships" ;
  rdfs:domain klaviyo:List ;
  rdfs:range klaviyo:ListRelationships .

# Property: links
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.List/links> a rdf:Property ;
  rdfs:label "links" ;
  schema:alternateName "links" ;
  rdfs:domain klaviyo:List ;
  rdfs:range klaviyo:ObjectLinks .

# Property: type
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.List/type> a rdf:Property ;
  rdfs:label "type" ;
  schema:alternateName "type" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/type> ;
  rdfs:subPropertyOf schema:additionalType ;
  rdfs:domain klaviyo:List ;
  rdfs:range xsd:string .

# Property: name
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.TagAttributes/name> a rdf:Property ;
  rdfs:label "name" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/name> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain klaviyo:TagAttributes ;
  rdfs:range xsd:string .

# Property: tag group
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.TagRelationships/tagGroup> a rdf:Property ;
  rdfs:label "tag group" ;
  schema:alternateName "tag-group" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/tagGroup> ;
  rdfs:subPropertyOf klaviyo:tagGroupRelationship ;
  rdfs:domain klaviyo:TagRelationships ;
  rdfs:range klaviyo:JsonApiRequiredToOneRelationship .

# Property: lists
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.TagRelationships/lists> a rdf:Property ;
  rdfs:label "lists" ;
  schema:alternateName "lists" ;
  rdfs:subPropertyOf klaviyo:listsRelationship ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/lists> ;
  rdfs:domain klaviyo:TagRelationships ;
  rdfs:range klaviyo:JsonApiToManyRelationship .

# Property: segments
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.TagRelationships/segments> a rdf:Property ;
  rdfs:label "segments" ;
  schema:alternateName "segments" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/segments> ;
  rdfs:subPropertyOf klaviyo:segmentsRelationship ;
  rdfs:domain klaviyo:TagRelationships ;
  rdfs:range klaviyo:JsonApiToManyRelationship .

# Property: campaigns
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.TagRelationships/campaigns> a rdf:Property ;
  rdfs:label "campaigns" ;
  schema:alternateName "campaigns" ;
  rdfs:subPropertyOf klaviyo:campaignsRelationship ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/campaigns> ;
  rdfs:domain klaviyo:TagRelationships ;
  rdfs:range klaviyo:JsonApiToManyRelationship .

# Property: flows
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.TagRelationships/flows> a rdf:Property ;
  rdfs:label "flows" ;
  schema:alternateName "flows" ;
  rdfs:subPropertyOf klaviyo:flowsRelationship ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/flows> ;
  rdfs:domain klaviyo:TagRelationships ;
  rdfs:range klaviyo:JsonApiToManyRelationship .

# Property: id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.Tag/id> a rdf:Property ;
  rdfs:label "id" ;
  schema:alternateName "id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/id> ;
  rdfs:domain klaviyo:Tag ;
  rdfs:range xsd:string .

# Property: attributes
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.Tag/attributes> a rdf:Property ;
  rdfs:label "attributes" ;
  schema:alternateName "attributes" ;
  rdfs:domain klaviyo:Tag ;
  rdfs:range klaviyo:TagAttributes .

# Property: relationships
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.Tag/relationships> a rdf:Property ;
  rdfs:label "relationships" ;
  schema:alternateName "relationships" ;
  rdfs:domain klaviyo:Tag ;
  rdfs:range klaviyo:TagRelationships .

# Property: links
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.Tag/links> a rdf:Property ;
  rdfs:label "links" ;
  schema:alternateName "links" ;
  rdfs:domain klaviyo:Tag ;
  rdfs:range klaviyo:ObjectLinks .

# Property: type
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.Tag/type> a rdf:Property ;
  rdfs:label "type" ;
  schema:alternateName "type" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/type> ;
  rdfs:subPropertyOf schema:additionalType ;
  rdfs:domain klaviyo:Tag ;
  rdfs:range xsd:string .

# Property: name
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.SegmentAttributes/name> a rdf:Property ;
  rdfs:label "name" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/name> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain klaviyo:SegmentAttributes ;
  rdfs:range xsd:string .

# Property: definition
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.SegmentAttributes/definition> a rdf:Property ;
  rdfs:label "definition" ;
  schema:alternateName "definition" ;
  rdfs:domain klaviyo:SegmentAttributes ;
  rdfs:range <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.SegmentAttributes/definition/Container> .

# Property: created
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.SegmentAttributes/created> a rdf:Property ;
  rdfs:label "created" ;
  schema:alternateName "created" ;
  rdfs:domain klaviyo:SegmentAttributes ;
  rdfs:range xsd:dateTime .

# Property: updated
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.SegmentAttributes/updated> a rdf:Property ;
  rdfs:label "updated" ;
  schema:alternateName "updated" ;
  rdfs:domain klaviyo:SegmentAttributes ;
  rdfs:range xsd:dateTime .

# Property: is active
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.SegmentAttributes/isActive> a rdf:Property ;
  rdfs:label "is active" ;
  schema:alternateName "is_active" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/isActive> ;
  rdfs:domain klaviyo:SegmentAttributes ;
  rdfs:range xsd:boolean .

# Property: is processing
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.SegmentAttributes/isProcessing> a rdf:Property ;
  rdfs:label "is processing" ;
  schema:alternateName "is_processing" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/isProcessing> ;
  rdfs:domain klaviyo:SegmentAttributes ;
  rdfs:range xsd:boolean .

# Property: is starred
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.SegmentAttributes/isStarred> a rdf:Property ;
  rdfs:label "is starred" ;
  schema:alternateName "is_starred" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/isStarred> ;
  rdfs:domain klaviyo:SegmentAttributes ;
  rdfs:range xsd:boolean .

# Property: profiles
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.SegmentRelationships/profiles> a rdf:Property ;
  rdfs:label "profiles" ;
  schema:alternateName "profiles" ;
  rdfs:subPropertyOf klaviyo:profilesRelationship ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/profiles> ;
  rdfs:domain klaviyo:SegmentRelationships ;
  rdfs:range klaviyo:JsonApiToManyRelationship .

# Property: tags
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.SegmentRelationships/tags> a rdf:Property ;
  rdfs:label "tags" ;
  schema:alternateName "tags" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/tags> ;
  rdfs:subPropertyOf klaviyo:tagsRelationship ;
  rdfs:domain klaviyo:SegmentRelationships ;
  rdfs:range klaviyo:JsonApiToManyRelationship .

# Property: flow triggers
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.SegmentRelationships/flowTriggers> a rdf:Property ;
  rdfs:label "flow triggers" ;
  schema:alternateName "flow-triggers" ;
  rdfs:subPropertyOf klaviyo:flowTriggersRelationship ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/flowTriggers> ;
  rdfs:domain klaviyo:SegmentRelationships ;
  rdfs:range klaviyo:JsonApiToManyRelationship .

# Property: id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.Segment/id> a rdf:Property ;
  rdfs:label "id" ;
  schema:alternateName "id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/id> ;
  rdfs:domain klaviyo:Segment ;
  rdfs:range xsd:string .

# Property: attributes
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.Segment/attributes> a rdf:Property ;
  rdfs:label "attributes" ;
  schema:alternateName "attributes" ;
  rdfs:domain klaviyo:Segment ;
  rdfs:range klaviyo:SegmentAttributes .

# Property: relationships
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.Segment/relationships> a rdf:Property ;
  rdfs:label "relationships" ;
  schema:alternateName "relationships" ;
  rdfs:domain klaviyo:Segment ;
  rdfs:range klaviyo:SegmentRelationships .

# Property: links
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.Segment/links> a rdf:Property ;
  rdfs:label "links" ;
  schema:alternateName "links" ;
  rdfs:domain klaviyo:Segment ;
  rdfs:range klaviyo:ObjectLinks .

# Property: type
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.Segment/type> a rdf:Property ;
  rdfs:label "type" ;
  schema:alternateName "type" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/type> ;
  rdfs:subPropertyOf schema:additionalType ;
  rdfs:domain klaviyo:Segment ;
  rdfs:range xsd:string .

# Property: type
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.TagGroup/type> a rdf:Property ;
  rdfs:label "type" ;
  schema:alternateName "type" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/type> ;
  rdfs:subPropertyOf schema:additionalType ;
  rdfs:domain klaviyo:TagGroup ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.TagGroup/id> a rdf:Property ;
  rdfs:label "id" ;
  schema:alternateName "id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/id> ;
  rdfs:domain klaviyo:TagGroup ;
  rdfs:range xsd:string .

# Property: attributes
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.TagGroup/attributes> a rdf:Property ;
  rdfs:label "attributes" ;
  schema:alternateName "attributes" ;
  rdfs:domain klaviyo:TagGroup ;
  rdfs:range klaviyo:TagGroupAttributes .

# Property: relationships
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.TagGroup/relationships> a rdf:Property ;
  rdfs:label "relationships" ;
  schema:alternateName "relationships" ;
  rdfs:domain klaviyo:TagGroup ;
  rdfs:range klaviyo:TagGroupRelationships .

# Property: links
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.TagGroup/links> a rdf:Property ;
  rdfs:label "links" ;
  schema:alternateName "links" ;
  rdfs:domain klaviyo:TagGroup ;
  rdfs:range klaviyo:ObjectLinks .

# Property: name
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.TagGroupAttributes/name> a rdf:Property ;
  rdfs:label "name" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/name> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain klaviyo:TagGroupAttributes ;
  rdfs:range xsd:string .

# Property: default
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.TagGroupAttributes/default> a rdf:Property ;
  rdfs:label "default" ;
  schema:alternateName "default" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/default> ;
  rdfs:domain klaviyo:TagGroupAttributes ;
  rdfs:range xsd:boolean .

# Property: exclusive
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.TagGroupAttributes/exclusive> a rdf:Property ;
  rdfs:label "exclusive" ;
  schema:alternateName "exclusive" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/exclusive> ;
  rdfs:domain klaviyo:TagGroupAttributes ;
  rdfs:range xsd:boolean .

# Property: tags
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.TagGroupRelationships/tags> a rdf:Property ;
  rdfs:label "tags" ;
  schema:alternateName "tags" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/tags> ;
  rdfs:subPropertyOf klaviyo:tagsRelationship ;
  rdfs:domain klaviyo:TagGroupRelationships ;
  rdfs:range klaviyo:JsonApiToManyRelationship .

# Property: name
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.TemplateAttributes/name> a rdf:Property ;
  rdfs:label "name" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/name> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain klaviyo:TemplateAttributes ;
  rdfs:range xsd:string .

# Property: editor type
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.TemplateAttributes/editorType> a rdf:Property ;
  rdfs:label "editor type" ;
  schema:alternateName "editor_type" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/editorType> ;
  rdfs:domain klaviyo:TemplateAttributes ;
  rdfs:range xsd:string .

# Property: html
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.TemplateAttributes/html> a rdf:Property ;
  rdfs:label "html" ;
  schema:alternateName "html" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/html> ;
  rdfs:subPropertyOf schema:text ;
  rdfs:domain klaviyo:TemplateAttributes ;
  rdfs:range xsd:string .

# Property: text
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.TemplateAttributes/text> a rdf:Property ;
  rdfs:label "text" ;
  schema:alternateName "text" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/text> ;
  rdfs:domain klaviyo:TemplateAttributes ;
  rdfs:range xsd:string .

# Property: amp
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.TemplateAttributes/amp> a rdf:Property ;
  rdfs:label "amp" ;
  schema:alternateName "amp" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/amp> ;
  rdfs:domain klaviyo:TemplateAttributes ;
  rdfs:range xsd:string .

# Property: definition
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.TemplateAttributes/definition> a rdf:Property ;
  rdfs:label "definition" ;
  schema:alternateName "definition" ;
  rdfs:domain klaviyo:TemplateAttributes ;
  rdfs:range <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.TemplateAttributes/definition/Container> .

# Property: created
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.TemplateAttributes/created> a rdf:Property ;
  rdfs:label "created" ;
  schema:alternateName "created" ;
  rdfs:domain klaviyo:TemplateAttributes ;
  rdfs:range xsd:dateTime .

# Property: updated
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.TemplateAttributes/updated> a rdf:Property ;
  rdfs:label "updated" ;
  schema:alternateName "updated" ;
  rdfs:domain klaviyo:TemplateAttributes ;
  rdfs:range xsd:dateTime .

# Property: id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.Template/id> a rdf:Property ;
  rdfs:label "id" ;
  schema:alternateName "id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/id> ;
  rdfs:domain klaviyo:Template ;
  rdfs:range xsd:string .

# Property: attributes
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.Template/attributes> a rdf:Property ;
  rdfs:label "attributes" ;
  schema:alternateName "attributes" ;
  rdfs:domain klaviyo:Template ;
  rdfs:range klaviyo:TemplateAttributes .

# Property: relationships
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.Template/relationships> a rdf:Property ;
  rdfs:label "relationships" ;
  schema:alternateName "relationships" ;
  rdfs:domain klaviyo:Template ;
  rdfs:range klaviyo:EmptyRelationships .

# Property: links
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.Template/links> a rdf:Property ;
  rdfs:label "links" ;
  schema:alternateName "links" ;
  rdfs:domain klaviyo:Template ;
  rdfs:range klaviyo:ObjectLinks .

# Property: type
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.Template/type> a rdf:Property ;
  rdfs:label "type" ;
  schema:alternateName "type" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/type> ;
  rdfs:subPropertyOf schema:additionalType ;
  rdfs:domain klaviyo:Template ;
  rdfs:range xsd:string .

# Property: name
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ImageAttributes/name> a rdf:Property ;
  rdfs:label "name" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/name> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain klaviyo:ImageAttributes ;
  rdfs:range xsd:string .

# Property: image url
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ImageAttributes/imageUrl> a rdf:Property ;
  rdfs:label "image url" ;
  schema:alternateName "image_url" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/imageUrl> ;
  rdfs:subPropertyOf schema:contentUrl ;
  rdfs:domain klaviyo:ImageAttributes ;
  rdfs:range xsd:anyURI .

# Property: format
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ImageAttributes/format> a rdf:Property ;
  rdfs:label "format" ;
  schema:alternateName "format" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/format> ;
  rdfs:subPropertyOf schema:encodingFormat ;
  rdfs:domain klaviyo:ImageAttributes ;
  rdfs:range xsd:string .

# Property: size
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ImageAttributes/size> a rdf:Property ;
  rdfs:label "size" ;
  schema:alternateName "size" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/size> ;
  rdfs:domain klaviyo:ImageAttributes ;
  rdfs:range xsd:integer .

# Property: hidden
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ImageAttributes/hidden> a rdf:Property ;
  rdfs:label "hidden" ;
  schema:alternateName "hidden" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/hidden> ;
  rdfs:domain klaviyo:ImageAttributes ;
  rdfs:range xsd:boolean .

# Property: updated at
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ImageAttributes/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/updatedAt> ;
  rdfs:domain klaviyo:ImageAttributes ;
  rdfs:range xsd:dateTime .

# Property: id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.Image/id> a rdf:Property ;
  rdfs:label "id" ;
  schema:alternateName "id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/id> ;
  rdfs:domain klaviyo:Image ;
  rdfs:range xsd:string .

# Property: attributes
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.Image/attributes> a rdf:Property ;
  rdfs:label "attributes" ;
  schema:alternateName "attributes" ;
  rdfs:domain klaviyo:Image ;
  rdfs:range klaviyo:ImageAttributes .

# Property: relationships
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.Image/relationships> a rdf:Property ;
  rdfs:label "relationships" ;
  schema:alternateName "relationships" ;
  rdfs:domain klaviyo:Image ;
  rdfs:range klaviyo:EmptyRelationships .

# Property: links
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.Image/links> a rdf:Property ;
  rdfs:label "links" ;
  schema:alternateName "links" ;
  rdfs:domain klaviyo:Image ;
  rdfs:range klaviyo:ObjectLinks .

# Property: type
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.Image/type> a rdf:Property ;
  rdfs:label "type" ;
  schema:alternateName "type" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/type> ;
  rdfs:subPropertyOf schema:additionalType ;
  rdfs:domain klaviyo:Image ;
  rdfs:range xsd:string .

# Property: type
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowAction/type> a rdf:Property ;
  rdfs:label "type" ;
  schema:alternateName "type" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/type> ;
  rdfs:subPropertyOf schema:additionalType ;
  rdfs:domain klaviyo:FlowAction ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowAction/id> a rdf:Property ;
  rdfs:label "id" ;
  schema:alternateName "id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/id> ;
  rdfs:domain klaviyo:FlowAction ;
  rdfs:range xsd:string .

# Property: attributes
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowAction/attributes> a rdf:Property ;
  rdfs:label "attributes" ;
  schema:alternateName "attributes" ;
  rdfs:domain klaviyo:FlowAction ;
  rdfs:range <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowAction/attributes/Container> .

# Property: relationships
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowAction/relationships> a rdf:Property ;
  rdfs:label "relationships" ;
  schema:alternateName "relationships" ;
  rdfs:domain klaviyo:FlowAction ;
  rdfs:range <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowAction/relationships/Container> .

# Property: links
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowAction/links> a rdf:Property ;
  rdfs:label "links" ;
  schema:alternateName "links" ;
  rdfs:domain klaviyo:FlowAction ;
  rdfs:range klaviyo:ObjectLinks .

# Property: external id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CatalogItemAttributes/externalId> a rdf:Property ;
  rdfs:label "external id" ;
  schema:alternateName "external_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/externalId> ;
  rdfs:domain klaviyo:CatalogItemAttributes ;
  rdfs:range xsd:string .

# Property: title
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CatalogItemAttributes/title> a rdf:Property ;
  rdfs:label "title" ;
  schema:alternateName "title" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/title> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain klaviyo:CatalogItemAttributes ;
  rdfs:range xsd:string .

# Property: description
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CatalogItemAttributes/description> a rdf:Property ;
  rdfs:label "description" ;
  schema:alternateName "description" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/description> ;
  rdfs:subPropertyOf schema:description ;
  rdfs:domain klaviyo:CatalogItemAttributes ;
  rdfs:range xsd:string .

# Property: price
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CatalogItemAttributes/price> a rdf:Property ;
  rdfs:label "price" ;
  schema:alternateName "price" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/price> ;
  rdfs:subPropertyOf schema:price ;
  rdfs:domain klaviyo:CatalogItemAttributes ;
  rdfs:range xsd:decimal .

# Property: url
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CatalogItemAttributes/url> a rdf:Property ;
  rdfs:label "url" ;
  schema:alternateName "url" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/url> ;
  rdfs:subPropertyOf schema:url ;
  rdfs:domain klaviyo:CatalogItemAttributes ;
  rdfs:range xsd:anyURI .

# Property: image full url
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CatalogItemAttributes/imageFullUrl> a rdf:Property ;
  rdfs:label "image full url" ;
  schema:alternateName "image_full_url" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/imageFullUrl> ;
  rdfs:subPropertyOf schema:image ;
  rdfs:domain klaviyo:CatalogItemAttributes ;
  rdfs:range xsd:anyURI .

# Property: image thumbnail url
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CatalogItemAttributes/imageThumbnailUrl> a rdf:Property ;
  rdfs:label "image thumbnail url" ;
  schema:alternateName "image_thumbnail_url" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/imageThumbnailUrl> ;
  rdfs:domain klaviyo:CatalogItemAttributes ;
  rdfs:range xsd:string .

# Property: images
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CatalogItemAttributes/images> a rdf:Property ;
  rdfs:label "images" ;
  schema:alternateName "images" ;
  rdfs:subPropertyOf klaviyo:imageUrl ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/images> ;
  rdfs:domain klaviyo:CatalogItemAttributes ;
  rdfs:range xsd:string .

# Property: custom metadata
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CatalogItemAttributes/customMetadata> a rdf:Property ;
  rdfs:label "custom metadata" ;
  schema:alternateName "custom_metadata" ;
  rdfs:domain klaviyo:CatalogItemAttributes ;
  rdfs:range <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CatalogItemAttributes/customMetadata/Container> .

# Property: published
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CatalogItemAttributes/published> a rdf:Property ;
  rdfs:label "published" ;
  schema:alternateName "published" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/published> ;
  rdfs:domain klaviyo:CatalogItemAttributes ;
  rdfs:range xsd:boolean .

# Property: created
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CatalogItemAttributes/created> a rdf:Property ;
  rdfs:label "created" ;
  schema:alternateName "created" ;
  rdfs:domain klaviyo:CatalogItemAttributes ;
  rdfs:range xsd:dateTime .

# Property: updated
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CatalogItemAttributes/updated> a rdf:Property ;
  rdfs:label "updated" ;
  schema:alternateName "updated" ;
  rdfs:domain klaviyo:CatalogItemAttributes ;
  rdfs:range xsd:dateTime .

# Property: variants
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CatalogItemRelationships/variants> a rdf:Property ;
  rdfs:label "variants" ;
  schema:alternateName "variants" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/variants> ;
  rdfs:subPropertyOf klaviyo:variantsRelationship ;
  rdfs:domain klaviyo:CatalogItemRelationships ;
  rdfs:range klaviyo:JsonApiToManyRelationship .

# Property: id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CatalogItem/id> a rdf:Property ;
  rdfs:label "id" ;
  schema:alternateName "id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/id> ;
  rdfs:domain klaviyo:CatalogItem ;
  rdfs:range xsd:string .

# Property: attributes
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CatalogItem/attributes> a rdf:Property ;
  rdfs:label "attributes" ;
  schema:alternateName "attributes" ;
  rdfs:domain klaviyo:CatalogItem ;
  rdfs:range klaviyo:CatalogItemAttributes .

# Property: relationships
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CatalogItem/relationships> a rdf:Property ;
  rdfs:label "relationships" ;
  schema:alternateName "relationships" ;
  rdfs:domain klaviyo:CatalogItem ;
  rdfs:range klaviyo:CatalogItemRelationships .

# Property: links
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CatalogItem/links> a rdf:Property ;
  rdfs:label "links" ;
  schema:alternateName "links" ;
  rdfs:domain klaviyo:CatalogItem ;
  rdfs:range klaviyo:ObjectLinks .

# Property: type
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CatalogItem/type> a rdf:Property ;
  rdfs:label "type" ;
  schema:alternateName "type" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/type> ;
  rdfs:subPropertyOf schema:additionalType ;
  rdfs:domain klaviyo:CatalogItem ;
  rdfs:range xsd:string .

# Property: external id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CatalogVariantAttributes/externalId> a rdf:Property ;
  rdfs:label "external id" ;
  schema:alternateName "external_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/externalId> ;
  rdfs:domain klaviyo:CatalogVariantAttributes ;
  rdfs:range xsd:string .

# Property: title
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CatalogVariantAttributes/title> a rdf:Property ;
  rdfs:label "title" ;
  schema:alternateName "title" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/title> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain klaviyo:CatalogVariantAttributes ;
  rdfs:range xsd:string .

# Property: description
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CatalogVariantAttributes/description> a rdf:Property ;
  rdfs:label "description" ;
  schema:alternateName "description" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/description> ;
  rdfs:subPropertyOf schema:description ;
  rdfs:domain klaviyo:CatalogVariantAttributes ;
  rdfs:range xsd:string .

# Property: sku
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CatalogVariantAttributes/sku> a rdf:Property ;
  rdfs:label "sku" ;
  schema:alternateName "sku" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/sku> ;
  rdfs:subPropertyOf schema:sku ;
  rdfs:domain klaviyo:CatalogVariantAttributes ;
  rdfs:range xsd:string .

# Property: inventory policy
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CatalogVariantAttributes/inventoryPolicy> a rdf:Property ;
  rdfs:label "inventory policy" ;
  schema:alternateName "inventory_policy" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/inventoryPolicy> ;
  rdfs:domain klaviyo:CatalogVariantAttributes ;
  rdfs:range xsd:integer .

# Property: inventory quantity
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CatalogVariantAttributes/inventoryQuantity> a rdf:Property ;
  rdfs:label "inventory quantity" ;
  schema:alternateName "inventory_quantity" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/inventoryQuantity> ;
  rdfs:domain klaviyo:CatalogVariantAttributes ;
  rdfs:range xsd:decimal .

# Property: price
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CatalogVariantAttributes/price> a rdf:Property ;
  rdfs:label "price" ;
  schema:alternateName "price" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/price> ;
  rdfs:subPropertyOf schema:price ;
  rdfs:domain klaviyo:CatalogVariantAttributes ;
  rdfs:range xsd:decimal .

# Property: url
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CatalogVariantAttributes/url> a rdf:Property ;
  rdfs:label "url" ;
  schema:alternateName "url" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/url> ;
  rdfs:subPropertyOf schema:url ;
  rdfs:domain klaviyo:CatalogVariantAttributes ;
  rdfs:range xsd:anyURI .

# Property: image full url
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CatalogVariantAttributes/imageFullUrl> a rdf:Property ;
  rdfs:label "image full url" ;
  schema:alternateName "image_full_url" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/imageFullUrl> ;
  rdfs:subPropertyOf schema:image ;
  rdfs:domain klaviyo:CatalogVariantAttributes ;
  rdfs:range xsd:anyURI .

# Property: image thumbnail url
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CatalogVariantAttributes/imageThumbnailUrl> a rdf:Property ;
  rdfs:label "image thumbnail url" ;
  schema:alternateName "image_thumbnail_url" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/imageThumbnailUrl> ;
  rdfs:domain klaviyo:CatalogVariantAttributes ;
  rdfs:range xsd:string .

# Property: images
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CatalogVariantAttributes/images> a rdf:Property ;
  rdfs:label "images" ;
  schema:alternateName "images" ;
  rdfs:subPropertyOf klaviyo:imageUrl ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/images> ;
  rdfs:domain klaviyo:CatalogVariantAttributes ;
  rdfs:range xsd:string .

# Property: custom metadata
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CatalogVariantAttributes/customMetadata> a rdf:Property ;
  rdfs:label "custom metadata" ;
  schema:alternateName "custom_metadata" ;
  rdfs:domain klaviyo:CatalogVariantAttributes ;
  rdfs:range <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CatalogVariantAttributes/customMetadata/Container> .

# Property: published
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CatalogVariantAttributes/published> a rdf:Property ;
  rdfs:label "published" ;
  schema:alternateName "published" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/published> ;
  rdfs:domain klaviyo:CatalogVariantAttributes ;
  rdfs:range xsd:boolean .

# Property: created
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CatalogVariantAttributes/created> a rdf:Property ;
  rdfs:label "created" ;
  schema:alternateName "created" ;
  rdfs:domain klaviyo:CatalogVariantAttributes ;
  rdfs:range xsd:dateTime .

# Property: updated
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CatalogVariantAttributes/updated> a rdf:Property ;
  rdfs:label "updated" ;
  schema:alternateName "updated" ;
  rdfs:domain klaviyo:CatalogVariantAttributes ;
  rdfs:range xsd:dateTime .

# Property: item
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CatalogVariantRelationships/item> a rdf:Property ;
  rdfs:label "item" ;
  schema:alternateName "item" ;
  rdfs:subPropertyOf klaviyo:itemRelationship ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/item> ;
  rdfs:domain klaviyo:CatalogVariantRelationships ;
  rdfs:range klaviyo:JsonApiRequiredToOneRelationship .

# Property: id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CatalogVariant/id> a rdf:Property ;
  rdfs:label "id" ;
  schema:alternateName "id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/id> ;
  rdfs:domain klaviyo:CatalogVariant ;
  rdfs:range xsd:string .

# Property: attributes
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CatalogVariant/attributes> a rdf:Property ;
  rdfs:label "attributes" ;
  schema:alternateName "attributes" ;
  rdfs:domain klaviyo:CatalogVariant ;
  rdfs:range klaviyo:CatalogVariantAttributes .

# Property: relationships
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CatalogVariant/relationships> a rdf:Property ;
  rdfs:label "relationships" ;
  schema:alternateName "relationships" ;
  rdfs:domain klaviyo:CatalogVariant ;
  rdfs:range klaviyo:CatalogVariantRelationships .

# Property: links
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CatalogVariant/links> a rdf:Property ;
  rdfs:label "links" ;
  schema:alternateName "links" ;
  rdfs:domain klaviyo:CatalogVariant ;
  rdfs:range klaviyo:ObjectLinks .

# Property: type
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CatalogVariant/type> a rdf:Property ;
  rdfs:label "type" ;
  schema:alternateName "type" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/type> ;
  rdfs:subPropertyOf schema:additionalType ;
  rdfs:domain klaviyo:CatalogVariant ;
  rdfs:range xsd:string .

# Property: name
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignAttributes/name> a rdf:Property ;
  rdfs:label "name" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/name> ;
  rdfs:subPropertyOf schema:name ;
  rdfs:domain klaviyo:CampaignAttributes ;
  rdfs:range xsd:string .

# Property: status
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignAttributes/status> a rdf:Property ;
  rdfs:label "status" ;
  schema:alternateName "status" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/status> ;
  rdfs:domain klaviyo:CampaignAttributes ;
  rdfs:range xsd:string .

# Property: archived
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignAttributes/archived> a rdf:Property ;
  rdfs:label "archived" ;
  schema:alternateName "archived" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/archived> ;
  rdfs:domain klaviyo:CampaignAttributes ;
  rdfs:range xsd:boolean .

# Property: audiences
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignAttributes/audiences> a rdf:Property ;
  rdfs:label "audiences" ;
  schema:alternateName "audiences" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/audiences> ;
  rdfs:domain klaviyo:CampaignAttributes ;
  rdfs:range <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignAttributes/audiences/Container> .

# Property: send options
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignAttributes/sendOptions> a rdf:Property ;
  rdfs:label "send options" ;
  schema:alternateName "send_options" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/sendOptions> ;
  rdfs:domain klaviyo:CampaignAttributes .

# Property: tracking options
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignAttributes/trackingOptions> a rdf:Property ;
  rdfs:label "tracking options" ;
  schema:alternateName "tracking_options" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/trackingOptions> ;
  rdfs:domain klaviyo:CampaignAttributes .

# Property: send strategy
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignAttributes/sendStrategy> a rdf:Property ;
  rdfs:label "send strategy" ;
  schema:alternateName "send_strategy" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/sendStrategy> ;
  rdfs:domain klaviyo:CampaignAttributes .

# Property: created at
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignAttributes/createdAt> a rdf:Property ;
  rdfs:label "created at" ;
  schema:alternateName "created_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/createdAt> ;
  rdfs:domain klaviyo:CampaignAttributes ;
  rdfs:range xsd:dateTime .

# Property: scheduled at
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignAttributes/scheduledAt> a rdf:Property ;
  rdfs:label "scheduled at" ;
  schema:alternateName "scheduled_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/scheduledAt> ;
  rdfs:domain klaviyo:CampaignAttributes ;
  rdfs:range xsd:dateTime .

# Property: updated at
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignAttributes/updatedAt> a rdf:Property ;
  rdfs:label "updated at" ;
  schema:alternateName "updated_at" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/updatedAt> ;
  rdfs:domain klaviyo:CampaignAttributes ;
  rdfs:range xsd:dateTime .

# Property: send time
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignAttributes/sendTime> a rdf:Property ;
  rdfs:label "send time" ;
  schema:alternateName "send_time" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/sendTime> ;
  rdfs:domain klaviyo:CampaignAttributes ;
  rdfs:range xsd:dateTime .

# Property: use smart sending
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.EmailSendOptions/useSmartSending> a rdf:Property ;
  rdfs:label "use smart sending" ;
  rdfs:comment "Use smart sending." ;
  schema:alternateName "use_smart_sending" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/useSmartSending> ;
  rdfs:domain klaviyo:EmailSendOptions ;
  rdfs:range xsd:boolean .

# Property: use smart sending
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.SmsSendOptions/useSmartSending> a rdf:Property ;
  rdfs:label "use smart sending" ;
  rdfs:comment "Use smart sending." ;
  schema:alternateName "use_smart_sending" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/useSmartSending> ;
  rdfs:domain klaviyo:SmsSendOptions ;
  rdfs:range xsd:boolean .

# Property: use smart sending
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.PushSendOptions/useSmartSending> a rdf:Property ;
  rdfs:label "use smart sending" ;
  rdfs:comment "Use smart sending." ;
  schema:alternateName "use_smart_sending" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/useSmartSending> ;
  rdfs:domain klaviyo:PushSendOptions ;
  rdfs:range xsd:boolean .

# Property: add tracking params
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignsEmailTrackingOptions/addTrackingParams> a rdf:Property ;
  rdfs:label "add tracking params" ;
  rdfs:comment "Whether the campaign needs custom tracking parameters. If set to False, tracking params will not be used." ;
  schema:alternateName "add_tracking_params" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/addTrackingParams> ;
  rdfs:domain klaviyo:CampaignsEmailTrackingOptions ;
  rdfs:range xsd:boolean .

# Property: custom tracking params
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignsEmailTrackingOptions/customTrackingParams> a rdf:Property ;
  rdfs:label "custom tracking params" ;
  rdfs:comment "A list of custom tracking parameters. If an empty list is given and add_tracking_params is True, uses company defaults." ;
  schema:alternateName "custom_tracking_params" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/customTrackingParams> ;
  rdfs:domain klaviyo:CampaignsEmailTrackingOptions .

# Property: is tracking clicks
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignsEmailTrackingOptions/isTrackingClicks> a rdf:Property ;
  rdfs:label "is tracking clicks" ;
  rdfs:comment "Whether the campaign is tracking click events. If not specified, uses company defaults." ;
  schema:alternateName "is_tracking_clicks" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/isTrackingClicks> ;
  rdfs:domain klaviyo:CampaignsEmailTrackingOptions ;
  rdfs:range xsd:boolean .

# Property: is tracking opens
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignsEmailTrackingOptions/isTrackingOpens> a rdf:Property ;
  rdfs:label "is tracking opens" ;
  rdfs:comment "Whether the campaign is tracking open events. If not specified, uses company defaults." ;
  schema:alternateName "is_tracking_opens" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/isTrackingOpens> ;
  rdfs:domain klaviyo:CampaignsEmailTrackingOptions ;
  rdfs:range xsd:boolean .

# Property: type
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/type> a rdf:Property ;
  rdfs:label "type" ;
  rdfs:comment "The type of the tracking parameter" ;
  schema:alternateName "type" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/type> ;
  rdfs:domain klaviyo:DynamicTrackingParam ;
  rdfs:range xsd:string .

# Property: value
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:comment "The value of the tracking parameter" ;
  schema:alternateName "value" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/value> ;
  rdfs:domain klaviyo:DynamicTrackingParam ;
  rdfs:range xsd:string ;
  qb:codeList <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/valueScheme> .

# Property: name
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.DynamicTrackingParam/name> a rdf:Property ;
  rdfs:label "name" ;
  rdfs:comment "Name of the tracking param" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/name> ;
  rdfs:domain klaviyo:DynamicTrackingParam ;
  rdfs:range xsd:string .

# Property: type
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.StaticTrackingParam/type> a rdf:Property ;
  rdfs:label "type" ;
  rdfs:comment "The type of the tracking parameter" ;
  schema:alternateName "type" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/type> ;
  rdfs:domain klaviyo:StaticTrackingParam ;
  rdfs:range xsd:string .

# Property: value
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.StaticTrackingParam/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:comment "The value of the tracking parameter" ;
  schema:alternateName "value" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/value> ;
  rdfs:domain klaviyo:StaticTrackingParam ;
  rdfs:range xsd:string .

# Property: name
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.StaticTrackingParam/name> a rdf:Property ;
  rdfs:label "name" ;
  rdfs:comment "Name of the tracking param" ;
  schema:alternateName "name" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/name> ;
  rdfs:domain klaviyo:StaticTrackingParam ;
  rdfs:range xsd:string .

# Property: add tracking params
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignsSmsTrackingOptions/addTrackingParams> a rdf:Property ;
  rdfs:label "add tracking params" ;
  rdfs:comment "Whether the campaign needs custom tracking parameters. If set to False, tracking params will not be used." ;
  schema:alternateName "add_tracking_params" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/addTrackingParams> ;
  rdfs:domain klaviyo:CampaignsSmsTrackingOptions ;
  rdfs:range xsd:boolean .

# Property: custom tracking params
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignsSmsTrackingOptions/customTrackingParams> a rdf:Property ;
  rdfs:label "custom tracking params" ;
  rdfs:comment "A list of custom tracking parameters. If an empty list is given and add_tracking_params is True, uses company defaults." ;
  schema:alternateName "custom_tracking_params" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/customTrackingParams> ;
  rdfs:domain klaviyo:CampaignsSmsTrackingOptions .

# Property: method
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.StaticSendStrategy/method> a rdf:Property ;
  rdfs:label "method" ;
  schema:alternateName "method" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/method> ;
  rdfs:domain klaviyo:StaticSendStrategy ;
  rdfs:range xsd:string .

# Property: datetime
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.StaticSendStrategy/datetime> a rdf:Property ;
  rdfs:label "datetime" ;
  rdfs:comment "The time to send at" ;
  schema:alternateName "datetime" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/datetime> ;
  rdfs:domain klaviyo:StaticSendStrategy ;
  rdfs:range xsd:dateTime .

# Property: options
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.StaticSendStrategy/options> a rdf:Property ;
  rdfs:label "options" ;
  rdfs:comment "If the campaign should be sent with local recipient timezone send (requires UTC time) or statically sent at the given time." ;
  schema:alternateName "options" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/options> ;
  rdfs:domain klaviyo:StaticSendStrategy .

# Property: is local
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.LocalStaticSend/isLocal> a rdf:Property ;
  rdfs:label "is local" ;
  rdfs:comment "Whether the campaign should be sent with local recipient timezone send (requires UTC time) or statically sent at the given time." ;
  schema:alternateName "is_local" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/isLocal> ;
  rdfs:domain klaviyo:LocalStaticSend ;
  rdfs:range xsd:boolean .

# Property: send past recipients immediately
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.LocalStaticSend/sendPastRecipientsImmediately> a rdf:Property ;
  rdfs:label "send past recipients immediately" ;
  rdfs:comment "Determines if we should send to local recipient timezone if the given time has passed. Only applicable to local sends." ;
  schema:alternateName "send_past_recipients_immediately" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/sendPastRecipientsImmediately> ;
  rdfs:domain klaviyo:LocalStaticSend ;
  rdfs:range xsd:boolean .

# Property: is local
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.NonLocalStaticSend/isLocal> a rdf:Property ;
  rdfs:label "is local" ;
  rdfs:comment "Whether the campaign should be sent with local recipient timezone send (requires UTC time) or statically sent at the given time." ;
  schema:alternateName "is_local" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/isLocal> ;
  rdfs:domain klaviyo:NonLocalStaticSend ;
  rdfs:range xsd:boolean .

# Property: method
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.SmartSendTimeStrategy/method> a rdf:Property ;
  rdfs:label "method" ;
  schema:alternateName "method" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/method> ;
  rdfs:domain klaviyo:SmartSendTimeStrategy ;
  rdfs:range xsd:string .

# Property: date
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.SmartSendTimeStrategy/date> a rdf:Property ;
  rdfs:label "date" ;
  rdfs:comment "The day to send on" ;
  schema:alternateName "date" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/date> ;
  rdfs:domain klaviyo:SmartSendTimeStrategy ;
  rdfs:range xsd:date .

# Property: method
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ThrottledSendStrategy/method> a rdf:Property ;
  rdfs:label "method" ;
  schema:alternateName "method" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/method> ;
  rdfs:domain klaviyo:ThrottledSendStrategy ;
  rdfs:range xsd:string .

# Property: datetime
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ThrottledSendStrategy/datetime> a rdf:Property ;
  rdfs:label "datetime" ;
  rdfs:comment "The time to send at" ;
  schema:alternateName "datetime" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/datetime> ;
  rdfs:domain klaviyo:ThrottledSendStrategy ;
  rdfs:range xsd:dateTime .

# Property: throttle percentage
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ThrottledSendStrategy/throttlePercentage> a rdf:Property ;
  rdfs:label "throttle percentage" ;
  rdfs:comment "The percentage of recipients per hour to send to." ;
  schema:alternateName "throttle_percentage" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/throttlePercentage> ;
  rdfs:domain klaviyo:ThrottledSendStrategy ;
  rdfs:range xsd:integer ;
  qb:codeList <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ThrottledSendStrategy/throttlePercentageScheme> .

# Property: method
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ImmediateSendStrategy/method> a rdf:Property ;
  rdfs:label "method" ;
  schema:alternateName "method" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/method> ;
  rdfs:domain klaviyo:ImmediateSendStrategy ;
  rdfs:range xsd:string .

# Property: method
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ABTestSendStrategy/method> a rdf:Property ;
  rdfs:label "method" ;
  schema:alternateName "method" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/method> ;
  rdfs:domain klaviyo:ABTestSendStrategy ;
  rdfs:range xsd:string .

# Property: method
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.UnsupportedSendStrategy/method> a rdf:Property ;
  rdfs:label "method" ;
  schema:alternateName "method" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/method> ;
  rdfs:domain klaviyo:UnsupportedSendStrategy ;
  rdfs:range xsd:string .

# Property: campaign messages
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignRelationships/campaignMessages> a rdf:Property ;
  rdfs:label "campaign messages" ;
  schema:alternateName "campaign-messages" ;
  rdfs:subPropertyOf klaviyo:campaignMessagesRelationship ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/campaignMessages> ;
  rdfs:domain klaviyo:CampaignRelationships ;
  rdfs:range klaviyo:JsonApiToManyRelationship .

# Property: tags
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignRelationships/tags> a rdf:Property ;
  rdfs:label "tags" ;
  schema:alternateName "tags" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/tags> ;
  rdfs:subPropertyOf klaviyo:tagsRelationship ;
  rdfs:domain klaviyo:CampaignRelationships ;
  rdfs:range klaviyo:JsonApiToManyRelationship .

# Property: id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.Campaign/id> a rdf:Property ;
  rdfs:label "id" ;
  schema:alternateName "id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/id> ;
  rdfs:domain klaviyo:Campaign ;
  rdfs:range xsd:string .

# Property: attributes
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.Campaign/attributes> a rdf:Property ;
  rdfs:label "attributes" ;
  schema:alternateName "attributes" ;
  rdfs:domain klaviyo:Campaign ;
  rdfs:range klaviyo:CampaignAttributes .

# Property: relationships
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.Campaign/relationships> a rdf:Property ;
  rdfs:label "relationships" ;
  schema:alternateName "relationships" ;
  rdfs:domain klaviyo:Campaign ;
  rdfs:range klaviyo:CampaignRelationships .

# Property: links
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.Campaign/links> a rdf:Property ;
  rdfs:label "links" ;
  schema:alternateName "links" ;
  rdfs:domain klaviyo:Campaign ;
  rdfs:range klaviyo:ObjectLinks .

# Property: type
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.Campaign/type> a rdf:Property ;
  rdfs:label "type" ;
  schema:alternateName "type" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/type> ;
  rdfs:subPropertyOf schema:additionalType ;
  rdfs:domain klaviyo:Campaign ;
  rdfs:range xsd:string .

# Property: type
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignMessage/type> a rdf:Property ;
  rdfs:label "type" ;
  schema:alternateName "type" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/type> ;
  rdfs:subPropertyOf schema:additionalType ;
  rdfs:domain klaviyo:CampaignMessage ;
  rdfs:range xsd:string .

# Property: id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignMessage/id> a rdf:Property ;
  rdfs:label "id" ;
  schema:alternateName "id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/id> ;
  rdfs:domain klaviyo:CampaignMessage ;
  rdfs:range xsd:string .

# Property: attributes
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignMessage/attributes> a rdf:Property ;
  rdfs:label "attributes" ;
  schema:alternateName "attributes" ;
  rdfs:domain klaviyo:CampaignMessage ;
  rdfs:range <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignMessage/attributes/Container> .

# Property: relationships
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignMessage/relationships> a rdf:Property ;
  rdfs:label "relationships" ;
  schema:alternateName "relationships" ;
  rdfs:domain klaviyo:CampaignMessage ;
  rdfs:range <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignMessage/relationships/Container> .

# Property: links
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignMessage/links> a rdf:Property ;
  rdfs:label "links" ;
  schema:alternateName "links" ;
  rdfs:domain klaviyo:CampaignMessage ;
  rdfs:range klaviyo:ObjectLinks .

# Property: campaign id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignMetricRow/campaignId> a rdf:Property ;
  rdfs:label "campaign id" ;
  schema:alternateName "campaign_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/campaignId> ;
  rdfs:domain klaviyo:CampaignMetricRow ;
  rdfs:range xsd:string .

# Property: flow id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignMetricRow/flowId> a rdf:Property ;
  rdfs:label "flow id" ;
  schema:alternateName "flow_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/flowId> ;
  rdfs:domain klaviyo:CampaignMetricRow ;
  rdfs:range xsd:string .

# Property: campaign message id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignMetricRow/campaignMessageId> a rdf:Property ;
  rdfs:label "campaign message id" ;
  schema:alternateName "campaign_message_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/campaignMessageId> ;
  rdfs:domain klaviyo:CampaignMetricRow ;
  rdfs:range xsd:string .

# Property: flow message id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignMetricRow/flowMessageId> a rdf:Property ;
  rdfs:label "flow message id" ;
  schema:alternateName "flow_message_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/flowMessageId> ;
  rdfs:domain klaviyo:CampaignMetricRow ;
  rdfs:range xsd:string .

# Property: metric id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignMetricRow/metricId> a rdf:Property ;
  rdfs:label "metric id" ;
  schema:alternateName "metric_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/metricId> ;
  rdfs:domain klaviyo:CampaignMetricRow ;
  rdfs:range xsd:string .

# Property: profile id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignMetricRow/profileId> a rdf:Property ;
  rdfs:label "profile id" ;
  schema:alternateName "profile_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/profileId> ;
  rdfs:domain klaviyo:CampaignMetricRow ;
  rdfs:range xsd:string .

# Property: list id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignMetricRow/listId> a rdf:Property ;
  rdfs:label "list id" ;
  schema:alternateName "list_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/listId> ;
  rdfs:domain klaviyo:CampaignMetricRow ;
  rdfs:range xsd:string .

# Property: segment id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignMetricRow/segmentId> a rdf:Property ;
  rdfs:label "segment id" ;
  schema:alternateName "segment_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/segmentId> ;
  rdfs:domain klaviyo:CampaignMetricRow ;
  rdfs:range xsd:string .

# Property: catalog item id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignMetricRow/catalogItemId> a rdf:Property ;
  rdfs:label "catalog item id" ;
  schema:alternateName "catalog_item_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/catalogItemId> ;
  rdfs:domain klaviyo:CampaignMetricRow ;
  rdfs:range xsd:string .

# Property: catalog variant id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignMetricRow/catalogVariantId> a rdf:Property ;
  rdfs:label "catalog variant id" ;
  schema:alternateName "catalog_variant_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/catalogVariantId> ;
  rdfs:domain klaviyo:CampaignMetricRow ;
  rdfs:range xsd:string .

# Property: window start
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignMetricRow/windowStart> a rdf:Property ;
  rdfs:label "window start" ;
  schema:alternateName "window_start" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/windowStart> ;
  rdfs:domain klaviyo:CampaignMetricRow ;
  rdfs:range xsd:dateTime .

# Property: window end
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignMetricRow/windowEnd> a rdf:Property ;
  rdfs:label "window end" ;
  schema:alternateName "window_end" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/windowEnd> ;
  rdfs:domain klaviyo:CampaignMetricRow ;
  rdfs:range xsd:dateTime .

# Property: groupings
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignMetricRow/groupings> a rdf:Property ;
  rdfs:label "groupings" ;
  schema:alternateName "groupings" ;
  rdfs:domain klaviyo:CampaignMetricRow ;
  rdfs:range <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignMetricRow/groupings/Container> .

# Property: statistics
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignMetricRow/statistics> a rdf:Property ;
  rdfs:label "statistics" ;
  schema:alternateName "statistics" ;
  rdfs:domain klaviyo:CampaignMetricRow ;
  rdfs:range <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignMetricRow/statistics/Container> .

# Property: campaign id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowMetricRow/campaignId> a rdf:Property ;
  rdfs:label "campaign id" ;
  schema:alternateName "campaign_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/campaignId> ;
  rdfs:domain klaviyo:FlowMetricRow ;
  rdfs:range xsd:string .

# Property: flow id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowMetricRow/flowId> a rdf:Property ;
  rdfs:label "flow id" ;
  schema:alternateName "flow_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/flowId> ;
  rdfs:domain klaviyo:FlowMetricRow ;
  rdfs:range xsd:string .

# Property: campaign message id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowMetricRow/campaignMessageId> a rdf:Property ;
  rdfs:label "campaign message id" ;
  schema:alternateName "campaign_message_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/campaignMessageId> ;
  rdfs:domain klaviyo:FlowMetricRow ;
  rdfs:range xsd:string .

# Property: flow message id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowMetricRow/flowMessageId> a rdf:Property ;
  rdfs:label "flow message id" ;
  schema:alternateName "flow_message_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/flowMessageId> ;
  rdfs:domain klaviyo:FlowMetricRow ;
  rdfs:range xsd:string .

# Property: metric id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowMetricRow/metricId> a rdf:Property ;
  rdfs:label "metric id" ;
  schema:alternateName "metric_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/metricId> ;
  rdfs:domain klaviyo:FlowMetricRow ;
  rdfs:range xsd:string .

# Property: profile id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowMetricRow/profileId> a rdf:Property ;
  rdfs:label "profile id" ;
  schema:alternateName "profile_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/profileId> ;
  rdfs:domain klaviyo:FlowMetricRow ;
  rdfs:range xsd:string .

# Property: list id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowMetricRow/listId> a rdf:Property ;
  rdfs:label "list id" ;
  schema:alternateName "list_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/listId> ;
  rdfs:domain klaviyo:FlowMetricRow ;
  rdfs:range xsd:string .

# Property: segment id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowMetricRow/segmentId> a rdf:Property ;
  rdfs:label "segment id" ;
  schema:alternateName "segment_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/segmentId> ;
  rdfs:domain klaviyo:FlowMetricRow ;
  rdfs:range xsd:string .

# Property: catalog item id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowMetricRow/catalogItemId> a rdf:Property ;
  rdfs:label "catalog item id" ;
  schema:alternateName "catalog_item_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/catalogItemId> ;
  rdfs:domain klaviyo:FlowMetricRow ;
  rdfs:range xsd:string .

# Property: catalog variant id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowMetricRow/catalogVariantId> a rdf:Property ;
  rdfs:label "catalog variant id" ;
  schema:alternateName "catalog_variant_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/catalogVariantId> ;
  rdfs:domain klaviyo:FlowMetricRow ;
  rdfs:range xsd:string .

# Property: window start
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowMetricRow/windowStart> a rdf:Property ;
  rdfs:label "window start" ;
  schema:alternateName "window_start" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/windowStart> ;
  rdfs:domain klaviyo:FlowMetricRow ;
  rdfs:range xsd:dateTime .

# Property: window end
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowMetricRow/windowEnd> a rdf:Property ;
  rdfs:label "window end" ;
  schema:alternateName "window_end" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/windowEnd> ;
  rdfs:domain klaviyo:FlowMetricRow ;
  rdfs:range xsd:dateTime .

# Property: groupings
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowMetricRow/groupings> a rdf:Property ;
  rdfs:label "groupings" ;
  schema:alternateName "groupings" ;
  rdfs:domain klaviyo:FlowMetricRow ;
  rdfs:range <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowMetricRow/groupings/Container> .

# Property: statistics
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowMetricRow/statistics> a rdf:Property ;
  rdfs:label "statistics" ;
  schema:alternateName "statistics" ;
  rdfs:domain klaviyo:FlowMetricRow ;
  rdfs:range <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowMetricRow/statistics/Container> .

# Property: campaign id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesMetricRow/campaignId> a rdf:Property ;
  rdfs:label "campaign id" ;
  schema:alternateName "campaign_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/campaignId> ;
  rdfs:domain klaviyo:FlowSeriesMetricRow ;
  rdfs:range xsd:string .

# Property: flow id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesMetricRow/flowId> a rdf:Property ;
  rdfs:label "flow id" ;
  schema:alternateName "flow_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/flowId> ;
  rdfs:domain klaviyo:FlowSeriesMetricRow ;
  rdfs:range xsd:string .

# Property: campaign message id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesMetricRow/campaignMessageId> a rdf:Property ;
  rdfs:label "campaign message id" ;
  schema:alternateName "campaign_message_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/campaignMessageId> ;
  rdfs:domain klaviyo:FlowSeriesMetricRow ;
  rdfs:range xsd:string .

# Property: flow message id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesMetricRow/flowMessageId> a rdf:Property ;
  rdfs:label "flow message id" ;
  schema:alternateName "flow_message_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/flowMessageId> ;
  rdfs:domain klaviyo:FlowSeriesMetricRow ;
  rdfs:range xsd:string .

# Property: metric id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesMetricRow/metricId> a rdf:Property ;
  rdfs:label "metric id" ;
  schema:alternateName "metric_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/metricId> ;
  rdfs:domain klaviyo:FlowSeriesMetricRow ;
  rdfs:range xsd:string .

# Property: profile id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesMetricRow/profileId> a rdf:Property ;
  rdfs:label "profile id" ;
  schema:alternateName "profile_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/profileId> ;
  rdfs:domain klaviyo:FlowSeriesMetricRow ;
  rdfs:range xsd:string .

# Property: list id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesMetricRow/listId> a rdf:Property ;
  rdfs:label "list id" ;
  schema:alternateName "list_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/listId> ;
  rdfs:domain klaviyo:FlowSeriesMetricRow ;
  rdfs:range xsd:string .

# Property: segment id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesMetricRow/segmentId> a rdf:Property ;
  rdfs:label "segment id" ;
  schema:alternateName "segment_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/segmentId> ;
  rdfs:domain klaviyo:FlowSeriesMetricRow ;
  rdfs:range xsd:string .

# Property: catalog item id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesMetricRow/catalogItemId> a rdf:Property ;
  rdfs:label "catalog item id" ;
  schema:alternateName "catalog_item_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/catalogItemId> ;
  rdfs:domain klaviyo:FlowSeriesMetricRow ;
  rdfs:range xsd:string .

# Property: catalog variant id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesMetricRow/catalogVariantId> a rdf:Property ;
  rdfs:label "catalog variant id" ;
  schema:alternateName "catalog_variant_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/catalogVariantId> ;
  rdfs:domain klaviyo:FlowSeriesMetricRow ;
  rdfs:range xsd:string .

# Property: window start
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesMetricRow/windowStart> a rdf:Property ;
  rdfs:label "window start" ;
  schema:alternateName "window_start" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/windowStart> ;
  rdfs:domain klaviyo:FlowSeriesMetricRow ;
  rdfs:range xsd:dateTime .

# Property: window end
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesMetricRow/windowEnd> a rdf:Property ;
  rdfs:label "window end" ;
  schema:alternateName "window_end" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/windowEnd> ;
  rdfs:domain klaviyo:FlowSeriesMetricRow ;
  rdfs:range xsd:dateTime .

# Property: interval
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesMetricRow/interval> a rdf:Property ;
  rdfs:label "interval" ;
  schema:alternateName "interval" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/interval> ;
  rdfs:domain klaviyo:FlowSeriesMetricRow ;
  rdfs:range xsd:string ;
  qb:codeList <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesMetricRow/intervalScheme> .

# Property: date times
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesMetricRow/dateTimes> a rdf:Property ;
  rdfs:label "date times" ;
  schema:alternateName "date_times" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/dateTimes> ;
  rdfs:domain klaviyo:FlowSeriesMetricRow ;
  rdfs:range xsd:dateTime .

# Property: groupings
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesMetricRow/groupings> a rdf:Property ;
  rdfs:label "groupings" ;
  schema:alternateName "groupings" ;
  rdfs:domain klaviyo:FlowSeriesMetricRow ;
  rdfs:range <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowSeriesMetricRow/groupings/Container> .

# Property: statistics
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesMetricRow/statistics> a rdf:Property ;
  rdfs:label "statistics" ;
  schema:alternateName "statistics" ;
  rdfs:domain klaviyo:FlowSeriesMetricRow ;
  rdfs:range <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowSeriesMetricRow/statistics/Container> .

# Property: groupings
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ReportResult/groupings> a rdf:Property ;
  rdfs:label "groupings" ;
  schema:alternateName "groupings" ;
  rdfs:domain klaviyo:ReportResult ;
  rdfs:range <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ReportResult/groupings/Container> .

# Property: statistics
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.ReportResult/statistics> a rdf:Property ;
  rdfs:label "statistics" ;
  schema:alternateName "statistics" ;
  rdfs:domain klaviyo:ReportResult ;
  rdfs:range <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ReportResult/statistics/Container> .

# Property: data
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignValuesReport/data> a rdf:Property ;
  rdfs:label "data" ;
  schema:alternateName "data" ;
  rdfs:domain klaviyo:CampaignValuesReport ;
  rdfs:range klaviyo:CampaignValuesReportResource .

# Property: links
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignValuesReport/links> a rdf:Property ;
  rdfs:label "links" ;
  schema:alternateName "links" ;
  rdfs:domain klaviyo:CampaignValuesReport ;
  rdfs:range klaviyo:ObjectLinks .

# Property: type
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignValuesReportResource/type> a rdf:Property ;
  rdfs:label "type" ;
  schema:alternateName "type" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/type> ;
  rdfs:subPropertyOf schema:additionalType ;
  rdfs:domain klaviyo:CampaignValuesReportResource ;
  rdfs:range xsd:string .

# Property: attributes
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignValuesReportResource/attributes> a rdf:Property ;
  rdfs:label "attributes" ;
  schema:alternateName "attributes" ;
  rdfs:domain klaviyo:CampaignValuesReportResource ;
  rdfs:range klaviyo:CampaignValuesReportAttributes .

# Property: relationships
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignValuesReportResource/relationships> a rdf:Property ;
  rdfs:label "relationships" ;
  schema:alternateName "relationships" ;
  rdfs:domain klaviyo:CampaignValuesReportResource ;
  rdfs:range klaviyo:CampaignValuesReportRelationships .

# Property: links
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignValuesReportResource/links> a rdf:Property ;
  rdfs:label "links" ;
  schema:alternateName "links" ;
  rdfs:domain klaviyo:CampaignValuesReportResource ;
  rdfs:range klaviyo:ObjectLinks .

# Property: results
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignValuesReportAttributes/results> a rdf:Property ;
  rdfs:label "results" ;
  schema:alternateName "results" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/results> ;
  rdfs:domain klaviyo:CampaignValuesReportAttributes ;
  rdfs:range klaviyo:ReportResult .

# Property: campaigns
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignValuesReportRelationships/campaigns> a rdf:Property ;
  rdfs:label "campaigns" ;
  schema:alternateName "campaigns" ;
  rdfs:subPropertyOf klaviyo:campaignsRelationship ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/campaigns> ;
  rdfs:domain klaviyo:CampaignValuesReportRelationships ;
  rdfs:range klaviyo:JsonApiToManyRelationship .

# Property: data
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowValuesReport/data> a rdf:Property ;
  rdfs:label "data" ;
  schema:alternateName "data" ;
  rdfs:domain klaviyo:FlowValuesReport ;
  rdfs:range klaviyo:FlowValuesReportResource .

# Property: links
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowValuesReport/links> a rdf:Property ;
  rdfs:label "links" ;
  schema:alternateName "links" ;
  rdfs:domain klaviyo:FlowValuesReport ;
  rdfs:range klaviyo:ObjectLinks .

# Property: type
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowValuesReportResource/type> a rdf:Property ;
  rdfs:label "type" ;
  schema:alternateName "type" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/type> ;
  rdfs:subPropertyOf schema:additionalType ;
  rdfs:domain klaviyo:FlowValuesReportResource ;
  rdfs:range xsd:string .

# Property: attributes
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowValuesReportResource/attributes> a rdf:Property ;
  rdfs:label "attributes" ;
  schema:alternateName "attributes" ;
  rdfs:domain klaviyo:FlowValuesReportResource ;
  rdfs:range klaviyo:FlowValuesReportAttributes .

# Property: relationships
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowValuesReportResource/relationships> a rdf:Property ;
  rdfs:label "relationships" ;
  schema:alternateName "relationships" ;
  rdfs:domain klaviyo:FlowValuesReportResource ;
  rdfs:range klaviyo:FlowValuesReportRelationships .

# Property: links
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowValuesReportResource/links> a rdf:Property ;
  rdfs:label "links" ;
  schema:alternateName "links" ;
  rdfs:domain klaviyo:FlowValuesReportResource ;
  rdfs:range klaviyo:ObjectLinks .

# Property: results
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowValuesReportAttributes/results> a rdf:Property ;
  rdfs:label "results" ;
  schema:alternateName "results" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/results> ;
  rdfs:domain klaviyo:FlowValuesReportAttributes ;
  rdfs:range klaviyo:ReportResult .

# Property: flows
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowValuesReportRelationships/flows> a rdf:Property ;
  rdfs:label "flows" ;
  schema:alternateName "flows" ;
  rdfs:subPropertyOf klaviyo:flowsRelationship ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/flows> ;
  rdfs:domain klaviyo:FlowValuesReportRelationships ;
  rdfs:range klaviyo:JsonApiToManyRelationship .

# Property: flow messages
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowValuesReportRelationships/flowMessages> a rdf:Property ;
  rdfs:label "flow messages" ;
  schema:alternateName "flow-messages" ;
  rdfs:subPropertyOf klaviyo:flowMessagesRelationship ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/flowMessages> ;
  rdfs:domain klaviyo:FlowValuesReportRelationships ;
  rdfs:range klaviyo:JsonApiToManyRelationship .

# Property: data
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesReport/data> a rdf:Property ;
  rdfs:label "data" ;
  schema:alternateName "data" ;
  rdfs:domain klaviyo:FlowSeriesReport ;
  rdfs:range klaviyo:FlowSeriesReportResource .

# Property: links
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesReport/links> a rdf:Property ;
  rdfs:label "links" ;
  schema:alternateName "links" ;
  rdfs:domain klaviyo:FlowSeriesReport ;
  rdfs:range klaviyo:ObjectLinks .

# Property: type
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesReportResource/type> a rdf:Property ;
  rdfs:label "type" ;
  schema:alternateName "type" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/type> ;
  rdfs:subPropertyOf schema:additionalType ;
  rdfs:domain klaviyo:FlowSeriesReportResource ;
  rdfs:range xsd:string .

# Property: attributes
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesReportResource/attributes> a rdf:Property ;
  rdfs:label "attributes" ;
  schema:alternateName "attributes" ;
  rdfs:domain klaviyo:FlowSeriesReportResource ;
  rdfs:range klaviyo:FlowSeriesReportAttributes .

# Property: relationships
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesReportResource/relationships> a rdf:Property ;
  rdfs:label "relationships" ;
  schema:alternateName "relationships" ;
  rdfs:domain klaviyo:FlowSeriesReportResource ;
  rdfs:range klaviyo:FlowSeriesReportRelationships .

# Property: links
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesReportResource/links> a rdf:Property ;
  rdfs:label "links" ;
  schema:alternateName "links" ;
  rdfs:domain klaviyo:FlowSeriesReportResource ;
  rdfs:range klaviyo:ObjectLinks .

# Property: results
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesReportAttributes/results> a rdf:Property ;
  rdfs:label "results" ;
  schema:alternateName "results" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/results> ;
  rdfs:domain klaviyo:FlowSeriesReportAttributes ;
  rdfs:range klaviyo:ReportResult .

# Property: date times
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesReportAttributes/dateTimes> a rdf:Property ;
  rdfs:label "date times" ;
  schema:alternateName "date_times" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/dateTimes> ;
  rdfs:domain klaviyo:FlowSeriesReportAttributes ;
  rdfs:range xsd:dateTime .

# Property: flows
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesReportRelationships/flows> a rdf:Property ;
  rdfs:label "flows" ;
  schema:alternateName "flows" ;
  rdfs:subPropertyOf klaviyo:flowsRelationship ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/flows> ;
  rdfs:domain klaviyo:FlowSeriesReportRelationships ;
  rdfs:range klaviyo:JsonApiToManyRelationship .

# Property: flow messages
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesReportRelationships/flowMessages> a rdf:Property ;
  rdfs:label "flow messages" ;
  schema:alternateName "flow-messages" ;
  rdfs:subPropertyOf klaviyo:flowMessagesRelationship ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/flowMessages> ;
  rdfs:domain klaviyo:FlowSeriesReportRelationships ;
  rdfs:range klaviyo:JsonApiToManyRelationship .

# Property: statistics
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignValuesReportRequestAttributes/statistics> a rdf:Property ;
  rdfs:label "statistics" ;
  schema:alternateName "statistics" ;
  rdfs:domain klaviyo:CampaignValuesReportRequestAttributes ;
  rdfs:range xsd:string ;
  qb:codeList klaviyo:ReportingStatisticScheme .

# Property: timeframe
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignValuesReportRequestAttributes/timeframe> a rdf:Property ;
  rdfs:label "timeframe" ;
  schema:alternateName "timeframe" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/timeframe> ;
  rdfs:domain klaviyo:CampaignValuesReportRequestAttributes .

# Property: conversion metric id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignValuesReportRequestAttributes/conversionMetricId> a rdf:Property ;
  rdfs:label "conversion metric id" ;
  schema:alternateName "conversion_metric_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/conversionMetricId> ;
  rdfs:domain klaviyo:CampaignValuesReportRequestAttributes ;
  rdfs:range xsd:string .

# Property: group by
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignValuesReportRequestAttributes/groupBy> a rdf:Property ;
  rdfs:label "group by" ;
  schema:alternateName "group_by" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/groupBy> ;
  rdfs:domain klaviyo:CampaignValuesReportRequestAttributes ;
  rdfs:range xsd:string ;
  qb:codeList klaviyo:CampaignReportGroupByScheme .

# Property: filter
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignValuesReportRequestAttributes/filter> a rdf:Property ;
  rdfs:label "filter" ;
  schema:alternateName "filter" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/filter> ;
  rdfs:domain klaviyo:CampaignValuesReportRequestAttributes ;
  rdfs:range xsd:string .

# Property: type
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignValuesReportRequestResource/type> a rdf:Property ;
  rdfs:label "type" ;
  schema:alternateName "type" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/type> ;
  rdfs:domain klaviyo:CampaignValuesReportRequestResource ;
  rdfs:range xsd:string .

# Property: attributes
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignValuesReportRequestResource/attributes> a rdf:Property ;
  rdfs:label "attributes" ;
  schema:alternateName "attributes" ;
  rdfs:domain klaviyo:CampaignValuesReportRequestResource ;
  rdfs:range klaviyo:CampaignValuesReportRequestAttributes .

# Property: data
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.CampaignValuesReportRequest/data> a rdf:Property ;
  rdfs:label "data" ;
  schema:alternateName "data" ;
  rdfs:domain klaviyo:CampaignValuesReportRequest ;
  rdfs:range klaviyo:CampaignValuesReportRequestResource .

# Property: statistics
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowValuesReportRequestAttributes/statistics> a rdf:Property ;
  rdfs:label "statistics" ;
  schema:alternateName "statistics" ;
  rdfs:domain klaviyo:FlowValuesReportRequestAttributes ;
  rdfs:range xsd:string ;
  qb:codeList klaviyo:ReportingStatisticScheme .

# Property: timeframe
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowValuesReportRequestAttributes/timeframe> a rdf:Property ;
  rdfs:label "timeframe" ;
  schema:alternateName "timeframe" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/timeframe> ;
  rdfs:domain klaviyo:FlowValuesReportRequestAttributes .

# Property: conversion metric id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowValuesReportRequestAttributes/conversionMetricId> a rdf:Property ;
  rdfs:label "conversion metric id" ;
  schema:alternateName "conversion_metric_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/conversionMetricId> ;
  rdfs:domain klaviyo:FlowValuesReportRequestAttributes ;
  rdfs:range xsd:string .

# Property: group by
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowValuesReportRequestAttributes/groupBy> a rdf:Property ;
  rdfs:label "group by" ;
  schema:alternateName "group_by" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/groupBy> ;
  rdfs:domain klaviyo:FlowValuesReportRequestAttributes ;
  rdfs:range xsd:string ;
  qb:codeList klaviyo:FlowReportGroupByScheme .

# Property: filter
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowValuesReportRequestAttributes/filter> a rdf:Property ;
  rdfs:label "filter" ;
  schema:alternateName "filter" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/filter> ;
  rdfs:domain klaviyo:FlowValuesReportRequestAttributes ;
  rdfs:range xsd:string .

# Property: type
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowValuesReportRequestResource/type> a rdf:Property ;
  rdfs:label "type" ;
  schema:alternateName "type" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/type> ;
  rdfs:domain klaviyo:FlowValuesReportRequestResource ;
  rdfs:range xsd:string .

# Property: attributes
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowValuesReportRequestResource/attributes> a rdf:Property ;
  rdfs:label "attributes" ;
  schema:alternateName "attributes" ;
  rdfs:domain klaviyo:FlowValuesReportRequestResource ;
  rdfs:range klaviyo:FlowValuesReportRequestAttributes .

# Property: data
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowValuesReportRequest/data> a rdf:Property ;
  rdfs:label "data" ;
  schema:alternateName "data" ;
  rdfs:domain klaviyo:FlowValuesReportRequest ;
  rdfs:range klaviyo:FlowValuesReportRequestResource .

# Property: statistics
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesReportRequestAttributes/statistics> a rdf:Property ;
  rdfs:label "statistics" ;
  schema:alternateName "statistics" ;
  rdfs:domain klaviyo:FlowSeriesReportRequestAttributes ;
  rdfs:range xsd:string ;
  qb:codeList klaviyo:ReportingStatisticScheme .

# Property: timeframe
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesReportRequestAttributes/timeframe> a rdf:Property ;
  rdfs:label "timeframe" ;
  schema:alternateName "timeframe" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/timeframe> ;
  rdfs:domain klaviyo:FlowSeriesReportRequestAttributes .

# Property: interval
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesReportRequestAttributes/interval> a rdf:Property ;
  rdfs:label "interval" ;
  schema:alternateName "interval" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/interval> ;
  rdfs:domain klaviyo:FlowSeriesReportRequestAttributes ;
  rdfs:range xsd:string ;
  qb:codeList <https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesReportRequestAttributes/intervalScheme> .

# Property: conversion metric id
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesReportRequestAttributes/conversionMetricId> a rdf:Property ;
  rdfs:label "conversion metric id" ;
  schema:alternateName "conversion_metric_id" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/conversionMetricId> ;
  rdfs:domain klaviyo:FlowSeriesReportRequestAttributes ;
  rdfs:range xsd:string .

# Property: group by
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesReportRequestAttributes/groupBy> a rdf:Property ;
  rdfs:label "group by" ;
  schema:alternateName "group_by" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/groupBy> ;
  rdfs:domain klaviyo:FlowSeriesReportRequestAttributes ;
  rdfs:range xsd:string ;
  qb:codeList klaviyo:FlowReportGroupByScheme .

# Property: filter
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesReportRequestAttributes/filter> a rdf:Property ;
  rdfs:label "filter" ;
  schema:alternateName "filter" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/filter> ;
  rdfs:domain klaviyo:FlowSeriesReportRequestAttributes ;
  rdfs:range xsd:string .

# Property: type
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesReportRequestResource/type> a rdf:Property ;
  rdfs:label "type" ;
  schema:alternateName "type" ;
  rdfs:subPropertyOf <https://relay.inferal.com/ontology/klaviyo/property/type> ;
  rdfs:domain klaviyo:FlowSeriesReportRequestResource ;
  rdfs:range xsd:string .

# Property: attributes
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesReportRequestResource/attributes> a rdf:Property ;
  rdfs:label "attributes" ;
  schema:alternateName "attributes" ;
  rdfs:domain klaviyo:FlowSeriesReportRequestResource ;
  rdfs:range klaviyo:FlowSeriesReportRequestAttributes .

# Property: data
<https://relay.inferal.com/ontology/klaviyo/property/Klaviyo.FlowSeriesReportRequest/data> a rdf:Property ;
  rdfs:label "data" ;
  schema:alternateName "data" ;
  rdfs:domain klaviyo:FlowSeriesReportRequest ;
  rdfs:range klaviyo:FlowSeriesReportRequestResource .

# Generated Record properties for Klaviyo.CampaignAttributes.audiences
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignAttributes/audiences/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignAttributes/audiences/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignAttributes/audiences/Entry> .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignAttributes/audiences/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignAttributes/audiences/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignAttributes/audiences/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignAttributes/audiences/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Klaviyo.CampaignMessage.attributes
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignMessage/attributes/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignMessage/attributes/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignMessage/attributes/Entry> .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignMessage/attributes/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignMessage/attributes/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignMessage/attributes/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignMessage/attributes/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Klaviyo.CampaignMessage.relationships
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignMessage/relationships/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignMessage/relationships/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignMessage/relationships/Entry> .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignMessage/relationships/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignMessage/relationships/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignMessage/relationships/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignMessage/relationships/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Klaviyo.CampaignMetricRow.groupings
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignMetricRow/groupings/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignMetricRow/groupings/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignMetricRow/groupings/Entry> .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignMetricRow/groupings/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignMetricRow/groupings/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignMetricRow/groupings/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignMetricRow/groupings/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Klaviyo.CampaignMetricRow.statistics
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignMetricRow/statistics/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignMetricRow/statistics/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignMetricRow/statistics/Entry> .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignMetricRow/statistics/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignMetricRow/statistics/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignMetricRow/statistics/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CampaignMetricRow/statistics/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Klaviyo.CatalogItemAttributes.customMetadata
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CatalogItemAttributes/customMetadata/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CatalogItemAttributes/customMetadata/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CatalogItemAttributes/customMetadata/Entry> .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CatalogItemAttributes/customMetadata/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CatalogItemAttributes/customMetadata/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CatalogItemAttributes/customMetadata/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CatalogItemAttributes/customMetadata/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Klaviyo.CatalogVariantAttributes.customMetadata
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CatalogVariantAttributes/customMetadata/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CatalogVariantAttributes/customMetadata/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CatalogVariantAttributes/customMetadata/Entry> .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CatalogVariantAttributes/customMetadata/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CatalogVariantAttributes/customMetadata/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CatalogVariantAttributes/customMetadata/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.CatalogVariantAttributes/customMetadata/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Klaviyo.FlowAction.attributes
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowAction/attributes/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowAction/attributes/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowAction/attributes/Entry> .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowAction/attributes/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowAction/attributes/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowAction/attributes/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowAction/attributes/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Klaviyo.FlowAction.relationships
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowAction/relationships/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowAction/relationships/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowAction/relationships/Entry> .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowAction/relationships/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowAction/relationships/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowAction/relationships/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowAction/relationships/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Klaviyo.FlowMetricRow.groupings
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowMetricRow/groupings/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowMetricRow/groupings/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowMetricRow/groupings/Entry> .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowMetricRow/groupings/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowMetricRow/groupings/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowMetricRow/groupings/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowMetricRow/groupings/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Klaviyo.FlowMetricRow.statistics
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowMetricRow/statistics/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowMetricRow/statistics/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowMetricRow/statistics/Entry> .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowMetricRow/statistics/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowMetricRow/statistics/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowMetricRow/statistics/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowMetricRow/statistics/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Klaviyo.FlowSeriesMetricRow.groupings
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowSeriesMetricRow/groupings/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowSeriesMetricRow/groupings/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowSeriesMetricRow/groupings/Entry> .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowSeriesMetricRow/groupings/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowSeriesMetricRow/groupings/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowSeriesMetricRow/groupings/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowSeriesMetricRow/groupings/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Klaviyo.FlowSeriesMetricRow.statistics
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowSeriesMetricRow/statistics/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowSeriesMetricRow/statistics/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowSeriesMetricRow/statistics/Entry> .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowSeriesMetricRow/statistics/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowSeriesMetricRow/statistics/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowSeriesMetricRow/statistics/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.FlowSeriesMetricRow/statistics/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Klaviyo.MetricAttributes.integration
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.MetricAttributes/integration/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.MetricAttributes/integration/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.MetricAttributes/integration/Entry> .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.MetricAttributes/integration/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.MetricAttributes/integration/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.MetricAttributes/integration/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.MetricAttributes/integration/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Klaviyo.ProfileAttributes.location
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ProfileAttributes/location/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ProfileAttributes/location/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ProfileAttributes/location/Entry> .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ProfileAttributes/location/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ProfileAttributes/location/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ProfileAttributes/location/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ProfileAttributes/location/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Klaviyo.ProfileAttributes.predictiveAnalytics
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ProfileAttributes/predictiveAnalytics/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ProfileAttributes/predictiveAnalytics/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ProfileAttributes/predictiveAnalytics/Entry> .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ProfileAttributes/predictiveAnalytics/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ProfileAttributes/predictiveAnalytics/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ProfileAttributes/predictiveAnalytics/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ProfileAttributes/predictiveAnalytics/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Klaviyo.ProfileAttributes.properties
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ProfileAttributes/properties/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ProfileAttributes/properties/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ProfileAttributes/properties/Entry> .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ProfileAttributes/properties/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ProfileAttributes/properties/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ProfileAttributes/properties/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ProfileAttributes/properties/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Klaviyo.ProfileAttributes.subscriptions
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ProfileAttributes/subscriptions/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ProfileAttributes/subscriptions/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ProfileAttributes/subscriptions/Entry> .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ProfileAttributes/subscriptions/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ProfileAttributes/subscriptions/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ProfileAttributes/subscriptions/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ProfileAttributes/subscriptions/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Klaviyo.PushTokenAttributes.metadata
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.PushTokenAttributes/metadata/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.PushTokenAttributes/metadata/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.PushTokenAttributes/metadata/Entry> .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.PushTokenAttributes/metadata/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.PushTokenAttributes/metadata/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.PushTokenAttributes/metadata/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.PushTokenAttributes/metadata/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Klaviyo.ReportResult.groupings
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ReportResult/groupings/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ReportResult/groupings/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ReportResult/groupings/Entry> .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ReportResult/groupings/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ReportResult/groupings/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ReportResult/groupings/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ReportResult/groupings/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Klaviyo.ReportResult.statistics
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ReportResult/statistics/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ReportResult/statistics/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ReportResult/statistics/Entry> .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ReportResult/statistics/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ReportResult/statistics/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ReportResult/statistics/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.ReportResult/statistics/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Klaviyo.SegmentAttributes.definition
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.SegmentAttributes/definition/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.SegmentAttributes/definition/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.SegmentAttributes/definition/Entry> .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.SegmentAttributes/definition/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.SegmentAttributes/definition/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.SegmentAttributes/definition/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.SegmentAttributes/definition/Entry> ;
  rdfs:range rdf:JSON .

# Generated Record properties for Klaviyo.TemplateAttributes.definition
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.TemplateAttributes/definition/entry> a rdf:Property ;
  rdfs:label "entry" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.TemplateAttributes/definition/Container> ;
  rdfs:range <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.TemplateAttributes/definition/Entry> .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.TemplateAttributes/definition/key> a rdf:Property ;
  rdfs:label "key" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.TemplateAttributes/definition/Entry> ;
  rdfs:range xsd:string .
<https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.TemplateAttributes/definition/value> a rdf:Property ;
  rdfs:label "value" ;
  rdfs:domain <https://relay.inferal.com/ontology/klaviyo/record/Klaviyo.TemplateAttributes/definition/Entry> ;
  rdfs:range rdf:JSON .
