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

@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix tspv: <https://relay.inferal.com/ontology/typespec/versioning/> .
@prefix schema: <https://schema.org/> .
@prefix hyros: <https://relay.inferal.com/ontology/hyros/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

# OWL Ontology metadata
<https://relay.inferal.com/ontology/hyros/> a owl:Ontology .
<https://relay.inferal.com/ontology/hyros/owl> a owl:Ontology ;
  owl:imports <https://relay.inferal.com/ontology/hyros/> ;
  owl:versionInfo "1.0" ;
  owl:versionIRI <https://relay.inferal.com/ontology/hyros/1.0/owl> .

# OWL axioms for class: Success Response
hyros:SuccessResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.SuccessResponse/request_id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.SuccessResponse/result> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Provider
hyros:Provider
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Provider/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Provider/integration> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Provider Integration
hyros:ProviderIntegration
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.ProviderIntegration/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.ProviderIntegration/type> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.ProviderIntegration/id> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Price
hyros:Price
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Price/currency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Price/price> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Price/discount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Price/hardCost> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Price/refunded> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Ad Source
hyros:AdSource
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AdSource/adSourceId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AdSource/adAccountId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AdSource/platform> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Ad List Item Response
hyros:AdListItemResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AdListItemResponse/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AdListItemResponse/adSource> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AdListItemResponse/source> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AdListItemResponse/creationDate> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Source
hyros:Source
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Source/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Source/tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Source/disregarded> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Source/organic> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Source/adSource> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Source/trafficSource> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Source/goal> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Source/category> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Source/creationEpoch> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Traffic Source
hyros:TrafficSource
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.TrafficSource/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.TrafficSource/name> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Goal
hyros:Goal
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Goal/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Goal/name> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Category
hyros:Category
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Category/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Category/name> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Ad Inventory
hyros:AdInventory
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AdInventory/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AdInventory/adSourceId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AdInventory/adAccountId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AdInventory/platform> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AdInventory/creationDate> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Source Link Ad
hyros:SourceLinkAd
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.SourceLinkAd/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.SourceLinkAd/adSourceId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Attribution
hyros:Attribution
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Attribution/sourceLinkId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Attribution/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Attribution/tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Attribution/disregarded> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Attribution/organic> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Attribution/clickDate> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Attribution/clickId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Attribution/adSource> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Attribution/sourceLinkAd> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Attribution/trafficSource> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Attribution/goal> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Attribution/category> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Attribution/gclId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Attribution/gbraId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Attribution/wbraId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Attribution Report
hyros:AttributionReport
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AttributionReport/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AttributionReport/campaignId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AttributionReport/attributionModel> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AttributionReport/date> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AttributionReport/revenue> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AttributionReport/sales> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AttributionReport/calls> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AttributionReport/cost> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AttributionReport/roas> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AttributionReport/aov> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AttributionReport/cac> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AttributionReport/costPerSale> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AttributionReport/netProfit> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AttributionReport/uniqueSales> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AttributionReport/uniqueCustomers> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AttributionReport/totalRevenue> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AttributionReport/recurringRevenue> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AttributionReport/newCustomersPercentage> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AttributionReport/recurringCustomers> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AttributionReport/refund> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AttributionReport/refundCount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AttributionReport/refundSalesPercentage> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Ad Account Report
hyros:AdAccountReport
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AdAccountReport/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AdAccountReport/attributionModel> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AdAccountReport/startDate> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AdAccountReport/endDate> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AdAccountReport/revenue> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AdAccountReport/sales> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AdAccountReport/calls> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AdAccountReport/cost> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AdAccountReport/roas> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AdAccountReport/aov> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AdAccountReport/cac> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AdAccountReport/costPerSale> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AdAccountReport/netProfit> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AdAccountReport/uniqueSales> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AdAccountReport/uniqueCustomers> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AdAccountReport/totalRevenue> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AdAccountReport/recurringRevenue> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AdAccountReport/newCustomersPercentage> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AdAccountReport/recurringCustomers> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AdAccountReport/refund> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AdAccountReport/refundCount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.AdAccountReport/refundSalesPercentage> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Lead
hyros:Lead
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Lead/email> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Lead/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Lead/creationDate> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Lead/firstName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Lead/lastName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Lead/provider> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Lead Journey
hyros:LeadJourney
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.LeadJourney/lead> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Sale
hyros:Sale
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Sale/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Sale/orderId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Sale/creationDate> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Sale/qualified> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Sale/score> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Sale/recurring> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Sale/quantity> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Sale/lead> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Sale/firstSource> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Sale/lastSource> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Sale/price> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Sale/product> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Sale/provider> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Product
hyros:Product
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Product/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Product/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Product/tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Product/sku> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Product/category> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Product/provider> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Call
hyros:Call
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Call/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Call/tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Call/qualified> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Call/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Call/externalId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Call/score> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Call/creationDate> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Call/state> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Call/qualification> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Call/lead> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Call/firstSource> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Call/lastSource> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Call Qualification
hyros:CallQualification
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.CallQualification/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.CallQualification/oldName> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Lead Journey Cart Item
hyros:LeadJourneyCartItem
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.LeadJourneyCartItem/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.LeadJourneyCartItem/orderId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.LeadJourneyCartItem/creationDate> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.LeadJourneyCartItem/events> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.LeadJourneyCartItem/provider> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.LeadJourneyCartItem/firstSource> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.LeadJourneyCartItem/lastSource> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Cart Item
hyros:CartItem
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.CartItem/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.CartItem/price> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.CartItem/externalId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.CartItem/quantity> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.CartItem/sku> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Item
hyros:Item
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Item/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Item/price> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Item/externalId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Item/quantity> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Item/costOfGoods> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Item/taxes> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Item/itemDiscount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Item/tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Item/categoryName> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Subscription
hyros:Subscription
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Subscription/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Subscription/subscriptionId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Subscription/startDate> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Subscription/endDate> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Subscription/cancelAtDate> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Subscription/trialStartDate> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Subscription/trialEndDate> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Subscription/price> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Subscription/status> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Subscription/periodicity> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Subscription/planId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Subscription/tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Subscription/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Subscription/lead> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Subscription/firstSource> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Subscription/lastSource> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Subscription/category> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Subscription/provider> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Webhook Lead Child
hyros:WebhookLeadChild
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookLeadChild/email> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookLeadChild/joinDate> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookLeadChild/UTCJoinDate> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Webhook Lead
hyros:WebhookLead
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookLead/firstName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookLead/lastName> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Webhook Product
hyros:WebhookProduct
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookProduct/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookProduct/quantity> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookProduct/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookProduct/tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookProduct/category> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookProduct/price> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookProduct/USDPrice> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Webhook Attribution
hyros:WebhookAttribution
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookAttribution/UTCClickDate> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Webhook Sale Entity
hyros:WebhookSaleEntity
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookSaleEntity/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookSaleEntity/type> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookSaleEntity/date> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookSaleEntity/UTCDate> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookSaleEntity/qualified> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookSaleEntity/score> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookSaleEntity/orderId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookSaleEntity/recurring> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookSaleEntity/lead> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookSaleEntity/product> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Webhook Lead Opt In Entity
hyros:WebhookLeadOptInEntity
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookLeadOptInEntity/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookLeadOptInEntity/firstOptin> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookLeadOptInEntity/date> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookLeadOptInEntity/UTCDate> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookLeadOptInEntity/referrerUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookLeadOptInEntity/lead> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookLeadOptInEntity/firstSource> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookLeadOptInEntity/lastSource> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Webhook Lead Origin Assigned Entity
hyros:WebhookLeadOriginAssignedEntity
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookLeadOriginAssignedEntity/mechanism> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookLeadOriginAssignedEntity/childLead> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookLeadOriginAssignedEntity/originLead> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookLeadOriginAssignedEntity/date> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookLeadOriginAssignedEntity/UTCDate> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Webhook Call Entity
hyros:WebhookCallEntity
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookCallEntity/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookCallEntity/type> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookCallEntity/date> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookCallEntity/UTCDate> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookCallEntity/qualified> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookCallEntity/score> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookCallEntity/tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookCallEntity/lead> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Webhook Event Base
hyros:WebhookEventBase
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookEventBase/subscriptionId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookEventBase/eventId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookEventBase/type> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookEventBase/timestamp> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Sale Attributed Event
hyros:SaleAttributedEvent
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Events.SaleAttributedEvent/type> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Events.SaleAttributedEvent/body> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Lead Opt In Event
hyros:LeadOptInEvent
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Events.LeadOptInEvent/type> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Events.LeadOptInEvent/body> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Lead Origin Assigned Event
hyros:LeadOriginAssignedEvent
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Events.LeadOriginAssignedEvent/type> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Events.LeadOriginAssignedEvent/body> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Call Attributed Event
hyros:CallAttributedEvent
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Events.CallAttributedEvent/type> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/hyros/property/Hyros.Events.CallAttributedEvent/body> ;
    owl:cardinality 1
  ] .

# OWL axioms for property: request id
<https://relay.inferal.com/ontology/hyros/property/Hyros.SuccessResponse/request_id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: result
<https://relay.inferal.com/ontology/hyros/property/Hyros.SuccessResponse/result>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/hyros/property/Hyros.Provider/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: integration
<https://relay.inferal.com/ontology/hyros/property/Hyros.Provider/integration>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/hyros/property/Hyros.ProviderIntegration/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: type
<https://relay.inferal.com/ontology/hyros/property/Hyros.ProviderIntegration/type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/hyros/property/Hyros.ProviderIntegration/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency
<https://relay.inferal.com/ontology/hyros/property/Hyros.Price/currency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: price
<https://relay.inferal.com/ontology/hyros/property/Hyros.Price/price>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discount
<https://relay.inferal.com/ontology/hyros/property/Hyros.Price/discount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: hard cost
<https://relay.inferal.com/ontology/hyros/property/Hyros.Price/hardCost>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: refunded
<https://relay.inferal.com/ontology/hyros/property/Hyros.Price/refunded>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad source id
<https://relay.inferal.com/ontology/hyros/property/Hyros.AdSource/adSourceId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad account id
<https://relay.inferal.com/ontology/hyros/property/Hyros.AdSource/adAccountId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: platform
<https://relay.inferal.com/ontology/hyros/property/Hyros.AdSource/platform>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/hyros/property/Hyros.AdListItemResponse/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad source
<https://relay.inferal.com/ontology/hyros/property/Hyros.AdListItemResponse/adSource>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: source
<https://relay.inferal.com/ontology/hyros/property/Hyros.AdListItemResponse/source>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: creation date
<https://relay.inferal.com/ontology/hyros/property/Hyros.AdListItemResponse/creationDate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/hyros/property/Hyros.Source/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tag
<https://relay.inferal.com/ontology/hyros/property/Hyros.Source/tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: disregarded
<https://relay.inferal.com/ontology/hyros/property/Hyros.Source/disregarded>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: organic
<https://relay.inferal.com/ontology/hyros/property/Hyros.Source/organic>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad source
<https://relay.inferal.com/ontology/hyros/property/Hyros.Source/adSource>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: traffic source
<https://relay.inferal.com/ontology/hyros/property/Hyros.Source/trafficSource>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: goal
<https://relay.inferal.com/ontology/hyros/property/Hyros.Source/goal>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: category
<https://relay.inferal.com/ontology/hyros/property/Hyros.Source/category>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: creation epoch
<https://relay.inferal.com/ontology/hyros/property/Hyros.Source/creationEpoch>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/hyros/property/Hyros.TrafficSource/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/hyros/property/Hyros.TrafficSource/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/hyros/property/Hyros.Goal/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/hyros/property/Hyros.Goal/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/hyros/property/Hyros.Category/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/hyros/property/Hyros.Category/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/hyros/property/Hyros.AdInventory/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad source id
<https://relay.inferal.com/ontology/hyros/property/Hyros.AdInventory/adSourceId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad account id
<https://relay.inferal.com/ontology/hyros/property/Hyros.AdInventory/adAccountId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: platform
<https://relay.inferal.com/ontology/hyros/property/Hyros.AdInventory/platform>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: creation date
<https://relay.inferal.com/ontology/hyros/property/Hyros.AdInventory/creationDate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/hyros/property/Hyros.SourceLinkAd/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad source id
<https://relay.inferal.com/ontology/hyros/property/Hyros.SourceLinkAd/adSourceId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: source link id
<https://relay.inferal.com/ontology/hyros/property/Hyros.Attribution/sourceLinkId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/hyros/property/Hyros.Attribution/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tag
<https://relay.inferal.com/ontology/hyros/property/Hyros.Attribution/tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: disregarded
<https://relay.inferal.com/ontology/hyros/property/Hyros.Attribution/disregarded>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: organic
<https://relay.inferal.com/ontology/hyros/property/Hyros.Attribution/organic>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: click date
<https://relay.inferal.com/ontology/hyros/property/Hyros.Attribution/clickDate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: click id
<https://relay.inferal.com/ontology/hyros/property/Hyros.Attribution/clickId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad source
<https://relay.inferal.com/ontology/hyros/property/Hyros.Attribution/adSource>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: source link ad
<https://relay.inferal.com/ontology/hyros/property/Hyros.Attribution/sourceLinkAd>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: traffic source
<https://relay.inferal.com/ontology/hyros/property/Hyros.Attribution/trafficSource>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: goal
<https://relay.inferal.com/ontology/hyros/property/Hyros.Attribution/goal>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: category
<https://relay.inferal.com/ontology/hyros/property/Hyros.Attribution/category>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: gcl id
<https://relay.inferal.com/ontology/hyros/property/Hyros.Attribution/gclId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: gbra id
<https://relay.inferal.com/ontology/hyros/property/Hyros.Attribution/gbraId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: wbra id
<https://relay.inferal.com/ontology/hyros/property/Hyros.Attribution/wbraId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/hyros/property/Hyros.AttributionReport/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: campaign id
<https://relay.inferal.com/ontology/hyros/property/Hyros.AttributionReport/campaignId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: attribution model
<https://relay.inferal.com/ontology/hyros/property/Hyros.AttributionReport/attributionModel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: date
<https://relay.inferal.com/ontology/hyros/property/Hyros.AttributionReport/date>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: revenue
<https://relay.inferal.com/ontology/hyros/property/Hyros.AttributionReport/revenue>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: sales
<https://relay.inferal.com/ontology/hyros/property/Hyros.AttributionReport/sales>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: calls
<https://relay.inferal.com/ontology/hyros/property/Hyros.AttributionReport/calls>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cost
<https://relay.inferal.com/ontology/hyros/property/Hyros.AttributionReport/cost>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: roas
<https://relay.inferal.com/ontology/hyros/property/Hyros.AttributionReport/roas>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: aov
<https://relay.inferal.com/ontology/hyros/property/Hyros.AttributionReport/aov>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cac
<https://relay.inferal.com/ontology/hyros/property/Hyros.AttributionReport/cac>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cost per sale
<https://relay.inferal.com/ontology/hyros/property/Hyros.AttributionReport/costPerSale>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: net profit
<https://relay.inferal.com/ontology/hyros/property/Hyros.AttributionReport/netProfit>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: unique sales
<https://relay.inferal.com/ontology/hyros/property/Hyros.AttributionReport/uniqueSales>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: unique customers
<https://relay.inferal.com/ontology/hyros/property/Hyros.AttributionReport/uniqueCustomers>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total revenue
<https://relay.inferal.com/ontology/hyros/property/Hyros.AttributionReport/totalRevenue>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: recurring revenue
<https://relay.inferal.com/ontology/hyros/property/Hyros.AttributionReport/recurringRevenue>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: new customers percentage
<https://relay.inferal.com/ontology/hyros/property/Hyros.AttributionReport/newCustomersPercentage>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: recurring customers
<https://relay.inferal.com/ontology/hyros/property/Hyros.AttributionReport/recurringCustomers>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: refund
<https://relay.inferal.com/ontology/hyros/property/Hyros.AttributionReport/refund>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: refund count
<https://relay.inferal.com/ontology/hyros/property/Hyros.AttributionReport/refundCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: refund sales percentage
<https://relay.inferal.com/ontology/hyros/property/Hyros.AttributionReport/refundSalesPercentage>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/hyros/property/Hyros.AdAccountReport/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: attribution model
<https://relay.inferal.com/ontology/hyros/property/Hyros.AdAccountReport/attributionModel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: start date
<https://relay.inferal.com/ontology/hyros/property/Hyros.AdAccountReport/startDate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: end date
<https://relay.inferal.com/ontology/hyros/property/Hyros.AdAccountReport/endDate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: revenue
<https://relay.inferal.com/ontology/hyros/property/Hyros.AdAccountReport/revenue>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: sales
<https://relay.inferal.com/ontology/hyros/property/Hyros.AdAccountReport/sales>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: calls
<https://relay.inferal.com/ontology/hyros/property/Hyros.AdAccountReport/calls>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cost
<https://relay.inferal.com/ontology/hyros/property/Hyros.AdAccountReport/cost>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: roas
<https://relay.inferal.com/ontology/hyros/property/Hyros.AdAccountReport/roas>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: aov
<https://relay.inferal.com/ontology/hyros/property/Hyros.AdAccountReport/aov>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cac
<https://relay.inferal.com/ontology/hyros/property/Hyros.AdAccountReport/cac>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cost per sale
<https://relay.inferal.com/ontology/hyros/property/Hyros.AdAccountReport/costPerSale>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: net profit
<https://relay.inferal.com/ontology/hyros/property/Hyros.AdAccountReport/netProfit>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: unique sales
<https://relay.inferal.com/ontology/hyros/property/Hyros.AdAccountReport/uniqueSales>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: unique customers
<https://relay.inferal.com/ontology/hyros/property/Hyros.AdAccountReport/uniqueCustomers>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total revenue
<https://relay.inferal.com/ontology/hyros/property/Hyros.AdAccountReport/totalRevenue>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: recurring revenue
<https://relay.inferal.com/ontology/hyros/property/Hyros.AdAccountReport/recurringRevenue>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: new customers percentage
<https://relay.inferal.com/ontology/hyros/property/Hyros.AdAccountReport/newCustomersPercentage>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: recurring customers
<https://relay.inferal.com/ontology/hyros/property/Hyros.AdAccountReport/recurringCustomers>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: refund
<https://relay.inferal.com/ontology/hyros/property/Hyros.AdAccountReport/refund>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: refund count
<https://relay.inferal.com/ontology/hyros/property/Hyros.AdAccountReport/refundCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: refund sales percentage
<https://relay.inferal.com/ontology/hyros/property/Hyros.AdAccountReport/refundSalesPercentage>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: email
<https://relay.inferal.com/ontology/hyros/property/Hyros.Lead/email>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/hyros/property/Hyros.Lead/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: creation date
<https://relay.inferal.com/ontology/hyros/property/Hyros.Lead/creationDate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tags
<https://relay.inferal.com/ontology/hyros/property/Hyros.Lead/tags>
  a owl:DatatypeProperty .

# OWL axioms for property: ips
<https://relay.inferal.com/ontology/hyros/property/Hyros.Lead/ips>
  a owl:DatatypeProperty .

# OWL axioms for property: phone numbers
<https://relay.inferal.com/ontology/hyros/property/Hyros.Lead/phoneNumbers>
  a owl:DatatypeProperty .

# OWL axioms for property: first name
<https://relay.inferal.com/ontology/hyros/property/Hyros.Lead/firstName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: last name
<https://relay.inferal.com/ontology/hyros/property/Hyros.Lead/lastName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: provider
<https://relay.inferal.com/ontology/hyros/property/Hyros.Lead/provider>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: lead
<https://relay.inferal.com/ontology/hyros/property/Hyros.LeadJourney/lead>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: sales
<https://relay.inferal.com/ontology/hyros/property/Hyros.LeadJourney/sales>
  a owl:ObjectProperty .

# OWL axioms for property: calls
<https://relay.inferal.com/ontology/hyros/property/Hyros.LeadJourney/calls>
  a owl:ObjectProperty .

# OWL axioms for property: carts
<https://relay.inferal.com/ontology/hyros/property/Hyros.LeadJourney/carts>
  a owl:ObjectProperty .

# OWL axioms for property: linked leads
<https://relay.inferal.com/ontology/hyros/property/Hyros.LeadJourney/linkedLeads>
  a owl:ObjectProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/hyros/property/Hyros.Sale/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order id
<https://relay.inferal.com/ontology/hyros/property/Hyros.Sale/orderId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: creation date
<https://relay.inferal.com/ontology/hyros/property/Hyros.Sale/creationDate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: qualified
<https://relay.inferal.com/ontology/hyros/property/Hyros.Sale/qualified>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: score
<https://relay.inferal.com/ontology/hyros/property/Hyros.Sale/score>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: recurring
<https://relay.inferal.com/ontology/hyros/property/Hyros.Sale/recurring>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: quantity
<https://relay.inferal.com/ontology/hyros/property/Hyros.Sale/quantity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: lead
<https://relay.inferal.com/ontology/hyros/property/Hyros.Sale/lead>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: first source
<https://relay.inferal.com/ontology/hyros/property/Hyros.Sale/firstSource>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: last source
<https://relay.inferal.com/ontology/hyros/property/Hyros.Sale/lastSource>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: price
<https://relay.inferal.com/ontology/hyros/property/Hyros.Sale/price>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product
<https://relay.inferal.com/ontology/hyros/property/Hyros.Sale/product>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: provider
<https://relay.inferal.com/ontology/hyros/property/Hyros.Sale/provider>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

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

# OWL axioms for property: name
<https://relay.inferal.com/ontology/hyros/property/Hyros.Product/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tag
<https://relay.inferal.com/ontology/hyros/property/Hyros.Product/tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: sku
<https://relay.inferal.com/ontology/hyros/property/Hyros.Product/sku>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: category
<https://relay.inferal.com/ontology/hyros/property/Hyros.Product/category>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: provider
<https://relay.inferal.com/ontology/hyros/property/Hyros.Product/provider>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/hyros/property/Hyros.Call/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tag
<https://relay.inferal.com/ontology/hyros/property/Hyros.Call/tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: qualified
<https://relay.inferal.com/ontology/hyros/property/Hyros.Call/qualified>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/hyros/property/Hyros.Call/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: external id
<https://relay.inferal.com/ontology/hyros/property/Hyros.Call/externalId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: score
<https://relay.inferal.com/ontology/hyros/property/Hyros.Call/score>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: creation date
<https://relay.inferal.com/ontology/hyros/property/Hyros.Call/creationDate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: state
<https://relay.inferal.com/ontology/hyros/property/Hyros.Call/state>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: qualification
<https://relay.inferal.com/ontology/hyros/property/Hyros.Call/qualification>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: lead
<https://relay.inferal.com/ontology/hyros/property/Hyros.Call/lead>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: first source
<https://relay.inferal.com/ontology/hyros/property/Hyros.Call/firstSource>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: last source
<https://relay.inferal.com/ontology/hyros/property/Hyros.Call/lastSource>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/hyros/property/Hyros.CallQualification/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: old name
<https://relay.inferal.com/ontology/hyros/property/Hyros.CallQualification/oldName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/hyros/property/Hyros.LeadJourneyCartItem/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order id
<https://relay.inferal.com/ontology/hyros/property/Hyros.LeadJourneyCartItem/orderId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: creation date
<https://relay.inferal.com/ontology/hyros/property/Hyros.LeadJourneyCartItem/creationDate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: events
<https://relay.inferal.com/ontology/hyros/property/Hyros.LeadJourneyCartItem/events>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: provider
<https://relay.inferal.com/ontology/hyros/property/Hyros.LeadJourneyCartItem/provider>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: products
<https://relay.inferal.com/ontology/hyros/property/Hyros.LeadJourneyCartItem/products>
  a owl:ObjectProperty .

# OWL axioms for property: first source
<https://relay.inferal.com/ontology/hyros/property/Hyros.LeadJourneyCartItem/firstSource>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: last source
<https://relay.inferal.com/ontology/hyros/property/Hyros.LeadJourneyCartItem/lastSource>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/hyros/property/Hyros.CartItem/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: price
<https://relay.inferal.com/ontology/hyros/property/Hyros.CartItem/price>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: external id
<https://relay.inferal.com/ontology/hyros/property/Hyros.CartItem/externalId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: quantity
<https://relay.inferal.com/ontology/hyros/property/Hyros.CartItem/quantity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: sku
<https://relay.inferal.com/ontology/hyros/property/Hyros.CartItem/sku>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/hyros/property/Hyros.Item/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: price
<https://relay.inferal.com/ontology/hyros/property/Hyros.Item/price>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: external id
<https://relay.inferal.com/ontology/hyros/property/Hyros.Item/externalId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: quantity
<https://relay.inferal.com/ontology/hyros/property/Hyros.Item/quantity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cost of goods
<https://relay.inferal.com/ontology/hyros/property/Hyros.Item/costOfGoods>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: taxes
<https://relay.inferal.com/ontology/hyros/property/Hyros.Item/taxes>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: item discount
<https://relay.inferal.com/ontology/hyros/property/Hyros.Item/itemDiscount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: packages
<https://relay.inferal.com/ontology/hyros/property/Hyros.Item/packages>
  a owl:DatatypeProperty .

# OWL axioms for property: tag
<https://relay.inferal.com/ontology/hyros/property/Hyros.Item/tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: category name
<https://relay.inferal.com/ontology/hyros/property/Hyros.Item/categoryName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/hyros/property/Hyros.Subscription/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: subscription id
<https://relay.inferal.com/ontology/hyros/property/Hyros.Subscription/subscriptionId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: start date
<https://relay.inferal.com/ontology/hyros/property/Hyros.Subscription/startDate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: end date
<https://relay.inferal.com/ontology/hyros/property/Hyros.Subscription/endDate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cancel at date
<https://relay.inferal.com/ontology/hyros/property/Hyros.Subscription/cancelAtDate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: trial start date
<https://relay.inferal.com/ontology/hyros/property/Hyros.Subscription/trialStartDate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: trial end date
<https://relay.inferal.com/ontology/hyros/property/Hyros.Subscription/trialEndDate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: price
<https://relay.inferal.com/ontology/hyros/property/Hyros.Subscription/price>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/hyros/property/Hyros.Subscription/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: periodicity
<https://relay.inferal.com/ontology/hyros/property/Hyros.Subscription/periodicity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: plan id
<https://relay.inferal.com/ontology/hyros/property/Hyros.Subscription/planId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tag
<https://relay.inferal.com/ontology/hyros/property/Hyros.Subscription/tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/hyros/property/Hyros.Subscription/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: lead
<https://relay.inferal.com/ontology/hyros/property/Hyros.Subscription/lead>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: first source
<https://relay.inferal.com/ontology/hyros/property/Hyros.Subscription/firstSource>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: last source
<https://relay.inferal.com/ontology/hyros/property/Hyros.Subscription/lastSource>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: category
<https://relay.inferal.com/ontology/hyros/property/Hyros.Subscription/category>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: provider
<https://relay.inferal.com/ontology/hyros/property/Hyros.Subscription/provider>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: email
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookLeadChild/email>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: join date
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookLeadChild/joinDate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: utcjoin date
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookLeadChild/UTCJoinDate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ips
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookLead/ips>
  a owl:DatatypeProperty .

# OWL axioms for property: tags
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookLead/tags>
  a owl:DatatypeProperty .

# OWL axioms for property: phone numbers
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookLead/phoneNumbers>
  a owl:DatatypeProperty .

# OWL axioms for property: first name
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookLead/firstName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: last name
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookLead/lastName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookProduct/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: quantity
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookProduct/quantity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookProduct/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tag
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookProduct/tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: category
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookProduct/category>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: price
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookProduct/price>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: usdprice
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookProduct/USDPrice>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: utcclick date
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookAttribution/UTCClickDate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookSaleEntity/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: type
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookSaleEntity/type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: date
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookSaleEntity/date>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: utcdate
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookSaleEntity/UTCDate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: qualified
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookSaleEntity/qualified>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: score
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookSaleEntity/score>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order id
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookSaleEntity/orderId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: recurring
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookSaleEntity/recurring>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: attribution
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookSaleEntity/attribution>
  a owl:ObjectProperty .

# OWL axioms for property: lead
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookSaleEntity/lead>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookSaleEntity/product>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookLeadOptInEntity/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: first optin
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookLeadOptInEntity/firstOptin>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: date
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookLeadOptInEntity/date>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: utcdate
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookLeadOptInEntity/UTCDate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: referrer url
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookLeadOptInEntity/referrerUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: lead
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookLeadOptInEntity/lead>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: attribution
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookLeadOptInEntity/attribution>
  a owl:ObjectProperty .

# OWL axioms for property: first source
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookLeadOptInEntity/firstSource>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: last source
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookLeadOptInEntity/lastSource>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: mechanism
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookLeadOriginAssignedEntity/mechanism>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: child lead
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookLeadOriginAssignedEntity/childLead>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: origin lead
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookLeadOriginAssignedEntity/originLead>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: date
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookLeadOriginAssignedEntity/date>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: utcdate
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookLeadOriginAssignedEntity/UTCDate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: matching values
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookLeadOriginAssignedEntity/matchingValues>
  a owl:DatatypeProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookCallEntity/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: type
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookCallEntity/type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: date
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookCallEntity/date>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: utcdate
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookCallEntity/UTCDate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: qualified
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookCallEntity/qualified>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: score
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookCallEntity/score>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tag
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookCallEntity/tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: attribution
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookCallEntity/attribution>
  a owl:ObjectProperty .

# OWL axioms for property: lead
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookCallEntity/lead>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: subscription id
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookEventBase/subscriptionId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: event id
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookEventBase/eventId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: type
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookEventBase/type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: timestamp
<https://relay.inferal.com/ontology/hyros/property/Hyros.WebhookEventBase/timestamp>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: type
<https://relay.inferal.com/ontology/hyros/property/Hyros.Events.SaleAttributedEvent/type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: body
<https://relay.inferal.com/ontology/hyros/property/Hyros.Events.SaleAttributedEvent/body>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: type
<https://relay.inferal.com/ontology/hyros/property/Hyros.Events.LeadOptInEvent/type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: body
<https://relay.inferal.com/ontology/hyros/property/Hyros.Events.LeadOptInEvent/body>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: type
<https://relay.inferal.com/ontology/hyros/property/Hyros.Events.LeadOriginAssignedEvent/type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: body
<https://relay.inferal.com/ontology/hyros/property/Hyros.Events.LeadOriginAssignedEvent/body>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: type
<https://relay.inferal.com/ontology/hyros/property/Hyros.Events.CallAttributedEvent/type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: body
<https://relay.inferal.com/ontology/hyros/property/Hyros.Events.CallAttributedEvent/body>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .
