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

@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix tspv: <https://relay.inferal.com/ontology/typespec/versioning/> .
@prefix schema: <https://schema.org/> .
@prefix gr: <http://purl.org/goodrelations/v1#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix pinterest: <https://relay.inferal.com/ontology/pinterest/> .
@prefix adm: <https://ontology.inferal.com/modules/advertising-measurement/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

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

# OWL axioms for class: Oauth Access Token Request
pinterest:OauthAccessTokenRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.OauthAccessTokenRequest/grantType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.OauthAccessTokenRequest/clientId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.OauthAccessTokenRequest/clientSecret> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.OauthAccessTokenRequest/code> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.OauthAccessTokenRequest/redirectUri> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.OauthAccessTokenRequest/refreshToken> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Oauth Access Token Response
pinterest:OauthAccessTokenResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.OauthAccessTokenResponse/accessToken> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.OauthAccessTokenResponse/tokenType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.OauthAccessTokenResponse/expiresIn> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.OauthAccessTokenResponse/scope> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.OauthAccessTokenResponse/refreshToken> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.OauthAccessTokenResponse/refreshTokenExpiresIn> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Pinterest Error
pinterest:PinterestError
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinterestError/statusCode> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinterestError/code> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinterestError/message> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Conversion Access Token Response
pinterest:ConversionAccessTokenResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionAccessTokenResponse/accessToken> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionAccessTokenResponse/tokenType> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: App Type Multipliers
pinterest:AppTypeMultipliers
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AppTypeMultipliers/APP_TYPE> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Placement Multipliers
pinterest:PlacementMultipliers
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PlacementMultipliers/PLACEMENT> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Audience Insight Category Common
pinterest:AudienceInsightCategory
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceInsightCategoryCommon/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceInsightCategoryCommon/index> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceInsightCategoryCommon/key> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceInsightCategoryCommon/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceInsightCategoryCommon/ratio> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Board Base
pinterest:BoardBase
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardBase/boardPinsModifiedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardBase/collaboratorCount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardBase/createdAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardBase/description> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardBase/followerCount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardBase/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardBase/isAdsOnly> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardBase/media> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardBase/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardBase/owner> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardBase/pinCount> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Board Media
pinterest:BoardMedia
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardMedia/imageCoverUrl> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Board Owner
pinterest:BoardOwner
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardOwner/username> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Board
pinterest:Board
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Board/boardPinsModifiedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Board/collaboratorCount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Board/createdAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Board/description> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Board/followerCount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Board/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Board/isAdsOnly> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Board/media> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Board/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Board/owner> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Board/pinCount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Board/privacy> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Business Access Error
pinterest:BusinessAccessError
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BusinessAccessError/code> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BusinessAccessError/message> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Business Access User Summary
pinterest:BusinessAccessUserSummary
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BusinessAccessUserSummary/email> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BusinessAccessUserSummary/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BusinessAccessUserSummary/username> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Conversion Tag
pinterest:ConversionTag
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTag/codeSnippet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTag/configs> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTag/enhancedMatchStatus> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTag/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTag/lastFiredTimeMs> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTag/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTag/version> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTag/adAccountId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTag/status> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Conversion Tag Configs
pinterest:ConversionTagConfigs
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagConfigs/aemDbEnabled> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagConfigs/aemEnabled> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagConfigs/aemExternalIdEnabled> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagConfigs/aemFnlnEnabled> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagConfigs/aemGeEnabled> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagConfigs/aemLocEnabled> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagConfigs/aemPhEnabled> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagConfigs/mdFrequency> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Conversion Tag Common
pinterest:ConversionTagCommon
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagCommon/codeSnippet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagCommon/configs> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagCommon/enhancedMatchStatus> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagCommon/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagCommon/lastFiredTimeMs> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagCommon/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagCommon/version> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Exception
pinterest:Exception
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Exception/code> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Exception/message> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Image Details
pinterest:ImageDetails
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ImageDetails/height> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ImageDetails/url> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ImageDetails/width> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Image Metadata
pinterest:ImageMetadata
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ImageMetadata/description> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ImageMetadata/images> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ImageMetadata/itemType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ImageMetadata/link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ImageMetadata/title> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Image Size
pinterest:ImageSize
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ImageSize/1200x> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ImageSize/150x150> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ImageSize/400x300> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ImageSize/600x> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Order Line
pinterest:OrderLine
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.OrderLine/adAccountId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.OrderLine/budget> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.OrderLine/endTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.OrderLine/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.OrderLine/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.OrderLine/paidBudget> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.OrderLine/paidType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.OrderLine/purchaseOrderId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.OrderLine/startTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.OrderLine/status> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.OrderLine/type> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Order Lines
pinterest:OrderLines
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.OrderLines/adAccountId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.OrderLines/budget> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.OrderLines/endTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.OrderLines/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.OrderLines/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.OrderLines/paidBudget> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.OrderLines/paidType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.OrderLines/purchaseOrderId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.OrderLines/startTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.OrderLines/status> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.OrderLines/type> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Paginated
pinterest:Paginated
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Paginated/bookmark> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Pin
pinterest:Pin
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Pin/altText> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Pin/boardId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Pin/boardOwner> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Pin/boardSectionId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Pin/createdAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Pin/creativeType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Pin/description> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Pin/dominantColor> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Pin/hasBeenPromoted> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Pin/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Pin/isOwner> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Pin/isStandard> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Pin/link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Pin/media> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Pin/parentPinId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Pin/pinMetrics> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Pin/title> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Pin Media With Image
pinterest:PinMediaWithImage
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaWithImage/images> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaWithImage/mediaType> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Pin Media With Video
pinterest:PinMediaWithVideo
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaWithVideo/coverImageUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaWithVideo/duration> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaWithVideo/height> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaWithVideo/images> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaWithVideo/mediaType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaWithVideo/videoUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaWithVideo/width> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Pin Media With Images
pinterest:PinMediaWithImages
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaWithImages/mediaType> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Pin Media With Videos
pinterest:PinMediaWithVideos
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaWithVideos/mediaType> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Video Metadata With Item Type
pinterest:VideoMetadataWithItemType
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.VideoMetadataWithItemType/coverImageUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.VideoMetadataWithItemType/duration> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.VideoMetadataWithItemType/height> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.VideoMetadataWithItemType/itemType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.VideoMetadataWithItemType/videoUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.VideoMetadataWithItemType/width> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Pin Media With Image And Video
pinterest:PinMediaWithImageAndVideo
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaWithImageAndVideo/mediaType> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Targeting Spec
pinterest:TargetingSpec
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingSpec/MAXIMUM_AGE> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingSpec/MINIMUM_AGE> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Targeting Spec Shopping Retargeting
pinterest:TargetingSpecShoppingRetargeting
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingSpecShoppingRetargeting/exclusionWindow> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingSpecShoppingRetargeting/lookbackWindow> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Local Store Update
pinterest:LocalStore
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LocalStoreUpdate/addressPrimary> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LocalStoreUpdate/addressSecondary> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LocalStoreUpdate/city> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LocalStoreUpdate/country> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LocalStoreUpdate/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LocalStoreUpdate/latitude> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LocalStoreUpdate/longitude> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LocalStoreUpdate/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LocalStoreUpdate/postalCode> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LocalStoreUpdate/region> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LocalStoreUpdate/storeCode> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Conversion Tag Response
pinterest:ConversionTagResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagResponse/codeSnippet> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagResponse/configs> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagResponse/enhancedMatchStatus> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagResponse/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagResponse/lastFiredTimeMs> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagResponse/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagResponse/version> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagResponse/adAccountId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagResponse/status> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Item Create Batch Record
pinterest:ItemCreateBatchRecord
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemCreateBatchRecord/attributes> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemCreateBatchRecord/itemId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Item Attributes Request
pinterest:ItemAttributesRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage0Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage0Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage10Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage10Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage11Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage11Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage12Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage12Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage13Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage13Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage14Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage14Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage15Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage15Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage16Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage16Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage17Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage17Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage18Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage18Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage19Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage19Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage1Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage1Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage2Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage2Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage3Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage3Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage4Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage4Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage5Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage5Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage6Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage6Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage7Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage7Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage8Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage8Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage9Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage9Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adLink> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adVideo0Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adVideo0Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adVideo1Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adVideo1Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adVideo2Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adVideo2Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adult> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/ageGroup> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/androidDeepLink> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/availability> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/averageReviewRating> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/brand> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/checkoutEnabled> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/color> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/condition> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/customLabel0> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/customLabel1> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/customLabel2> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/customLabel3> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/customLabel4> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/customNumber0> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/customNumber1> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/customNumber2> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/customNumber3> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/customNumber4> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/description> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/freeShippingLabel> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/freeShippingLimit> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/gender> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/googleProductCategory> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/gtin> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/installmentPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/iosDeepLink> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/itemGroupId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/lastUpdatedTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/material> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/minAdPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/mobileLink> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/mpn> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/numberOfRatings> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/numberOfReviews> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/pattern> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/price> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/productType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/promotionId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/salePrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/salePriceEffectiveDate> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/shipping> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/shippingHeight> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/shippingWeight> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/shippingWidth> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/size> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/sizeSystem> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/sizeType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/tax> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/title> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/unitPricingBaseMeasure> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/unitPricingMeasure> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/savePinDisabled> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/videoLink> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Updatable Item Attributes
pinterest:UpdatableItemAttributes
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage0Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage0Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage10Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage10Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage11Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage11Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage12Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage12Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage13Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage13Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage14Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage14Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage15Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage15Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage16Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage16Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage17Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage17Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage18Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage18Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage19Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage19Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage1Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage1Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage2Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage2Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage3Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage3Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage4Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage4Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage5Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage5Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage6Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage6Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage7Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage7Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage8Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage8Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage9Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage9Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adLink> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adVideo0Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adVideo0Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adVideo1Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adVideo1Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adVideo2Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adVideo2Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adult> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/ageGroup> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/androidDeepLink> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/availability> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/averageReviewRating> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/brand> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/checkoutEnabled> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/color> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/condition> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/customLabel0> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/customLabel1> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/customLabel2> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/customLabel3> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/customLabel4> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/customNumber0> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/customNumber1> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/customNumber2> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/customNumber3> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/customNumber4> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/description> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/freeShippingLabel> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/freeShippingLimit> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/gender> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/googleProductCategory> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/gtin> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/installmentPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/iosDeepLink> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/itemGroupId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/lastUpdatedTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/material> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/minAdPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/mobileLink> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/mpn> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/numberOfRatings> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/numberOfReviews> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/pattern> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/price> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/productType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/promotionId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/salePrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/salePriceEffectiveDate> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/shipping> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/shippingHeight> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/shippingWeight> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/shippingWidth> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/size> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/sizeSystem> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/sizeType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/tax> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/title> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/unitPricingBaseMeasure> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/unitPricingMeasure> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Item Delete Discontinued Batch Record
pinterest:ItemDeleteDiscontinuedBatchRecord
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemDeleteDiscontinuedBatchRecord/itemId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Item Update Batch Record
pinterest:ItemUpdateBatchRecord
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemUpdateBatchRecord/attributes> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemUpdateBatchRecord/itemId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Item Upsert Batch Record
pinterest:ItemUpsertBatchRecord
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemUpsertBatchRecord/attributes> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemUpsertBatchRecord/itemId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Item Delete Batch Record
pinterest:ItemDeleteBatchRecord
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemDeleteBatchRecord/itemId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Ads Analytics Create Async Request
pinterest:AdsAnalyticsCreateAsyncRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsAnalyticsCreateAsyncRequest/clickWindowDays> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsAnalyticsCreateAsyncRequest/conversionReportTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsAnalyticsCreateAsyncRequest/endDate> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsAnalyticsCreateAsyncRequest/engagementWindowDays> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsAnalyticsCreateAsyncRequest/granularity> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsAnalyticsCreateAsyncRequest/startDate> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsAnalyticsCreateAsyncRequest/viewWindowDays> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsAnalyticsCreateAsyncRequest/combineTargetingTypes> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsAnalyticsCreateAsyncRequest/endHour> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsAnalyticsCreateAsyncRequest/level> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsAnalyticsCreateAsyncRequest/primarySort> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsAnalyticsCreateAsyncRequest/reportFormat> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsAnalyticsCreateAsyncRequest/reportingTimezone> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsAnalyticsCreateAsyncRequest/startHour> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Ads Analytics Create Async Response
pinterest:AdsAnalyticsCreateAsyncResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsAnalyticsCreateAsyncResponse/message> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsAnalyticsCreateAsyncResponse/reportStatus> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsAnalyticsCreateAsyncResponse/token> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Ads Analytics Get Async Response
pinterest:AdsAnalyticsGetAsyncResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsAnalyticsGetAsyncResponse/reportStatus> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsAnalyticsGetAsyncResponse/size> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsAnalyticsGetAsyncResponse/url> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Conversion Product Report Request
pinterest:ConversionProductReportRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionProductReportRequest/clickWindowDays> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionProductReportRequest/conversionProductAttributionType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionProductReportRequest/conversionProductBreakdown> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionProductReportRequest/conversionReportTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionProductReportRequest/endDate> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionProductReportRequest/granularity> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionProductReportRequest/level> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionProductReportRequest/reportName> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionProductReportRequest/startDate> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionProductReportRequest/viewWindowDays> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Create MMMReport Request
pinterest:CreateMMMReportRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreateMMMReportRequest/endDate> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreateMMMReportRequest/granularity> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreateMMMReportRequest/level> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreateMMMReportRequest/reportName> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreateMMMReportRequest/startDate> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Create MMMReport Response
pinterest:CreateMMMReportResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreateMMMReportResponse/code> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreateMMMReportResponse/data> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Get MMMReport Response
pinterest:GetMMMReportResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.GetMMMReportResponse/code> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.GetMMMReportResponse/data> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.GetMMMReportResponse/message> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.GetMMMReportResponse/status> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Ad Account
pinterest:AdAccount
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdAccount/country> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdAccount/createdTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdAccount/currency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdAccount/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdAccount/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdAccount/owner> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdAccount/updatedTime> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Ad Account Owner
pinterest:AdAccountOwner
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdAccountOwner/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdAccountOwner/username> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Ad Account Create
pinterest:AdAccountCreate
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdAccountCreate/country> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdAccountCreate/currency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdAccountCreate/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdAccountCreate/ownerUserId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Template Based Report
pinterest:TemplateBasedReport
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TemplateBasedReport/message> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TemplateBasedReport/reportStatus> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TemplateBasedReport/templateId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TemplateBasedReport/token> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Ad Group Array Response Element
pinterest:AdGroupArrayResponseElement
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupArrayResponseElement/data> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Ad Group Response
pinterest:AdGroup
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/autoTargetingEnabled> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/bidInMicroCurrency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/bidStrategyType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/billableEvent> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/budgetInMicroCurrency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/budgetType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/campaignId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/endTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/isCreativeOptimization> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/lifetimeFrequencyCap> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/optimizationGoalMetadata> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/pacingDeliveryType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/placementGroup> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/promotionApplicationLevel> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/promotionId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/startTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/status> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/targetingSpec> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/trackingUrls> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/adAccountId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/bidMultiplier> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/conversionLearningModeType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/createdTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/dcaAssets> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/feedProfileId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/summaryStatus> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/type> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/updatedTime> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Optimization Goal Metadata
pinterest:OptimizationGoalMetadata
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.OptimizationGoalMetadata/conversionTagV3GoalMetadata> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.OptimizationGoalMetadata/frequencyGoalMetadata> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.OptimizationGoalMetadata/scrollupGoalMetadata> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Ad Group Create Request
pinterest:AdGroupCreateRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupCreateRequest/autoTargetingEnabled> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupCreateRequest/bidInMicroCurrency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupCreateRequest/bidStrategyType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupCreateRequest/billableEvent> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupCreateRequest/budgetInMicroCurrency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupCreateRequest/budgetType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupCreateRequest/campaignId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupCreateRequest/endTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupCreateRequest/isCreativeOptimization> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupCreateRequest/lifetimeFrequencyCap> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupCreateRequest/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupCreateRequest/optimizationGoalMetadata> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupCreateRequest/pacingDeliveryType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupCreateRequest/placementGroup> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupCreateRequest/promotionApplicationLevel> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupCreateRequest/promotionId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupCreateRequest/startTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupCreateRequest/status> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupCreateRequest/targetingSpec> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupCreateRequest/trackingUrls> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupCreateRequest/bidMultiplier> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Ad Group Update Request
pinterest:AdGroupUpdateRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupUpdateRequest/autoTargetingEnabled> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupUpdateRequest/bidInMicroCurrency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupUpdateRequest/bidStrategyType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupUpdateRequest/billableEvent> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupUpdateRequest/budgetInMicroCurrency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupUpdateRequest/budgetType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupUpdateRequest/campaignId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupUpdateRequest/endTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupUpdateRequest/isCreativeOptimization> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupUpdateRequest/lifetimeFrequencyCap> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupUpdateRequest/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupUpdateRequest/optimizationGoalMetadata> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupUpdateRequest/pacingDeliveryType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupUpdateRequest/placementGroup> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupUpdateRequest/promotionApplicationLevel> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupUpdateRequest/promotionId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupUpdateRequest/startTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupUpdateRequest/status> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupUpdateRequest/targetingSpec> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupUpdateRequest/trackingUrls> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupUpdateRequest/bidMultiplier> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupUpdateRequest/id> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Ad Group Audience Sizing Request
pinterest:AdGroupAudienceSizingRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupAudienceSizingRequest/autoTargetingEnabled> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupAudienceSizingRequest/placementGroup> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupAudienceSizingRequest/targetingSpec> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Ad Group Audience Sizing Response
pinterest:AdGroupAudienceSizing
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupAudienceSizingResponse/audienceSizeLowerBound> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupAudienceSizingResponse/audienceSizeUpperBound> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Bid Floor
pinterest:BidFloor
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BidFloor/type> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Bid Floor Request
pinterest:BidFloorRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BidFloorRequest/targetingSpec> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Ad Daily Stats
pinterest:AdDailyStats
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdDailyStats/date> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdDailyStats/adId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdDailyStats/adAccountId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdDailyStats/campaignId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdDailyStats/adGroupId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdDailyStats/spendInDollar> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdDailyStats/impression1> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdDailyStats/clickthrough1> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdDailyStats/totalConversions> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdDailyStats/totalClickthrough> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdDailyStats/totalImpression> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Ad Array Response Element
pinterest:AdArrayResponseElement
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdArrayResponseElement/data> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdArrayResponseElement/exceptions> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Ad Response
pinterest:Ad
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/adGroupId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/androidDeepLink> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/clickTrackingUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/creativeType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/customizableCtaType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/destinationUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/disclosureType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/disclosureUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/gridClickType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/iosDeepLink> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/isPinDeleted> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/isRemovable> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/leadFormId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/quizPinData> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/status> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/trackingUrls> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/viewTrackingUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/pinId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/adAccountId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/campaignId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/collectionItemsDestinationUrlTemplate> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/createdTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/reviewStatus> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/summaryStatus> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/type> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/updatedTime> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Quiz Pin Data
pinterest:QuizPinData
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.QuizPinData/tieBreakerCustomResult> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.QuizPinData/tieBreakerType> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Quiz Pin Question
pinterest:QuizPinQuestion
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.QuizPinQuestion/questionId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.QuizPinQuestion/questionText> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Quiz Pin Option
pinterest:QuizPinOption
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.QuizPinOption/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.QuizPinOption/text> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Quiz Pin Result
pinterest:QuizPinResult
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.QuizPinResult/androidDeepLink> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.QuizPinResult/destinationUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.QuizPinResult/iosDeepLink> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.QuizPinResult/organicPinId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.QuizPinResult/resultId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Ad Create Request
pinterest:AdCreateRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdCreateRequest/adGroupId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdCreateRequest/androidDeepLink> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdCreateRequest/clickTrackingUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdCreateRequest/creativeType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdCreateRequest/customizableCtaType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdCreateRequest/destinationUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdCreateRequest/disclosureType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdCreateRequest/disclosureUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdCreateRequest/gridClickType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdCreateRequest/iosDeepLink> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdCreateRequest/isPinDeleted> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdCreateRequest/isRemovable> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdCreateRequest/leadFormId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdCreateRequest/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdCreateRequest/quizPinData> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdCreateRequest/status> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdCreateRequest/trackingUrls> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdCreateRequest/viewTrackingUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdCreateRequest/pinId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Ad Preview URLResponse
pinterest:AdPreviewURL
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdPreviewURLResponse/url> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Ad Update Request
pinterest:AdUpdateRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdUpdateRequest/adGroupId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdUpdateRequest/androidDeepLink> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdUpdateRequest/clickTrackingUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdUpdateRequest/creativeType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdUpdateRequest/customizableCtaType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdUpdateRequest/destinationUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdUpdateRequest/disclosureType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdUpdateRequest/disclosureUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdUpdateRequest/gridClickType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdUpdateRequest/iosDeepLink> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdUpdateRequest/isPinDeleted> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdUpdateRequest/isRemovable> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdUpdateRequest/leadFormId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdUpdateRequest/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdUpdateRequest/quizPinData> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdUpdateRequest/status> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdUpdateRequest/trackingUrls> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdUpdateRequest/viewTrackingUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdUpdateRequest/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdUpdateRequest/pinId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Advanced Auction Items Submit Record
pinterest:AdvancedAuctionItemsSubmitRecord
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionItemsSubmitRecord/operation> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Advanced Auction Key
pinterest:AdvancedAuctionKey
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionKey/country> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionKey/itemId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionKey/language> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Advanced Auction Items Get Record
pinterest:AdvancedAuctionItemsGetRecord
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionItemsGetRecord/country> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionItemsGetRecord/itemId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionItemsGetRecord/language> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Advanced Auction Items Get Request
pinterest:AdvancedAuctionItemsGetRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionItemsGetRequest/catalogId> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Advanced Auction Items
pinterest:AdvancedAuctionItems
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionItems/catalogId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Advanced Auction Item
pinterest:AdvancedAuctionItem
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionItem/country> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionItem/itemId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionItem/language> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionItem/bidOptions> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Advanced Auction Bid Options
pinterest:AdvancedAuctionBidOptions
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionBidOptions/appTypeMultipliers> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionBidOptions/bidInMicroCurrency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionBidOptions/placementMultipliers> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Advanced Auction Items Submit Request
pinterest:AdvancedAuctionItemsSubmitRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionItemsSubmitRequest/catalogId> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Advanced Auction Items Submit Upsert Record
pinterest:AdvancedAuctionItemsSubmitUpsertRecord
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionItemsSubmitUpsertRecord/country> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionItemsSubmitUpsertRecord/itemId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionItemsSubmitUpsertRecord/language> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionItemsSubmitUpsertRecord/bidOptions> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionItemsSubmitUpsertRecord/operation> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Advanced Auction Operation Error
pinterest:AdvancedAuctionOperationError
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionOperationError/code> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionOperationError/message> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Advanced Auction Items Submit Delete Record
pinterest:AdvancedAuctionItemsSubmitDeleteRecord
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionItemsSubmitDeleteRecord/country> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionItemsSubmitDeleteRecord/itemId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionItemsSubmitDeleteRecord/language> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionItemsSubmitDeleteRecord/operation> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Advanced Auction Processed Items
pinterest:AdvancedAuctionProcessedItems
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionProcessedItems/catalogId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Audience Category
pinterest:AudienceCategory
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceCategory/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceCategory/index> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceCategory/key> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceCategory/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceCategory/ratio> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Audience Definition
pinterest:AudienceDefinition
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceDefinition/date> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceDefinition/scope> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceDefinition/type> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Audience Demographic Value
pinterest:AudienceDemographicValue
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceDemographicValue/key> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceDemographicValue/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceDemographicValue/ratio> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Audience Insights Response
pinterest:AudienceInsightsResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceInsightsResponse/date> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceInsightsResponse/demographics> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceInsightsResponse/size> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceInsightsResponse/sizeIsUpperBound> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceInsightsResponse/type> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Audience
pinterest:Audience
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Audience/adAccountId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Audience/audienceType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Audience/createdByCompanyName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Audience/createdTimestamp> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Audience/description> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Audience/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Audience/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Audience/rule> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Audience/size> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Audience/status> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Audience/type> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Audience/updatedTimestamp> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Audience Rule
pinterest:AudienceRule
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceRule/adAccountId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceRule/country> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceRule/customerListId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceRule/engagementType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceRule/engagerType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceRule/event> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceRule/eventData> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceRule/eventSource> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceRule/ingestionSource> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceRule/percentage> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceRule/prefill> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceRule/retentionDays> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceRule/visitorSourceId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Event Data
pinterest:EventData
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.EventData/currency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.EventData/leadType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.EventData/lineItems> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.EventData/orderId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.EventData/orderQuantity> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.EventData/pageName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.EventData/promoCode> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.EventData/property> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.EventData/searchQuery> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.EventData/value> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.EventData/videoTitle> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Line Item
pinterest:LineItem
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LineItem/productBrand> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LineItem/productCategory> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LineItem/productId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LineItem/productName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LineItem/productPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LineItem/productQuantity> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LineItem/productVariant> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LineItem/productVariantId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Shared Audience Account
pinterest:SharedAudienceAccount
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SharedAudienceAccount/accountId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SharedAudienceAccount/accountName> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SharedAudienceAccount/accountType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SharedAudienceAccount/sharedOnTimestamp> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Shared Audience
pinterest:SharedAudience
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SharedAudience/audienceId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SharedAudience/operationType> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Business Shared Audience
pinterest:BusinessSharedAudience
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BusinessSharedAudience/audienceId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BusinessSharedAudience/operationType> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Shared Audience Response
pinterest:SharedAudienceResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SharedAudienceResponse/audienceId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Business Shared Audience Response
pinterest:BusinessSharedAudienceResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BusinessSharedAudienceResponse/audienceId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Audience Create Request
pinterest:AudienceCreateRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceCreateRequest/adAccountId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceCreateRequest/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceCreateRequest/rule> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceCreateRequest/audienceType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceCreateRequest/description> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Audience Update Request
pinterest:AudienceUpdateRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceUpdateRequest/adAccountId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceUpdateRequest/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceUpdateRequest/rule> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceUpdateRequest/description> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceUpdateRequest/operationType> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Ads Credit Discounts Response
pinterest:AdsCreditDiscount
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsCreditDiscountsResponse/active> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsCreditDiscountsResponse/advertiserId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsCreditDiscountsResponse/discountCurrency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsCreditDiscountsResponse/discountInMicroCurrency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsCreditDiscountsResponse/discountType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsCreditDiscountsResponse/remainingDiscountInMicroCurrency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsCreditDiscountsResponse/title> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Ads Credit Redeem Request
pinterest:AdsCreditRedeemRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsCreditRedeemRequest/offerCodeHash> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsCreditRedeemRequest/validateOnly> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Ads Credit Redeem Response
pinterest:AdsCreditRedeemResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsCreditRedeemResponse/errorCode> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsCreditRedeemResponse/errorMessage> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsCreditRedeemResponse/success> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Billing Profiles Response
pinterest:BillingProfile
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BillingProfilesResponse/advertiserId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BillingProfilesResponse/billingType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BillingProfilesResponse/cardType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BillingProfilesResponse/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BillingProfilesResponse/paymentMethodBrand> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BillingProfilesResponse/status> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Billing Invoice Response
pinterest:BillingInvoice
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BillingInvoiceResponse/adAccountId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BillingInvoiceResponse/adAccountName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BillingInvoiceResponse/amountBilledMicroCurrency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BillingInvoiceResponse/amountDiscountMicroCurrency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BillingInvoiceResponse/amountNetMicroCurrency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BillingInvoiceResponse/amountTaxMicroCurrency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BillingInvoiceResponse/billToCountry> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BillingInvoiceResponse/billingPeriodEndDate> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BillingInvoiceResponse/billingPeriodStartDate> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BillingInvoiceResponse/currency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BillingInvoiceResponse/documentType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BillingInvoiceResponse/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BillingInvoiceResponse/invoiceDueDate> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BillingInvoiceResponse/paymentTerms> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BillingInvoiceResponse/status> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Billing Invoice Download Response
pinterest:BillingInvoiceDownload
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BillingInvoiceDownloadResponse/downloadUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BillingInvoiceDownloadResponse/id> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: SSIOAccount Address
pinterest:SsioAccountAddress
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOAccountAddress/addressId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOAccountAddress/display> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOAccountAddress/orderLegalEntity> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOAccountAddress/purpose> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: SSIOAccount Item
pinterest:SsioAccountItem
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOAccountItem/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOAccountItem/ioTerms> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOAccountItem/ioTermsId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOAccountItem/ioType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOAccountItem/rowTerms> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOAccountItem/rowTermsId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOAccountItem/usTerms> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOAccountItem/usTermsId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: SSIOAccount PMPName
pinterest:SsioAccountPmpName
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOAccountPMPName/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOAccountPMPName/name> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: SSIOAccount Response
pinterest:SsioAccount
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOAccountResponse/canEdit> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOAccountResponse/currency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOAccountResponse/eligible> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOAccountResponse/error> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: SSIOInsertion Order Common
pinterest:SsioInsertionOrderCommon
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOInsertionOrderCommon/agencyLink> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOInsertionOrderCommon/billingContactEmail> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOInsertionOrderCommon/billingContactFirstname> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOInsertionOrderCommon/billingContactLastname> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOInsertionOrderCommon/budgetAmount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOInsertionOrderCommon/endDate> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOInsertionOrderCommon/mediaContactEmail> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOInsertionOrderCommon/mediaContactFirstname> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOInsertionOrderCommon/mediaContactLastname> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOInsertionOrderCommon/poNumber> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOInsertionOrderCommon/startDate> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOInsertionOrderCommon/userEmail> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: SSIOCreate Insertion Order Request
pinterest:SSIOCreateInsertionOrderRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOCreateInsertionOrderRequest/agencyLink> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOCreateInsertionOrderRequest/billingContactEmail> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOCreateInsertionOrderRequest/billingContactFirstname> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOCreateInsertionOrderRequest/billingContactLastname> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOCreateInsertionOrderRequest/budgetAmount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOCreateInsertionOrderRequest/endDate> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOCreateInsertionOrderRequest/mediaContactEmail> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOCreateInsertionOrderRequest/mediaContactFirstname> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOCreateInsertionOrderRequest/mediaContactLastname> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOCreateInsertionOrderRequest/poNumber> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOCreateInsertionOrderRequest/startDate> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOCreateInsertionOrderRequest/userEmail> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOCreateInsertionOrderRequest/acceptedTermsId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOCreateInsertionOrderRequest/acceptedTermsTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOCreateInsertionOrderRequest/billtoBillingAddressId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOCreateInsertionOrderRequest/billtoBusinessAddressId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOCreateInsertionOrderRequest/billtoCompanyId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOCreateInsertionOrderRequest/currencyInfo> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOCreateInsertionOrderRequest/estimatedMonthlySpend> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOCreateInsertionOrderRequest/orderLineType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOCreateInsertionOrderRequest/orderName> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOCreateInsertionOrderRequest/pmpId> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: SSIOCreate Insertion Order Response
pinterest:SSIOCreateInsertionOrderResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOCreateInsertionOrderResponse/pinOrderId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: SSIOEdit Insertion Order Request
pinterest:SSIOEditInsertionOrderRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOEditInsertionOrderRequest/agencyLink> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOEditInsertionOrderRequest/billingContactEmail> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOEditInsertionOrderRequest/billingContactFirstname> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOEditInsertionOrderRequest/billingContactLastname> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOEditInsertionOrderRequest/budgetAmount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOEditInsertionOrderRequest/endDate> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOEditInsertionOrderRequest/mediaContactEmail> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOEditInsertionOrderRequest/mediaContactFirstname> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOEditInsertionOrderRequest/mediaContactLastname> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOEditInsertionOrderRequest/poNumber> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOEditInsertionOrderRequest/startDate> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOEditInsertionOrderRequest/userEmail> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOEditInsertionOrderRequest/adsManagerOrderLineId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOEditInsertionOrderRequest/oracleLineId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOEditInsertionOrderRequest/salesforceOrderId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOEditInsertionOrderRequest/salesforceOrderLineId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: SSIOEdit Insertion Order Response
pinterest:SSIOEditInsertionOrderResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOEditInsertionOrderResponse/pinOrderId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: SSIOInsertion Order Status
pinterest:SsioInsertionOrderStatus
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOInsertionOrderStatus/creationTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOInsertionOrderStatus/pinOrderId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOInsertionOrderStatus/status> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: SSIOOrder Line
pinterest:SsioOrderLine
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOOrderLine/acceptedTermsId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOOrderLine/acceptedTermsTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOOrderLine/adsManagerOrderLineId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOOrderLine/agencyLink> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOOrderLine/billToCompanyName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOOrderLine/billingContactEmail> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOOrderLine/billingContactFirstname> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOOrderLine/billingContactLastname> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOOrderLine/budgetAmount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOOrderLine/currencyInfo> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOOrderLine/endDate> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOOrderLine/estimatedMonthlySpend> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOOrderLine/lastModifiedDateTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOOrderLine/mediaContactEmail> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOOrderLine/mediaContactFirstname> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOOrderLine/mediaContactLastname> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOOrderLine/orderName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOOrderLine/pinOrderId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOOrderLine/pmpName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOOrderLine/poNumber> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOOrderLine/salesforceOrderLineId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOOrderLine/startDate> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Board Section
pinterest:BoardSection
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardSection/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardSection/name> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Board Create
pinterest:BoardCreate
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardCreate/description> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardCreate/isAdsOnly> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardCreate/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardCreate/privacy> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Board With Update Privacy
pinterest:BoardWithUpdatePrivacy
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardWithUpdatePrivacy/boardPinsModifiedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardWithUpdatePrivacy/collaboratorCount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardWithUpdatePrivacy/createdAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardWithUpdatePrivacy/description> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardWithUpdatePrivacy/followerCount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardWithUpdatePrivacy/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardWithUpdatePrivacy/isAdsOnly> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardWithUpdatePrivacy/media> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardWithUpdatePrivacy/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardWithUpdatePrivacy/owner> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardWithUpdatePrivacy/pinCount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardWithUpdatePrivacy/privacy> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Board With Update Privacy Update
pinterest:BoardWithUpdatePrivacyUpdate
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardWithUpdatePrivacyUpdate/description> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardWithUpdatePrivacyUpdate/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardWithUpdatePrivacyUpdate/privacy> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Campaign Bid Options
pinterest:CampaignBidOptions
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignBidOptions/appTypeMultipliers> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignBidOptions/audienceMultipliers> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignBidOptions/placementMultipliers> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Campaign Audience Multipliers
pinterest:CampaignAudienceMultipliers
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignAudienceMultipliers/AUDIENCE_ID> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Campaign Bid Options Create
pinterest:CampaignBidOptionsCreate
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignBidOptionsCreate/appTypeMultipliers> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignBidOptionsCreate/audienceMultipliers> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignBidOptionsCreate/placementMultipliers> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Availability Filter
pinterest:AvailabilityFilter
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AvailabilityFilter/AVAILABILITY> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Product Group Multiple String Criteria
pinterest:CatalogsProductGroupMultipleStringCriteria
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupMultipleStringCriteria/negated> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Brand Filter
pinterest:BrandFilter
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BrandFilter/BRAND> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Bulk Download Request
pinterest:BulkDownloadRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BulkDownloadRequest/campaignFilter> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BulkDownloadRequest/outputFormat> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BulkDownloadRequest/updatedSince> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Bulk Download Response
pinterest:BulkDownloadResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BulkDownloadResponse/requestId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Bulk Upsert Request
pinterest:BulkUpsertRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BulkUpsertRequest/create> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BulkUpsertRequest/update> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Campaign Create Request
pinterest:CampaignCreateRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateRequest/adAccountId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateRequest/dailySpendCap> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateRequest/endTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateRequest/isAutomatedCampaign> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateRequest/isFlexibleDailyBudgets> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateRequest/lifetimeSpendCap> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateRequest/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateRequest/orderLineId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateRequest/startTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateRequest/status> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateRequest/trackingUrls> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateRequest/defaultAdGroupBudgetInMicroCurrency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateRequest/isCampaignBudgetOptimization> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateRequest/bidOptions> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateRequest/isPerformancePlus> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateRequest/objectiveType> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Product Group Create Request
pinterest:CatalogsProductGroupCreateRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupCreateRequest/description> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupCreateRequest/feedId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupCreateRequest/filters> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupCreateRequest/isFeatured> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupCreateRequest/name> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Min Price Filter
pinterest:MinPriceFilter
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.MinPriceFilter/MIN_PRICE> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Product Group Pricing Criteria
pinterest:CatalogsProductGroupPricingCriteria
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupPricingCriteria/inclusion> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupPricingCriteria/negated> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupPricingCriteria/values> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Max Price Filter
pinterest:MaxPriceFilter
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.MaxPriceFilter/MAX_PRICE> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Currency Filter
pinterest:CurrencyFilter
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CurrencyFilter/CURRENCY> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Product Group Currency Criteria
pinterest:CatalogsProductGroupCurrencyCriteria
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupCurrencyCriteria/negated> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupCurrencyCriteria/values> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Item Id Filter
pinterest:ItemIdFilter
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemIdFilter/ITEM_ID> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Condition Filter
pinterest:ConditionFilter
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConditionFilter/CONDITION> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Custom Label0Filter
pinterest:CustomLabel0Filter
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomLabel0Filter/CUSTOM_LABEL0> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Product Group Filter Operator Type Criteria
pinterest:CatalogsProductGroupFilterOperatorTypeCriteria
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupFilterOperatorTypeCriteria/filterOperatorType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupFilterOperatorTypeCriteria/negated> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Custom Label1Filter
pinterest:CustomLabel1Filter
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomLabel1Filter/CUSTOM_LABEL1> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Custom Label2Filter
pinterest:CustomLabel2Filter
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomLabel2Filter/CUSTOM_LABEL2> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Custom Label3Filter
pinterest:CustomLabel3Filter
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomLabel3Filter/CUSTOM_LABEL3> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Custom Label4Filter
pinterest:CustomLabel4Filter
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomLabel4Filter/CUSTOM_LABEL4> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Item Group Id Filter
pinterest:ItemGroupIdFilter
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemGroupIdFilter/ITEM_GROUP_ID> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Gender Filter
pinterest:GenderFilter
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.GenderFilter/GENDER> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Product Group Multiple Gender Criteria
pinterest:CatalogsProductGroupMultipleGenderCriteria
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupMultipleGenderCriteria/negated> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Media Type Filter
pinterest:MediaTypeFilter
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.MediaTypeFilter/MEDIA_TYPE> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Product Group Multiple Media Types Criteria
pinterest:CatalogsProductGroupMultipleMediaTypesCriteria
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupMultipleMediaTypesCriteria/negated> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Product Type4Filter
pinterest:ProductType4Filter
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductType4Filter/PRODUCT_TYPE4> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Product Group Multiple String List Criteria
pinterest:CatalogsProductGroupMultipleStringListCriteria
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupMultipleStringListCriteria/negated> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupMultipleStringListCriteria/values> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Product Type3Filter
pinterest:ProductType3Filter
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductType3Filter/PRODUCT_TYPE3> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Product Type2Filter
pinterest:ProductType2Filter
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductType2Filter/PRODUCT_TYPE2> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Product Type1Filter
pinterest:ProductType1Filter
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductType1Filter/PRODUCT_TYPE1> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Product Type0Filter
pinterest:ProductType0Filter
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductType0Filter/PRODUCT_TYPE0> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Google Product Category6Filter
pinterest:GoogleProductCategory6Filter
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.GoogleProductCategory6Filter/GOOGLE_PRODUCT_CATEGORY6> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Google Product Category5Filter
pinterest:GoogleProductCategory5Filter
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.GoogleProductCategory5Filter/GOOGLE_PRODUCT_CATEGORY5> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Google Product Category4Filter
pinterest:GoogleProductCategory4Filter
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.GoogleProductCategory4Filter/GOOGLE_PRODUCT_CATEGORY4> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Google Product Category3Filter
pinterest:GoogleProductCategory3Filter
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.GoogleProductCategory3Filter/GOOGLE_PRODUCT_CATEGORY3> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Google Product Category2Filter
pinterest:GoogleProductCategory2Filter
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.GoogleProductCategory2Filter/GOOGLE_PRODUCT_CATEGORY2> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Google Product Category1Filter
pinterest:GoogleProductCategory1Filter
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.GoogleProductCategory1Filter/GOOGLE_PRODUCT_CATEGORY1> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Google Product Category0Filter
pinterest:GoogleProductCategory0Filter
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.GoogleProductCategory0Filter/GOOGLE_PRODUCT_CATEGORY0> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Product Group Reference Filter
pinterest:ProductGroupReferenceFilter
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupReferenceFilter/PRODUCT_GROUP> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Custom Number0Filter
pinterest:CustomNumber0Filter
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomNumber0Filter/CUSTOM_NUMBER0> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Product Group Uint32Criteria
pinterest:CatalogsProductGroupUint32Criteria
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupUint32Criteria/negated> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupUint32Criteria/operator> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupUint32Criteria/value> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Custom Number1Filter
pinterest:CustomNumber1Filter
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomNumber1Filter/CUSTOM_NUMBER1> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Custom Number2Filter
pinterest:CustomNumber2Filter
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomNumber2Filter/CUSTOM_NUMBER2> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Custom Number3Filter
pinterest:CustomNumber3Filter
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomNumber3Filter/CUSTOM_NUMBER3> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Custom Number4Filter
pinterest:CustomNumber4Filter
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomNumber4Filter/CUSTOM_NUMBER4> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Title Keywords Filter
pinterest:TitleKeywordsFilter
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TitleKeywordsFilter/TITLE_KEYWORDS> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Retail Product Group Create Request
pinterest:CatalogsRetailProductGroupCreateRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroupCreateRequest/catalogId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroupCreateRequest/catalogType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroupCreateRequest/country> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroupCreateRequest/description> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroupCreateRequest/filters> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroupCreateRequest/locale> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroupCreateRequest/name> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Hotel Product Group Create Request
pinterest:CatalogsHotelProductGroupCreateRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProductGroupCreateRequest/catalogId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProductGroupCreateRequest/catalogType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProductGroupCreateRequest/description> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProductGroupCreateRequest/filters> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProductGroupCreateRequest/name> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Price Filter
pinterest:PriceFilter
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PriceFilter/PRICE> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Hotel Id Filter
pinterest:HotelIdFilter
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.HotelIdFilter/HOTEL_ID> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Country Filter
pinterest:CountryFilter
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CountryFilter/COUNTRY> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Product Group Multiple Countries Criteria
pinterest:CatalogsProductGroupMultipleCountriesCriteria
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupMultipleCountriesCriteria/negated> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Creative Assets Product Group Create Request
pinterest:CatalogsCreativeAssetsProductGroupCreateRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProductGroupCreateRequest/catalogId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProductGroupCreateRequest/catalogType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProductGroupCreateRequest/description> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProductGroupCreateRequest/filters> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProductGroupCreateRequest/name> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Creative Assets Id Filter
pinterest:CreativeAssetsIdFilter
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreativeAssetsIdFilter/CREATIVE_ASSETS_ID> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Keywords Request
pinterest:KeywordsRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.KeywordsRequest/parentId> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Keywords Common
pinterest:KeywordsCommon
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.KeywordsCommon/bid> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.KeywordsCommon/matchType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.KeywordsCommon/value> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Label Create Request
pinterest:LabelCreateRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LabelCreateRequest/parentId> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Product Group Promotion Create Request
pinterest:ProductGroupPromotionCreateRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotionCreateRequest/adGroupId> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Product Group Promotion
pinterest:ProductGroupPromotion
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotion/adGroupId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotion/bidInMicroCurrency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotion/catalogProductGroupId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotion/catalogProductGroupName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotion/collectionsHeaderType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotion/collectionsHeroDestinationUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotion/collectionsHeroPinId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotion/creativeType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotion/customizableCtaType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotion/definition> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotion/gridClickType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotion/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotion/included> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotion/isGenerateBackground> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotion/isMdl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotion/parentId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotion/preferredMediaType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotion/relativeDefinition> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotion/selectedImageTag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotion/selectedVideoTag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotion/slideshowCollectionsDescription> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotion/slideshowCollectionsTitle> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotion/status> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotion/trackingUrl> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Campaign Update Request
pinterest:CampaignUpdateRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignUpdateRequest/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignUpdateRequest/adAccountId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignUpdateRequest/dailySpendCap> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignUpdateRequest/endTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignUpdateRequest/isAutomatedCampaign> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignUpdateRequest/isFlexibleDailyBudgets> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignUpdateRequest/lifetimeSpendCap> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignUpdateRequest/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignUpdateRequest/orderLineId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignUpdateRequest/startTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignUpdateRequest/status> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignUpdateRequest/trackingUrls> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignUpdateRequest/defaultAdGroupBudgetInMicroCurrency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignUpdateRequest/isCampaignBudgetOptimization> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignUpdateRequest/bidOptions> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignUpdateRequest/isPerformancePlus> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignUpdateRequest/objectiveType> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Campaign Bid Options Update
pinterest:CampaignBidOptionsUpdate
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignBidOptionsUpdate/appTypeMultipliers> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignBidOptionsUpdate/audienceMultipliers> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignBidOptionsUpdate/placementMultipliers> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Product Group Update Request
pinterest:CatalogsProductGroupUpdateRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupUpdateRequest/description> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupUpdateRequest/filters> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupUpdateRequest/isFeatured> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupUpdateRequest/name> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Retail Product Group Update Request
pinterest:CatalogsRetailProductGroupUpdateRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroupUpdateRequest/catalogType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroupUpdateRequest/country> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroupUpdateRequest/description> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroupUpdateRequest/filters> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroupUpdateRequest/locale> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroupUpdateRequest/name> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Hotel Product Group Update Request
pinterest:CatalogsHotelProductGroupUpdateRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProductGroupUpdateRequest/catalogType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProductGroupUpdateRequest/description> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProductGroupUpdateRequest/filters> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProductGroupUpdateRequest/name> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Creative Assets Product Group Update Request
pinterest:CatalogsCreativeAssetsProductGroupUpdateRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProductGroupUpdateRequest/catalogType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProductGroupUpdateRequest/description> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProductGroupUpdateRequest/filters> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProductGroupUpdateRequest/name> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Keyword Update
pinterest:KeywordUpdate
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.KeywordUpdate/archived> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.KeywordUpdate/bid> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.KeywordUpdate/id> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Product Group Promotion Update Request
pinterest:ProductGroupPromotionUpdateRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotionUpdateRequest/adGroupId> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Bulk Upsert Response
pinterest:BulkUpsertResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BulkUpsertResponse/requestId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Bulk Upsert Status Response
pinterest:BulkUpsertStatusResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BulkUpsertStatusResponse/resultUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BulkUpsertStatusResponse/status> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Asset Id Permissions
pinterest:AssetIdPermissions
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AssetIdPermissions/assetGroupInfo> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AssetIdPermissions/assetId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AssetIdPermissions/assetType> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Asset Group Binding
pinterest:AssetGroupBinding
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AssetGroupBinding/assetGroupDescription> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AssetGroupBinding/assetGroupName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AssetGroupBinding/createdBy> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AssetGroupBinding/createdTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AssetGroupBinding/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AssetGroupBinding/owner> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AssetGroupBinding/updatedTime> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Delete Partner Assets Result
pinterest:DeletePartnerAssetsResult
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.DeletePartnerAssetsResult/assetId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.DeletePartnerAssetsResult/assetType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.DeletePartnerAssetsResult/isSharedPartner> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.DeletePartnerAssetsResult/partnerId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Create Asset Group Body
pinterest:CreateAssetGroupBody
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreateAssetGroupBody/assetGroupDescription> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreateAssetGroupBody/assetGroupName> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Create Asset Group Response
pinterest:CreateAssetGroupResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreateAssetGroupResponse/assetGroup> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Delete Member Access Result
pinterest:DeleteMemberAccessResult
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.DeleteMemberAccessResult/assetId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.DeleteMemberAccessResult/memberId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Users For Individual Asset Response
pinterest:UsersForIndividualAssetResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UsersForIndividualAssetResponse/assetId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UsersForIndividualAssetResponse/memberId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: User Single Asset Binding
pinterest:UserSingleAssetBinding
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UserSingleAssetBinding/user> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Update Partner Assets Result
pinterest:UpdatePartnerAssetsResult
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatePartnerAssetsResult/assetId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatePartnerAssetsResult/assetType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatePartnerAssetsResult/partnerId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Base Invite Data Response
pinterest:BaseInviteDataResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BaseInviteDataResponse/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BaseInviteDataResponse/inviteData> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BaseInviteDataResponse/isReceivedInvite> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BaseInviteDataResponse/user> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Create Asset Access Request Response
pinterest:CreateAssetAccessRequestResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreateAssetAccessRequestResponse/invites> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Create Membership Or Partnership Invites Body
pinterest:CreateMembershipOrPartnershipInvitesBody
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreateMembershipOrPartnershipInvitesBody/businessRole> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreateMembershipOrPartnershipInvitesBody/inviteType> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Invite Exception Response
pinterest:InviteExceptionResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.InviteExceptionResponse/code> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.InviteExceptionResponse/inviteOrRequestId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.InviteExceptionResponse/message> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Invite Business Role Binding
pinterest:InviteBusinessRoleBinding
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.InviteBusinessRoleBinding/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.InviteBusinessRoleBinding/inviteData> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.InviteBusinessRoleBinding/isReceivedInvite> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.InviteBusinessRoleBinding/user> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.InviteBusinessRoleBinding/createdByBusinessId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.InviteBusinessRoleBinding/createdByUserId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Invite Response
pinterest:InviteResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.InviteResponse/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.InviteResponse/inviteData> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.InviteResponse/isReceivedInvite> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.InviteResponse/user> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.InviteResponse/assetsSummary> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.InviteResponse/createdByBusiness> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.InviteResponse/createdByUser> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.InviteResponse/createdTime> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Create Asset Invites Request Item
pinterest:CreateAssetInvitesRequestItem
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreateAssetInvitesRequestItem/assetIdToPermissions> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreateAssetInvitesRequestItem/inviteId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreateAssetInvitesRequestItem/inviteType> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Update Member Result
pinterest:UpdateMemberResult
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdateMemberResult/businessRole> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdateMemberResult/memberId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Update Member Business Role Body
pinterest:UpdateMemberBusinessRoleBody
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdateMemberBusinessRoleBody/businessRole> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdateMemberBusinessRoleBody/memberId> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Delete Partners Request
pinterest:DeletePartnersRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.DeletePartnersRequest/partnerType> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: User Business Role Binding
pinterest:UserBusinessRoleBinding
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UserBusinessRoleBinding/assetsSummary> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UserBusinessRoleBinding/createdByBusiness> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UserBusinessRoleBinding/createdByUser> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UserBusinessRoleBinding/createdTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UserBusinessRoleBinding/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UserBusinessRoleBinding/isSharedPartner> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UserBusinessRoleBinding/user> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Ad Pin Analytics
pinterest:AdPinAnalytics
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdPinAnalytics/DATE> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdPinAnalytics/PIN_ID> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Campaign Create Response Item
pinterest:CampaignCreateResponseItem
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateResponseItem/data> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Campaign Create Response Data
pinterest:CampaignCreateResponseData
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateResponseData/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateResponseData/adAccountId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateResponseData/dailySpendCap> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateResponseData/endTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateResponseData/isAutomatedCampaign> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateResponseData/isFlexibleDailyBudgets> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateResponseData/lifetimeSpendCap> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateResponseData/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateResponseData/orderLineId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateResponseData/startTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateResponseData/status> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateResponseData/trackingUrls> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateResponseData/bidOptions> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateResponseData/createdTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateResponseData/isCampaignBudgetOptimization> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateResponseData/isPerformancePlus> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateResponseData/objectiveType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateResponseData/summaryStatus> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateResponseData/type> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateResponseData/updatedTime> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Campaign Response
pinterest:Campaign
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignResponse/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignResponse/adAccountId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignResponse/dailySpendCap> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignResponse/endTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignResponse/isAutomatedCampaign> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignResponse/isFlexibleDailyBudgets> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignResponse/lifetimeSpendCap> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignResponse/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignResponse/orderLineId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignResponse/startTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignResponse/status> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignResponse/trackingUrls> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignResponse/bidOptions> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignResponse/createdTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignResponse/isCampaignBudgetOptimization> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignResponse/isPerformancePlus> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignResponse/objectiveType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignResponse/summaryStatus> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignResponse/type> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignResponse/updatedTime> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Db Item
pinterest:CatalogsDbItem
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsDbItem/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsDbItem/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsDbItem/updatedAt> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Creative Assets Feed
pinterest:CatalogsCreativeAssetsFeed
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeed/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeed/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeed/updatedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeed/catalogId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeed/catalogType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeed/credentials> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeed/defaultCountry> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeed/defaultCurrency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeed/defaultLocale> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeed/format> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeed/location> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeed/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeed/preferredProcessingSchedule> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeed/status> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Feed Credentials
pinterest:CatalogsFeedCredentials
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedCredentials/password> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedCredentials/username> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Feed Processing Schedule
pinterest:CatalogsFeedProcessingSchedule
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedProcessingSchedule/time> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedProcessingSchedule/timezone> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Hotel Feed
pinterest:CatalogsHotelFeed
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeed/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeed/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeed/updatedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeed/catalogId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeed/catalogType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeed/credentials> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeed/defaultCurrency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeed/defaultLocale> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeed/format> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeed/location> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeed/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeed/preferredProcessingSchedule> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeed/status> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Retail Feed
pinterest:CatalogsRetailFeed
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeed/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeed/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeed/updatedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeed/catalogType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeed/credentials> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeed/defaultAvailability> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeed/defaultCountry> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeed/defaultCurrency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeed/defaultLocale> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeed/format> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeed/location> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeed/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeed/preferredProcessingSchedule> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeed/status> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Feed Ingestion Details
pinterest:CatalogsFeedIngestionDetails
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionDetails/errors> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionDetails/info> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionDetails/warnings> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Feed Ingestion Errors
pinterest:CatalogsFeedIngestionErrors
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionErrors/ACCOUNT_FLAGGED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionErrors/FETCH_GOOGLE_SHEET_NOT_SHARED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionErrors/IMAGE_FILE_NOT_ACCESSIBLE> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionErrors/IMAGE_FILE_NOT_FOUND> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionErrors/IMAGE_INVALID_FILE> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionErrors/IMAGE_LEVEL_INTERNAL_ERROR> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionErrors/IMAGE_MALFORMED_URL> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionErrors/LARGE_PRODUCT_COUNT_DECREASE> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionErrors/LINE_LEVEL_INTERNAL_ERROR> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Feed Ingestion Info
pinterest:CatalogsFeedIngestionInfo
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionInfo/IN_STOCK> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionInfo/OUT_OF_STOCK> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionInfo/PREORDER> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Feed Ingestion Warnings
pinterest:CatalogsFeedIngestionWarnings
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_CONTENT_READ_ERROR> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_DNS_LOOKUP_ERROR> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_FILE_NOT_ACCESSIBLE> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_FILE_NOT_FOUND> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_HTTP_STATUS400> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_HTTP_STATUS403> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_HTTP_STATUS404> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_HTTP_STATUS405> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_HTTP_STATUS410> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_HTTP_STATUS429> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_HTTP_STATUS500> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_HTTP_STATUS502> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_HTTP_STATUS503> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_HTTP_STATUS504> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_HTTP_STATUS507> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_HTTP_STATUS508> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_HTTP_STATUS520> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_HTTP_STATUS521> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_HTTP_STATUS522> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_HTTP_STATUS525> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_INTERNAL_CONFIGURATION_ERROR> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_INTERNAL_ERROR> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_INTERNAL_FAILED_TO_DOWNLOAD> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_INTERNAL_MALFORMED_URL> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_INTERNAL_RATE_LIMITED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_INTERNAL_REQUEST_EXPIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_INVALID_FILE> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_SITE_ERROR> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_SITE_TIMEOUT> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_SSL_ERROR> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_SSL_HANDSHAKE_ERROR> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_PROCESSING_EMPTY_FILE> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_PROCESSING_HEIGHT_TOO_SMALL> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_PROCESSING_TOO_MANY_PIXELS> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_PROCESSING_TYPE_MISMATCH> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_PROCESSING_WIDTH_TOO_SMALL> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_CONTENT_READ_ERROR> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_DNS_LOOKUP_ERROR> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_FILE_NOT_ACCESSIBLE> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_FILE_NOT_FOUND> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_HTTP_STATUS400> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_HTTP_STATUS403> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_HTTP_STATUS404> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_HTTP_STATUS405> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_HTTP_STATUS410> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_HTTP_STATUS429> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_HTTP_STATUS500> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_HTTP_STATUS502> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_HTTP_STATUS503> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_HTTP_STATUS504> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_HTTP_STATUS507> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_HTTP_STATUS508> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_HTTP_STATUS520> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_HTTP_STATUS521> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_HTTP_STATUS522> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_HTTP_STATUS525> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_INTERNAL_CONFIGURATION_ERROR> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_INTERNAL_ERROR> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_INTERNAL_FAILED_TO_DOWNLOAD> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_INTERNAL_MALFORMED_URL> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_INTERNAL_RATE_LIMITED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_INTERNAL_REQUEST_EXPIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_INVALID_FILE> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_SITE_ERROR> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_SITE_TIMEOUT> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_SSL_ERROR> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_SSL_HANDSHAKE_ERROR> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_LENGTH_TOO_SHORT> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_PROCESSING_EMPTY_FILE> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_PROCESSING_HEIGHT_TOO_SMALL> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_PROCESSING_TOO_MANY_PIXELS> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_PROCESSING_TYPE_MISMATCH> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_PROCESSING_WIDTH_TOO_SMALL> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/ADDITIONAL_IMAGE_FILE_NOT_ACCESSIBLE> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/ADDITIONAL_IMAGE_FILE_NOT_FOUND> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/ADDITIONAL_IMAGE_INVALID_FILE> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/ADDITIONAL_IMAGE_LEVEL_INTERNAL_ERROR> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/ADDITIONAL_IMAGE_MALFORMED_URL> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/FETCH_GOOGLE_SHEET_PUBLIC_CAN_EDIT> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/HOTEL_PRICE_HEADER_IS_PRESENT> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/VIDEO_DOWNLOAD_VIDEO_TOO_SHORT> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/VIDEO_FILE_NOT_ACCESSIBLE> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/VIDEO_FILE_NOT_FOUND> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/VIDEO_INVALID_FILE> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/VIDEO_LEVEL_INTERNAL_ERROR> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/VIDEO_MALFORMED_URL> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Feed Ingestion
pinterest:CatalogsFeedIngestion
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestion/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestion/feedId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestion/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestion/status> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Feed Processing Result
pinterest:CatalogsFeedProcessingResult
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedProcessingResult/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedProcessingResult/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedProcessingResult/updatedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedProcessingResult/ingestionDetails> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedProcessingResult/productCounts> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedProcessingResult/status> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedProcessingResult/validationDetails> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedProcessingResult/videoCounts> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Feed Product Counts
pinterest:CatalogsFeedProductCounts
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedProductCounts/ingested> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedProductCounts/original> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Feed Validation Details
pinterest:CatalogsFeedValidationDetails
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationDetails/errors> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationDetails/warnings> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Feed Validation Errors
pinterest:CatalogsFeedValidationErrors
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/ADULT_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/ADWORDS_FORMAT_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/AVAILABILITY_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/BLOCKLISTED_IMAGE_SIGNATURE> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/DELIMITER_ERROR> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/DESCRIPTION_MISSING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/DUPLICATE_PRODUCTS> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/ENCODING_ERROR> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/FEED_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/FEED_TOO_SMALL> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/FETCH_ERROR> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/FETCH_INACTIVE_FEED_ERROR> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/IMAGE_LINK_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/IMAGE_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/IMAGE_LINK_MISSING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/INTERNAL_SERVICE_ERROR> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/INVALID_DOMAIN> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/ITEM_MAIN_IMAGE_DOWNLOAD_FAILURE> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/ITEMID_MISSING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/LINK_FORMAT_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/LIST_PRICE_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/MALFORMED_XML> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/MAX_ITEMS_PER_ITEM_GROUP_EXCEEDED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/NO_VERIFIED_DOMAIN> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/PARSE_LINE_ERROR> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/PINJOIN_CONTENT_UNSAFE> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/PRICE_CANNOT_BE_DETERMINED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/PRICE_MISSING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/PRODUCT_LINK_MISSING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/PRODUCT_PRICE_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/REQUIRED_COLUMNS_MISSING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/TITLE_MISSING> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Feed Validation Warnings
pinterest:CatalogsFeedValidationWarnings
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE0_LINK_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE0_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE0_LINK_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE0_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE0_TAG_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE0_TAG_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE0_TAG_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE10_LINK_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE10_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE10_LINK_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE10_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE10_TAG_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE10_TAG_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE10_TAG_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE11_LINK_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE11_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE11_LINK_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE11_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE11_TAG_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE11_TAG_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE11_TAG_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE12_LINK_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE12_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE12_LINK_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE12_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE12_TAG_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE12_TAG_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE12_TAG_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE13_LINK_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE13_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE13_LINK_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE13_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE13_TAG_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE13_TAG_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE13_TAG_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE14_LINK_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE14_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE14_LINK_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE14_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE14_TAG_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE14_TAG_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE14_TAG_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE15_LINK_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE15_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE15_LINK_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE15_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE15_TAG_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE15_TAG_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE15_TAG_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE16_LINK_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE16_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE16_LINK_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE16_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE16_TAG_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE16_TAG_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE16_TAG_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE17_LINK_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE17_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE17_LINK_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE17_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE17_TAG_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE17_TAG_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE17_TAG_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE18_LINK_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE18_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE18_LINK_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE18_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE18_TAG_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE18_TAG_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE18_TAG_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE19_LINK_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE19_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE19_LINK_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE19_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE19_TAG_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE19_TAG_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE19_TAG_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE1_LINK_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE1_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE1_LINK_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE1_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE1_TAG_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE1_TAG_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE1_TAG_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE2_LINK_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE2_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE2_LINK_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE2_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE2_TAG_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE2_TAG_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE2_TAG_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE3_LINK_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE3_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE3_LINK_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE3_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE3_TAG_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE3_TAG_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE3_TAG_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE4_LINK_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE4_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE4_LINK_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE4_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE4_TAG_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE4_TAG_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE4_TAG_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE5_LINK_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE5_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE5_LINK_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE5_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE5_TAG_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE5_TAG_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE5_TAG_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE6_LINK_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE6_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE6_LINK_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE6_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE6_TAG_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE6_TAG_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE6_TAG_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE7_LINK_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE7_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE7_LINK_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE7_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE7_TAG_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE7_TAG_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE7_TAG_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE8_LINK_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE8_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE8_LINK_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE8_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE8_TAG_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE8_TAG_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE8_TAG_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE9_LINK_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE9_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE9_LINK_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE9_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE9_TAG_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE9_TAG_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE9_TAG_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_LINK_FORMAT_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_LINK_SAME_AS_LINK> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_VIDEO0_LINK_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_VIDEO0_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_VIDEO0_LINK_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_VIDEO0_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_VIDEO0_TAG_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_VIDEO0_TAG_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_VIDEO0_TAG_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_VIDEO1_LINK_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_VIDEO1_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_VIDEO1_LINK_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_VIDEO1_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_VIDEO1_TAG_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_VIDEO1_TAG_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_VIDEO1_TAG_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_VIDEO2_LINK_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_VIDEO2_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_VIDEO2_LINK_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_VIDEO2_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_VIDEO2_TAG_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_VIDEO2_TAG_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_VIDEO2_TAG_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/ADDITIONAL_IMAGE_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/ADDITIONAL_IMAGE_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/ADWORDS_FORMAT_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/ADWORDS_SAME_AS_LINK> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AGE_GROUP_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/ANDROID_DEEP_LINK_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AVAILABILITY_DATE_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/COUNTRY_DOES_NOT_MAP_TO_CURRENCY> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/CUSTOM_LABEL_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/DESCRIPTION_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/DUPLICATE_HEADERS> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/EXPIRATION_DATE_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/FETCH_SAME_SIGNATURE> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/GENDER_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/GTIN_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/IMAGE_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/INCONSISTENT_CURRENCY_VALUES> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/INDEXED_PRODUCT_COUNT_LARGE_DELTA> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/IOS_DEEP_LINK_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/IS_BUNDLE_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/ITEM_ADDITIONAL_IMAGE_DOWNLOAD_FAILURE> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/LINK_FORMAT_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/MIN_AD_PRICE_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/MPN_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/MULTIPACK_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/OPTIONAL_CONDITION_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/OPTIONAL_CONDITION_MISSING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/OPTIONAL_PRODUCT_CATEGORY_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/OPTIONAL_PRODUCT_CATEGORY_MISSING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/PRODUCT_CATEGORY_DEPTH_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/PRODUCT_TYPE_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/SALE_DATE_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/SALES_PRICE_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/SALES_PRICE_TOO_HIGH> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/SALES_PRICE_TOO_LOW> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/SHIPPING_HEIGHT_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/SHIPPING_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/SHIPPING_WEIGHT_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/SHIPPING_WIDTH_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/SIZE_SYSTEM_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/SIZE_TYPE_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/TAX_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/TITLE_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/TOO_MANY_ADDITIONAL_IMAGE_LINKS> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/UPDATED_TIME_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/UTM_SOURCE_AUTO_CORRECTED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/VIDEO_REQUIRED_WHEN_AD_VIDEO_PROVIDED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/WEIGHT_UNIT_INVALID> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Feed Video Counts
pinterest:CatalogsFeedVideoCounts
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedVideoCounts/ingestedVideos> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedVideoCounts/notIngestedVideos> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedVideoCounts/totalVideos> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Feeds Create Request
pinterest:CatalogsFeedsCreateRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedsCreateRequest/credentials> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedsCreateRequest/defaultAvailability> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedsCreateRequest/defaultCountry> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedsCreateRequest/defaultCurrency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedsCreateRequest/defaultLocale> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedsCreateRequest/format> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedsCreateRequest/location> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedsCreateRequest/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedsCreateRequest/preferredProcessingSchedule> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedsCreateRequest/status> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Retail Feeds Create Request
pinterest:CatalogsRetailFeedsCreateRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeedsCreateRequest/catalogId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeedsCreateRequest/catalogType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeedsCreateRequest/credentials> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeedsCreateRequest/defaultAvailability> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeedsCreateRequest/defaultCountry> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeedsCreateRequest/defaultCurrency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeedsCreateRequest/defaultLocale> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeedsCreateRequest/format> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeedsCreateRequest/location> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeedsCreateRequest/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeedsCreateRequest/preferredProcessingSchedule> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeedsCreateRequest/status> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Hotel Feeds Create Request
pinterest:CatalogsHotelFeedsCreateRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeedsCreateRequest/catalogId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeedsCreateRequest/catalogType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeedsCreateRequest/credentials> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeedsCreateRequest/defaultCurrency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeedsCreateRequest/defaultLocale> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeedsCreateRequest/format> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeedsCreateRequest/location> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeedsCreateRequest/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeedsCreateRequest/preferredProcessingSchedule> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeedsCreateRequest/status> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Creative Assets Feeds Create Request
pinterest:CatalogsCreativeAssetsFeedsCreateRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeedsCreateRequest/catalogId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeedsCreateRequest/catalogType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeedsCreateRequest/credentials> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeedsCreateRequest/defaultCountry> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeedsCreateRequest/defaultCurrency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeedsCreateRequest/defaultLocale> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeedsCreateRequest/format> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeedsCreateRequest/location> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeedsCreateRequest/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeedsCreateRequest/preferredProcessingSchedule> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeedsCreateRequest/status> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Creative Assets Feeds Update Request
pinterest:CatalogsCreativeAssetsFeedsUpdateRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeedsUpdateRequest/catalogType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeedsUpdateRequest/credentials> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeedsUpdateRequest/defaultCurrency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeedsUpdateRequest/format> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeedsUpdateRequest/location> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeedsUpdateRequest/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeedsUpdateRequest/preferredProcessingSchedule> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeedsUpdateRequest/status> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Retail Feeds Update Request
pinterest:CatalogsRetailFeedsUpdateRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeedsUpdateRequest/catalogType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeedsUpdateRequest/credentials> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeedsUpdateRequest/defaultAvailability> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeedsUpdateRequest/defaultCurrency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeedsUpdateRequest/format> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeedsUpdateRequest/location> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeedsUpdateRequest/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeedsUpdateRequest/preferredProcessingSchedule> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeedsUpdateRequest/status> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Hotel Feeds Update Request
pinterest:CatalogsHotelFeedsUpdateRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeedsUpdateRequest/catalogType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeedsUpdateRequest/credentials> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeedsUpdateRequest/defaultCurrency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeedsUpdateRequest/format> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeedsUpdateRequest/location> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeedsUpdateRequest/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeedsUpdateRequest/preferredProcessingSchedule> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeedsUpdateRequest/status> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Feeds Update Request
pinterest:CatalogsFeedsUpdateRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedsUpdateRequest/credentials> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedsUpdateRequest/defaultAvailability> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedsUpdateRequest/defaultCurrency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedsUpdateRequest/format> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedsUpdateRequest/location> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedsUpdateRequest/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedsUpdateRequest/preferredProcessingSchedule> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedsUpdateRequest/status> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Item Validation Details
pinterest:CatalogsItemValidationDetails
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationDetails/attributeName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationDetails/providedValue> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Item Validation Errors
pinterest:CatalogsItemValidationErrors
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationErrors/ADULT_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationErrors/ADWORDS_FORMAT_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationErrors/AVAILABILITY_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationErrors/BLOCKLISTED_IMAGE_SIGNATURE> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationErrors/DESCRIPTION_MISSING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationErrors/DUPLICATE_PRODUCTS> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationErrors/IMAGE_LINK_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationErrors/IMAGE_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationErrors/IMAGE_LINK_MISSING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationErrors/INVALID_DOMAIN> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationErrors/ITEM_MAIN_IMAGE_DOWNLOAD_FAILURE> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationErrors/ITEMID_MISSING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationErrors/LINK_FORMAT_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationErrors/LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationErrors/LIST_PRICE_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationErrors/MAX_ITEMS_PER_ITEM_GROUP_EXCEEDED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationErrors/PARSE_LINE_ERROR> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationErrors/PINJOIN_CONTENT_UNSAFE> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationErrors/PRICE_CANNOT_BE_DETERMINED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationErrors/PRICE_MISSING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationErrors/PRODUCT_LINK_MISSING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationErrors/PRODUCT_PRICE_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationErrors/TITLE_MISSING> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Item Validation Issues
pinterest:CatalogsItemValidationIssues
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationIssues/errors> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationIssues/itemId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationIssues/itemNumber> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationIssues/warnings> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Item Validation Warnings
pinterest:CatalogsItemValidationWarnings
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE0_LINK_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE0_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE0_LINK_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE0_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE0_TAG_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE0_TAG_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE0_TAG_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE10_LINK_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE10_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE10_LINK_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE10_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE10_TAG_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE10_TAG_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE10_TAG_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE11_LINK_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE11_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE11_LINK_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE11_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE11_TAG_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE11_TAG_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE11_TAG_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE12_LINK_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE12_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE12_LINK_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE12_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE12_TAG_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE12_TAG_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE12_TAG_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE13_LINK_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE13_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE13_LINK_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE13_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE13_TAG_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE13_TAG_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE13_TAG_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE14_LINK_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE14_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE14_LINK_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE14_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE14_TAG_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE14_TAG_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE14_TAG_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE15_LINK_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE15_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE15_LINK_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE15_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE15_TAG_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE15_TAG_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE15_TAG_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE16_LINK_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE16_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE16_LINK_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE16_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE16_TAG_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE16_TAG_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE16_TAG_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE17_LINK_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE17_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE17_LINK_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE17_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE17_TAG_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE17_TAG_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE17_TAG_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE18_LINK_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE18_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE18_LINK_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE18_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE18_TAG_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE18_TAG_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE18_TAG_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE19_LINK_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE19_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE19_LINK_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE19_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE19_TAG_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE19_TAG_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE19_TAG_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE1_LINK_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE1_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE1_LINK_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE1_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE1_TAG_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE1_TAG_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE1_TAG_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE2_LINK_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE2_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE2_LINK_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE2_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE2_TAG_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE2_TAG_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE2_TAG_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE3_LINK_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE3_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE3_LINK_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE3_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE3_TAG_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE3_TAG_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE3_TAG_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE4_LINK_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE4_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE4_LINK_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE4_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE4_TAG_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE4_TAG_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE4_TAG_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE5_LINK_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE5_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE5_LINK_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE5_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE5_TAG_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE5_TAG_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE5_TAG_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE6_LINK_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE6_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE6_LINK_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE6_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE6_TAG_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE6_TAG_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE6_TAG_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE7_LINK_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE7_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE7_LINK_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE7_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE7_TAG_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE7_TAG_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE7_TAG_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE8_LINK_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE8_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE8_LINK_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE8_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE8_TAG_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE8_TAG_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE8_TAG_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE9_LINK_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE9_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE9_LINK_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE9_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE9_TAG_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE9_TAG_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE9_TAG_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_LINK_FORMAT_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_LINK_SAME_AS_LINK> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_VIDEO0_LINK_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_VIDEO0_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_VIDEO0_LINK_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_VIDEO0_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_VIDEO0_TAG_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_VIDEO0_TAG_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_VIDEO0_TAG_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_VIDEO1_LINK_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_VIDEO1_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_VIDEO1_LINK_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_VIDEO1_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_VIDEO1_TAG_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_VIDEO1_TAG_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_VIDEO1_TAG_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_VIDEO2_LINK_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_VIDEO2_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_VIDEO2_LINK_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_VIDEO2_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_VIDEO2_TAG_DUPLICATED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_VIDEO2_TAG_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_VIDEO2_TAG_REQUIRED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/ADDITIONAL_IMAGE_LINK_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/ADDITIONAL_IMAGE_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/ADWORDS_FORMAT_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/ADWORDS_SAME_AS_LINK> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AGE_GROUP_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/ANDROID_DEEP_LINK_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AVAILABILITY_DATE_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/COUNTRY_DOES_NOT_MAP_TO_CURRENCY> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/CUSTOM_LABEL_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/DESCRIPTION_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/EXPIRATION_DATE_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/GENDER_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/GTIN_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/IMAGE_LINK_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/IOS_DEEP_LINK_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/IS_BUNDLE_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/ITEM_ADDITIONAL_IMAGE_DOWNLOAD_FAILURE> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/LINK_FORMAT_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/MIN_AD_PRICE_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/MPN_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/MULTIPACK_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/OPTIONAL_CONDITION_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/OPTIONAL_CONDITION_MISSING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/OPTIONAL_PRODUCT_CATEGORY_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/OPTIONAL_PRODUCT_CATEGORY_MISSING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/PRODUCT_CATEGORY_DEPTH_WARNING> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/PRODUCT_TYPE_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/SALE_DATE_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/SALES_PRICE_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/SALES_PRICE_TOO_HIGH> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/SALES_PRICE_TOO_LOW> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/SHIPPING_HEIGHT_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/SHIPPING_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/SHIPPING_WEIGHT_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/SHIPPING_WIDTH_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/SIZE_SYSTEM_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/SIZE_TYPE_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/TAX_INVALID> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/TITLE_LENGTH_TOO_LONG> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/TOO_MANY_ADDITIONAL_IMAGE_LINKS> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/UTM_SOURCE_AUTO_CORRECTED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/VIDEO_REQUIRED_WHEN_AD_VIDEO_PROVIDED> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/WEIGHT_UNIT_INVALID> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Items Batch
pinterest:CatalogsItemsBatch
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemsBatch/catalog_type> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Items Post Filters
pinterest:CatalogsItemsPostFilters
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemsPostFilters/catalog_type> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Updatable Hotel Attributes
pinterest:CatalogsUpdatableHotelAttributes
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableHotelAttributes/address> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableHotelAttributes/basePrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableHotelAttributes/brand> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableHotelAttributes/category> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableHotelAttributes/customLabel0> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableHotelAttributes/customLabel1> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableHotelAttributes/customLabel2> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableHotelAttributes/customLabel3> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableHotelAttributes/customLabel4> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableHotelAttributes/description> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableHotelAttributes/guestRatings> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableHotelAttributes/latitude> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableHotelAttributes/link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableHotelAttributes/longitude> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableHotelAttributes/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableHotelAttributes/salePrice> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Hotel Address
pinterest:CatalogsHotelAddress
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAddress/addr1> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAddress/city> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAddress/country> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAddress/postalCode> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAddress/region> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Hotel Guest Ratings
pinterest:CatalogsHotelGuestRatings
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelGuestRatings/maxScore> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelGuestRatings/numberOfReviewers> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelGuestRatings/ratingSystem> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelGuestRatings/score> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Hotel Attributes
pinterest:CatalogsHotelAttributes
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAttributes/address> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAttributes/basePrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAttributes/brand> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAttributes/category> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAttributes/customLabel0> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAttributes/customLabel1> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAttributes/customLabel2> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAttributes/customLabel3> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAttributes/customLabel4> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAttributes/description> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAttributes/guestRatings> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAttributes/latitude> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAttributes/link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAttributes/longitude> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAttributes/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAttributes/salePrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAttributes/mainImage> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Hotel Attributes Main Image
pinterest:CatalogsHotelAttributesMainImage
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAttributesMainImage/link> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Retail Items Post Filter
pinterest:CatalogsRetailItemsPostFilter
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailItemsPostFilter/catalog_type> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailItemsPostFilter/catalogId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Hotel Items Post Filter
pinterest:CatalogsHotelItemsPostFilter
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelItemsPostFilter/catalog_type> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelItemsPostFilter/catalogId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Creative Assets Items Post Filter
pinterest:CatalogsCreativeAssetsItemsPostFilter
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsItemsPostFilter/catalog_type> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsItemsPostFilter/catalogId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Retail Item Response
pinterest:CatalogsRetailItemResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailItemResponse/attributes> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailItemResponse/catalogType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailItemResponse/itemId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Item Attributes
pinterest:ItemAttributes
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage0Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage0Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage10Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage10Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage11Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage11Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage12Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage12Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage13Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage13Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage14Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage14Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage15Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage15Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage16Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage16Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage17Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage17Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage18Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage18Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage19Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage19Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage1Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage1Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage2Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage2Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage3Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage3Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage4Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage4Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage5Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage5Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage6Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage6Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage7Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage7Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage8Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage8Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage9Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage9Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adLink> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adVideo0Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adVideo0Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adVideo1Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adVideo1Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adVideo2Link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adVideo2Tag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adult> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/ageGroup> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/androidDeepLink> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/availability> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/averageReviewRating> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/brand> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/checkoutEnabled> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/color> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/condition> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/customLabel0> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/customLabel1> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/customLabel2> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/customLabel3> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/customLabel4> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/customNumber0> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/customNumber1> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/customNumber2> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/customNumber3> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/customNumber4> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/description> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/freeShippingLabel> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/freeShippingLimit> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/gender> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/googleProductCategory> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/gtin> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/installmentPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/iosDeepLink> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/itemGroupId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/lastUpdatedTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/material> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/minAdPrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/mobileLink> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/mpn> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/numberOfRatings> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/numberOfReviews> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/pattern> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/price> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/productType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/promotionId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/salePrice> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/salePriceEffectiveDate> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/shipping> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/shippingHeight> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/shippingWeight> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/shippingWidth> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/size> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/sizeSystem> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/sizeType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/tax> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/title> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/unitPricingBaseMeasure> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/unitPricingMeasure> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/videoLink> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Hotel Item Response
pinterest:CatalogsHotelItemResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelItemResponse/attributes> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelItemResponse/catalogType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelItemResponse/hotelId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Creative Assets Item Response
pinterest:CatalogsCreativeAssetsItemResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsItemResponse/attributes> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsItemResponse/catalogType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsItemResponse/creativeAssetsId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Creative Assets Attributes
pinterest:CatalogsCreativeAssetsAttributes
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsAttributes/androidDeepLink> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsAttributes/customLabel0> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsAttributes/customLabel1> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsAttributes/customLabel2> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsAttributes/customLabel3> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsAttributes/customLabel4> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsAttributes/description> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsAttributes/googleProductCategory> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsAttributes/iosDeepLink> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsAttributes/link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsAttributes/title> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsAttributes/visibility> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsAttributes/imageLink> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsAttributes/videoLink> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Retail Item Error Response
pinterest:CatalogsRetailItemErrorResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailItemErrorResponse/catalogType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailItemErrorResponse/itemId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Item Validation Event
pinterest:ItemValidationEvent
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemValidationEvent/attribute> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemValidationEvent/code> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemValidationEvent/message> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Hotel Item Error Response
pinterest:CatalogsHotelItemErrorResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelItemErrorResponse/catalogType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelItemErrorResponse/hotelId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Creative Assets Item Error Response
pinterest:CatalogsCreativeAssetsItemErrorResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsItemErrorResponse/catalogType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsItemErrorResponse/creativeAssetsId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Updatable Creative Assets Attributes
pinterest:CatalogsUpdatableCreativeAssetsAttributes
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableCreativeAssetsAttributes/androidDeepLink> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableCreativeAssetsAttributes/customLabel0> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableCreativeAssetsAttributes/customLabel1> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableCreativeAssetsAttributes/customLabel2> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableCreativeAssetsAttributes/customLabel3> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableCreativeAssetsAttributes/customLabel4> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableCreativeAssetsAttributes/description> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableCreativeAssetsAttributes/googleProductCategory> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableCreativeAssetsAttributes/iosDeepLink> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableCreativeAssetsAttributes/link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableCreativeAssetsAttributes/title> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableCreativeAssetsAttributes/visibility> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Creative Assets Items Batch
pinterest:CatalogsCreativeAssetsItemsBatch
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsItemsBatch/catalog_type> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsItemsBatch/batchId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsItemsBatch/completedTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsItemsBatch/createdTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsItemsBatch/status> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Creative Assets Processing Record
pinterest:CreativeAssetsProcessingRecord
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreativeAssetsProcessingRecord/creativeAssetsId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreativeAssetsProcessingRecord/status> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Hotel Items Batch
pinterest:CatalogsHotelItemsBatch
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelItemsBatch/catalog_type> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelItemsBatch/batchId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelItemsBatch/completedTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelItemsBatch/createdTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelItemsBatch/status> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Hotel Processing Record
pinterest:HotelProcessingRecord
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.HotelProcessingRecord/hotelId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.HotelProcessingRecord/status> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Retail Items Batch
pinterest:CatalogsRetailItemsBatch
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailItemsBatch/catalog_type> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailItemsBatch/batchId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailItemsBatch/completedTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailItemsBatch/createdTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailItemsBatch/status> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Item Processing Record
pinterest:ItemProcessingRecord
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemProcessingRecord/itemId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemProcessingRecord/status> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Items Request
pinterest:CatalogsItemsRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemsRequest/country> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemsRequest/filters> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemsRequest/language> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Items Create Batch Request
pinterest:CatalogsItemsCreateBatchRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemsCreateBatchRequest/country> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemsCreateBatchRequest/language> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemsCreateBatchRequest/operation> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Items Delete Batch Request
pinterest:CatalogsItemsDeleteBatchRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemsDeleteBatchRequest/country> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemsDeleteBatchRequest/language> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemsDeleteBatchRequest/operation> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Items Delete Discontinued Batch Request
pinterest:CatalogsItemsDeleteDiscontinuedBatchRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemsDeleteDiscontinuedBatchRequest/country> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemsDeleteDiscontinuedBatchRequest/language> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemsDeleteDiscontinuedBatchRequest/operation> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Items Update Batch Request
pinterest:CatalogsItemsUpdateBatchRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemsUpdateBatchRequest/country> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemsUpdateBatchRequest/language> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemsUpdateBatchRequest/operation> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Items Upsert Batch Request
pinterest:CatalogsItemsUpsertBatchRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemsUpsertBatchRequest/country> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemsUpsertBatchRequest/language> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemsUpsertBatchRequest/operation> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Retail Batch Request
pinterest:CatalogsRetailBatchRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailBatchRequest/catalogId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailBatchRequest/catalogType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailBatchRequest/country> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailBatchRequest/language> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Create Retail Item
pinterest:CatalogsCreateRetailItem
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreateRetailItem/attributes> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreateRetailItem/itemId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreateRetailItem/operation> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Update Retail Item
pinterest:CatalogsUpdateRetailItem
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdateRetailItem/attributes> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdateRetailItem/itemId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdateRetailItem/operation> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Upsert Retail Item
pinterest:CatalogsUpsertRetailItem
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpsertRetailItem/attributes> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpsertRetailItem/itemId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpsertRetailItem/operation> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Delete Retail Item
pinterest:CatalogsDeleteRetailItem
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsDeleteRetailItem/itemId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsDeleteRetailItem/lastUpdatedTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsDeleteRetailItem/operation> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Hotel Batch Request
pinterest:CatalogsHotelBatchRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelBatchRequest/catalogId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelBatchRequest/catalogType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelBatchRequest/country> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelBatchRequest/language> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Create Hotel Item
pinterest:CatalogsCreateHotelItem
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreateHotelItem/attributes> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreateHotelItem/hotelId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreateHotelItem/operation> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Upsert Hotel Item
pinterest:CatalogsUpsertHotelItem
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpsertHotelItem/attributes> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpsertHotelItem/hotelId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpsertHotelItem/operation> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Update Hotel Item
pinterest:CatalogsUpdateHotelItem
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdateHotelItem/attributes> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdateHotelItem/hotelId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdateHotelItem/operation> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Delete Hotel Item
pinterest:CatalogsDeleteHotelItem
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsDeleteHotelItem/hotelId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsDeleteHotelItem/operation> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Creative Assets Batch Request
pinterest:CatalogsCreativeAssetsBatchRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsBatchRequest/catalogId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsBatchRequest/catalogType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsBatchRequest/country> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsBatchRequest/language> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Create Creative Assets Item
pinterest:CatalogsCreateCreativeAssetsItem
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreateCreativeAssetsItem/attributes> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreateCreativeAssetsItem/creativeAssetsId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreateCreativeAssetsItem/operation> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Upsert Creative Assets Item
pinterest:CatalogsUpsertCreativeAssetsItem
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpsertCreativeAssetsItem/attributes> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpsertCreativeAssetsItem/creativeAssetsId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpsertCreativeAssetsItem/operation> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Update Creative Assets Item
pinterest:CatalogsUpdateCreativeAssetsItem
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdateCreativeAssetsItem/attributes> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdateCreativeAssetsItem/creativeAssetsId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdateCreativeAssetsItem/operation> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Delete Creative Assets Item
pinterest:CatalogsDeleteCreativeAssetsItem
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsDeleteCreativeAssetsItem/creativeAssetsId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsDeleteCreativeAssetsItem/operation> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Product
pinterest:CatalogsProduct
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProduct/catalog_type> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Product Group Product Counts Vertical
pinterest:CatalogsProductGroupProductCountsVertical
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupProductCountsVertical/catalog_type> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs List Products By Feed Based Filter
pinterest:CatalogsListProductsByFeedBasedFilter
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsListProductsByFeedBasedFilter/feedId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsListProductsByFeedBasedFilter/filters> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Retail List Products By Catalog Based Filter Request
pinterest:CatalogsRetailListProductsByCatalogBasedFilterRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailListProductsByCatalogBasedFilterRequest/catalogId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailListProductsByCatalogBasedFilterRequest/catalogType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailListProductsByCatalogBasedFilterRequest/country> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailListProductsByCatalogBasedFilterRequest/filters> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailListProductsByCatalogBasedFilterRequest/locale> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Hotel List Products By Catalog Based Filter Request
pinterest:CatalogsHotelListProductsByCatalogBasedFilterRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelListProductsByCatalogBasedFilterRequest/catalogId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelListProductsByCatalogBasedFilterRequest/catalogType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelListProductsByCatalogBasedFilterRequest/filters> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Creative Assets List Products By Catalog Based Filter Request
pinterest:CatalogsCreativeAssetsListProductsByCatalogBasedFilterRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsListProductsByCatalogBasedFilterRequest/catalogId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsListProductsByCatalogBasedFilterRequest/catalogType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsListProductsByCatalogBasedFilterRequest/filters> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Creative Assets Product Group
pinterest:CatalogsCreativeAssetsProductGroup
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProductGroup/catalogId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProductGroup/catalogType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProductGroup/createdAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProductGroup/description> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProductGroup/filters> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProductGroup/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProductGroup/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProductGroup/updatedAt> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Hotel Product Group
pinterest:CatalogsHotelProductGroup
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProductGroup/catalogId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProductGroup/catalogType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProductGroup/createdAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProductGroup/description> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProductGroup/filters> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProductGroup/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProductGroup/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProductGroup/type> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProductGroup/updatedAt> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Retail Product Group
pinterest:CatalogsRetailProductGroup
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroup/catalogId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroup/catalogType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroup/country> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroup/createdAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroup/description> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroup/feedId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroup/filters> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroup/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroup/isFeatured> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroup/locale> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroup/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroup/status> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroup/type> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroup/updatedAt> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Hotel Product Group Product Counts
pinterest:CatalogsHotelProductGroupProductCounts
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProductGroupProductCounts/catalog_type> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProductGroupProductCounts/total> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Creative Assets Product Group Product Counts
pinterest:CatalogsCreativeAssetsProductGroupProductCounts
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProductGroupProductCounts/catalog_type> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProductGroupProductCounts/total> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProductGroupProductCounts/videos> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Retail Product Group Product Counts
pinterest:CatalogsRetailProductGroupProductCounts
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroupProductCounts/catalog_type> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroupProductCounts/inStock> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroupProductCounts/outOfStock> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroupProductCounts/preorder> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroupProductCounts/total> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroupProductCounts/videos> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Retail Product
pinterest:CatalogsRetailProduct
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProduct/catalog_type> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProduct/metadata> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProduct/pin> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Retail Product Metadata
pinterest:CatalogsRetailProductMetadata
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductMetadata/availability> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductMetadata/currency> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductMetadata/itemGroupId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductMetadata/itemId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductMetadata/price> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductMetadata/salePrice> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Hotel Product
pinterest:CatalogsHotelProduct
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProduct/catalog_type> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProduct/metadata> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProduct/pin> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Hotel Product Metadata
pinterest:CatalogsHotelProductMetadata
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProductMetadata/hotelId> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Creative Assets Product Metadata
pinterest:CatalogsCreativeAssetsProductMetadata
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProductMetadata/creativeAssetsId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProductMetadata/visibility> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Creative Assets Product
pinterest:CatalogsCreativeAssetsProduct
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProduct/catalog_type> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProduct/metadata> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProduct/pin> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Report Stats
pinterest:CatalogsReportStats
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReportStats/report_type> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Report Parameters
pinterest:CatalogsReportParameters
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReportParameters/catalog_type> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Create Report Response
pinterest:CatalogsCreateReportResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreateReportResponse/token> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Report
pinterest:CatalogsReport
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReport/reportStatus> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReport/size> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReport/url> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Report Feed Ingestion Stats
pinterest:CatalogsReportFeedIngestionStats
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReportFeedIngestionStats/report_type> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReportFeedIngestionStats/catalogId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReportFeedIngestionStats/code> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReportFeedIngestionStats/codeLabel> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReportFeedIngestionStats/message> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReportFeedIngestionStats/occurrences> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReportFeedIngestionStats/severity> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Report Distribution Stats
pinterest:CatalogsReportDistributionStats
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReportDistributionStats/report_type> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReportDistributionStats/catalogId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReportDistributionStats/code> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReportDistributionStats/codeLabel> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReportDistributionStats/ineligibleForAds> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReportDistributionStats/ineligibleForOrganic> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReportDistributionStats/message> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReportDistributionStats/occurrences> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Report Feed Ingestion Filter
pinterest:CatalogsReportFeedIngestionFilter
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReportFeedIngestionFilter/feedId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReportFeedIngestionFilter/processingResultId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReportFeedIngestionFilter/reportType> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Report Distribution Issue Filter
pinterest:CatalogsReportDistributionIssueFilter
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReportDistributionIssueFilter/catalogId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReportDistributionIssueFilter/reportType> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Report All Items Filter
pinterest:CatalogsReportAllItemsFilter
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReportAllItemsFilter/catalogId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReportAllItemsFilter/reportType> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Hotel Report Parameters
pinterest:CatalogsHotelReportParameters
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelReportParameters/catalog_type> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelReportParameters/report> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Hotel Report Stats Parameters
pinterest:CatalogsHotelReportStatsParameters
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelReportStatsParameters/catalogType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelReportStatsParameters/report> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Retail Report Parameters
pinterest:CatalogsRetailReportParameters
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailReportParameters/catalog_type> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailReportParameters/report> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Retail Report Stats Parameters
pinterest:CatalogsRetailReportStatsParameters
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailReportStatsParameters/catalogType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailReportStatsParameters/report> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalog
pinterest:Catalog
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Catalog/createdAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Catalog/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Catalog/updatedAt> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Catalog/catalogType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Catalog/name> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Catalogs Create Request
pinterest:CatalogsCreateRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreateRequest/catalogType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreateRequest/name> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Retail Available Filter Values
pinterest:CatalogsRetailAvailableFilterValues
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailAvailableFilterValues/catalogType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailAvailableFilterValues/filterValues> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Hotel Available Filter Values
pinterest:CatalogsHotelAvailableFilterValues
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAvailableFilterValues/catalogType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAvailableFilterValues/filterValues> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Catalogs Creative Assets Available Filter Values
pinterest:CatalogsCreativeAssetsAvailableFilterValues
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsAvailableFilterValues/catalogType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsAvailableFilterValues/filterValues> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Event Quality Score
pinterest:EventQualityScore
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.EventQualityScore/ingestionSource> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.EventQualityScore/lookbackPeriod> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.EventQualityScore/overallStatus> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.EventQualityScore/qualityComponents> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.EventQualityScore/sourcePlatform> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Quality Components
pinterest:QualityComponents
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.QualityComponents/advertiserExternalId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.QualityComponents/clickIdEpik> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.QualityComponents/externalEventId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.QualityComponents/hashedEmail> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.QualityComponents/hashedMaid> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.QualityComponents/ipAddress> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.QualityComponents/orderId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.QualityComponents/orderValue> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.QualityComponents/productId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.QualityComponents/sourceUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.QualityComponents/userAgent> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Quality Component Details
pinterest:QualityComponentDetails
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.QualityComponentDetails/coverage> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.QualityComponentDetails/overlap> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Quality Component Issue
pinterest:QualityComponentIssue
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.QualityComponentIssue/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.QualityComponentIssue/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.QualityComponentIssue/reason> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Conversion Api Response
pinterest:ConversionApiResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionApiResponse/numEventsProcessed> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionApiResponse/numEventsReceived> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Conversion Event App Info
pinterest:ConversionEventAppInfo
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventAppInfo/appId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventAppInfo/appName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventAppInfo/appPackageName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventAppInfo/appStore> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventAppInfo/appVersion> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventAppInfo/installTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventAppInfo/userAgent> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventAppInfo/windowHeight> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventAppInfo/windowWidth> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Conversion Event Device Info
pinterest:ConversionEventDeviceInfo
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventDeviceInfo/batteryLevel> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventDeviceInfo/brand> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventDeviceInfo/carrier> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventDeviceInfo/cpuCores> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventDeviceInfo/externalStorageFreeSpace> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventDeviceInfo/externalStorageSize> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventDeviceInfo/formFactor> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventDeviceInfo/kernelVersion> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventDeviceInfo/locale> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventDeviceInfo/model> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventDeviceInfo/networkType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventDeviceInfo/osFamily> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventDeviceInfo/osName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventDeviceInfo/osReleaseName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventDeviceInfo/osVersion> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventDeviceInfo/screenDensity> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventDeviceInfo/screenHeight> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventDeviceInfo/screenWidth> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventDeviceInfo/storageFreeSpace> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventDeviceInfo/storageSize> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventDeviceInfo/timezone> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventDeviceInfo/timezoneAbbr> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventDeviceInfo/type> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Conversion Events User Data Properties
pinterest:ConversionEventsUserData
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventsUserDataProperties/clickId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventsUserDataProperties/clientIpAddress> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventsUserDataProperties/clientUserAgent> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventsUserDataProperties/partnerId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Conversion Event Response
pinterest:ConversionEventResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventResponse/adAccountId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventResponse/conversionEvent> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventResponse/conversionTagId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventResponse/createdTime> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Conversion Tag Create
pinterest:ConversionTagCreate
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagCreate/aemDbEnabled> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagCreate/aemEnabled> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagCreate/aemExternalIdEnabled> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagCreate/aemFnlnEnabled> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagCreate/aemGeEnabled> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagCreate/aemLocEnabled> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagCreate/aemPhEnabled> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagCreate/mdFrequency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagCreate/name> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Customer List Upload Create Request
pinterest:CustomerListUploadCreateRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListUploadCreateRequest/operation> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListUploadCreateRequest/totalParts> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Customer List Upload
pinterest:CustomerListUpload
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListUpload/adAccountId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListUpload/creationTime> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListUpload/customerListId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListUpload/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListUpload/operation> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListUpload/recordCounts> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListUpload/state> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListUpload/updatedTime> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Customer List Upload Create Response
pinterest:CustomerListUploadCreateResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListUploadCreateResponse/customerListUpload> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListUploadCreateResponse/s3MultipartUploadData> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: S3File Part
pinterest:S3FilePart
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.S3FilePart/partNumber> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.S3FilePart/presignedUrl> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Customer List Upload Response
pinterest:CustomerListUploadResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListUploadResponse/adAccountId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListUploadResponse/creationTime> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListUploadResponse/customerListId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListUploadResponse/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListUploadResponse/operation> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListUploadResponse/recordCounts> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListUploadResponse/state> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListUploadResponse/updatedTime> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Customer List
pinterest:CustomerList
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerList/adAccountId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerList/createdTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerList/exceptions> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerList/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerList/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerList/numBatches> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerList/numRemovedUserRecords> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerList/numUploadedUserRecords> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerList/status> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerList/type> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerList/updatedTime> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Customer List Request
pinterest:CustomerListRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListRequest/listType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListRequest/name> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListRequest/records> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Customer List Update Request
pinterest:CustomerListUpdateRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListUpdateRequest/operationType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListUpdateRequest/records> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Integration Log
pinterest:IntegrationLog
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLog/advertiserId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLog/appVersionNumber> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLog/clientTimestamp> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLog/error> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLog/eventType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLog/externalBusinessId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLog/feedProfileId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLog/logLevel> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLog/merchantId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLog/message> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLog/platformVersionNumber> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLog/request> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLog/tagId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Integration Log Client Error
pinterest:IntegrationLogClientError
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLogClientError/cause> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLogClientError/columnNumber> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLogClientError/fileName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLogClientError/lineNumber> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLogClientError/message> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLogClientError/messageDetail> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLogClientError/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLogClientError/number> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLogClientError/stackTrace> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Integration Log Client Request
pinterest:IntegrationLogClientRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLogClientRequest/host> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLogClientRequest/method> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLogClientRequest/path> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLogClientRequest/requestHeaders> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLogClientRequest/responseHeaders> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLogClientRequest/responseStatusCode> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Integration Logs Success Response
pinterest:IntegrationLogsSuccessResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLogsSuccessResponse/message> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Integration Metadata
pinterest:IntegrationMetadata
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationMetadata/additionalId1> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationMetadata/connectedAdvertiserId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationMetadata/connectedLbaId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationMetadata/connectedMerchantId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationMetadata/connectedTagId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationMetadata/connectedUserId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationMetadata/createdTimestamp> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationMetadata/externalBusinessId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationMetadata/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationMetadata/partnerAccessTokenExpiry> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationMetadata/partnerMetadata> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationMetadata/partnerRefreshTokenExpiry> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationMetadata/scopes> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationMetadata/updatedTimestamp> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Integration Request
pinterest:IntegrationRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequest/additionalId1> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequest/connectedAdvertiserId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequest/connectedLbaId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequest/connectedMerchantId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequest/connectedTagId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequest/externalBusinessId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequest/partnerAccessToken> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequest/partnerAccessTokenExpiry> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequest/partnerMetadata> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequest/partnerPrimaryEmail> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequest/partnerRefreshToken> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequest/partnerRefreshTokenExpiry> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequest/scopes> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Integration Request Patch
pinterest:IntegrationRequestPatch
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequestPatch/additionalId1> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequestPatch/connectedAdvertiserId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequestPatch/connectedLbaId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequestPatch/connectedMerchantId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequestPatch/connectedTagId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequestPatch/partnerAccessToken> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequestPatch/partnerAccessTokenExpiry> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequestPatch/partnerMetadata> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequestPatch/partnerPrimaryEmail> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequestPatch/partnerRefreshToken> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequestPatch/partnerRefreshTokenExpiry> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequestPatch/scopes> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Integration Record
pinterest:IntegrationRecord
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRecord/additionalId1> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRecord/connectedAdvertiserId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRecord/connectedLbaId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRecord/connectedMerchantId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRecord/connectedTagId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRecord/connectedUserId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRecord/createdTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRecord/externalBusinessId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRecord/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRecord/partnerAccessToken> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRecord/partnerAccessTokenExpiry> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRecord/partnerMetadata> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRecord/partnerPrimaryEmail> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRecord/partnerRefreshToken> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRecord/partnerRefreshTokenExpiry> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRecord/scopes> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRecord/updatedTime> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Keyword
pinterest:Keyword
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Keyword/bid> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Keyword/matchType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Keyword/value> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Keyword/archived> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Keyword/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Keyword/parentId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Keyword/parentType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Keyword/type> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Keyword Error
pinterest:KeywordError
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.KeywordError/data> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Keyword Metrics
pinterest:KeywordMetrics
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.KeywordMetrics/keywordQueryVolume> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Keyword Metrics Response
pinterest:KeywordMetricsResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.KeywordMetricsResponse/keyword> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.KeywordMetricsResponse/metrics> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Label
pinterest:Label
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Label/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Label/labelType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Label/parentId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Label/parentType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Label/status> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Label/value> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Label Error
pinterest:LabelError
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LabelError/data> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Lead Subscription
pinterest:LeadSubscription
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadSubscription/adAccountId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadSubscription/apiVersion> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadSubscription/createdTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadSubscription/cryptographicAlgorithm> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadSubscription/cryptographicKey> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadSubscription/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadSubscription/leadFormId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadSubscription/userAccountId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadSubscription/webhookUrl> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Lead Subscription Post Params Create
pinterest:LeadSubscriptionPostParamsCreate
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadSubscriptionPostParamsCreate/leadFormId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadSubscriptionPostParamsCreate/webhookUrl> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadSubscriptionPostParamsCreate/partnerAccessToken> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadSubscriptionPostParamsCreate/partnerMetadata> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadSubscriptionPostParamsCreate/partnerRefreshToken> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Lead Subscription Post Params Create Partner Metadata All Of1
pinterest:LeadSubscriptionPostParamsCreatePartnerMetadataAllOf1
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadSubscriptionPostParamsCreatePartnerMetadataAllOf1/subscriberKey> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Lead Form Common
pinterest:LeadFormCommon
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormCommon/completionMessage> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormCommon/disclosureLanguage> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormCommon/hasAcceptedTerms> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormCommon/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormCommon/privacyPolicyLink> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormCommon/status> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Lead Form Question
pinterest:LeadFormQuestion
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormQuestion/customQuestionFieldType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormQuestion/customQuestionLabel> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormQuestion/questionType> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Lead Form Test Response
pinterest:LeadFormTestResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormTestResponse/subscriptionId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Lead Form Response
pinterest:LeadForm
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormResponse/completionMessage> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormResponse/disclosureLanguage> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormResponse/hasAcceptedTerms> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormResponse/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormResponse/privacyPolicyLink> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormResponse/status> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormResponse/adAccountId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormResponse/createdTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormResponse/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormResponse/updatedTime> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Lead Form Update Request
pinterest:LeadFormUpdateRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormUpdateRequest/completionMessage> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormUpdateRequest/disclosureLanguage> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormUpdateRequest/hasAcceptedTerms> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormUpdateRequest/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormUpdateRequest/privacyPolicyLink> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormUpdateRequest/status> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormUpdateRequest/id> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Leads Export Create Request
pinterest:LeadsExportCreateRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadsExportCreateRequest/adId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadsExportCreateRequest/endDate> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadsExportCreateRequest/startDate> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Leads Export Create Response
pinterest:LeadsExportCreateResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadsExportCreateResponse/leadsExportId> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Leads Export Response Data
pinterest:LeadsExportResponseData
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadsExportResponseData/downloadUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadsExportResponseData/exportStatus> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Media Upload
pinterest:MediaUpload
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.MediaUpload/mediaId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.MediaUpload/mediaType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.MediaUpload/uploadParameters> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.MediaUpload/uploadUrl> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Media Upload Parameters
pinterest:MediaUploadParameters
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.MediaUploadParameters/Content-Type> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.MediaUploadParameters/key> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.MediaUploadParameters/policy> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.MediaUploadParameters/x-amz-algorithm> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.MediaUploadParameters/x-amz-credential> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.MediaUploadParameters/x-amz-date> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.MediaUploadParameters/x-amz-security-token> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.MediaUploadParameters/x-amz-signature> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Media
pinterest:Media
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Media/mediaId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Media/mediaType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Media/status> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Media Upload Create
pinterest:MediaUploadCreate
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.MediaUploadCreate/mediaType> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Conversion MSOTEvents
pinterest:ConversionMSOTEvents
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionMSOTEvents/adGroupId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionMSOTEvents/attributionModel> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionMSOTEvents/attributionScope> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionMSOTEvents/attributionScore> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionMSOTEvents/campaignId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionMSOTEvents/currency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionMSOTEvents/eventId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionMSOTEvents/eventName> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionMSOTEvents/eventTimestamp> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionMSOTEvents/totalEventTouchpoints> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionMSOTEvents/totalEvents> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionMSOTEvents/value> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Pin Analytics Metrics Response
pinterest:PinAnalytics
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinAnalyticsMetricsResponse/lifetimeMetrics> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinAnalyticsMetricsResponse/summaryMetrics> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Carousel Slot
pinterest:CarouselSlot
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CarouselSlot/description> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CarouselSlot/link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.CarouselSlot/title> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Pin Create
pinterest:PinCreate
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinCreate/altText> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinCreate/boardId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinCreate/boardSectionId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinCreate/description> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinCreate/dominantColor> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinCreate/link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinCreate/mediaSource> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinCreate/parentPinId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinCreate/sponsorId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinCreate/title> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Pin Media Source Image Base64
pinterest:PinMediaSourceImageBase64
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceImageBase64/contentType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceImageBase64/data> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceImageBase64/isStandard> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceImageBase64/sourceType> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Pin Media Source Image Url
pinterest:PinMediaSourceImageURL
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceImageURL/isStandard> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceImageURL/sourceType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceImageURL/url> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Pin Media Source Video Id
pinterest:PinMediaSourceVideoID
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceVideoID/coverImageContentType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceVideoID/coverImageData> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceVideoID/coverImageKeyFrameTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceVideoID/coverImageUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceVideoID/isStandard> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceVideoID/mediaId> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceVideoID/sourceType> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Pin Media Source Images Base64
pinterest:PinMediaSourceImagesBase64
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceImagesBase64/index> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceImagesBase64/sourceType> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Pin Media Source Images Base64Item
pinterest:PinMediaSourceImagesBase64Item
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceImagesBase64Item/contentType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceImagesBase64Item/data> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceImagesBase64Item/description> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceImagesBase64Item/link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceImagesBase64Item/title> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Pin Media Source Images Url
pinterest:PinMediaSourceImagesURL
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceImagesURL/index> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceImagesURL/sourceType> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Pin Media Source Images URLItem
pinterest:PinMediaSourceImagesURLItem
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceImagesURLItem/description> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceImagesURLItem/link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceImagesURLItem/title> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceImagesURLItem/url> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Pin Media Source Pin Url
pinterest:PinMediaSourcePinURL
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourcePinURL/isAffiliateLink> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourcePinURL/sourceType> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Pin Update
pinterest:PinUpdate
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinUpdate/altText> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinUpdate/boardId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinUpdate/boardSectionId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinUpdate/description> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinUpdate/link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinUpdate/title> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Product Category Details
pinterest:ProductCategoryDetails
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductCategoryDetails/demographics> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductCategoryDetails/hasPrediction> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductCategoryDetails/metricsHighlights> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductCategoryDetails/predictedTimeSeries> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductCategoryDetails/productCategory> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductCategoryDetails/timeSeries> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Product Categories Demographic
pinterest:ProductCategoriesDemographic
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductCategoriesDemographic/age> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductCategoriesDemographic/gender> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Gender Demographics
pinterest:GenderDemographics
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.GenderDemographics/female> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.GenderDemographics/male> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.GenderDemographics/unspecified> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Product Categories Metrics Highlights
pinterest:ProductCategoriesMetricsHighlights
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductCategoriesMetricsHighlights/engagement> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductCategoriesMetricsHighlights/outboundClicks> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductCategoriesMetricsHighlights/pinSaves> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Inner Product Categories Metrics Highlights
pinterest:InnerProductCategoriesMetricsHighlights
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.InnerProductCategoriesMetricsHighlights/pctChangeMom> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Trending Product Category
pinterest:TrendingProductCategory
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TrendingProductCategory/engagementType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TrendingProductCategory/pctChangeMom> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TrendingProductCategory/percentRelativeVolume> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TrendingProductCategory/productCategory> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Featured Trend
pinterest:FeaturedTrend
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.FeaturedTrend/interest> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.FeaturedTrend/market> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Trending Topic
pinterest:TrendingTopic
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TrendingTopic/description> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TrendingTopic/percentGrowthMom> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TrendingTopic/timeSeries> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TrendingTopic/title> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Trending Pin
pinterest:TrendingPin
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TrendingPin/height> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TrendingPin/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TrendingPin/src> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TrendingPin/width> ;
    owl:cardinality 1
  ] .

# OWL axioms for class: Product Group Promotion Response Item
pinterest:ProductGroupPromotionResponseItem
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotionResponseItem/data> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Promotion Array Element
pinterest:PromotionArrayElement
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionArrayElement/data> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionArrayElement/exception> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Promotion Response
pinterest:Promotion
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionResponse/discountStatus> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionResponse/endTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionResponse/externalId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionResponse/platformType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionResponse/promotionCode> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionResponse/promotionCustomId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionResponse/promotionTitle> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionResponse/promotionType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionResponse/startTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionResponse/adAccountId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionResponse/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionResponse/status> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Promotion Template Value
pinterest:PromotionTemplateValue
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionTemplateValue/amount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionTemplateValue/currencyCode> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionTemplateValue/customText> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionTemplateValue/percent> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Promotion Common
pinterest:PromotionCommon
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionCommon/discountStatus> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionCommon/endTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionCommon/externalId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionCommon/platformType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionCommon/promotionCode> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionCommon/promotionCustomId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionCommon/promotionTitle> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionCommon/promotionType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionCommon/startTime> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Promotion Update Request
pinterest:PromotionUpdateRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionUpdateRequest/discountStatus> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionUpdateRequest/endTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionUpdateRequest/externalId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionUpdateRequest/platformType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionUpdateRequest/promotionCode> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionUpdateRequest/promotionCustomId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionUpdateRequest/promotionTitle> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionUpdateRequest/promotionType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionUpdateRequest/startTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionUpdateRequest/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionUpdateRequest/status> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Ad Accounts Country Response Data
pinterest:AdAccountCountry
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdAccountsCountryResponseData/code> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdAccountsCountryResponseData/currency> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdAccountsCountryResponseData/index> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdAccountsCountryResponseData/name> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Book Closed Response
pinterest:BookClosed
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BookClosedResponse/conversionMetricsReady> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.BookClosedResponse/nonConversionMetricsReady> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Single Interest Targeting Option Response
pinterest:InterestTargetingOption
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SingleInterestTargetingOptionResponse/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SingleInterestTargetingOptionResponse/level> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SingleInterestTargetingOptionResponse/name> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Summary Pin
pinterest:SummaryPin
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SummaryPin/altText> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SummaryPin/description> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SummaryPin/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SummaryPin/link> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SummaryPin/media> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.SummaryPin/title> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Targeting Template Audience Sizing
pinterest:TargetingTemplateAudienceSizing
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateAudienceSizing/reachEstimate> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Targeting Template Keyword
pinterest:TargetingTemplateKeyword
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateKeyword/matchType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateKeyword/value> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Targeting Template Create
pinterest:TargetingTemplateCreate
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateCreate/autoTargetingEnabled> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateCreate/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateCreate/placementGroup> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateCreate/targetingAttributes> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateCreate/trackingUrls> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Targeting Template Response Data
pinterest:TargetingTemplateResponseData
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateResponseData/autoTargetingEnabled> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateResponseData/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateResponseData/placementGroup> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateResponseData/targetingAttributes> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateResponseData/trackingUrls> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateResponseData/adAccountId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateResponseData/createdTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateResponseData/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateResponseData/sizing> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateResponseData/status> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateResponseData/updatedTime> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Targeting Template Get Response Data
pinterest:TargetingTemplateGetResponseData
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateGetResponseData/autoTargetingEnabled> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateGetResponseData/name> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateGetResponseData/placementGroup> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateGetResponseData/targetingAttributes> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateGetResponseData/trackingUrls> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateGetResponseData/adAccountId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateGetResponseData/createdTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateGetResponseData/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateGetResponseData/sizing> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateGetResponseData/status> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateGetResponseData/updatedTime> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateGetResponseData/valid> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Targeting Template Update Request
pinterest:TargetingTemplateUpdateRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateUpdateRequest/id> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateUpdateRequest/operationType> ;
    owl:cardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateUpdateRequest/targetingAttributes> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Related Terms
pinterest:RelatedTerms
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.RelatedTerms/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.RelatedTerms/relatedTermCount> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Terms Of Service
pinterest:TermsOfService
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TermsOfService/adAccountId> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TermsOfService/hasAccepted> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TermsOfService/html> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TermsOfService/id> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Analytics Metrics Response
pinterest:AnalyticsMetricsResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AnalyticsMetricsResponse/summaryMetrics> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Analytics Daily Metrics
pinterest:AnalyticsDailyMetrics
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AnalyticsDailyMetrics/dataStatus> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AnalyticsDailyMetrics/date> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.AnalyticsDailyMetrics/metrics> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Account
pinterest:Account
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Account/about> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Account/accountType> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Account/boardCount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Account/businessName> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Account/followerCount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Account/followingCount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Account/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Account/monthlyViews> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Account/pinCount> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Account/profileImage> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Account/username> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Account/websiteUrl> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Follow User Request
pinterest:FollowUserRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.FollowUserRequest/autoFollow> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Interest
pinterest:Interest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Interest/canonicalUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Interest/id> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Interest/key> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.Interest/name> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Linked Business
pinterest:LinkedBusiness
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LinkedBusiness/imageLargeUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LinkedBusiness/imageMediumUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LinkedBusiness/imageSmallUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LinkedBusiness/imageXlargeUrl> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.LinkedBusiness/username> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Top Pins Analytics Response
pinterest:TopPinsAnalyticsResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TopPinsAnalyticsResponse/dateAvailability> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TopPinsAnalyticsResponse/sortBy> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: Top Video Pins Analytics Response
pinterest:TopVideoPinsAnalyticsResponse
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TopVideoPinsAnalyticsResponse/dateAvailability> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.TopVideoPinsAnalyticsResponse/sortBy> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: User Summary
pinterest:UserSummary
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UserSummary/type> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UserSummary/username> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: User Website Summary
pinterest:UserWebsiteSummary
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UserWebsiteSummary/status> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UserWebsiteSummary/verifiedAt> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UserWebsiteSummary/website> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: User Website Verification Code
pinterest:UserWebsiteVerificationCode
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UserWebsiteVerificationCode/dnsTxtRecord> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UserWebsiteVerificationCode/fileContent> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UserWebsiteVerificationCode/filename> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UserWebsiteVerificationCode/metatag> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UserWebsiteVerificationCode/verificationCode> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for class: User Website Verify Request
pinterest:UserWebsiteVerifyRequest
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UserWebsiteVerifyRequest/verificationMethod> ;
    owl:maxCardinality 1
  ] ;
  rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty <https://relay.inferal.com/ontology/pinterest/property/Pinterest.UserWebsiteVerifyRequest/website> ;
    owl:maxCardinality 1
  ] .

# OWL axioms for property: grant type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.OauthAccessTokenRequest/grantType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: client id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.OauthAccessTokenRequest/clientId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: client secret
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.OauthAccessTokenRequest/clientSecret>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: code
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.OauthAccessTokenRequest/code>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: redirect uri
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.OauthAccessTokenRequest/redirectUri>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: refresh token
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.OauthAccessTokenRequest/refreshToken>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: access token
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.OauthAccessTokenResponse/accessToken>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: token type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.OauthAccessTokenResponse/tokenType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: expires in
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.OauthAccessTokenResponse/expiresIn>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: scope
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.OauthAccessTokenResponse/scope>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: refresh token
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.OauthAccessTokenResponse/refreshToken>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: refresh token expires in
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.OauthAccessTokenResponse/refreshTokenExpiresIn>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status code
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinterestError/statusCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: code
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinterestError/code>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: message
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinterestError/message>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: access token
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionAccessTokenResponse/accessToken>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: token type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionAccessTokenResponse/tokenType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: app type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AppTypeMultipliers/APP_TYPE>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: placement
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PlacementMultipliers/PLACEMENT>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceInsightCategoryCommon/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: index
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceInsightCategoryCommon/index>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: key
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceInsightCategoryCommon/key>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceInsightCategoryCommon/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ratio
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceInsightCategoryCommon/ratio>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: board pins modified at
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardBase/boardPinsModifiedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: collaborator count
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardBase/collaboratorCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardBase/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardBase/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: follower count
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardBase/followerCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardBase/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is ads only
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardBase/isAdsOnly>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: media
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardBase/media>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardBase/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: owner
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardBase/owner>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: pin count
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardBase/pinCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: image cover url
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardMedia/imageCoverUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: pin thumbnail urls
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardMedia/pinThumbnailUrls>
  a owl:DatatypeProperty .

# OWL axioms for property: username
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardOwner/username>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: board pins modified at
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Board/boardPinsModifiedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: collaborator count
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Board/collaboratorCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Board/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Board/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: follower count
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Board/followerCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Board/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is ads only
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Board/isAdsOnly>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: media
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Board/media>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Board/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: owner
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Board/owner>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: pin count
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Board/pinCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: privacy
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Board/privacy>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: code
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BusinessAccessError/code>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: message
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BusinessAccessError/message>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: email
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BusinessAccessUserSummary/email>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BusinessAccessUserSummary/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: username
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BusinessAccessUserSummary/username>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: code snippet
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTag/codeSnippet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: configs
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTag/configs>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: enhanced match status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTag/enhancedMatchStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTag/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: last fired time ms
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTag/lastFiredTimeMs>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTag/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: version
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTag/version>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

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

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTag/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: aem db enabled
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagConfigs/aemDbEnabled>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: aem enabled
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagConfigs/aemEnabled>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: aem external id enabled
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagConfigs/aemExternalIdEnabled>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: aem fnln enabled
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagConfigs/aemFnlnEnabled>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: aem ge enabled
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagConfigs/aemGeEnabled>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: aem loc enabled
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagConfigs/aemLocEnabled>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: aem ph enabled
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagConfigs/aemPhEnabled>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: md frequency
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagConfigs/mdFrequency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: no code capi domains
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagConfigs/noCodeCapiDomains>
  a owl:DatatypeProperty .

# OWL axioms for property: code snippet
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagCommon/codeSnippet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: configs
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagCommon/configs>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: enhanced match status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagCommon/enhancedMatchStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagCommon/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: last fired time ms
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagCommon/lastFiredTimeMs>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagCommon/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: version
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagCommon/version>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: code
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Exception/code>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: message
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Exception/message>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: height
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ImageDetails/height>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: url
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ImageDetails/url>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: width
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ImageDetails/width>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ImageMetadata/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: images
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ImageMetadata/images>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: item type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ImageMetadata/itemType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ImageMetadata/link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: title
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ImageMetadata/title>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: 1200x
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ImageSize/1200x>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: 150x150
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ImageSize/150x150>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: 400x300
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ImageSize/400x300>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: 600x
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ImageSize/600x>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: data
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.MetricsResponse/data>
  a owl:ObjectProperty .

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

# OWL axioms for property: budget
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.OrderLine/budget>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: end time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.OrderLine/endTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.OrderLine/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.OrderLine/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: paid budget
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.OrderLine/paidBudget>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: paid type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.OrderLine/paidType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: purchase order id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.OrderLine/purchaseOrderId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: start time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.OrderLine/startTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.OrderLine/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.OrderLine/type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: campaign ids
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.OrderLine/campaignIds>
  a owl:DatatypeProperty .

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

# OWL axioms for property: budget
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.OrderLines/budget>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: end time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.OrderLines/endTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.OrderLines/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.OrderLines/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: paid budget
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.OrderLines/paidBudget>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: paid type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.OrderLines/paidType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: purchase order id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.OrderLines/purchaseOrderId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: start time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.OrderLines/startTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.OrderLines/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.OrderLines/type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: bookmark
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Paginated/bookmark>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: items
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Paginated/items>
  a owl:ObjectProperty .

# OWL axioms for property: alt text
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Pin/altText>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: board id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Pin/boardId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: board owner
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Pin/boardOwner>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: board section id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Pin/boardSectionId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Pin/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: creative type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Pin/creativeType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Pin/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: dominant color
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Pin/dominantColor>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: has been promoted
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Pin/hasBeenPromoted>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Pin/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is owner
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Pin/isOwner>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is standard
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Pin/isStandard>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Pin/link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: media
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Pin/media>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: parent pin id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Pin/parentPinId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: pin metrics
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Pin/pinMetrics>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: title
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Pin/title>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: images
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaWithImage/images>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: media type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaWithImage/mediaType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cover image url
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaWithVideo/coverImageUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: duration
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaWithVideo/duration>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: height
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaWithVideo/height>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: images
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaWithVideo/images>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: media type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaWithVideo/mediaType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: video url
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaWithVideo/videoUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: width
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaWithVideo/width>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: items
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaWithImages/items>
  a owl:ObjectProperty .

# OWL axioms for property: media type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaWithImages/mediaType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: items
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaWithVideos/items>
  a owl:ObjectProperty .

# OWL axioms for property: media type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaWithVideos/mediaType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cover image url
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.VideoMetadataWithItemType/coverImageUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: duration
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.VideoMetadataWithItemType/duration>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: height
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.VideoMetadataWithItemType/height>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: item type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.VideoMetadataWithItemType/itemType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: video url
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.VideoMetadataWithItemType/videoUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: width
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.VideoMetadataWithItemType/width>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: items
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaWithImageAndVideo/items>
  a owl:ObjectProperty .

# OWL axioms for property: media type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaWithImageAndVideo/mediaType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: age bucket
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingSpec/AGE_BUCKET>
  a owl:DatatypeProperty .

# OWL axioms for property: apptype
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingSpec/APPTYPE>
  a owl:DatatypeProperty .

# OWL axioms for property: audience exclude
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingSpec/AUDIENCE_EXCLUDE>
  a owl:DatatypeProperty .

# OWL axioms for property: audience include
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingSpec/AUDIENCE_INCLUDE>
  a owl:DatatypeProperty .

# OWL axioms for property: gender
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingSpec/GENDER>
  a owl:DatatypeProperty .

# OWL axioms for property: geo
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingSpec/GEO>
  a owl:DatatypeProperty .

# OWL axioms for property: interest
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingSpec/INTEREST>
  a owl:DatatypeProperty .

# OWL axioms for property: locale
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingSpec/LOCALE>
  a owl:DatatypeProperty .

# OWL axioms for property: location
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingSpec/LOCATION>
  a owl:DatatypeProperty .

# OWL axioms for property: maximum age
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingSpec/MAXIMUM_AGE>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: minimum age
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingSpec/MINIMUM_AGE>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shopping retargeting
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingSpec/SHOPPING_RETARGETING>
  a owl:ObjectProperty .

# OWL axioms for property: targeting strategy
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingSpec/TARGETING_STRATEGY>
  a owl:DatatypeProperty .

# OWL axioms for property: exclusion window
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingSpecShoppingRetargeting/exclusionWindow>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: lookback window
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingSpecShoppingRetargeting/lookbackWindow>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tag types
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingSpecShoppingRetargeting/tagTypes>
  a owl:DatatypeProperty .

# OWL axioms for property: audience verification
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TrackingUrls/audienceVerification>
  a owl:DatatypeProperty .

# OWL axioms for property: buyable button
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TrackingUrls/buyableButton>
  a owl:DatatypeProperty .

# OWL axioms for property: click
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TrackingUrls/click>
  a owl:DatatypeProperty .

# OWL axioms for property: engagement
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TrackingUrls/engagement>
  a owl:DatatypeProperty .

# OWL axioms for property: impression
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TrackingUrls/impression>
  a owl:DatatypeProperty .

# OWL axioms for property: address primary
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LocalStoreUpdate/addressPrimary>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: address secondary
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LocalStoreUpdate/addressSecondary>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: city
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LocalStoreUpdate/city>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LocalStoreUpdate/country>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LocalStoreUpdate/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: latitude
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LocalStoreUpdate/latitude>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: longitude
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LocalStoreUpdate/longitude>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LocalStoreUpdate/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: postal code
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LocalStoreUpdate/postalCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: region
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LocalStoreUpdate/region>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: store code
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LocalStoreUpdate/storeCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: code snippet
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagResponse/codeSnippet>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: configs
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagResponse/configs>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: enhanced match status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagResponse/enhancedMatchStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagResponse/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: last fired time ms
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagResponse/lastFiredTimeMs>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagResponse/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: version
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagResponse/version>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

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

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagResponse/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: attributes
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemCreateBatchRecord/attributes>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: item id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemCreateBatchRecord/itemId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image0link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage0Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image0tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage0Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image10link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage10Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image10tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage10Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image11link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage11Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image11tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage11Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image12link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage12Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image12tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage12Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image13link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage13Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image13tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage13Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image14link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage14Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image14tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage14Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image15link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage15Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image15tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage15Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image16link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage16Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image16tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage16Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image17link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage17Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image17tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage17Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image18link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage18Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image18tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage18Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image19link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage19Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image19tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage19Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image1link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage1Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image1tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage1Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image2link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage2Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image2tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage2Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image3link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage3Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image3tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage3Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image4link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage4Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image4tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage4Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image5link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage5Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image5tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage5Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image6link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage6Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image6tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage6Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image7link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage7Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image7tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage7Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image8link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage8Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image8tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage8Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image9link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage9Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image9tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adImage9Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adLink>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video0link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adVideo0Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video0tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adVideo0Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video1link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adVideo1Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video1tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adVideo1Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video2link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adVideo2Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video2tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adVideo2Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: adult
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/adult>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: age group
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/ageGroup>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: android deep link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/androidDeepLink>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: availability
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/availability>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: average review rating
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/averageReviewRating>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: brand
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/brand>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: checkout enabled
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/checkoutEnabled>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: color
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/color>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: condition
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/condition>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom label0
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/customLabel0>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom label1
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/customLabel1>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom label2
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/customLabel2>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom label3
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/customLabel3>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom label4
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/customLabel4>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom number0
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/customNumber0>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom number1
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/customNumber1>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom number2
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/customNumber2>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom number3
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/customNumber3>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom number4
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/customNumber4>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: free shipping label
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/freeShippingLabel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: free shipping limit
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/freeShippingLimit>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: gender
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/gender>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: google product category
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/googleProductCategory>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: gtin
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/gtin>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: installment price
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/installmentPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ios deep link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/iosDeepLink>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: item group id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/itemGroupId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: last updated time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/lastUpdatedTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: material
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/material>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: min ad price
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/minAdPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: mobile link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/mobileLink>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: mpn
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/mpn>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: number of ratings
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/numberOfRatings>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: number of reviews
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/numberOfReviews>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: pattern
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/pattern>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: price
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/price>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/productType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: promotion id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/promotionId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: sale price
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/salePrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: sale price effective date
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/salePriceEffectiveDate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shipping
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/shipping>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shipping height
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/shippingHeight>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shipping weight
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/shippingWeight>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shipping width
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/shippingWidth>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: size
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/size>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: size system
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/sizeSystem>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: size type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/sizeType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/tax>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: title
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/title>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: unit pricing base measure
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/unitPricingBaseMeasure>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: unit pricing measure
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/unitPricingMeasure>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: variant names
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/variantNames>
  a owl:DatatypeProperty .

# OWL axioms for property: variant values
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/variantValues>
  a owl:DatatypeProperty .

# OWL axioms for property: additional image link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/additionalImageLink>
  a owl:DatatypeProperty .

# OWL axioms for property: image link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/imageLink>
  a owl:DatatypeProperty .

# OWL axioms for property: save pin disabled
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/savePinDisabled>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: video link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributesRequest/videoLink>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image0link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage0Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image0tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage0Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image10link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage10Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image10tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage10Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image11link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage11Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image11tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage11Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image12link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage12Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image12tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage12Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image13link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage13Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image13tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage13Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image14link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage14Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image14tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage14Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image15link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage15Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image15tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage15Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image16link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage16Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image16tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage16Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image17link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage17Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image17tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage17Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image18link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage18Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image18tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage18Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image19link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage19Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image19tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage19Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image1link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage1Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image1tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage1Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image2link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage2Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image2tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage2Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image3link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage3Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image3tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage3Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image4link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage4Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image4tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage4Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image5link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage5Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image5tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage5Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image6link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage6Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image6tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage6Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image7link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage7Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image7tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage7Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image8link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage8Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image8tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage8Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image9link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage9Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image9tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adImage9Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adLink>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video0link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adVideo0Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video0tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adVideo0Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video1link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adVideo1Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video1tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adVideo1Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video2link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adVideo2Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video2tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adVideo2Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: adult
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/adult>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: age group
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/ageGroup>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: android deep link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/androidDeepLink>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: availability
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/availability>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: average review rating
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/averageReviewRating>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: brand
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/brand>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: checkout enabled
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/checkoutEnabled>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: color
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/color>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: condition
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/condition>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom label0
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/customLabel0>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom label1
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/customLabel1>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom label2
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/customLabel2>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom label3
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/customLabel3>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom label4
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/customLabel4>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom number0
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/customNumber0>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom number1
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/customNumber1>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom number2
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/customNumber2>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom number3
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/customNumber3>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom number4
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/customNumber4>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: free shipping label
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/freeShippingLabel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: free shipping limit
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/freeShippingLimit>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: gender
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/gender>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: google product category
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/googleProductCategory>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: gtin
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/gtin>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: installment price
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/installmentPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ios deep link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/iosDeepLink>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: item group id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/itemGroupId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: last updated time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/lastUpdatedTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: material
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/material>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: min ad price
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/minAdPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: mobile link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/mobileLink>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: mpn
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/mpn>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: number of ratings
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/numberOfRatings>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: number of reviews
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/numberOfReviews>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: pattern
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/pattern>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: price
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/price>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/productType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: promotion id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/promotionId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: sale price
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/salePrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: sale price effective date
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/salePriceEffectiveDate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shipping
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/shipping>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shipping height
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/shippingHeight>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shipping weight
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/shippingWeight>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shipping width
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/shippingWidth>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: size
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/size>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: size system
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/sizeSystem>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: size type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/sizeType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/tax>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: title
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/title>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: unit pricing base measure
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/unitPricingBaseMeasure>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: unit pricing measure
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/unitPricingMeasure>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: variant names
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/variantNames>
  a owl:DatatypeProperty .

# OWL axioms for property: variant values
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatableItemAttributes/variantValues>
  a owl:DatatypeProperty .

# OWL axioms for property: item id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemDeleteDiscontinuedBatchRecord/itemId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: attributes
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemUpdateBatchRecord/attributes>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: item id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemUpdateBatchRecord/itemId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: update mask
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemUpdateBatchRecord/updateMask>
  a owl:DatatypeProperty .

# OWL axioms for property: attributes
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemUpsertBatchRecord/attributes>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: item id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemUpsertBatchRecord/itemId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: item id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemDeleteBatchRecord/itemId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: attribution types
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsAnalyticsCreateAsyncRequest/attributionTypes>
  a owl:DatatypeProperty .

# OWL axioms for property: click window days
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsAnalyticsCreateAsyncRequest/clickWindowDays>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: conversion report time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsAnalyticsCreateAsyncRequest/conversionReportTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: end date
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsAnalyticsCreateAsyncRequest/endDate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: engagement window days
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsAnalyticsCreateAsyncRequest/engagementWindowDays>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: granularity
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsAnalyticsCreateAsyncRequest/granularity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: start date
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsAnalyticsCreateAsyncRequest/startDate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: view window days
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsAnalyticsCreateAsyncRequest/viewWindowDays>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: columns
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsAnalyticsCreateAsyncRequest/columns>
  a owl:DatatypeProperty .

# OWL axioms for property: combine targeting types
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsAnalyticsCreateAsyncRequest/combineTargetingTypes>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom conversion event metrics
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsAnalyticsCreateAsyncRequest/customConversionEventMetrics>
  a owl:ObjectProperty .

# OWL axioms for property: end hour
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsAnalyticsCreateAsyncRequest/endHour>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: level
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsAnalyticsCreateAsyncRequest/level>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: primary sort
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsAnalyticsCreateAsyncRequest/primarySort>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: report format
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsAnalyticsCreateAsyncRequest/reportFormat>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: reporting timezone
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsAnalyticsCreateAsyncRequest/reportingTimezone>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: start hour
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsAnalyticsCreateAsyncRequest/startHour>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: message
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsAnalyticsCreateAsyncResponse/message>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: report status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsAnalyticsCreateAsyncResponse/reportStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: token
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsAnalyticsCreateAsyncResponse/token>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: report status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsAnalyticsGetAsyncResponse/reportStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: size
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsAnalyticsGetAsyncResponse/size>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: url
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsAnalyticsGetAsyncResponse/url>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad group ids
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionProductReportRequest/adGroupIds>
  a owl:DatatypeProperty .

# OWL axioms for property: campaign ids
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionProductReportRequest/campaignIds>
  a owl:DatatypeProperty .

# OWL axioms for property: campaign objective types
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionProductReportRequest/campaignObjectiveTypes>
  a owl:DatatypeProperty .

# OWL axioms for property: click window days
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionProductReportRequest/clickWindowDays>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: columns
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionProductReportRequest/columns>
  a owl:DatatypeProperty .

# OWL axioms for property: conversion product attribution type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionProductReportRequest/conversionProductAttributionType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: conversion product breakdown
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionProductReportRequest/conversionProductBreakdown>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: conversion report time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionProductReportRequest/conversionReportTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: end date
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionProductReportRequest/endDate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: granularity
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionProductReportRequest/granularity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: level
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionProductReportRequest/level>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product sku ids
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionProductReportRequest/productSkuIds>
  a owl:DatatypeProperty .

# OWL axioms for property: report name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionProductReportRequest/reportName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: start date
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionProductReportRequest/startDate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: view window days
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionProductReportRequest/viewWindowDays>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: countries
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreateMMMReportRequest/countries>
  a owl:DatatypeProperty .

# OWL axioms for property: columns
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreateMMMReportRequest/columns>
  a owl:DatatypeProperty .

# OWL axioms for property: end date
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreateMMMReportRequest/endDate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: granularity
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreateMMMReportRequest/granularity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: level
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreateMMMReportRequest/level>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: report name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreateMMMReportRequest/reportName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: start date
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreateMMMReportRequest/startDate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: targeting types
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreateMMMReportRequest/targetingTypes>
  a owl:DatatypeProperty .

# OWL axioms for property: code
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreateMMMReportResponse/code>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: data
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreateMMMReportResponse/data>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: code
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.GetMMMReportResponse/code>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: data
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.GetMMMReportResponse/data>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: message
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.GetMMMReportResponse/message>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.GetMMMReportResponse/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdAccount/country>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdAccount/createdTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdAccount/currency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdAccount/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdAccount/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: owner
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdAccount/owner>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: permissions
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdAccount/permissions>
  a owl:DatatypeProperty .

# OWL axioms for property: updated time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdAccount/updatedTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdAccountOwner/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: username
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdAccountOwner/username>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdAccountCreate/country>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdAccountCreate/currency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdAccountCreate/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: owner user id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdAccountCreate/ownerUserId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: message
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TemplateBasedReport/message>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: report status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TemplateBasedReport/reportStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: template id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TemplateBasedReport/templateId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: token
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TemplateBasedReport/token>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: items
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupArrayResponse/items>
  a owl:ObjectProperty .

# OWL axioms for property: data
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupArrayResponseElement/data>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: exceptions
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupArrayResponseElement/exceptions>
  a owl:ObjectProperty .

# OWL axioms for property: auto targeting enabled
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/autoTargetingEnabled>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: bid in micro currency
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/bidInMicroCurrency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: bid strategy type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/bidStrategyType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: billable event
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/billableEvent>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: budget in micro currency
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/budgetInMicroCurrency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: budget type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/budgetType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: campaign id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/campaignId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: end time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/endTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is creative optimization
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/isCreativeOptimization>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: lifetime frequency cap
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/lifetimeFrequencyCap>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: optimization goal metadata
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/optimizationGoalMetadata>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: pacing delivery type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/pacingDeliveryType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: placement group
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/placementGroup>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: promotion application level
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/promotionApplicationLevel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: promotion id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/promotionId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: start time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/startTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: targeting spec
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/targetingSpec>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: targeting template ids
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/targetingTemplateIds>
  a owl:DatatypeProperty .

# OWL axioms for property: tracking urls
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/trackingUrls>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

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

# OWL axioms for property: bid multiplier
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/bidMultiplier>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: conversion learning mode type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/conversionLearningModeType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/createdTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: dca assets
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/dcaAssets>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: feed profile id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/feedProfileId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: summary status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/summaryStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupResponse/updatedTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: conversion tag v3goal metadata
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.OptimizationGoalMetadata/conversionTagV3GoalMetadata>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: frequency goal metadata
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.OptimizationGoalMetadata/frequencyGoalMetadata>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: scrollup goal metadata
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.OptimizationGoalMetadata/scrollupGoalMetadata>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: auto targeting enabled
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupCreateRequest/autoTargetingEnabled>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: bid in micro currency
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupCreateRequest/bidInMicroCurrency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: bid strategy type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupCreateRequest/bidStrategyType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: billable event
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupCreateRequest/billableEvent>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: budget in micro currency
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupCreateRequest/budgetInMicroCurrency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: budget type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupCreateRequest/budgetType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: campaign id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupCreateRequest/campaignId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: end time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupCreateRequest/endTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is creative optimization
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupCreateRequest/isCreativeOptimization>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: lifetime frequency cap
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupCreateRequest/lifetimeFrequencyCap>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupCreateRequest/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: optimization goal metadata
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupCreateRequest/optimizationGoalMetadata>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: pacing delivery type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupCreateRequest/pacingDeliveryType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: placement group
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupCreateRequest/placementGroup>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: promotion application level
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupCreateRequest/promotionApplicationLevel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: promotion id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupCreateRequest/promotionId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: start time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupCreateRequest/startTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupCreateRequest/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: targeting spec
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupCreateRequest/targetingSpec>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: targeting template ids
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupCreateRequest/targetingTemplateIds>
  a owl:DatatypeProperty .

# OWL axioms for property: tracking urls
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupCreateRequest/trackingUrls>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: bid multiplier
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupCreateRequest/bidMultiplier>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: auto targeting enabled
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupUpdateRequest/autoTargetingEnabled>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: bid in micro currency
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupUpdateRequest/bidInMicroCurrency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: bid strategy type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupUpdateRequest/bidStrategyType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: billable event
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupUpdateRequest/billableEvent>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: budget in micro currency
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupUpdateRequest/budgetInMicroCurrency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: budget type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupUpdateRequest/budgetType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: campaign id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupUpdateRequest/campaignId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: end time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupUpdateRequest/endTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is creative optimization
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupUpdateRequest/isCreativeOptimization>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: lifetime frequency cap
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupUpdateRequest/lifetimeFrequencyCap>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupUpdateRequest/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: optimization goal metadata
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupUpdateRequest/optimizationGoalMetadata>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: pacing delivery type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupUpdateRequest/pacingDeliveryType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: placement group
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupUpdateRequest/placementGroup>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: promotion application level
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupUpdateRequest/promotionApplicationLevel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: promotion id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupUpdateRequest/promotionId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: start time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupUpdateRequest/startTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupUpdateRequest/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: targeting spec
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupUpdateRequest/targetingSpec>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: targeting template ids
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupUpdateRequest/targetingTemplateIds>
  a owl:DatatypeProperty .

# OWL axioms for property: tracking urls
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupUpdateRequest/trackingUrls>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: bid multiplier
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupUpdateRequest/bidMultiplier>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupUpdateRequest/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: auto targeting enabled
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupAudienceSizingRequest/autoTargetingEnabled>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: creative types
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupAudienceSizingRequest/creativeTypes>
  a owl:DatatypeProperty .

# OWL axioms for property: keywords
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupAudienceSizingRequest/keywords>
  a owl:ObjectProperty .

# OWL axioms for property: placement group
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupAudienceSizingRequest/placementGroup>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product group ids
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupAudienceSizingRequest/productGroupIds>
  a owl:DatatypeProperty .

# OWL axioms for property: targeting spec
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupAudienceSizingRequest/targetingSpec>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: audience size lower bound
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupAudienceSizingResponse/audienceSizeLowerBound>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: audience size upper bound
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdGroupAudienceSizingResponse/audienceSizeUpperBound>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: bid floors
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BidFloor/bidFloors>
  a owl:DatatypeProperty .

# OWL axioms for property: type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BidFloor/type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: bid floor specs
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BidFloorRequest/bidFloorSpecs>
  a owl:ObjectProperty .

# OWL axioms for property: targeting spec
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BidFloorRequest/targetingSpec>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: date
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdDailyStats/date>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdDailyStats/adId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

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

# OWL axioms for property: campaign id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdDailyStats/campaignId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad group id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdDailyStats/adGroupId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: spend in dollar
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdDailyStats/spendInDollar>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: impression1
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdDailyStats/impression1>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: clickthrough1
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdDailyStats/clickthrough1>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total conversions
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdDailyStats/totalConversions>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total clickthrough
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdDailyStats/totalClickthrough>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total impression
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdDailyStats/totalImpression>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: items
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdArrayResponse/items>
  a owl:ObjectProperty .

# OWL axioms for property: data
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdArrayResponseElement/data>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: exceptions
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdArrayResponseElement/exceptions>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad group id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/adGroupId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: android deep link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/androidDeepLink>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: carousel android deep links
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/carouselAndroidDeepLinks>
  a owl:DatatypeProperty .

# OWL axioms for property: carousel destination urls
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/carouselDestinationUrls>
  a owl:DatatypeProperty .

# OWL axioms for property: carousel ios deep links
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/carouselIosDeepLinks>
  a owl:DatatypeProperty .

# OWL axioms for property: click tracking url
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/clickTrackingUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: creative type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/creativeType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customizable cta type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/customizableCtaType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: destination url
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/destinationUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: disclosure type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/disclosureType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: disclosure url
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/disclosureUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: grid click type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/gridClickType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ios deep link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/iosDeepLink>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is pin deleted
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/isPinDeleted>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is removable
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/isRemovable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: lead form id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/leadFormId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: quiz pin data
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/quizPinData>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tracking urls
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/trackingUrls>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: view tracking url
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/viewTrackingUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: pin id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/pinId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

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

# OWL axioms for property: campaign id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/campaignId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: collection items destination url template
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/collectionItemsDestinationUrlTemplate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/createdTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: rejected reasons
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/rejectedReasons>
  a owl:DatatypeProperty .

# OWL axioms for property: rejection labels
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/rejectionLabels>
  a owl:DatatypeProperty .

# OWL axioms for property: review status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/reviewStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: summary status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/summaryStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdResponse/updatedTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: questions
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.QuizPinData/questions>
  a owl:ObjectProperty .

# OWL axioms for property: results
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.QuizPinData/results>
  a owl:ObjectProperty .

# OWL axioms for property: tie breaker custom result
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.QuizPinData/tieBreakerCustomResult>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tie breaker type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.QuizPinData/tieBreakerType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: options
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.QuizPinQuestion/options>
  a owl:ObjectProperty .

# OWL axioms for property: question id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.QuizPinQuestion/questionId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: question text
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.QuizPinQuestion/questionText>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.QuizPinOption/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: text
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.QuizPinOption/text>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: android deep link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.QuizPinResult/androidDeepLink>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: destination url
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.QuizPinResult/destinationUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ios deep link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.QuizPinResult/iosDeepLink>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: organic pin id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.QuizPinResult/organicPinId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: result id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.QuizPinResult/resultId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad group id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdCreateRequest/adGroupId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: android deep link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdCreateRequest/androidDeepLink>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: carousel android deep links
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdCreateRequest/carouselAndroidDeepLinks>
  a owl:DatatypeProperty .

# OWL axioms for property: carousel destination urls
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdCreateRequest/carouselDestinationUrls>
  a owl:DatatypeProperty .

# OWL axioms for property: carousel ios deep links
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdCreateRequest/carouselIosDeepLinks>
  a owl:DatatypeProperty .

# OWL axioms for property: click tracking url
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdCreateRequest/clickTrackingUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: creative type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdCreateRequest/creativeType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customizable cta type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdCreateRequest/customizableCtaType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: destination url
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdCreateRequest/destinationUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: disclosure type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdCreateRequest/disclosureType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: disclosure url
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdCreateRequest/disclosureUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: grid click type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdCreateRequest/gridClickType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ios deep link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdCreateRequest/iosDeepLink>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is pin deleted
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdCreateRequest/isPinDeleted>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is removable
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdCreateRequest/isRemovable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: lead form id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdCreateRequest/leadFormId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdCreateRequest/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: quiz pin data
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdCreateRequest/quizPinData>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdCreateRequest/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tracking urls
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdCreateRequest/trackingUrls>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: view tracking url
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdCreateRequest/viewTrackingUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: pin id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdCreateRequest/pinId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: url
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdPreviewURLResponse/url>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad group id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdUpdateRequest/adGroupId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: android deep link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdUpdateRequest/androidDeepLink>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: carousel android deep links
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdUpdateRequest/carouselAndroidDeepLinks>
  a owl:DatatypeProperty .

# OWL axioms for property: carousel destination urls
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdUpdateRequest/carouselDestinationUrls>
  a owl:DatatypeProperty .

# OWL axioms for property: carousel ios deep links
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdUpdateRequest/carouselIosDeepLinks>
  a owl:DatatypeProperty .

# OWL axioms for property: click tracking url
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdUpdateRequest/clickTrackingUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: creative type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdUpdateRequest/creativeType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customizable cta type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdUpdateRequest/customizableCtaType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: destination url
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdUpdateRequest/destinationUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: disclosure type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdUpdateRequest/disclosureType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: disclosure url
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdUpdateRequest/disclosureUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: grid click type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdUpdateRequest/gridClickType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ios deep link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdUpdateRequest/iosDeepLink>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is pin deleted
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdUpdateRequest/isPinDeleted>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is removable
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdUpdateRequest/isRemovable>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: lead form id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdUpdateRequest/leadFormId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdUpdateRequest/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: quiz pin data
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdUpdateRequest/quizPinData>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdUpdateRequest/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tracking urls
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdUpdateRequest/trackingUrls>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: view tracking url
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdUpdateRequest/viewTrackingUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdUpdateRequest/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: pin id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdUpdateRequest/pinId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: operation
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionItemsSubmitRecord/operation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionKey/country>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: item id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionKey/itemId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: language
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionKey/language>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionItemsGetRecord/country>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: item id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionItemsGetRecord/itemId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: language
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionItemsGetRecord/language>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionItemsGetRequest/catalogId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: items
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionItemsGetRequest/items>
  a owl:ObjectProperty .

# OWL axioms for property: catalog id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionItems/catalogId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: items
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionItems/items>
  a owl:ObjectProperty .

# OWL axioms for property: country
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionItem/country>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: item id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionItem/itemId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: language
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionItem/language>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: bid options
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionItem/bidOptions>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: app type multipliers
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionBidOptions/appTypeMultipliers>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: bid in micro currency
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionBidOptions/bidInMicroCurrency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: placement multipliers
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionBidOptions/placementMultipliers>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionItemsSubmitRequest/catalogId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: items
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionItemsSubmitRequest/items>
  a owl:ObjectProperty .

# OWL axioms for property: country
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionItemsSubmitUpsertRecord/country>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: item id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionItemsSubmitUpsertRecord/itemId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: language
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionItemsSubmitUpsertRecord/language>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: bid options
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionItemsSubmitUpsertRecord/bidOptions>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: operation
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionItemsSubmitUpsertRecord/operation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: errors
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionItemsSubmitUpsertRecord/errors>
  a owl:ObjectProperty .

# OWL axioms for property: update mask
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionItemsSubmitUpsertRecord/updateMask>
  a owl:DatatypeProperty .

# OWL axioms for property: code
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionOperationError/code>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: message
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionOperationError/message>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionItemsSubmitDeleteRecord/country>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: item id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionItemsSubmitDeleteRecord/itemId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: language
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionItemsSubmitDeleteRecord/language>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: operation
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionItemsSubmitDeleteRecord/operation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: errors
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionItemsSubmitDeleteRecord/errors>
  a owl:ObjectProperty .

# OWL axioms for property: catalog id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionProcessedItems/catalogId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: items
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdvancedAuctionProcessedItems/items>
  a owl:ObjectProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceCategory/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: index
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceCategory/index>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: key
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceCategory/key>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceCategory/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ratio
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceCategory/ratio>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: subcategories
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceCategory/subcategories>
  a owl:ObjectProperty .

# OWL axioms for property: date
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceDefinition/date>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: scope
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceDefinition/scope>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceDefinition/type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: items
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceDefinitionResponse/items>
  a owl:ObjectProperty .

# OWL axioms for property: key
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceDemographicValue/key>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceDemographicValue/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ratio
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceDemographicValue/ratio>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ages
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceDemographics/ages>
  a owl:ObjectProperty .

# OWL axioms for property: countries
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceDemographics/countries>
  a owl:ObjectProperty .

# OWL axioms for property: devices
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceDemographics/devices>
  a owl:ObjectProperty .

# OWL axioms for property: genders
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceDemographics/genders>
  a owl:ObjectProperty .

# OWL axioms for property: metros
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceDemographics/metros>
  a owl:ObjectProperty .

# OWL axioms for property: categories
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceInsightsResponse/categories>
  a owl:ObjectProperty .

# OWL axioms for property: date
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceInsightsResponse/date>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: demographics
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceInsightsResponse/demographics>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: size
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceInsightsResponse/size>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: size is upper bound
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceInsightsResponse/sizeIsUpperBound>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceInsightsResponse/type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

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

# OWL axioms for property: audience type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Audience/audienceType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created by company name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Audience/createdByCompanyName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created timestamp
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Audience/createdTimestamp>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Audience/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Audience/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Audience/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: rule
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Audience/rule>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: size
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Audience/size>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Audience/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Audience/type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated timestamp
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Audience/updatedTimestamp>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

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

# OWL axioms for property: ad id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceRule/adId>
  a owl:DatatypeProperty .

# OWL axioms for property: campaign id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceRule/campaignId>
  a owl:DatatypeProperty .

# OWL axioms for property: country
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceRule/country>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customer list id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceRule/customerListId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: engagement domain
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceRule/engagementDomain>
  a owl:DatatypeProperty .

# OWL axioms for property: engagement type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceRule/engagementType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: engager type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceRule/engagerType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: event
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceRule/event>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: event data
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceRule/eventData>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: event source
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceRule/eventSource>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ingestion source
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceRule/ingestionSource>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: objective type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceRule/objectiveType>
  a owl:DatatypeProperty .

# OWL axioms for property: percentage
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceRule/percentage>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: pin id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceRule/pinId>
  a owl:DatatypeProperty .

# OWL axioms for property: prefill
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceRule/prefill>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: retention days
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceRule/retentionDays>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: seed id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceRule/seedId>
  a owl:DatatypeProperty .

# OWL axioms for property: url
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceRule/url>
  a owl:DatatypeProperty .

# OWL axioms for property: visitor source id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceRule/visitorSourceId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.EventData/currency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: lead type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.EventData/leadType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: line items
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.EventData/lineItems>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.EventData/orderId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order quantity
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.EventData/orderQuantity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: page name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.EventData/pageName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: promo code
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.EventData/promoCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: property
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.EventData/property>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: search query
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.EventData/searchQuery>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: value
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.EventData/value>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: video title
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.EventData/videoTitle>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product brand
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LineItem/productBrand>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product category
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LineItem/productCategory>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LineItem/productId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LineItem/productName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product price
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LineItem/productPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product quantity
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LineItem/productQuantity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product variant
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LineItem/productVariant>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product variant id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LineItem/productVariantId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: account id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SharedAudienceAccount/accountId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: account name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SharedAudienceAccount/accountName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: account type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SharedAudienceAccount/accountType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shared on timestamp
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SharedAudienceAccount/sharedOnTimestamp>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: audience id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SharedAudience/audienceId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: operation type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SharedAudience/operationType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: recipient account ids
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SharedAudience/recipientAccountIds>
  a owl:DatatypeProperty .

# OWL axioms for property: audience id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BusinessSharedAudience/audienceId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: operation type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BusinessSharedAudience/operationType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: recipient business ids
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BusinessSharedAudience/recipientBusinessIds>
  a owl:DatatypeProperty .

# OWL axioms for property: audience id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SharedAudienceResponse/audienceId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: permissions
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SharedAudienceResponse/permissions>
  a owl:DatatypeProperty .

# OWL axioms for property: recipient account ids
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SharedAudienceResponse/recipientAccountIds>
  a owl:DatatypeProperty .

# OWL axioms for property: audience id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BusinessSharedAudienceResponse/audienceId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: permissions
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BusinessSharedAudienceResponse/permissions>
  a owl:DatatypeProperty .

# OWL axioms for property: recipient business ids
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BusinessSharedAudienceResponse/recipientBusinessIds>
  a owl:DatatypeProperty .

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

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceCreateRequest/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: rule
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceCreateRequest/rule>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: audience type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceCreateRequest/audienceType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceCreateRequest/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

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

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceUpdateRequest/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: rule
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceUpdateRequest/rule>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceUpdateRequest/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: operation type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AudienceUpdateRequest/operationType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: active
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsCreditDiscountsResponse/active>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: advertiser id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsCreditDiscountsResponse/advertiserId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discount currency
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsCreditDiscountsResponse/discountCurrency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discount in micro currency
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsCreditDiscountsResponse/discountInMicroCurrency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discount type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsCreditDiscountsResponse/discountType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: remaining discount in micro currency
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsCreditDiscountsResponse/remainingDiscountInMicroCurrency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: title
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsCreditDiscountsResponse/title>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: offer code hash
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsCreditRedeemRequest/offerCodeHash>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: validate only
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsCreditRedeemRequest/validateOnly>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: error code
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsCreditRedeemResponse/errorCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: error message
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsCreditRedeemResponse/errorMessage>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: success
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdsCreditRedeemResponse/success>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: advertiser id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BillingProfilesResponse/advertiserId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: billing type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BillingProfilesResponse/billingType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: card type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BillingProfilesResponse/cardType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BillingProfilesResponse/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: payment method brand
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BillingProfilesResponse/paymentMethodBrand>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BillingProfilesResponse/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

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

# OWL axioms for property: ad account name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BillingInvoiceResponse/adAccountName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: amount billed micro currency
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BillingInvoiceResponse/amountBilledMicroCurrency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: amount discount micro currency
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BillingInvoiceResponse/amountDiscountMicroCurrency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: amount net micro currency
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BillingInvoiceResponse/amountNetMicroCurrency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: amount tax micro currency
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BillingInvoiceResponse/amountTaxMicroCurrency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: bill to country
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BillingInvoiceResponse/billToCountry>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: billing period end date
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BillingInvoiceResponse/billingPeriodEndDate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: billing period start date
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BillingInvoiceResponse/billingPeriodStartDate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BillingInvoiceResponse/currency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: document type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BillingInvoiceResponse/documentType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BillingInvoiceResponse/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: invoice due date
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BillingInvoiceResponse/invoiceDueDate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: payment terms
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BillingInvoiceResponse/paymentTerms>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BillingInvoiceResponse/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: download url
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BillingInvoiceDownloadResponse/downloadUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BillingInvoiceDownloadResponse/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: address id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOAccountAddress/addressId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: display
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOAccountAddress/display>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order legal entity
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOAccountAddress/orderLegalEntity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: purpose
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOAccountAddress/purpose>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: addresses
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOAccountItem/addresses>
  a owl:ObjectProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOAccountItem/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: io terms
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOAccountItem/ioTerms>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: io terms id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOAccountItem/ioTermsId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: io type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOAccountItem/ioType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: row terms
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOAccountItem/rowTerms>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: row terms id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOAccountItem/rowTermsId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: us terms
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOAccountItem/usTerms>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: us terms id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOAccountItem/usTermsId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOAccountPMPName/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOAccountPMPName/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: billto infos
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOAccountResponse/billtoInfos>
  a owl:ObjectProperty .

# OWL axioms for property: can edit
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOAccountResponse/canEdit>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOAccountResponse/currency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: eligible
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOAccountResponse/eligible>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: error
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOAccountResponse/error>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: pmp names
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOAccountResponse/pmpNames>
  a owl:ObjectProperty .

# OWL axioms for property: agency link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOInsertionOrderCommon/agencyLink>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: billing contact email
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOInsertionOrderCommon/billingContactEmail>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: billing contact firstname
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOInsertionOrderCommon/billingContactFirstname>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: billing contact lastname
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOInsertionOrderCommon/billingContactLastname>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: budget amount
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOInsertionOrderCommon/budgetAmount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: end date
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOInsertionOrderCommon/endDate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: media contact email
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOInsertionOrderCommon/mediaContactEmail>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: media contact firstname
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOInsertionOrderCommon/mediaContactFirstname>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: media contact lastname
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOInsertionOrderCommon/mediaContactLastname>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: po number
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOInsertionOrderCommon/poNumber>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: start date
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOInsertionOrderCommon/startDate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: user email
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOInsertionOrderCommon/userEmail>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: agency link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOCreateInsertionOrderRequest/agencyLink>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: billing contact email
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOCreateInsertionOrderRequest/billingContactEmail>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: billing contact firstname
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOCreateInsertionOrderRequest/billingContactFirstname>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: billing contact lastname
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOCreateInsertionOrderRequest/billingContactLastname>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: budget amount
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOCreateInsertionOrderRequest/budgetAmount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: end date
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOCreateInsertionOrderRequest/endDate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: media contact email
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOCreateInsertionOrderRequest/mediaContactEmail>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: media contact firstname
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOCreateInsertionOrderRequest/mediaContactFirstname>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: media contact lastname
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOCreateInsertionOrderRequest/mediaContactLastname>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: po number
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOCreateInsertionOrderRequest/poNumber>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: start date
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOCreateInsertionOrderRequest/startDate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: user email
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOCreateInsertionOrderRequest/userEmail>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: accepted terms id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOCreateInsertionOrderRequest/acceptedTermsId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: accepted terms time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOCreateInsertionOrderRequest/acceptedTermsTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: billto billing address id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOCreateInsertionOrderRequest/billtoBillingAddressId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: billto business address id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOCreateInsertionOrderRequest/billtoBusinessAddressId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: billto company id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOCreateInsertionOrderRequest/billtoCompanyId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency info
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOCreateInsertionOrderRequest/currencyInfo>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: estimated monthly spend
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOCreateInsertionOrderRequest/estimatedMonthlySpend>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order line type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOCreateInsertionOrderRequest/orderLineType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOCreateInsertionOrderRequest/orderName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: pmp id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOCreateInsertionOrderRequest/pmpId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: pin order id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOCreateInsertionOrderResponse/pinOrderId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: agency link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOEditInsertionOrderRequest/agencyLink>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: billing contact email
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOEditInsertionOrderRequest/billingContactEmail>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: billing contact firstname
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOEditInsertionOrderRequest/billingContactFirstname>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: billing contact lastname
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOEditInsertionOrderRequest/billingContactLastname>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: budget amount
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOEditInsertionOrderRequest/budgetAmount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: end date
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOEditInsertionOrderRequest/endDate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: media contact email
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOEditInsertionOrderRequest/mediaContactEmail>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: media contact firstname
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOEditInsertionOrderRequest/mediaContactFirstname>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: media contact lastname
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOEditInsertionOrderRequest/mediaContactLastname>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: po number
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOEditInsertionOrderRequest/poNumber>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: start date
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOEditInsertionOrderRequest/startDate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: user email
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOEditInsertionOrderRequest/userEmail>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ads manager order line id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOEditInsertionOrderRequest/adsManagerOrderLineId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: oracle line id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOEditInsertionOrderRequest/oracleLineId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: salesforce order id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOEditInsertionOrderRequest/salesforceOrderId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: salesforce order line id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOEditInsertionOrderRequest/salesforceOrderLineId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: pin order id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOEditInsertionOrderResponse/pinOrderId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: creation time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOInsertionOrderStatus/creationTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: pin order id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOInsertionOrderStatus/pinOrderId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOInsertionOrderStatus/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: accepted terms id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOOrderLine/acceptedTermsId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: accepted terms time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOOrderLine/acceptedTermsTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ads manager order line id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOOrderLine/adsManagerOrderLineId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: agency link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOOrderLine/agencyLink>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: bill to company name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOOrderLine/billToCompanyName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: billing contact email
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOOrderLine/billingContactEmail>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: billing contact firstname
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOOrderLine/billingContactFirstname>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: billing contact lastname
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOOrderLine/billingContactLastname>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: budget amount
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOOrderLine/budgetAmount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency info
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOOrderLine/currencyInfo>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: end date
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOOrderLine/endDate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: estimated monthly spend
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOOrderLine/estimatedMonthlySpend>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: last modified date time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOOrderLine/lastModifiedDateTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: media contact email
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOOrderLine/mediaContactEmail>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: media contact firstname
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOOrderLine/mediaContactFirstname>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: media contact lastname
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOOrderLine/mediaContactLastname>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOOrderLine/orderName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: pin order id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOOrderLine/pinOrderId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: pmp name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOOrderLine/pmpName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: po number
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOOrderLine/poNumber>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: salesforce order line id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOOrderLine/salesforceOrderLineId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: start date
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SSIOOrderLine/startDate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardSection/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardSection/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardCreate/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is ads only
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardCreate/isAdsOnly>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardCreate/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: privacy
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardCreate/privacy>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: board pins modified at
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardWithUpdatePrivacy/boardPinsModifiedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: collaborator count
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardWithUpdatePrivacy/collaboratorCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardWithUpdatePrivacy/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardWithUpdatePrivacy/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: follower count
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardWithUpdatePrivacy/followerCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardWithUpdatePrivacy/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is ads only
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardWithUpdatePrivacy/isAdsOnly>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: media
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardWithUpdatePrivacy/media>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardWithUpdatePrivacy/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: owner
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardWithUpdatePrivacy/owner>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: pin count
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardWithUpdatePrivacy/pinCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: privacy
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardWithUpdatePrivacy/privacy>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardWithUpdatePrivacyUpdate/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardWithUpdatePrivacyUpdate/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: privacy
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BoardWithUpdatePrivacyUpdate/privacy>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: app type multipliers
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignBidOptions/appTypeMultipliers>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: audience multipliers
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignBidOptions/audienceMultipliers>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: placement multipliers
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignBidOptions/placementMultipliers>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: audience id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignAudienceMultipliers/AUDIENCE_ID>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: app type multipliers
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignBidOptionsCreate/appTypeMultipliers>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: audience multipliers
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignBidOptionsCreate/audienceMultipliers>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: placement multipliers
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignBidOptionsCreate/placementMultipliers>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: availability
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AvailabilityFilter/AVAILABILITY>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: negated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupMultipleStringCriteria/negated>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: values
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupMultipleStringCriteria/values>
  a owl:DatatypeProperty .

# OWL axioms for property: brand
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BrandFilter/BRAND>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: campaign filter
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BulkDownloadRequest/campaignFilter>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: entity ids
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BulkDownloadRequest/entityIds>
  a owl:DatatypeProperty .

# OWL axioms for property: entity types
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BulkDownloadRequest/entityTypes>
  a owl:DatatypeProperty .

# OWL axioms for property: output format
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BulkDownloadRequest/outputFormat>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated since
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BulkDownloadRequest/updatedSince>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: request id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BulkDownloadResponse/requestId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: create
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BulkUpsertRequest/create>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: update
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BulkUpsertRequest/update>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad groups
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BulkUpsertRequestCreate/adGroups>
  a owl:ObjectProperty .

# OWL axioms for property: ads
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BulkUpsertRequestCreate/ads>
  a owl:ObjectProperty .

# OWL axioms for property: campaigns
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BulkUpsertRequestCreate/campaigns>
  a owl:ObjectProperty .

# OWL axioms for property: catalog product groups
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BulkUpsertRequestCreate/catalogProductGroups>
  a owl:ObjectProperty .

# OWL axioms for property: keywords
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BulkUpsertRequestCreate/keywords>
  a owl:ObjectProperty .

# OWL axioms for property: labels
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BulkUpsertRequestCreate/labels>
  a owl:ObjectProperty .

# OWL axioms for property: product groups
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BulkUpsertRequestCreate/productGroups>
  a owl:ObjectProperty .

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

# OWL axioms for property: daily spend cap
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateRequest/dailySpendCap>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: end time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateRequest/endTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is automated campaign
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateRequest/isAutomatedCampaign>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is flexible daily budgets
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateRequest/isFlexibleDailyBudgets>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: lifetime spend cap
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateRequest/lifetimeSpendCap>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateRequest/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order line id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateRequest/orderLineId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: start time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateRequest/startTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateRequest/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tracking urls
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateRequest/trackingUrls>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: default ad group budget in micro currency
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateRequest/defaultAdGroupBudgetInMicroCurrency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is campaign budget optimization
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateRequest/isCampaignBudgetOptimization>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: bid options
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateRequest/bidOptions>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is performance plus
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateRequest/isPerformancePlus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: objective type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateRequest/objectiveType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupCreateRequest/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: feed id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupCreateRequest/feedId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: filters
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupCreateRequest/filters>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is featured
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupCreateRequest/isFeatured>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupCreateRequest/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: any of
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupFiltersRequestAnyOf1/anyOf>
  a owl:ObjectProperty .

# OWL axioms for property: min price
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.MinPriceFilter/MIN_PRICE>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: inclusion
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupPricingCriteria/inclusion>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: negated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupPricingCriteria/negated>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: values
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupPricingCriteria/values>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: max price
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.MaxPriceFilter/MAX_PRICE>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CurrencyFilter/CURRENCY>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: negated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupCurrencyCriteria/negated>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: values
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupCurrencyCriteria/values>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: item id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemIdFilter/ITEM_ID>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: condition
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConditionFilter/CONDITION>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom label0
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomLabel0Filter/CUSTOM_LABEL0>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: filter operator type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupFilterOperatorTypeCriteria/filterOperatorType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: negated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupFilterOperatorTypeCriteria/negated>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: values
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupFilterOperatorTypeCriteria/values>
  a owl:DatatypeProperty .

# OWL axioms for property: custom label1
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomLabel1Filter/CUSTOM_LABEL1>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom label2
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomLabel2Filter/CUSTOM_LABEL2>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom label3
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomLabel3Filter/CUSTOM_LABEL3>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom label4
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomLabel4Filter/CUSTOM_LABEL4>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: item group id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemGroupIdFilter/ITEM_GROUP_ID>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: gender
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.GenderFilter/GENDER>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: negated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupMultipleGenderCriteria/negated>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: values
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupMultipleGenderCriteria/values>
  a owl:DatatypeProperty .

# OWL axioms for property: media type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.MediaTypeFilter/MEDIA_TYPE>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: negated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupMultipleMediaTypesCriteria/negated>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: values
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupMultipleMediaTypesCriteria/values>
  a owl:DatatypeProperty .

# OWL axioms for property: product type4
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductType4Filter/PRODUCT_TYPE4>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: negated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupMultipleStringListCriteria/negated>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: values
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupMultipleStringListCriteria/values>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product type3
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductType3Filter/PRODUCT_TYPE3>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product type2
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductType2Filter/PRODUCT_TYPE2>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product type1
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductType1Filter/PRODUCT_TYPE1>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product type0
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductType0Filter/PRODUCT_TYPE0>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: google product category6
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.GoogleProductCategory6Filter/GOOGLE_PRODUCT_CATEGORY6>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: google product category5
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.GoogleProductCategory5Filter/GOOGLE_PRODUCT_CATEGORY5>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: google product category4
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.GoogleProductCategory4Filter/GOOGLE_PRODUCT_CATEGORY4>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: google product category3
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.GoogleProductCategory3Filter/GOOGLE_PRODUCT_CATEGORY3>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: google product category2
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.GoogleProductCategory2Filter/GOOGLE_PRODUCT_CATEGORY2>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: google product category1
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.GoogleProductCategory1Filter/GOOGLE_PRODUCT_CATEGORY1>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: google product category0
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.GoogleProductCategory0Filter/GOOGLE_PRODUCT_CATEGORY0>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product group
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupReferenceFilter/PRODUCT_GROUP>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom number0
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomNumber0Filter/CUSTOM_NUMBER0>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: negated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupUint32Criteria/negated>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: operator
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupUint32Criteria/operator>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: value
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupUint32Criteria/value>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom number1
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomNumber1Filter/CUSTOM_NUMBER1>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom number2
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomNumber2Filter/CUSTOM_NUMBER2>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom number3
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomNumber3Filter/CUSTOM_NUMBER3>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom number4
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomNumber4Filter/CUSTOM_NUMBER4>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: title keywords
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TitleKeywordsFilter/TITLE_KEYWORDS>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: all of
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupFiltersRequestAnyOf2/allOf>
  a owl:ObjectProperty .

# OWL axioms for property: catalog id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroupCreateRequest/catalogId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroupCreateRequest/catalogType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroupCreateRequest/country>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroupCreateRequest/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: filters
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroupCreateRequest/filters>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: locale
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroupCreateRequest/locale>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroupCreateRequest/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProductGroupCreateRequest/catalogId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProductGroupCreateRequest/catalogType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProductGroupCreateRequest/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: filters
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProductGroupCreateRequest/filters>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProductGroupCreateRequest/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: any of
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProductGroupFiltersAnyOf/anyOf>
  a owl:ObjectProperty .

# OWL axioms for property: price
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PriceFilter/PRICE>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: hotel id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.HotelIdFilter/HOTEL_ID>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CountryFilter/COUNTRY>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: negated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupMultipleCountriesCriteria/negated>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: values
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupMultipleCountriesCriteria/values>
  a owl:DatatypeProperty .

# OWL axioms for property: all of
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProductGroupFiltersAllOf/allOf>
  a owl:ObjectProperty .

# OWL axioms for property: catalog id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProductGroupCreateRequest/catalogId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProductGroupCreateRequest/catalogType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProductGroupCreateRequest/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: filters
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProductGroupCreateRequest/filters>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProductGroupCreateRequest/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: any of
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProductGroupFiltersAnyOf/anyOf>
  a owl:ObjectProperty .

# OWL axioms for property: creative assets id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreativeAssetsIdFilter/CREATIVE_ASSETS_ID>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: all of
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProductGroupFiltersAllOf/allOf>
  a owl:ObjectProperty .

# OWL axioms for property: keywords
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.KeywordsRequest/keywords>
  a owl:ObjectProperty .

# OWL axioms for property: parent id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.KeywordsRequest/parentId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: bid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.KeywordsCommon/bid>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: match type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.KeywordsCommon/matchType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: value
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.KeywordsCommon/value>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: labels
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LabelCreateRequest/labels>
  a owl:ObjectProperty .

# OWL axioms for property: parent id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LabelCreateRequest/parentId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad group id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotionCreateRequest/adGroupId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product group promotion
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotionCreateRequest/productGroupPromotion>
  a owl:ObjectProperty .

# OWL axioms for property: ad group id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotion/adGroupId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: bid in micro currency
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotion/bidInMicroCurrency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog product group id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotion/catalogProductGroupId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog product group name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotion/catalogProductGroupName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: collections header type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotion/collectionsHeaderType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: collections hero destination url
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotion/collectionsHeroDestinationUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: collections hero pin id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotion/collectionsHeroPinId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: creative type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotion/creativeType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customizable cta type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotion/customizableCtaType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: definition
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotion/definition>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: grid click type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotion/gridClickType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotion/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: included
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotion/included>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is generate background
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotion/isGenerateBackground>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is mdl
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotion/isMdl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: parent id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotion/parentId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: preferred media type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotion/preferredMediaType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: relative definition
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotion/relativeDefinition>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: selected image tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotion/selectedImageTag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: selected video tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotion/selectedVideoTag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: slideshow collections description
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotion/slideshowCollectionsDescription>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: slideshow collections title
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotion/slideshowCollectionsTitle>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotion/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tracking url
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotion/trackingUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad groups
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BulkUpsertRequestUpdate/adGroups>
  a owl:ObjectProperty .

# OWL axioms for property: ads
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BulkUpsertRequestUpdate/ads>
  a owl:ObjectProperty .

# OWL axioms for property: campaigns
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BulkUpsertRequestUpdate/campaigns>
  a owl:ObjectProperty .

# OWL axioms for property: catalog product groups
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BulkUpsertRequestUpdate/catalogProductGroups>
  a owl:ObjectProperty .

# OWL axioms for property: keywords
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BulkUpsertRequestUpdate/keywords>
  a owl:ObjectProperty .

# OWL axioms for property: labels
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BulkUpsertRequestUpdate/labels>
  a owl:ObjectProperty .

# OWL axioms for property: product groups
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BulkUpsertRequestUpdate/productGroups>
  a owl:ObjectProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignUpdateRequest/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

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

# OWL axioms for property: daily spend cap
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignUpdateRequest/dailySpendCap>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: end time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignUpdateRequest/endTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is automated campaign
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignUpdateRequest/isAutomatedCampaign>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is flexible daily budgets
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignUpdateRequest/isFlexibleDailyBudgets>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: lifetime spend cap
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignUpdateRequest/lifetimeSpendCap>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignUpdateRequest/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order line id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignUpdateRequest/orderLineId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: start time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignUpdateRequest/startTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignUpdateRequest/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tracking urls
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignUpdateRequest/trackingUrls>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: default ad group budget in micro currency
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignUpdateRequest/defaultAdGroupBudgetInMicroCurrency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is campaign budget optimization
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignUpdateRequest/isCampaignBudgetOptimization>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: bid options
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignUpdateRequest/bidOptions>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is performance plus
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignUpdateRequest/isPerformancePlus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: objective type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignUpdateRequest/objectiveType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: app type multipliers
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignBidOptionsUpdate/appTypeMultipliers>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: audience multipliers
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignBidOptionsUpdate/audienceMultipliers>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: placement multipliers
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignBidOptionsUpdate/placementMultipliers>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: update mask
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignBidOptionsUpdate/updateMask>
  a owl:DatatypeProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupUpdateRequest/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: filters
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupUpdateRequest/filters>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is featured
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupUpdateRequest/isFeatured>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupUpdateRequest/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroupUpdateRequest/catalogType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroupUpdateRequest/country>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroupUpdateRequest/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: filters
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroupUpdateRequest/filters>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: locale
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroupUpdateRequest/locale>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroupUpdateRequest/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProductGroupUpdateRequest/catalogType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProductGroupUpdateRequest/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: filters
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProductGroupUpdateRequest/filters>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProductGroupUpdateRequest/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProductGroupUpdateRequest/catalogType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProductGroupUpdateRequest/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: filters
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProductGroupUpdateRequest/filters>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProductGroupUpdateRequest/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: archived
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.KeywordUpdate/archived>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: bid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.KeywordUpdate/bid>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.KeywordUpdate/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad group id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotionUpdateRequest/adGroupId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product group promotion
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotionUpdateRequest/productGroupPromotion>
  a owl:ObjectProperty .

# OWL axioms for property: request id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BulkUpsertResponse/requestId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: result url
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BulkUpsertStatusResponse/resultUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BulkUpsertStatusResponse/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: asset group info
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AssetIdPermissions/assetGroupInfo>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: asset id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AssetIdPermissions/assetId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: asset type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AssetIdPermissions/assetType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: permissions
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AssetIdPermissions/permissions>
  a owl:DatatypeProperty .

# OWL axioms for property: ad accounts ids
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AssetGroupBinding/adAccountsIds>
  a owl:DatatypeProperty .

# OWL axioms for property: asset group description
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AssetGroupBinding/assetGroupDescription>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: asset group name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AssetGroupBinding/assetGroupName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: asset group types
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AssetGroupBinding/assetGroupTypes>
  a owl:DatatypeProperty .

# OWL axioms for property: catalogs ids
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AssetGroupBinding/catalogsIds>
  a owl:DatatypeProperty .

# OWL axioms for property: created by
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AssetGroupBinding/createdBy>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AssetGroupBinding/createdTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AssetGroupBinding/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: owner
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AssetGroupBinding/owner>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: profiles ids
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AssetGroupBinding/profilesIds>
  a owl:DatatypeProperty .

# OWL axioms for property: updated time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AssetGroupBinding/updatedTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: accesses
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatePartnerAssetAccessBody/accesses>
  a owl:ObjectProperty .

# OWL axioms for property: accesses
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.DeletePartnerAssetAccessBody/accesses>
  a owl:ObjectProperty .

# OWL axioms for property: asset id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.DeletePartnerAssetsResult/assetId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: asset type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.DeletePartnerAssetsResult/assetType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is shared partner
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.DeletePartnerAssetsResult/isSharedPartner>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: partner id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.DeletePartnerAssetsResult/partnerId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: permissions
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.DeletePartnerAssetsResult/permissions>
  a owl:DatatypeProperty .

# OWL axioms for property: items
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.DeletePartnerAssetsResultsResponseArray/items>
  a owl:ObjectProperty .

# OWL axioms for property: accesses
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdateMemberAssetAccessBody/accesses>
  a owl:ObjectProperty .

# OWL axioms for property: asset group description
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreateAssetGroupBody/assetGroupDescription>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: asset group name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreateAssetGroupBody/assetGroupName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: asset group types
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreateAssetGroupBody/assetGroupTypes>
  a owl:DatatypeProperty .

# OWL axioms for property: asset group
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreateAssetGroupResponse/assetGroup>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: asset id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.DeleteMemberAccessResult/assetId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: member id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.DeleteMemberAccessResult/memberId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: items
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.DeleteMemberAccessResultsResponseArray/items>
  a owl:ObjectProperty .

# OWL axioms for property: asset groups to update
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdateAssetGroupBody/assetGroupsToUpdate>
  a owl:ObjectProperty .

# OWL axioms for property: exceptions
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdateAssetGroupResponse/exceptions>
  a owl:ObjectProperty .

# OWL axioms for property: updated asset groups
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdateAssetGroupResponse/updatedAssetGroups>
  a owl:ObjectProperty .

# OWL axioms for property: asset groups to delete
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.DeleteAssetGroupBody/assetGroupsToDelete>
  a owl:DatatypeProperty .

# OWL axioms for property: deleted asset groups
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.DeleteAssetGroupResponse/deletedAssetGroups>
  a owl:DatatypeProperty .

# OWL axioms for property: exceptions
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.DeleteAssetGroupResponse/exceptions>
  a owl:ObjectProperty .

# OWL axioms for property: items
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdateMemberAssetsResultsResponseArray/items>
  a owl:ObjectProperty .

# OWL axioms for property: asset id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UsersForIndividualAssetResponse/assetId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: member id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UsersForIndividualAssetResponse/memberId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: permissions
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UsersForIndividualAssetResponse/permissions>
  a owl:DatatypeProperty .

# OWL axioms for property: permissions
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UserSingleAssetBinding/permissions>
  a owl:DatatypeProperty .

# OWL axioms for property: user
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UserSingleAssetBinding/user>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: asset id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatePartnerAssetsResult/assetId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: asset type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatePartnerAssetsResult/assetType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: partner id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatePartnerAssetsResult/partnerId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: permissions
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatePartnerAssetsResult/permissions>
  a owl:DatatypeProperty .

# OWL axioms for property: items
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdatePartnerAssetsResultsResponseArray/items>
  a owl:ObjectProperty .

# OWL axioms for property: invites
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AuthRespondInvitesBody/invites>
  a owl:ObjectProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BaseInviteDataResponse/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: invite data
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BaseInviteDataResponse/inviteData>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is received invite
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BaseInviteDataResponse/isReceivedInvite>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: user
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BaseInviteDataResponse/user>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: invite ids
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CancelInvitesBody/inviteIds>
  a owl:DatatypeProperty .

# OWL axioms for property: asset requests
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreateAssetAccessRequestBody/assetRequests>
  a owl:ObjectProperty .

# OWL axioms for property: exceptions
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreateAssetAccessRequestResponse/exceptions>
  a owl:ObjectProperty .

# OWL axioms for property: invites
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreateAssetAccessRequestResponse/invites>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: items
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreateInvitesResultsResponseArray/items>
  a owl:ObjectProperty .

# OWL axioms for property: business role
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreateMembershipOrPartnershipInvitesBody/businessRole>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: invite type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreateMembershipOrPartnershipInvitesBody/inviteType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: members
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreateMembershipOrPartnershipInvitesBody/members>
  a owl:DatatypeProperty .

# OWL axioms for property: partners
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreateMembershipOrPartnershipInvitesBody/partners>
  a owl:DatatypeProperty .

# OWL axioms for property: ad accounts
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.InviteAssetsSummary/adAccounts>
  a owl:ObjectProperty .

# OWL axioms for property: profiles
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.InviteAssetsSummary/profiles>
  a owl:ObjectProperty .

# OWL axioms for property: code
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.InviteExceptionResponse/code>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: invite or request id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.InviteExceptionResponse/inviteOrRequestId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: message
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.InviteExceptionResponse/message>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: users or partner ids
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.InviteExceptionResponse/usersOrPartnerIds>
  a owl:DatatypeProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.InviteBusinessRoleBinding/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: invite data
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.InviteBusinessRoleBinding/inviteData>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is received invite
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.InviteBusinessRoleBinding/isReceivedInvite>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: user
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.InviteBusinessRoleBinding/user>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created by business id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.InviteBusinessRoleBinding/createdByBusinessId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created by user id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.InviteBusinessRoleBinding/createdByUserId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.InviteResponse/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: invite data
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.InviteResponse/inviteData>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is received invite
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.InviteResponse/isReceivedInvite>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: user
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.InviteResponse/user>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: assets summary
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.InviteResponse/assetsSummary>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: business roles
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.InviteResponse/businessRoles>
  a owl:DatatypeProperty .

# OWL axioms for property: created by business
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.InviteResponse/createdByBusiness>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created by user
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.InviteResponse/createdByUser>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.InviteResponse/createdTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: items
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.RespondToInvitesResponseArray/items>
  a owl:ObjectProperty .

# OWL axioms for property: asset id to permissions
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreateAssetInvitesRequestItem/assetIdToPermissions>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: invite id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreateAssetInvitesRequestItem/inviteId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: invite type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreateAssetInvitesRequestItem/inviteType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: invites
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreateAssetInvitesRequest/invites>
  a owl:ObjectProperty .

# OWL axioms for property: items
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdateInvitesResultsResponseArray/items>
  a owl:ObjectProperty .

# OWL axioms for property: items
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.DeleteInvitesResultsResponseArray/items>
  a owl:ObjectProperty .

# OWL axioms for property: ad accounts
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BusinessMemberAssetsSummary/adAccounts>
  a owl:ObjectProperty .

# OWL axioms for property: profiles
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BusinessMemberAssetsSummary/profiles>
  a owl:ObjectProperty .

# OWL axioms for property: business role
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdateMemberResult/businessRole>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: member id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdateMemberResult/memberId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: items
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdateMemberResultsResponseArray/items>
  a owl:ObjectProperty .

# OWL axioms for property: business role
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdateMemberBusinessRoleBody/businessRole>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: member id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UpdateMemberBusinessRoleBody/memberId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: deleted members
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.DeletedMembersResponse/deletedMembers>
  a owl:DatatypeProperty .

# OWL axioms for property: partner ids
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.DeletePartnersRequest/partnerIds>
  a owl:DatatypeProperty .

# OWL axioms for property: partner type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.DeletePartnersRequest/partnerType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: deleted partners
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.DeletePartnersResponse/deletedPartners>
  a owl:DatatypeProperty .

# OWL axioms for property: members
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.MembersToDeleteBody/members>
  a owl:ObjectProperty .

# OWL axioms for property: assets summary
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UserBusinessRoleBinding/assetsSummary>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: business roles
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UserBusinessRoleBinding/businessRoles>
  a owl:DatatypeProperty .

# OWL axioms for property: created by business
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UserBusinessRoleBinding/createdByBusiness>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created by user
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UserBusinessRoleBinding/createdByUser>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UserBusinessRoleBinding/createdTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UserBusinessRoleBinding/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is shared partner
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UserBusinessRoleBinding/isSharedPartner>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: user
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UserBusinessRoleBinding/user>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: date
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdPinAnalytics/DATE>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: pin id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdPinAnalytics/PIN_ID>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: items
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateResponse/items>
  a owl:ObjectProperty .

# OWL axioms for property: data
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateResponseItem/data>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: exceptions
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateResponseItem/exceptions>
  a owl:ObjectProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateResponseData/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

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

# OWL axioms for property: daily spend cap
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateResponseData/dailySpendCap>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: end time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateResponseData/endTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is automated campaign
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateResponseData/isAutomatedCampaign>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is flexible daily budgets
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateResponseData/isFlexibleDailyBudgets>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: lifetime spend cap
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateResponseData/lifetimeSpendCap>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateResponseData/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order line id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateResponseData/orderLineId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: start time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateResponseData/startTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateResponseData/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tracking urls
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateResponseData/trackingUrls>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: bid options
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateResponseData/bidOptions>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateResponseData/createdTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is campaign budget optimization
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateResponseData/isCampaignBudgetOptimization>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is performance plus
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateResponseData/isPerformancePlus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: objective type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateResponseData/objectiveType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: summary status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateResponseData/summaryStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateResponseData/type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignCreateResponseData/updatedTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignResponse/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

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

# OWL axioms for property: daily spend cap
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignResponse/dailySpendCap>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: end time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignResponse/endTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is automated campaign
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignResponse/isAutomatedCampaign>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is flexible daily budgets
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignResponse/isFlexibleDailyBudgets>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: lifetime spend cap
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignResponse/lifetimeSpendCap>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignResponse/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order line id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignResponse/orderLineId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: start time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignResponse/startTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignResponse/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tracking urls
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignResponse/trackingUrls>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: bid options
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignResponse/bidOptions>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignResponse/createdTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is campaign budget optimization
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignResponse/isCampaignBudgetOptimization>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is performance plus
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignResponse/isPerformancePlus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: objective type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignResponse/objectiveType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: summary status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignResponse/summaryStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignResponse/type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignResponse/updatedTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: items
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CampaignUpdateResponse/items>
  a owl:ObjectProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsDbItem/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsDbItem/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsDbItem/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeed/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeed/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeed/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeed/catalogId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeed/catalogType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: credentials
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeed/credentials>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: default country
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeed/defaultCountry>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: default currency
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeed/defaultCurrency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: default locale
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeed/defaultLocale>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: format
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeed/format>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: location
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeed/location>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeed/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: preferred processing schedule
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeed/preferredProcessingSchedule>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeed/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: password
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedCredentials/password>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: username
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedCredentials/username>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedProcessingSchedule/time>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: timezone
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedProcessingSchedule/timezone>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeed/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeed/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeed/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeed/catalogId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeed/catalogType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: credentials
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeed/credentials>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: default currency
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeed/defaultCurrency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: default locale
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeed/defaultLocale>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: format
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeed/format>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: location
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeed/location>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeed/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: preferred processing schedule
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeed/preferredProcessingSchedule>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeed/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeed/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeed/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeed/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeed/catalogType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: credentials
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeed/credentials>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: default availability
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeed/defaultAvailability>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: default country
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeed/defaultCountry>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: default currency
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeed/defaultCurrency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: default locale
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeed/defaultLocale>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: format
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeed/format>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: location
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeed/location>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeed/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: preferred processing schedule
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeed/preferredProcessingSchedule>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeed/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: errors
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionDetails/errors>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: info
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionDetails/info>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: warnings
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionDetails/warnings>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: account flagged
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionErrors/ACCOUNT_FLAGGED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fetch google sheet not shared
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionErrors/FETCH_GOOGLE_SHEET_NOT_SHARED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: image file not accessible
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionErrors/IMAGE_FILE_NOT_ACCESSIBLE>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: image file not found
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionErrors/IMAGE_FILE_NOT_FOUND>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: image invalid file
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionErrors/IMAGE_INVALID_FILE>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: image level internal error
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionErrors/IMAGE_LEVEL_INTERNAL_ERROR>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: image malformed url
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionErrors/IMAGE_MALFORMED_URL>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: large product count decrease
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionErrors/LARGE_PRODUCT_COUNT_DECREASE>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: line level internal error
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionErrors/LINE_LEVEL_INTERNAL_ERROR>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: in stock
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionInfo/IN_STOCK>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: out of stock
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionInfo/OUT_OF_STOCK>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: preorder
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionInfo/PREORDER>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image download content read error
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_CONTENT_READ_ERROR>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image download dns lookup error
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_DNS_LOOKUP_ERROR>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image download file not accessible
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_FILE_NOT_ACCESSIBLE>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image download file not found
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_FILE_NOT_FOUND>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image download http status400
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_HTTP_STATUS400>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image download http status403
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_HTTP_STATUS403>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image download http status404
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_HTTP_STATUS404>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image download http status405
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_HTTP_STATUS405>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image download http status410
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_HTTP_STATUS410>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image download http status429
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_HTTP_STATUS429>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image download http status500
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_HTTP_STATUS500>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image download http status502
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_HTTP_STATUS502>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image download http status503
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_HTTP_STATUS503>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image download http status504
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_HTTP_STATUS504>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image download http status507
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_HTTP_STATUS507>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image download http status508
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_HTTP_STATUS508>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image download http status520
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_HTTP_STATUS520>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image download http status521
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_HTTP_STATUS521>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image download http status522
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_HTTP_STATUS522>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image download http status525
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_HTTP_STATUS525>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image download internal configuration error
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_INTERNAL_CONFIGURATION_ERROR>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image download internal error
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_INTERNAL_ERROR>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image download internal failed to download
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_INTERNAL_FAILED_TO_DOWNLOAD>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image download internal malformed url
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_INTERNAL_MALFORMED_URL>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image download internal rate limited
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_INTERNAL_RATE_LIMITED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image download internal request expired
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_INTERNAL_REQUEST_EXPIRED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image download invalid file
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_INVALID_FILE>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image download site error
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_SITE_ERROR>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image download site timeout
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_SITE_TIMEOUT>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image download ssl error
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_SSL_ERROR>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image download ssl handshake error
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_DOWNLOAD_SSL_HANDSHAKE_ERROR>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image processing empty file
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_PROCESSING_EMPTY_FILE>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image processing height too small
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_PROCESSING_HEIGHT_TOO_SMALL>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image processing too many pixels
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_PROCESSING_TOO_MANY_PIXELS>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image processing type mismatch
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_PROCESSING_TYPE_MISMATCH>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image processing width too small
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_IMAGE_PROCESSING_WIDTH_TOO_SMALL>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video download content read error
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_CONTENT_READ_ERROR>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video download dns lookup error
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_DNS_LOOKUP_ERROR>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video download file not accessible
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_FILE_NOT_ACCESSIBLE>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video download file not found
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_FILE_NOT_FOUND>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video download http status400
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_HTTP_STATUS400>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video download http status403
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_HTTP_STATUS403>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video download http status404
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_HTTP_STATUS404>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video download http status405
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_HTTP_STATUS405>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video download http status410
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_HTTP_STATUS410>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video download http status429
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_HTTP_STATUS429>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video download http status500
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_HTTP_STATUS500>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video download http status502
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_HTTP_STATUS502>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video download http status503
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_HTTP_STATUS503>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video download http status504
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_HTTP_STATUS504>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video download http status507
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_HTTP_STATUS507>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video download http status508
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_HTTP_STATUS508>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video download http status520
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_HTTP_STATUS520>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video download http status521
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_HTTP_STATUS521>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video download http status522
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_HTTP_STATUS522>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video download http status525
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_HTTP_STATUS525>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video download internal configuration error
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_INTERNAL_CONFIGURATION_ERROR>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video download internal error
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_INTERNAL_ERROR>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video download internal failed to download
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_INTERNAL_FAILED_TO_DOWNLOAD>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video download internal malformed url
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_INTERNAL_MALFORMED_URL>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video download internal rate limited
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_INTERNAL_RATE_LIMITED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video download internal request expired
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_INTERNAL_REQUEST_EXPIRED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video download invalid file
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_INVALID_FILE>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video download site error
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_SITE_ERROR>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video download site timeout
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_SITE_TIMEOUT>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video download ssl error
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_SSL_ERROR>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video download ssl handshake error
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_DOWNLOAD_SSL_HANDSHAKE_ERROR>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video length too short
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_LENGTH_TOO_SHORT>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video processing empty file
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_PROCESSING_EMPTY_FILE>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video processing height too small
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_PROCESSING_HEIGHT_TOO_SMALL>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video processing too many pixels
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_PROCESSING_TOO_MANY_PIXELS>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video processing type mismatch
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_PROCESSING_TYPE_MISMATCH>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video processing width too small
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/AD_VIDEO_PROCESSING_WIDTH_TOO_SMALL>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: additional image file not accessible
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/ADDITIONAL_IMAGE_FILE_NOT_ACCESSIBLE>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: additional image file not found
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/ADDITIONAL_IMAGE_FILE_NOT_FOUND>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: additional image invalid file
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/ADDITIONAL_IMAGE_INVALID_FILE>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: additional image level internal error
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/ADDITIONAL_IMAGE_LEVEL_INTERNAL_ERROR>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: additional image malformed url
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/ADDITIONAL_IMAGE_MALFORMED_URL>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fetch google sheet public can edit
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/FETCH_GOOGLE_SHEET_PUBLIC_CAN_EDIT>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: hotel price header is present
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/HOTEL_PRICE_HEADER_IS_PRESENT>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: video download video too short
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/VIDEO_DOWNLOAD_VIDEO_TOO_SHORT>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: video file not accessible
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/VIDEO_FILE_NOT_ACCESSIBLE>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: video file not found
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/VIDEO_FILE_NOT_FOUND>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: video invalid file
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/VIDEO_INVALID_FILE>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: video level internal error
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/VIDEO_LEVEL_INTERNAL_ERROR>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: video malformed url
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestionWarnings/VIDEO_MALFORMED_URL>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestion/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: feed id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestion/feedId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestion/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedIngestion/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedProcessingResult/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedProcessingResult/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedProcessingResult/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ingestion details
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedProcessingResult/ingestionDetails>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product counts
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedProcessingResult/productCounts>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedProcessingResult/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: validation details
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedProcessingResult/validationDetails>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: video counts
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedProcessingResult/videoCounts>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ingested
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedProductCounts/ingested>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: original
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedProductCounts/original>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: errors
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationDetails/errors>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: warnings
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationDetails/warnings>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: adult invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/ADULT_INVALID>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: adwords format invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/ADWORDS_FORMAT_INVALID>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: availability invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/AVAILABILITY_INVALID>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: blocklisted image signature
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/BLOCKLISTED_IMAGE_SIGNATURE>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: delimiter error
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/DELIMITER_ERROR>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description missing
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/DESCRIPTION_MISSING>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: duplicate products
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/DUPLICATE_PRODUCTS>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: encoding error
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/ENCODING_ERROR>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: feed length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/FEED_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: feed too small
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/FEED_TOO_SMALL>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fetch error
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/FETCH_ERROR>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fetch inactive feed error
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/FETCH_INACTIVE_FEED_ERROR>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: image link invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/IMAGE_LINK_INVALID>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: image link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/IMAGE_LINK_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: image link missing
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/IMAGE_LINK_MISSING>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: internal service error
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/INTERNAL_SERVICE_ERROR>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: invalid domain
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/INVALID_DOMAIN>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: item main image download failure
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/ITEM_MAIN_IMAGE_DOWNLOAD_FAILURE>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: itemid missing
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/ITEMID_MISSING>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: link format invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/LINK_FORMAT_INVALID>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/LINK_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: list price invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/LIST_PRICE_INVALID>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: malformed xml
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/MALFORMED_XML>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: max items per item group exceeded
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/MAX_ITEMS_PER_ITEM_GROUP_EXCEEDED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: no verified domain
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/NO_VERIFIED_DOMAIN>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: parse line error
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/PARSE_LINE_ERROR>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: pinjoin content unsafe
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/PINJOIN_CONTENT_UNSAFE>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: price cannot be determined
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/PRICE_CANNOT_BE_DETERMINED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: price missing
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/PRICE_MISSING>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product link missing
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/PRODUCT_LINK_MISSING>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product price invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/PRODUCT_PRICE_INVALID>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: required columns missing
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/REQUIRED_COLUMNS_MISSING>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: title missing
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationErrors/TITLE_MISSING>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image0 link duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE0_LINK_DUPLICATED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image0 link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE0_LINK_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image0 link required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE0_LINK_REQUIRED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image0 link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE0_LINK_WARNING>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image0 tag duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE0_TAG_DUPLICATED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image0 tag length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE0_TAG_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image0 tag required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE0_TAG_REQUIRED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image10 link duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE10_LINK_DUPLICATED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image10 link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE10_LINK_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image10 link required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE10_LINK_REQUIRED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image10 link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE10_LINK_WARNING>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image10 tag duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE10_TAG_DUPLICATED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image10 tag length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE10_TAG_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image10 tag required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE10_TAG_REQUIRED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image11 link duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE11_LINK_DUPLICATED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image11 link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE11_LINK_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image11 link required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE11_LINK_REQUIRED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image11 link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE11_LINK_WARNING>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image11 tag duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE11_TAG_DUPLICATED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image11 tag length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE11_TAG_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image11 tag required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE11_TAG_REQUIRED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image12 link duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE12_LINK_DUPLICATED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image12 link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE12_LINK_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image12 link required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE12_LINK_REQUIRED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image12 link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE12_LINK_WARNING>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image12 tag duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE12_TAG_DUPLICATED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image12 tag length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE12_TAG_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image12 tag required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE12_TAG_REQUIRED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image13 link duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE13_LINK_DUPLICATED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image13 link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE13_LINK_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image13 link required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE13_LINK_REQUIRED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image13 link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE13_LINK_WARNING>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image13 tag duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE13_TAG_DUPLICATED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image13 tag length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE13_TAG_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image13 tag required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE13_TAG_REQUIRED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image14 link duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE14_LINK_DUPLICATED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image14 link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE14_LINK_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image14 link required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE14_LINK_REQUIRED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image14 link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE14_LINK_WARNING>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image14 tag duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE14_TAG_DUPLICATED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image14 tag length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE14_TAG_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image14 tag required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE14_TAG_REQUIRED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image15 link duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE15_LINK_DUPLICATED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image15 link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE15_LINK_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image15 link required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE15_LINK_REQUIRED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image15 link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE15_LINK_WARNING>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image15 tag duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE15_TAG_DUPLICATED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image15 tag length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE15_TAG_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image15 tag required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE15_TAG_REQUIRED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image16 link duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE16_LINK_DUPLICATED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image16 link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE16_LINK_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image16 link required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE16_LINK_REQUIRED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image16 link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE16_LINK_WARNING>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image16 tag duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE16_TAG_DUPLICATED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image16 tag length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE16_TAG_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image16 tag required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE16_TAG_REQUIRED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image17 link duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE17_LINK_DUPLICATED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image17 link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE17_LINK_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image17 link required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE17_LINK_REQUIRED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image17 link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE17_LINK_WARNING>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image17 tag duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE17_TAG_DUPLICATED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image17 tag length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE17_TAG_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image17 tag required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE17_TAG_REQUIRED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image18 link duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE18_LINK_DUPLICATED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image18 link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE18_LINK_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image18 link required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE18_LINK_REQUIRED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image18 link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE18_LINK_WARNING>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image18 tag duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE18_TAG_DUPLICATED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image18 tag length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE18_TAG_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image18 tag required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE18_TAG_REQUIRED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image19 link duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE19_LINK_DUPLICATED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image19 link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE19_LINK_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image19 link required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE19_LINK_REQUIRED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image19 link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE19_LINK_WARNING>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image19 tag duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE19_TAG_DUPLICATED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image19 tag length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE19_TAG_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image19 tag required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE19_TAG_REQUIRED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image1 link duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE1_LINK_DUPLICATED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image1 link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE1_LINK_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image1 link required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE1_LINK_REQUIRED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image1 link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE1_LINK_WARNING>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image1 tag duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE1_TAG_DUPLICATED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image1 tag length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE1_TAG_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image1 tag required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE1_TAG_REQUIRED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image2 link duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE2_LINK_DUPLICATED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image2 link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE2_LINK_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image2 link required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE2_LINK_REQUIRED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image2 link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE2_LINK_WARNING>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image2 tag duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE2_TAG_DUPLICATED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image2 tag length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE2_TAG_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image2 tag required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE2_TAG_REQUIRED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image3 link duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE3_LINK_DUPLICATED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image3 link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE3_LINK_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image3 link required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE3_LINK_REQUIRED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image3 link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE3_LINK_WARNING>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image3 tag duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE3_TAG_DUPLICATED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image3 tag length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE3_TAG_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image3 tag required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE3_TAG_REQUIRED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image4 link duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE4_LINK_DUPLICATED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image4 link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE4_LINK_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image4 link required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE4_LINK_REQUIRED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image4 link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE4_LINK_WARNING>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image4 tag duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE4_TAG_DUPLICATED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image4 tag length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE4_TAG_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image4 tag required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE4_TAG_REQUIRED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image5 link duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE5_LINK_DUPLICATED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image5 link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE5_LINK_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image5 link required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE5_LINK_REQUIRED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image5 link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE5_LINK_WARNING>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image5 tag duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE5_TAG_DUPLICATED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image5 tag length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE5_TAG_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image5 tag required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE5_TAG_REQUIRED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image6 link duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE6_LINK_DUPLICATED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image6 link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE6_LINK_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image6 link required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE6_LINK_REQUIRED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image6 link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE6_LINK_WARNING>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image6 tag duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE6_TAG_DUPLICATED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image6 tag length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE6_TAG_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image6 tag required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE6_TAG_REQUIRED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image7 link duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE7_LINK_DUPLICATED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image7 link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE7_LINK_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image7 link required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE7_LINK_REQUIRED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image7 link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE7_LINK_WARNING>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image7 tag duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE7_TAG_DUPLICATED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image7 tag length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE7_TAG_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image7 tag required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE7_TAG_REQUIRED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image8 link duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE8_LINK_DUPLICATED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image8 link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE8_LINK_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image8 link required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE8_LINK_REQUIRED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image8 link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE8_LINK_WARNING>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image8 tag duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE8_TAG_DUPLICATED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image8 tag length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE8_TAG_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image8 tag required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE8_TAG_REQUIRED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image9 link duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE9_LINK_DUPLICATED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image9 link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE9_LINK_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image9 link required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE9_LINK_REQUIRED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image9 link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE9_LINK_WARNING>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image9 tag duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE9_TAG_DUPLICATED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image9 tag length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE9_TAG_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image9 tag required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_IMAGE9_TAG_REQUIRED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad link format warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_LINK_FORMAT_WARNING>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad link same as link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_LINK_SAME_AS_LINK>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video0 link duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_VIDEO0_LINK_DUPLICATED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video0 link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_VIDEO0_LINK_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video0 link required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_VIDEO0_LINK_REQUIRED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video0 link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_VIDEO0_LINK_WARNING>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video0 tag duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_VIDEO0_TAG_DUPLICATED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video0 tag length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_VIDEO0_TAG_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video0 tag required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_VIDEO0_TAG_REQUIRED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video1 link duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_VIDEO1_LINK_DUPLICATED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video1 link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_VIDEO1_LINK_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video1 link required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_VIDEO1_LINK_REQUIRED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video1 link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_VIDEO1_LINK_WARNING>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video1 tag duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_VIDEO1_TAG_DUPLICATED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video1 tag length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_VIDEO1_TAG_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video1 tag required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_VIDEO1_TAG_REQUIRED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video2 link duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_VIDEO2_LINK_DUPLICATED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video2 link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_VIDEO2_LINK_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video2 link required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_VIDEO2_LINK_REQUIRED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video2 link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_VIDEO2_LINK_WARNING>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video2 tag duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_VIDEO2_TAG_DUPLICATED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video2 tag length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_VIDEO2_TAG_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video2 tag required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AD_VIDEO2_TAG_REQUIRED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: additional image link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/ADDITIONAL_IMAGE_LINK_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: additional image link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/ADDITIONAL_IMAGE_LINK_WARNING>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: adwords format warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/ADWORDS_FORMAT_WARNING>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: adwords same as link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/ADWORDS_SAME_AS_LINK>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: age group invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AGE_GROUP_INVALID>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: android deep link invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/ANDROID_DEEP_LINK_INVALID>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: availability date invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/AVAILABILITY_DATE_INVALID>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country does not map to currency
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/COUNTRY_DOES_NOT_MAP_TO_CURRENCY>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom label length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/CUSTOM_LABEL_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/DESCRIPTION_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: duplicate headers
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/DUPLICATE_HEADERS>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: expiration date invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/EXPIRATION_DATE_INVALID>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: fetch same signature
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/FETCH_SAME_SIGNATURE>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: gender invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/GENDER_INVALID>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: gtin invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/GTIN_INVALID>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: image link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/IMAGE_LINK_WARNING>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: inconsistent currency values
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/INCONSISTENT_CURRENCY_VALUES>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: indexed product count large delta
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/INDEXED_PRODUCT_COUNT_LARGE_DELTA>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ios deep link invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/IOS_DEEP_LINK_INVALID>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is bundle invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/IS_BUNDLE_INVALID>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: item additional image download failure
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/ITEM_ADDITIONAL_IMAGE_DOWNLOAD_FAILURE>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: link format warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/LINK_FORMAT_WARNING>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: min ad price invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/MIN_AD_PRICE_INVALID>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: mpn invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/MPN_INVALID>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: multipack invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/MULTIPACK_INVALID>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: optional condition invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/OPTIONAL_CONDITION_INVALID>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: optional condition missing
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/OPTIONAL_CONDITION_MISSING>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: optional product category invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/OPTIONAL_PRODUCT_CATEGORY_INVALID>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: optional product category missing
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/OPTIONAL_PRODUCT_CATEGORY_MISSING>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product category depth warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/PRODUCT_CATEGORY_DEPTH_WARNING>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product type length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/PRODUCT_TYPE_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: sale date invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/SALE_DATE_INVALID>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: sales price invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/SALES_PRICE_INVALID>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: sales price too high
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/SALES_PRICE_TOO_HIGH>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: sales price too low
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/SALES_PRICE_TOO_LOW>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shipping height invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/SHIPPING_HEIGHT_INVALID>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shipping invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/SHIPPING_INVALID>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shipping weight invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/SHIPPING_WEIGHT_INVALID>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shipping width invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/SHIPPING_WIDTH_INVALID>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: size system invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/SIZE_SYSTEM_INVALID>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: size type invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/SIZE_TYPE_INVALID>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/TAX_INVALID>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: title length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/TITLE_LENGTH_TOO_LONG>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: too many additional image links
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/TOO_MANY_ADDITIONAL_IMAGE_LINKS>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated time invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/UPDATED_TIME_INVALID>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: utm source auto corrected
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/UTM_SOURCE_AUTO_CORRECTED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: video required when ad video provided
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/VIDEO_REQUIRED_WHEN_AD_VIDEO_PROVIDED>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: weight unit invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedValidationWarnings/WEIGHT_UNIT_INVALID>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ingested videos
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedVideoCounts/ingestedVideos>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: not ingested videos
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedVideoCounts/notIngestedVideos>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total videos
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedVideoCounts/totalVideos>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: credentials
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedsCreateRequest/credentials>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: default availability
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedsCreateRequest/defaultAvailability>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: default country
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedsCreateRequest/defaultCountry>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: default currency
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedsCreateRequest/defaultCurrency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: default locale
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedsCreateRequest/defaultLocale>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: format
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedsCreateRequest/format>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: location
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedsCreateRequest/location>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedsCreateRequest/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: preferred processing schedule
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedsCreateRequest/preferredProcessingSchedule>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedsCreateRequest/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeedsCreateRequest/catalogId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeedsCreateRequest/catalogType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: credentials
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeedsCreateRequest/credentials>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: default availability
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeedsCreateRequest/defaultAvailability>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: default country
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeedsCreateRequest/defaultCountry>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: default currency
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeedsCreateRequest/defaultCurrency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: default locale
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeedsCreateRequest/defaultLocale>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: format
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeedsCreateRequest/format>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: location
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeedsCreateRequest/location>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeedsCreateRequest/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: preferred processing schedule
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeedsCreateRequest/preferredProcessingSchedule>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeedsCreateRequest/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeedsCreateRequest/catalogId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeedsCreateRequest/catalogType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: credentials
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeedsCreateRequest/credentials>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: default currency
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeedsCreateRequest/defaultCurrency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: default locale
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeedsCreateRequest/defaultLocale>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: format
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeedsCreateRequest/format>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: location
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeedsCreateRequest/location>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeedsCreateRequest/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: preferred processing schedule
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeedsCreateRequest/preferredProcessingSchedule>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeedsCreateRequest/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeedsCreateRequest/catalogId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeedsCreateRequest/catalogType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: credentials
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeedsCreateRequest/credentials>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: default country
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeedsCreateRequest/defaultCountry>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: default currency
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeedsCreateRequest/defaultCurrency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: default locale
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeedsCreateRequest/defaultLocale>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: format
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeedsCreateRequest/format>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: location
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeedsCreateRequest/location>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeedsCreateRequest/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: preferred processing schedule
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeedsCreateRequest/preferredProcessingSchedule>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeedsCreateRequest/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeedsUpdateRequest/catalogType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: credentials
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeedsUpdateRequest/credentials>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: default currency
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeedsUpdateRequest/defaultCurrency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: format
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeedsUpdateRequest/format>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: location
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeedsUpdateRequest/location>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeedsUpdateRequest/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: preferred processing schedule
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeedsUpdateRequest/preferredProcessingSchedule>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsFeedsUpdateRequest/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeedsUpdateRequest/catalogType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: credentials
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeedsUpdateRequest/credentials>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: default availability
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeedsUpdateRequest/defaultAvailability>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: default currency
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeedsUpdateRequest/defaultCurrency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: format
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeedsUpdateRequest/format>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: location
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeedsUpdateRequest/location>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeedsUpdateRequest/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: preferred processing schedule
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeedsUpdateRequest/preferredProcessingSchedule>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailFeedsUpdateRequest/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeedsUpdateRequest/catalogType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: credentials
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeedsUpdateRequest/credentials>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: default currency
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeedsUpdateRequest/defaultCurrency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: format
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeedsUpdateRequest/format>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: location
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeedsUpdateRequest/location>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeedsUpdateRequest/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: preferred processing schedule
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeedsUpdateRequest/preferredProcessingSchedule>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelFeedsUpdateRequest/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: credentials
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedsUpdateRequest/credentials>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: default availability
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedsUpdateRequest/defaultAvailability>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: default currency
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedsUpdateRequest/defaultCurrency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: format
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedsUpdateRequest/format>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: location
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedsUpdateRequest/location>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedsUpdateRequest/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: preferred processing schedule
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedsUpdateRequest/preferredProcessingSchedule>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsFeedsUpdateRequest/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: attribute name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationDetails/attributeName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: provided value
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationDetails/providedValue>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: adult invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationErrors/ADULT_INVALID>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: adwords format invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationErrors/ADWORDS_FORMAT_INVALID>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: availability invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationErrors/AVAILABILITY_INVALID>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: blocklisted image signature
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationErrors/BLOCKLISTED_IMAGE_SIGNATURE>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description missing
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationErrors/DESCRIPTION_MISSING>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: duplicate products
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationErrors/DUPLICATE_PRODUCTS>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: image link invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationErrors/IMAGE_LINK_INVALID>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: image link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationErrors/IMAGE_LINK_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: image link missing
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationErrors/IMAGE_LINK_MISSING>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: invalid domain
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationErrors/INVALID_DOMAIN>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: item main image download failure
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationErrors/ITEM_MAIN_IMAGE_DOWNLOAD_FAILURE>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: itemid missing
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationErrors/ITEMID_MISSING>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: link format invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationErrors/LINK_FORMAT_INVALID>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationErrors/LINK_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: list price invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationErrors/LIST_PRICE_INVALID>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: max items per item group exceeded
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationErrors/MAX_ITEMS_PER_ITEM_GROUP_EXCEEDED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: parse line error
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationErrors/PARSE_LINE_ERROR>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: pinjoin content unsafe
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationErrors/PINJOIN_CONTENT_UNSAFE>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: price cannot be determined
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationErrors/PRICE_CANNOT_BE_DETERMINED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: price missing
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationErrors/PRICE_MISSING>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product link missing
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationErrors/PRODUCT_LINK_MISSING>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product price invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationErrors/PRODUCT_PRICE_INVALID>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: title missing
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationErrors/TITLE_MISSING>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: errors
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationIssues/errors>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: item id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationIssues/itemId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: item number
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationIssues/itemNumber>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: warnings
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationIssues/warnings>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image0 link duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE0_LINK_DUPLICATED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image0 link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE0_LINK_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image0 link required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE0_LINK_REQUIRED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image0 link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE0_LINK_WARNING>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image0 tag duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE0_TAG_DUPLICATED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image0 tag length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE0_TAG_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image0 tag required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE0_TAG_REQUIRED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image10 link duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE10_LINK_DUPLICATED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image10 link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE10_LINK_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image10 link required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE10_LINK_REQUIRED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image10 link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE10_LINK_WARNING>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image10 tag duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE10_TAG_DUPLICATED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image10 tag length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE10_TAG_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image10 tag required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE10_TAG_REQUIRED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image11 link duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE11_LINK_DUPLICATED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image11 link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE11_LINK_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image11 link required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE11_LINK_REQUIRED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image11 link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE11_LINK_WARNING>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image11 tag duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE11_TAG_DUPLICATED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image11 tag length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE11_TAG_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image11 tag required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE11_TAG_REQUIRED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image12 link duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE12_LINK_DUPLICATED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image12 link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE12_LINK_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image12 link required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE12_LINK_REQUIRED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image12 link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE12_LINK_WARNING>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image12 tag duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE12_TAG_DUPLICATED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image12 tag length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE12_TAG_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image12 tag required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE12_TAG_REQUIRED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image13 link duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE13_LINK_DUPLICATED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image13 link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE13_LINK_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image13 link required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE13_LINK_REQUIRED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image13 link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE13_LINK_WARNING>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image13 tag duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE13_TAG_DUPLICATED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image13 tag length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE13_TAG_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image13 tag required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE13_TAG_REQUIRED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image14 link duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE14_LINK_DUPLICATED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image14 link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE14_LINK_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image14 link required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE14_LINK_REQUIRED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image14 link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE14_LINK_WARNING>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image14 tag duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE14_TAG_DUPLICATED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image14 tag length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE14_TAG_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image14 tag required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE14_TAG_REQUIRED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image15 link duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE15_LINK_DUPLICATED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image15 link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE15_LINK_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image15 link required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE15_LINK_REQUIRED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image15 link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE15_LINK_WARNING>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image15 tag duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE15_TAG_DUPLICATED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image15 tag length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE15_TAG_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image15 tag required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE15_TAG_REQUIRED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image16 link duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE16_LINK_DUPLICATED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image16 link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE16_LINK_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image16 link required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE16_LINK_REQUIRED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image16 link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE16_LINK_WARNING>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image16 tag duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE16_TAG_DUPLICATED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image16 tag length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE16_TAG_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image16 tag required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE16_TAG_REQUIRED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image17 link duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE17_LINK_DUPLICATED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image17 link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE17_LINK_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image17 link required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE17_LINK_REQUIRED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image17 link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE17_LINK_WARNING>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image17 tag duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE17_TAG_DUPLICATED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image17 tag length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE17_TAG_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image17 tag required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE17_TAG_REQUIRED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image18 link duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE18_LINK_DUPLICATED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image18 link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE18_LINK_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image18 link required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE18_LINK_REQUIRED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image18 link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE18_LINK_WARNING>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image18 tag duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE18_TAG_DUPLICATED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image18 tag length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE18_TAG_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image18 tag required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE18_TAG_REQUIRED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image19 link duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE19_LINK_DUPLICATED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image19 link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE19_LINK_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image19 link required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE19_LINK_REQUIRED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image19 link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE19_LINK_WARNING>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image19 tag duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE19_TAG_DUPLICATED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image19 tag length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE19_TAG_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image19 tag required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE19_TAG_REQUIRED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image1 link duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE1_LINK_DUPLICATED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image1 link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE1_LINK_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image1 link required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE1_LINK_REQUIRED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image1 link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE1_LINK_WARNING>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image1 tag duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE1_TAG_DUPLICATED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image1 tag length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE1_TAG_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image1 tag required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE1_TAG_REQUIRED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image2 link duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE2_LINK_DUPLICATED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image2 link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE2_LINK_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image2 link required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE2_LINK_REQUIRED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image2 link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE2_LINK_WARNING>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image2 tag duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE2_TAG_DUPLICATED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image2 tag length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE2_TAG_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image2 tag required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE2_TAG_REQUIRED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image3 link duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE3_LINK_DUPLICATED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image3 link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE3_LINK_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image3 link required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE3_LINK_REQUIRED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image3 link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE3_LINK_WARNING>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image3 tag duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE3_TAG_DUPLICATED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image3 tag length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE3_TAG_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image3 tag required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE3_TAG_REQUIRED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image4 link duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE4_LINK_DUPLICATED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image4 link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE4_LINK_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image4 link required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE4_LINK_REQUIRED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image4 link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE4_LINK_WARNING>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image4 tag duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE4_TAG_DUPLICATED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image4 tag length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE4_TAG_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image4 tag required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE4_TAG_REQUIRED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image5 link duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE5_LINK_DUPLICATED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image5 link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE5_LINK_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image5 link required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE5_LINK_REQUIRED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image5 link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE5_LINK_WARNING>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image5 tag duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE5_TAG_DUPLICATED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image5 tag length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE5_TAG_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image5 tag required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE5_TAG_REQUIRED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image6 link duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE6_LINK_DUPLICATED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image6 link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE6_LINK_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image6 link required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE6_LINK_REQUIRED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image6 link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE6_LINK_WARNING>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image6 tag duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE6_TAG_DUPLICATED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image6 tag length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE6_TAG_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image6 tag required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE6_TAG_REQUIRED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image7 link duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE7_LINK_DUPLICATED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image7 link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE7_LINK_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image7 link required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE7_LINK_REQUIRED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image7 link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE7_LINK_WARNING>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image7 tag duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE7_TAG_DUPLICATED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image7 tag length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE7_TAG_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image7 tag required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE7_TAG_REQUIRED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image8 link duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE8_LINK_DUPLICATED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image8 link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE8_LINK_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image8 link required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE8_LINK_REQUIRED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image8 link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE8_LINK_WARNING>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image8 tag duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE8_TAG_DUPLICATED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image8 tag length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE8_TAG_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image8 tag required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE8_TAG_REQUIRED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image9 link duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE9_LINK_DUPLICATED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image9 link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE9_LINK_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image9 link required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE9_LINK_REQUIRED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image9 link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE9_LINK_WARNING>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image9 tag duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE9_TAG_DUPLICATED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image9 tag length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE9_TAG_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image9 tag required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_IMAGE9_TAG_REQUIRED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad link format warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_LINK_FORMAT_WARNING>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad link same as link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_LINK_SAME_AS_LINK>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video0 link duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_VIDEO0_LINK_DUPLICATED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video0 link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_VIDEO0_LINK_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video0 link required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_VIDEO0_LINK_REQUIRED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video0 link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_VIDEO0_LINK_WARNING>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video0 tag duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_VIDEO0_TAG_DUPLICATED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video0 tag length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_VIDEO0_TAG_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video0 tag required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_VIDEO0_TAG_REQUIRED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video1 link duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_VIDEO1_LINK_DUPLICATED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video1 link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_VIDEO1_LINK_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video1 link required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_VIDEO1_LINK_REQUIRED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video1 link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_VIDEO1_LINK_WARNING>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video1 tag duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_VIDEO1_TAG_DUPLICATED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video1 tag length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_VIDEO1_TAG_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video1 tag required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_VIDEO1_TAG_REQUIRED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video2 link duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_VIDEO2_LINK_DUPLICATED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video2 link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_VIDEO2_LINK_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video2 link required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_VIDEO2_LINK_REQUIRED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video2 link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_VIDEO2_LINK_WARNING>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video2 tag duplicated
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_VIDEO2_TAG_DUPLICATED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video2 tag length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_VIDEO2_TAG_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video2 tag required
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AD_VIDEO2_TAG_REQUIRED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: additional image link length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/ADDITIONAL_IMAGE_LINK_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: additional image link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/ADDITIONAL_IMAGE_LINK_WARNING>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: adwords format warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/ADWORDS_FORMAT_WARNING>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: adwords same as link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/ADWORDS_SAME_AS_LINK>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: age group invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AGE_GROUP_INVALID>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: android deep link invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/ANDROID_DEEP_LINK_INVALID>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: availability date invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/AVAILABILITY_DATE_INVALID>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country does not map to currency
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/COUNTRY_DOES_NOT_MAP_TO_CURRENCY>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom label length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/CUSTOM_LABEL_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/DESCRIPTION_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: expiration date invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/EXPIRATION_DATE_INVALID>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: gender invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/GENDER_INVALID>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: gtin invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/GTIN_INVALID>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: image link warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/IMAGE_LINK_WARNING>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ios deep link invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/IOS_DEEP_LINK_INVALID>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is bundle invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/IS_BUNDLE_INVALID>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: item additional image download failure
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/ITEM_ADDITIONAL_IMAGE_DOWNLOAD_FAILURE>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: link format warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/LINK_FORMAT_WARNING>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: min ad price invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/MIN_AD_PRICE_INVALID>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: mpn invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/MPN_INVALID>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: multipack invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/MULTIPACK_INVALID>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: optional condition invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/OPTIONAL_CONDITION_INVALID>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: optional condition missing
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/OPTIONAL_CONDITION_MISSING>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: optional product category invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/OPTIONAL_PRODUCT_CATEGORY_INVALID>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: optional product category missing
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/OPTIONAL_PRODUCT_CATEGORY_MISSING>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product category depth warning
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/PRODUCT_CATEGORY_DEPTH_WARNING>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product type length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/PRODUCT_TYPE_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: sale date invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/SALE_DATE_INVALID>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: sales price invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/SALES_PRICE_INVALID>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: sales price too high
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/SALES_PRICE_TOO_HIGH>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: sales price too low
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/SALES_PRICE_TOO_LOW>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shipping height invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/SHIPPING_HEIGHT_INVALID>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shipping invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/SHIPPING_INVALID>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shipping weight invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/SHIPPING_WEIGHT_INVALID>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shipping width invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/SHIPPING_WIDTH_INVALID>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: size system invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/SIZE_SYSTEM_INVALID>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: size type invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/SIZE_TYPE_INVALID>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/TAX_INVALID>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: title length too long
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/TITLE_LENGTH_TOO_LONG>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: too many additional image links
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/TOO_MANY_ADDITIONAL_IMAGE_LINKS>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: utm source auto corrected
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/UTM_SOURCE_AUTO_CORRECTED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: video required when ad video provided
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/VIDEO_REQUIRED_WHEN_AD_VIDEO_PROVIDED>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: weight unit invalid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemValidationWarnings/WEIGHT_UNIT_INVALID>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemsBatch/catalog_type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemsPostFilters/catalog_type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: address
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableHotelAttributes/address>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: base price
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableHotelAttributes/basePrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: brand
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableHotelAttributes/brand>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: category
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableHotelAttributes/category>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom label0
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableHotelAttributes/customLabel0>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom label1
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableHotelAttributes/customLabel1>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom label2
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableHotelAttributes/customLabel2>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom label3
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableHotelAttributes/customLabel3>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom label4
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableHotelAttributes/customLabel4>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableHotelAttributes/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: guest ratings
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableHotelAttributes/guestRatings>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: latitude
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableHotelAttributes/latitude>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableHotelAttributes/link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: longitude
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableHotelAttributes/longitude>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableHotelAttributes/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: neighborhood
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableHotelAttributes/neighborhood>
  a owl:DatatypeProperty .

# OWL axioms for property: sale price
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableHotelAttributes/salePrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: addr1
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAddress/addr1>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: city
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAddress/city>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAddress/country>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: postal code
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAddress/postalCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: region
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAddress/region>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: max score
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelGuestRatings/maxScore>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: number of reviewers
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelGuestRatings/numberOfReviewers>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: rating system
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelGuestRatings/ratingSystem>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: score
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelGuestRatings/score>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: address
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAttributes/address>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: base price
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAttributes/basePrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: brand
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAttributes/brand>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: category
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAttributes/category>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom label0
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAttributes/customLabel0>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom label1
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAttributes/customLabel1>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom label2
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAttributes/customLabel2>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom label3
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAttributes/customLabel3>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom label4
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAttributes/customLabel4>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAttributes/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: guest ratings
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAttributes/guestRatings>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: latitude
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAttributes/latitude>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAttributes/link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: longitude
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAttributes/longitude>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAttributes/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: neighborhood
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAttributes/neighborhood>
  a owl:DatatypeProperty .

# OWL axioms for property: sale price
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAttributes/salePrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: additional image link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAttributes/additionalImageLink>
  a owl:DatatypeProperty .

# OWL axioms for property: main image
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAttributes/mainImage>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAttributesMainImage/link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAttributesMainImage/tag>
  a owl:DatatypeProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailItemsPostFilter/catalog_type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailItemsPostFilter/catalogId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: item ids
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailItemsPostFilter/itemIds>
  a owl:DatatypeProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelItemsPostFilter/catalog_type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelItemsPostFilter/catalogId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: hotel ids
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelItemsPostFilter/hotelIds>
  a owl:DatatypeProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsItemsPostFilter/catalog_type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsItemsPostFilter/catalogId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: creative assets ids
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsItemsPostFilter/creativeAssetsIds>
  a owl:DatatypeProperty .

# OWL axioms for property: items
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItems/items>
  a owl:ObjectProperty .

# OWL axioms for property: attributes
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailItemResponse/attributes>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailItemResponse/catalogType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: item id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailItemResponse/itemId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: pins
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailItemResponse/pins>
  a owl:ObjectProperty .

# OWL axioms for property: ad image0link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage0Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image0tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage0Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image10link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage10Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image10tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage10Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image11link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage11Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image11tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage11Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image12link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage12Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image12tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage12Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image13link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage13Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image13tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage13Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image14link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage14Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image14tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage14Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image15link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage15Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image15tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage15Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image16link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage16Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image16tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage16Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image17link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage17Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image17tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage17Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image18link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage18Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image18tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage18Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image19link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage19Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image19tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage19Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image1link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage1Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image1tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage1Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image2link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage2Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image2tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage2Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image3link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage3Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image3tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage3Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image4link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage4Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image4tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage4Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image5link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage5Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image5tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage5Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image6link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage6Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image6tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage6Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image7link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage7Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image7tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage7Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image8link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage8Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image8tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage8Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image9link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage9Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad image9tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adImage9Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adLink>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video0link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adVideo0Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video0tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adVideo0Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video1link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adVideo1Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video1tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adVideo1Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video2link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adVideo2Link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad video2tag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adVideo2Tag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: adult
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/adult>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: age group
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/ageGroup>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: android deep link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/androidDeepLink>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: availability
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/availability>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: average review rating
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/averageReviewRating>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: brand
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/brand>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: checkout enabled
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/checkoutEnabled>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: color
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/color>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: condition
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/condition>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom label0
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/customLabel0>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom label1
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/customLabel1>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom label2
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/customLabel2>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom label3
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/customLabel3>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom label4
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/customLabel4>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom number0
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/customNumber0>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom number1
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/customNumber1>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom number2
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/customNumber2>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom number3
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/customNumber3>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom number4
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/customNumber4>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: free shipping label
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/freeShippingLabel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: free shipping limit
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/freeShippingLimit>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: gender
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/gender>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: google product category
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/googleProductCategory>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: gtin
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/gtin>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: installment price
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/installmentPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ios deep link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/iosDeepLink>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: item group id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/itemGroupId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: last updated time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/lastUpdatedTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: material
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/material>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: min ad price
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/minAdPrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: mobile link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/mobileLink>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: mpn
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/mpn>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: number of ratings
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/numberOfRatings>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: number of reviews
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/numberOfReviews>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: pattern
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/pattern>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: price
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/price>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/productType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: promotion id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/promotionId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: sale price
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/salePrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: sale price effective date
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/salePriceEffectiveDate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shipping
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/shipping>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shipping height
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/shippingHeight>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shipping weight
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/shippingWeight>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: shipping width
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/shippingWidth>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: size
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/size>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: size system
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/sizeSystem>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: size type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/sizeType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tax
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/tax>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: title
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/title>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: unit pricing base measure
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/unitPricingBaseMeasure>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: unit pricing measure
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/unitPricingMeasure>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: variant names
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/variantNames>
  a owl:DatatypeProperty .

# OWL axioms for property: variant values
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/variantValues>
  a owl:DatatypeProperty .

# OWL axioms for property: additional image link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/additionalImageLink>
  a owl:DatatypeProperty .

# OWL axioms for property: image link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/imageLink>
  a owl:DatatypeProperty .

# OWL axioms for property: video link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemAttributes/videoLink>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: attributes
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelItemResponse/attributes>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelItemResponse/catalogType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: hotel id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelItemResponse/hotelId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: pins
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelItemResponse/pins>
  a owl:ObjectProperty .

# OWL axioms for property: attributes
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsItemResponse/attributes>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsItemResponse/catalogType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: creative assets id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsItemResponse/creativeAssetsId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: pins
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsItemResponse/pins>
  a owl:ObjectProperty .

# OWL axioms for property: android deep link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsAttributes/androidDeepLink>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom label0
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsAttributes/customLabel0>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom label1
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsAttributes/customLabel1>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom label2
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsAttributes/customLabel2>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom label3
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsAttributes/customLabel3>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom label4
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsAttributes/customLabel4>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsAttributes/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: google product category
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsAttributes/googleProductCategory>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ios deep link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsAttributes/iosDeepLink>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsAttributes/link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: title
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsAttributes/title>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: visibility
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsAttributes/visibility>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: image link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsAttributes/imageLink>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: video link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsAttributes/videoLink>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailItemErrorResponse/catalogType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: errors
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailItemErrorResponse/errors>
  a owl:ObjectProperty .

# OWL axioms for property: item id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailItemErrorResponse/itemId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: attribute
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemValidationEvent/attribute>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: code
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemValidationEvent/code>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: message
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemValidationEvent/message>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelItemErrorResponse/catalogType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: errors
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelItemErrorResponse/errors>
  a owl:ObjectProperty .

# OWL axioms for property: hotel id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelItemErrorResponse/hotelId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsItemErrorResponse/catalogType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: creative assets id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsItemErrorResponse/creativeAssetsId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: errors
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsItemErrorResponse/errors>
  a owl:ObjectProperty .

# OWL axioms for property: android deep link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableCreativeAssetsAttributes/androidDeepLink>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom label0
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableCreativeAssetsAttributes/customLabel0>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom label1
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableCreativeAssetsAttributes/customLabel1>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom label2
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableCreativeAssetsAttributes/customLabel2>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom label3
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableCreativeAssetsAttributes/customLabel3>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom label4
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableCreativeAssetsAttributes/customLabel4>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableCreativeAssetsAttributes/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: google product category
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableCreativeAssetsAttributes/googleProductCategory>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ios deep link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableCreativeAssetsAttributes/iosDeepLink>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableCreativeAssetsAttributes/link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: title
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableCreativeAssetsAttributes/title>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: visibility
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdatableCreativeAssetsAttributes/visibility>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsItemsBatch/catalog_type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: batch id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsItemsBatch/batchId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: completed time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsItemsBatch/completedTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsItemsBatch/createdTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: items
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsItemsBatch/items>
  a owl:ObjectProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsItemsBatch/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: creative assets id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreativeAssetsProcessingRecord/creativeAssetsId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: errors
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreativeAssetsProcessingRecord/errors>
  a owl:ObjectProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreativeAssetsProcessingRecord/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: warnings
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CreativeAssetsProcessingRecord/warnings>
  a owl:ObjectProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelItemsBatch/catalog_type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: batch id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelItemsBatch/batchId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: completed time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelItemsBatch/completedTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelItemsBatch/createdTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: items
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelItemsBatch/items>
  a owl:ObjectProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelItemsBatch/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: errors
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.HotelProcessingRecord/errors>
  a owl:ObjectProperty .

# OWL axioms for property: hotel id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.HotelProcessingRecord/hotelId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.HotelProcessingRecord/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: warnings
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.HotelProcessingRecord/warnings>
  a owl:ObjectProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailItemsBatch/catalog_type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: batch id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailItemsBatch/batchId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: completed time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailItemsBatch/completedTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailItemsBatch/createdTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: items
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailItemsBatch/items>
  a owl:ObjectProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailItemsBatch/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: errors
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemProcessingRecord/errors>
  a owl:ObjectProperty .

# OWL axioms for property: item id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemProcessingRecord/itemId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemProcessingRecord/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: warnings
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ItemProcessingRecord/warnings>
  a owl:ObjectProperty .

# OWL axioms for property: country
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemsRequest/country>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: filters
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemsRequest/filters>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: language
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemsRequest/language>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemsCreateBatchRequest/country>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: items
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemsCreateBatchRequest/items>
  a owl:ObjectProperty .

# OWL axioms for property: language
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemsCreateBatchRequest/language>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: operation
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemsCreateBatchRequest/operation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemsDeleteBatchRequest/country>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: items
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemsDeleteBatchRequest/items>
  a owl:ObjectProperty .

# OWL axioms for property: language
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemsDeleteBatchRequest/language>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: operation
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemsDeleteBatchRequest/operation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemsDeleteDiscontinuedBatchRequest/country>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: items
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemsDeleteDiscontinuedBatchRequest/items>
  a owl:ObjectProperty .

# OWL axioms for property: language
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemsDeleteDiscontinuedBatchRequest/language>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: operation
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemsDeleteDiscontinuedBatchRequest/operation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemsUpdateBatchRequest/country>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: items
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemsUpdateBatchRequest/items>
  a owl:ObjectProperty .

# OWL axioms for property: language
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemsUpdateBatchRequest/language>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: operation
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemsUpdateBatchRequest/operation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemsUpsertBatchRequest/country>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: items
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemsUpsertBatchRequest/items>
  a owl:ObjectProperty .

# OWL axioms for property: language
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemsUpsertBatchRequest/language>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: operation
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsItemsUpsertBatchRequest/operation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailBatchRequest/catalogId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailBatchRequest/catalogType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailBatchRequest/country>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: items
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailBatchRequest/items>
  a owl:ObjectProperty .

# OWL axioms for property: language
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailBatchRequest/language>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: attributes
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreateRetailItem/attributes>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: item id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreateRetailItem/itemId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: operation
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreateRetailItem/operation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: attributes
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdateRetailItem/attributes>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: item id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdateRetailItem/itemId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: operation
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdateRetailItem/operation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: update mask
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdateRetailItem/updateMask>
  a owl:DatatypeProperty .

# OWL axioms for property: attributes
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpsertRetailItem/attributes>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: item id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpsertRetailItem/itemId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: operation
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpsertRetailItem/operation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: item id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsDeleteRetailItem/itemId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: last updated time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsDeleteRetailItem/lastUpdatedTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: operation
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsDeleteRetailItem/operation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelBatchRequest/catalogId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelBatchRequest/catalogType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelBatchRequest/country>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: items
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelBatchRequest/items>
  a owl:ObjectProperty .

# OWL axioms for property: language
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelBatchRequest/language>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: attributes
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreateHotelItem/attributes>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: hotel id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreateHotelItem/hotelId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: operation
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreateHotelItem/operation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: attributes
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpsertHotelItem/attributes>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: hotel id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpsertHotelItem/hotelId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: operation
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpsertHotelItem/operation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: attributes
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdateHotelItem/attributes>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: hotel id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdateHotelItem/hotelId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: operation
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdateHotelItem/operation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: hotel id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsDeleteHotelItem/hotelId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: operation
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsDeleteHotelItem/operation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsBatchRequest/catalogId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsBatchRequest/catalogType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsBatchRequest/country>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: items
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsBatchRequest/items>
  a owl:ObjectProperty .

# OWL axioms for property: language
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsBatchRequest/language>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: attributes
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreateCreativeAssetsItem/attributes>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: creative assets id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreateCreativeAssetsItem/creativeAssetsId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: operation
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreateCreativeAssetsItem/operation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: attributes
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpsertCreativeAssetsItem/attributes>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: creative assets id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpsertCreativeAssetsItem/creativeAssetsId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: operation
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpsertCreativeAssetsItem/operation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: attributes
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdateCreativeAssetsItem/attributes>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: creative assets id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdateCreativeAssetsItem/creativeAssetsId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: operation
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsUpdateCreativeAssetsItem/operation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: creative assets id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsDeleteCreativeAssetsItem/creativeAssetsId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: operation
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsDeleteCreativeAssetsItem/operation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProduct/catalog_type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupProductCountsVertical/catalog_type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: feed id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsListProductsByFeedBasedFilter/feedId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: filters
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsListProductsByFeedBasedFilter/filters>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: any of
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupFiltersAnyOf/anyOf>
  a owl:ObjectProperty .

# OWL axioms for property: all of
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsProductGroupFiltersAllOf/allOf>
  a owl:ObjectProperty .

# OWL axioms for property: catalog id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailListProductsByCatalogBasedFilterRequest/catalogId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailListProductsByCatalogBasedFilterRequest/catalogType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailListProductsByCatalogBasedFilterRequest/country>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: filters
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailListProductsByCatalogBasedFilterRequest/filters>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: locale
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailListProductsByCatalogBasedFilterRequest/locale>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelListProductsByCatalogBasedFilterRequest/catalogId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelListProductsByCatalogBasedFilterRequest/catalogType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: filters
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelListProductsByCatalogBasedFilterRequest/filters>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsListProductsByCatalogBasedFilterRequest/catalogId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsListProductsByCatalogBasedFilterRequest/catalogType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: filters
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsListProductsByCatalogBasedFilterRequest/filters>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProductGroup/catalogId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProductGroup/catalogType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProductGroup/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProductGroup/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: filters
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProductGroup/filters>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProductGroup/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProductGroup/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProductGroup/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProductGroup/catalogId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProductGroup/catalogType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProductGroup/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProductGroup/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: filters
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProductGroup/filters>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProductGroup/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProductGroup/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProductGroup/type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProductGroup/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroup/catalogId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroup/catalogType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroup/country>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroup/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroup/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: feed id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroup/feedId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: filters
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroup/filters>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroup/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is featured
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroup/isFeatured>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: locale
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroup/locale>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroup/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroup/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroup/type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroup/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProductGroupProductCounts/catalog_type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProductGroupProductCounts/total>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProductGroupProductCounts/catalog_type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProductGroupProductCounts/total>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: videos
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProductGroupProductCounts/videos>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroupProductCounts/catalog_type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: in stock
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroupProductCounts/inStock>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: out of stock
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroupProductCounts/outOfStock>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: preorder
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroupProductCounts/preorder>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroupProductCounts/total>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: videos
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductGroupProductCounts/videos>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProduct/catalog_type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metadata
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProduct/metadata>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: pin
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProduct/pin>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: availability
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductMetadata/availability>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductMetadata/currency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: item group id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductMetadata/itemGroupId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: item id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductMetadata/itemId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: price
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductMetadata/price>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: sale price
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailProductMetadata/salePrice>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProduct/catalog_type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metadata
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProduct/metadata>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: pin
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProduct/pin>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: hotel id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelProductMetadata/hotelId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: creative assets id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProductMetadata/creativeAssetsId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: visibility
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProductMetadata/visibility>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProduct/catalog_type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metadata
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProduct/metadata>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: pin
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsProduct/pin>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: report type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReportStats/report_type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReportParameters/catalog_type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: token
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreateReportResponse/token>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: report status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReport/reportStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: size
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReport/size>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: url
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReport/url>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: report type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReportFeedIngestionStats/report_type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReportFeedIngestionStats/catalogId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: code
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReportFeedIngestionStats/code>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: code label
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReportFeedIngestionStats/codeLabel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: message
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReportFeedIngestionStats/message>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: occurrences
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReportFeedIngestionStats/occurrences>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: severity
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReportFeedIngestionStats/severity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: report type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReportDistributionStats/report_type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReportDistributionStats/catalogId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: code
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReportDistributionStats/code>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: code label
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReportDistributionStats/codeLabel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ineligible for ads
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReportDistributionStats/ineligibleForAds>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ineligible for organic
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReportDistributionStats/ineligibleForOrganic>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: message
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReportDistributionStats/message>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: occurrences
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReportDistributionStats/occurrences>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: feed id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReportFeedIngestionFilter/feedId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: processing result id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReportFeedIngestionFilter/processingResultId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: report type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReportFeedIngestionFilter/reportType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReportDistributionIssueFilter/catalogId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: report type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReportDistributionIssueFilter/reportType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReportAllItemsFilter/catalogId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: report type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsReportAllItemsFilter/reportType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelReportParameters/catalog_type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: report
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelReportParameters/report>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelReportStatsParameters/catalogType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: report
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelReportStatsParameters/report>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailReportParameters/catalog_type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: report
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailReportParameters/report>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailReportStatsParameters/catalogType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: report
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailReportStatsParameters/report>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created at
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Catalog/createdAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Catalog/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated at
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Catalog/updatedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Catalog/catalogType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Catalog/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreateRequest/catalogType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreateRequest/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailAvailableFilterValues/catalogType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: filter values
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsRetailAvailableFilterValues/filterValues>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAvailableFilterValues/catalogType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: filter values
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsHotelAvailableFilterValues/filterValues>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: catalog type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsAvailableFilterValues/catalogType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: filter values
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CatalogsCreativeAssetsAvailableFilterValues/filterValues>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ingestion source
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.EventQualityScore/ingestionSource>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: lookback period
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.EventQualityScore/lookbackPeriod>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: overall status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.EventQualityScore/overallStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: quality components
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.EventQualityScore/qualityComponents>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: source platform
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.EventQualityScore/sourcePlatform>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: advertiser external id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.QualityComponents/advertiserExternalId>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: click id epik
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.QualityComponents/clickIdEpik>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: external event id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.QualityComponents/externalEventId>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: hashed email
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.QualityComponents/hashedEmail>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: hashed maid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.QualityComponents/hashedMaid>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ip address
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.QualityComponents/ipAddress>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.QualityComponents/orderId>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: order value
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.QualityComponents/orderValue>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.QualityComponents/productId>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: source url
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.QualityComponents/sourceUrl>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: user agent
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.QualityComponents/userAgent>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: coverage
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.QualityComponentDetails/coverage>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: issues
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.QualityComponentDetails/issues>
  a owl:ObjectProperty .

# OWL axioms for property: overlap
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.QualityComponentDetails/overlap>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.QualityComponentIssue/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.QualityComponentIssue/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: reason
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.QualityComponentIssue/reason>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: events
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionApiResponse/events>
  a owl:ObjectProperty .

# OWL axioms for property: num events processed
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionApiResponse/numEventsProcessed>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: num events received
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionApiResponse/numEventsReceived>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: data
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEvents/data>
  a owl:ObjectProperty .

# OWL axioms for property: app id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventAppInfo/appId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: app name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventAppInfo/appName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: app package name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventAppInfo/appPackageName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: app store
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventAppInfo/appStore>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: app version
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventAppInfo/appVersion>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: install time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventAppInfo/installTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: user agent
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventAppInfo/userAgent>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: window height
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventAppInfo/windowHeight>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: window width
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventAppInfo/windowWidth>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: battery level
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventDeviceInfo/batteryLevel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: brand
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventDeviceInfo/brand>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: carrier
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventDeviceInfo/carrier>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cpu cores
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventDeviceInfo/cpuCores>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: external storage free space
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventDeviceInfo/externalStorageFreeSpace>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: external storage size
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventDeviceInfo/externalStorageSize>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: form factor
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventDeviceInfo/formFactor>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: kernel version
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventDeviceInfo/kernelVersion>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: languages
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventDeviceInfo/languages>
  a owl:DatatypeProperty .

# OWL axioms for property: locale
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventDeviceInfo/locale>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: model
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventDeviceInfo/model>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: network type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventDeviceInfo/networkType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: os family
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventDeviceInfo/osFamily>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: os name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventDeviceInfo/osName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: os release name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventDeviceInfo/osReleaseName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: os version
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventDeviceInfo/osVersion>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: screen density
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventDeviceInfo/screenDensity>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: screen height
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventDeviceInfo/screenHeight>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: screen width
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventDeviceInfo/screenWidth>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: storage free space
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventDeviceInfo/storageFreeSpace>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: storage size
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventDeviceInfo/storageSize>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: timezone
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventDeviceInfo/timezone>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: timezone abbr
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventDeviceInfo/timezoneAbbr>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventDeviceInfo/type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: click id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventsUserDataProperties/clickId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: client ip address
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventsUserDataProperties/clientIpAddress>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: client user agent
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventsUserDataProperties/clientUserAgent>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: country
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventsUserDataProperties/country>
  a owl:DatatypeProperty .

# OWL axioms for property: ct
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventsUserDataProperties/ct>
  a owl:DatatypeProperty .

# OWL axioms for property: db
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventsUserDataProperties/db>
  a owl:DatatypeProperty .

# OWL axioms for property: em
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventsUserDataProperties/em>
  a owl:DatatypeProperty .

# OWL axioms for property: external id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventsUserDataProperties/externalId>
  a owl:DatatypeProperty .

# OWL axioms for property: fn
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventsUserDataProperties/fn>
  a owl:DatatypeProperty .

# OWL axioms for property: ge
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventsUserDataProperties/ge>
  a owl:DatatypeProperty .

# OWL axioms for property: hashed maids
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventsUserDataProperties/hashedMaids>
  a owl:DatatypeProperty .

# OWL axioms for property: ln
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventsUserDataProperties/ln>
  a owl:DatatypeProperty .

# OWL axioms for property: partner id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventsUserDataProperties/partnerId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ph
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventsUserDataProperties/ph>
  a owl:DatatypeProperty .

# OWL axioms for property: st
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventsUserDataProperties/st>
  a owl:DatatypeProperty .

# OWL axioms for property: zp
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventsUserDataProperties/zp>
  a owl:DatatypeProperty .

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

# OWL axioms for property: conversion event
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventResponse/conversionEvent>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: conversion tag id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventResponse/conversionTagId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionEventResponse/createdTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: aem db enabled
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagCreate/aemDbEnabled>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: aem enabled
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagCreate/aemEnabled>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: aem external id enabled
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagCreate/aemExternalIdEnabled>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: aem fnln enabled
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagCreate/aemFnlnEnabled>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: aem ge enabled
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagCreate/aemGeEnabled>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: aem loc enabled
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagCreate/aemLocEnabled>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: aem ph enabled
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagCreate/aemPhEnabled>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: md frequency
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagCreate/mdFrequency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionTagCreate/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: operation
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListUploadCreateRequest/operation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total parts
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListUploadCreateRequest/totalParts>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

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

# OWL axioms for property: creation time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListUpload/creationTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customer list id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListUpload/customerListId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: error counts
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListUpload/errorCounts>
  a owl:ObjectProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListUpload/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: operation
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListUpload/operation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: record counts
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListUpload/recordCounts>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: state
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListUpload/state>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListUpload/updatedTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customer list upload
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListUploadCreateResponse/customerListUpload>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: s3multipart upload data
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListUploadCreateResponse/s3MultipartUploadData>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: file parts
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.S3MultipartUploadData/fileParts>
  a owl:ObjectProperty .

# OWL axioms for property: part number
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.S3FilePart/partNumber>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: presigned url
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.S3FilePart/presignedUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

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

# OWL axioms for property: creation time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListUploadResponse/creationTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: customer list id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListUploadResponse/customerListId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: error counts
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListUploadResponse/errorCounts>
  a owl:ObjectProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListUploadResponse/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: operation
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListUploadResponse/operation>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: record counts
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListUploadResponse/recordCounts>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: state
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListUploadResponse/state>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListUploadResponse/updatedTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

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

# OWL axioms for property: created time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerList/createdTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: exceptions
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerList/exceptions>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerList/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerList/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: num batches
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerList/numBatches>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: num removed user records
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerList/numRemovedUserRecords>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: num uploaded user records
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerList/numUploadedUserRecords>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerList/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerList/type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerList/updatedTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: list type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListRequest/listType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListRequest/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: records
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListRequest/records>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: operation type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListUpdateRequest/operationType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: records
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CustomerListUpdateRequest/records>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: advertiser id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLog/advertiserId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: app version number
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLog/appVersionNumber>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: client timestamp
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLog/clientTimestamp>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: error
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLog/error>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: event type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLog/eventType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: external business id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLog/externalBusinessId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: feed profile id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLog/feedProfileId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: log level
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLog/logLevel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: merchant id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLog/merchantId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: message
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLog/message>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: platform version number
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLog/platformVersionNumber>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: request
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLog/request>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tag id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLog/tagId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cause
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLogClientError/cause>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: column number
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLogClientError/columnNumber>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: file name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLogClientError/fileName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: line number
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLogClientError/lineNumber>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: message
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLogClientError/message>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: message detail
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLogClientError/messageDetail>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLogClientError/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: number
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLogClientError/number>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: stack trace
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLogClientError/stackTrace>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: host
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLogClientRequest/host>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: method
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLogClientRequest/method>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: path
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLogClientRequest/path>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: request headers
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLogClientRequest/requestHeaders>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: response headers
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLogClientRequest/responseHeaders>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: response status code
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLogClientRequest/responseStatusCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: logs
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLogsRequest/logs>
  a owl:ObjectProperty .

# OWL axioms for property: message
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationLogsSuccessResponse/message>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: additional id1
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationMetadata/additionalId1>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: connected advertiser id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationMetadata/connectedAdvertiserId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: connected lba id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationMetadata/connectedLbaId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: connected merchant id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationMetadata/connectedMerchantId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: connected tag id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationMetadata/connectedTagId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: connected user id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationMetadata/connectedUserId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created timestamp
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationMetadata/createdTimestamp>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: external business id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationMetadata/externalBusinessId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationMetadata/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: partner access token expiry
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationMetadata/partnerAccessTokenExpiry>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: partner metadata
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationMetadata/partnerMetadata>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: partner refresh token expiry
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationMetadata/partnerRefreshTokenExpiry>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: scopes
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationMetadata/scopes>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated timestamp
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationMetadata/updatedTimestamp>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: additional id1
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequest/additionalId1>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: connected advertiser id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequest/connectedAdvertiserId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: connected lba id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequest/connectedLbaId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: connected merchant id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequest/connectedMerchantId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: connected tag id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequest/connectedTagId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: external business id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequest/externalBusinessId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: partner access token
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequest/partnerAccessToken>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: partner access token expiry
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequest/partnerAccessTokenExpiry>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: partner metadata
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequest/partnerMetadata>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: partner primary email
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequest/partnerPrimaryEmail>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: partner refresh token
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequest/partnerRefreshToken>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: partner refresh token expiry
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequest/partnerRefreshTokenExpiry>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: scopes
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequest/scopes>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: additional id1
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequestPatch/additionalId1>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: connected advertiser id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequestPatch/connectedAdvertiserId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: connected lba id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequestPatch/connectedLbaId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: connected merchant id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequestPatch/connectedMerchantId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: connected tag id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequestPatch/connectedTagId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: partner access token
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequestPatch/partnerAccessToken>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: partner access token expiry
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequestPatch/partnerAccessTokenExpiry>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: partner metadata
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequestPatch/partnerMetadata>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: partner primary email
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequestPatch/partnerPrimaryEmail>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: partner refresh token
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequestPatch/partnerRefreshToken>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: partner refresh token expiry
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequestPatch/partnerRefreshTokenExpiry>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: scopes
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRequestPatch/scopes>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: additional id1
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRecord/additionalId1>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: connected advertiser id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRecord/connectedAdvertiserId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: connected lba id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRecord/connectedLbaId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: connected merchant id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRecord/connectedMerchantId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: connected tag id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRecord/connectedTagId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: connected user id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRecord/connectedUserId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRecord/createdTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: external business id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRecord/externalBusinessId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRecord/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: partner access token
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRecord/partnerAccessToken>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: partner access token expiry
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRecord/partnerAccessTokenExpiry>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: partner metadata
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRecord/partnerMetadata>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: partner primary email
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRecord/partnerPrimaryEmail>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: partner refresh token
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRecord/partnerRefreshToken>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: partner refresh token expiry
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRecord/partnerRefreshTokenExpiry>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: scopes
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRecord/scopes>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.IntegrationRecord/updatedTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: bid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Keyword/bid>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: match type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Keyword/matchType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: value
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Keyword/value>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: archived
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Keyword/archived>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Keyword/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: parent id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Keyword/parentId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: parent type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Keyword/parentType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Keyword/type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: data
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.KeywordError/data>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: error messages
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.KeywordError/errorMessages>
  a owl:DatatypeProperty .

# OWL axioms for property: keyword query volume
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.KeywordMetrics/keywordQueryVolume>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: keyword
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.KeywordMetricsResponse/keyword>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metrics
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.KeywordMetricsResponse/metrics>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: keywords
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.KeywordUpdateBody/keywords>
  a owl:ObjectProperty .

# OWL axioms for property: data
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.KeywordsMetricsArrayResponse/data>
  a owl:ObjectProperty .

# OWL axioms for property: errors
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.KeywordsResponse/errors>
  a owl:ObjectProperty .

# OWL axioms for property: keywords
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.KeywordsResponse/keywords>
  a owl:ObjectProperty .

# OWL axioms for property: trends
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TrendingKeywordsResponse/trends>
  a owl:ObjectProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Label/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: label type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Label/labelType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: parent id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Label/parentId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: parent type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Label/parentType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Label/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: value
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Label/value>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: data
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LabelError/data>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: error messages
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LabelError/errorMessages>
  a owl:DatatypeProperty .

# OWL axioms for property: errors
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LabelsResponse/errors>
  a owl:ObjectProperty .

# OWL axioms for property: labels
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LabelsResponse/labels>
  a owl:ObjectProperty .

# OWL axioms for property: labels
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LabelUpdateRequest/labels>
  a owl:ObjectProperty .

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

# OWL axioms for property: api version
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadSubscription/apiVersion>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: created time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadSubscription/createdTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cryptographic algorithm
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadSubscription/cryptographicAlgorithm>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cryptographic key
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadSubscription/cryptographicKey>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadSubscription/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: lead form id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadSubscription/leadFormId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: user account id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadSubscription/userAccountId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: webhook url
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadSubscription/webhookUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: lead form id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadSubscriptionPostParamsCreate/leadFormId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: webhook url
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadSubscriptionPostParamsCreate/webhookUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: partner access token
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadSubscriptionPostParamsCreate/partnerAccessToken>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: partner metadata
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadSubscriptionPostParamsCreate/partnerMetadata>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: partner refresh token
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadSubscriptionPostParamsCreate/partnerRefreshToken>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: subscriber key
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadSubscriptionPostParamsCreatePartnerMetadataAllOf1/subscriberKey>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: completion message
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormCommon/completionMessage>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: disclosure language
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormCommon/disclosureLanguage>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: has accepted terms
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormCommon/hasAcceptedTerms>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormCommon/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: policy links
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormCommon/policyLinks>
  a owl:ObjectProperty .

# OWL axioms for property: privacy policy link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormCommon/privacyPolicyLink>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: questions
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormCommon/questions>
  a owl:ObjectProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormCommon/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom question field type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormQuestion/customQuestionFieldType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom question label
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormQuestion/customQuestionLabel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom question options
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormQuestion/customQuestionOptions>
  a owl:DatatypeProperty .

# OWL axioms for property: question type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormQuestion/questionType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: answers
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormTestRequest/answers>
  a owl:DatatypeProperty .

# OWL axioms for property: subscription id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormTestResponse/subscriptionId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: completion message
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormResponse/completionMessage>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: disclosure language
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormResponse/disclosureLanguage>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: has accepted terms
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormResponse/hasAcceptedTerms>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormResponse/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: policy links
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormResponse/policyLinks>
  a owl:ObjectProperty .

# OWL axioms for property: privacy policy link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormResponse/privacyPolicyLink>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: questions
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormResponse/questions>
  a owl:ObjectProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormResponse/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

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

# OWL axioms for property: created time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormResponse/createdTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormResponse/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormResponse/updatedTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: items
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormArrayResponse/items>
  a owl:ObjectProperty .

# OWL axioms for property: completion message
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormUpdateRequest/completionMessage>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: disclosure language
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormUpdateRequest/disclosureLanguage>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: has accepted terms
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormUpdateRequest/hasAcceptedTerms>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormUpdateRequest/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: policy links
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormUpdateRequest/policyLinks>
  a owl:ObjectProperty .

# OWL axioms for property: privacy policy link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormUpdateRequest/privacyPolicyLink>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: questions
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormUpdateRequest/questions>
  a owl:ObjectProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormUpdateRequest/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadFormUpdateRequest/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: ad id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadsExportCreateRequest/adId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: end date
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadsExportCreateRequest/endDate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: start date
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadsExportCreateRequest/startDate>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: leads export id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadsExportCreateResponse/leadsExportId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: download url
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadsExportResponseData/downloadUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: export status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LeadsExportResponseData/exportStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: media id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.MediaUpload/mediaId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: media type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.MediaUpload/mediaType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: upload parameters
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.MediaUpload/uploadParameters>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: upload url
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.MediaUpload/uploadUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: content-type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.MediaUploadParameters/Content-Type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: key
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.MediaUploadParameters/key>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: policy
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.MediaUploadParameters/policy>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: x-amz-algorithm
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.MediaUploadParameters/x-amz-algorithm>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: x-amz-credential
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.MediaUploadParameters/x-amz-credential>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: x-amz-date
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.MediaUploadParameters/x-amz-date>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: x-amz-security-token
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.MediaUploadParameters/x-amz-security-token>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: x-amz-signature
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.MediaUploadParameters/x-amz-signature>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: media id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Media/mediaId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: media type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Media/mediaType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Media/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: media type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.MediaUploadCreate/mediaType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: action timestamps
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionMSOTEvents/actionTimestamps>
  a owl:DatatypeProperty .

# OWL axioms for property: ad group id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionMSOTEvents/adGroupId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: attribution model
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionMSOTEvents/attributionModel>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: attribution scope
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionMSOTEvents/attributionScope>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: attribution score
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionMSOTEvents/attributionScore>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: campaign id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionMSOTEvents/campaignId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionMSOTEvents/currency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: event id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionMSOTEvents/eventId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: event name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionMSOTEvents/eventName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: event timestamp
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionMSOTEvents/eventTimestamp>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total event touchpoints
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionMSOTEvents/totalEventTouchpoints>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: total events
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionMSOTEvents/totalEvents>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: value
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ConversionMSOTEvents/value>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: daily metrics
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinAnalyticsMetricsResponse/dailyMetrics>
  a owl:ObjectProperty .

# OWL axioms for property: lifetime metrics
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinAnalyticsMetricsResponse/lifetimeMetrics>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: summary metrics
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinAnalyticsMetricsResponse/summaryMetrics>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CarouselSlot/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CarouselSlot/link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: title
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.CarouselSlot/title>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: alt text
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinCreate/altText>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: board id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinCreate/boardId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: board section id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinCreate/boardSectionId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinCreate/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: dominant color
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinCreate/dominantColor>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinCreate/link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: media source
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinCreate/mediaSource>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: parent pin id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinCreate/parentPinId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: sponsor id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinCreate/sponsorId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: title
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinCreate/title>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: content type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceImageBase64/contentType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: data
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceImageBase64/data>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is standard
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceImageBase64/isStandard>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: source type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceImageBase64/sourceType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is standard
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceImageURL/isStandard>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: source type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceImageURL/sourceType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: url
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceImageURL/url>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cover image content type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceVideoID/coverImageContentType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cover image data
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceVideoID/coverImageData>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cover image key frame time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceVideoID/coverImageKeyFrameTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: cover image url
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceVideoID/coverImageUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is standard
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceVideoID/isStandard>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: media id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceVideoID/mediaId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: source type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceVideoID/sourceType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: index
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceImagesBase64/index>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: items
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceImagesBase64/items>
  a owl:ObjectProperty .

# OWL axioms for property: source type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceImagesBase64/sourceType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: content type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceImagesBase64Item/contentType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: data
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceImagesBase64Item/data>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceImagesBase64Item/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceImagesBase64Item/link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: title
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceImagesBase64Item/title>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: index
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceImagesURL/index>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: items
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceImagesURL/items>
  a owl:ObjectProperty .

# OWL axioms for property: source type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceImagesURL/sourceType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceImagesURLItem/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceImagesURLItem/link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: title
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceImagesURLItem/title>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: url
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourceImagesURLItem/url>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: is affiliate link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourcePinURL/isAffiliateLink>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: source type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinMediaSourcePinURL/sourceType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: alt text
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinUpdate/altText>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: board id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinUpdate/boardId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: board section id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinUpdate/boardSectionId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: carousel slots
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinUpdate/carouselSlots>
  a owl:ObjectProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinUpdate/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinUpdate/link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: title
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PinUpdate/title>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: demographics
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductCategoryDetails/demographics>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: has prediction
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductCategoryDetails/hasPrediction>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metrics highlights
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductCategoryDetails/metricsHighlights>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: predicted time series
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductCategoryDetails/predictedTimeSeries>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product category
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductCategoryDetails/productCategory>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: related searches
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductCategoryDetails/relatedSearches>
  a owl:DatatypeProperty .

# OWL axioms for property: time series
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductCategoryDetails/timeSeries>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: age
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductCategoriesDemographic/age>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: gender
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductCategoriesDemographic/gender>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: female
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.GenderDemographics/female>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: male
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.GenderDemographics/male>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: unspecified
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.GenderDemographics/unspecified>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: engagement
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductCategoriesMetricsHighlights/engagement>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: outbound clicks
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductCategoriesMetricsHighlights/outboundClicks>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: pin saves
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductCategoriesMetricsHighlights/pinSaves>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: pct change mom
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.InnerProductCategoriesMetricsHighlights/pctChangeMom>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: engagement type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TrendingProductCategory/engagementType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: pct change mom
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TrendingProductCategory/pctChangeMom>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: percent relative volume
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TrendingProductCategory/percentRelativeVolume>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: product category
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TrendingProductCategory/productCategory>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: verticals
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TrendingProductCategory/verticals>
  a owl:DatatypeProperty .

# OWL axioms for property: interest
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.FeaturedTrend/interest>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: market
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.FeaturedTrend/market>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: trends
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.FeaturedTrend/trends>
  a owl:ObjectProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TrendingTopic/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: percent growth mom
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TrendingTopic/percentGrowthMom>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: pins
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TrendingTopic/pins>
  a owl:ObjectProperty .

# OWL axioms for property: related interests
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TrendingTopic/relatedInterests>
  a owl:DatatypeProperty .

# OWL axioms for property: related searches
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TrendingTopic/relatedSearches>
  a owl:DatatypeProperty .

# OWL axioms for property: time series
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TrendingTopic/timeSeries>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: title
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TrendingTopic/title>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: height
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TrendingPin/height>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TrendingPin/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: src
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TrendingPin/src>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: width
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TrendingPin/width>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: items
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotionResponse/items>
  a owl:ObjectProperty .

# OWL axioms for property: data
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotionResponseItem/data>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: exceptions
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.ProductGroupPromotionResponseItem/exceptions>
  a owl:ObjectProperty .

# OWL axioms for property: data
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionArrayElement/data>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: exception
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionArrayElement/exception>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discount status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionResponse/discountStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: end time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionResponse/endTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: external id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionResponse/externalId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: platform type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionResponse/platformType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: promotion code
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionResponse/promotionCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: promotion custom id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionResponse/promotionCustomId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: promotion title
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionResponse/promotionTitle>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: promotion type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionResponse/promotionType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: start time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionResponse/startTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: template values
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionResponse/templateValues>
  a owl:ObjectProperty .

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

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionResponse/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionResponse/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: amount
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionTemplateValue/amount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency code
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionTemplateValue/currencyCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: custom text
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionTemplateValue/customText>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: percent
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionTemplateValue/percent>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: discount status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionCommon/discountStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: end time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionCommon/endTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: external id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionCommon/externalId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: platform type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionCommon/platformType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: promotion code
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionCommon/promotionCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: promotion custom id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionCommon/promotionCustomId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: promotion title
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionCommon/promotionTitle>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: promotion type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionCommon/promotionType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: start time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionCommon/startTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: template values
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionCommon/templateValues>
  a owl:ObjectProperty .

# OWL axioms for property: discount status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionUpdateRequest/discountStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: end time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionUpdateRequest/endTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: external id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionUpdateRequest/externalId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: platform type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionUpdateRequest/platformType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: promotion code
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionUpdateRequest/promotionCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: promotion custom id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionUpdateRequest/promotionCustomId>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: promotion title
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionUpdateRequest/promotionTitle>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: promotion type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionUpdateRequest/promotionType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: start time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionUpdateRequest/startTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: template values
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionUpdateRequest/templateValues>
  a owl:ObjectProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionUpdateRequest/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionUpdateRequest/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: promotions
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.PromotionsResponse/promotions>
  a owl:ObjectProperty .

# OWL axioms for property: items
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdAccountsCountryResponse/items>
  a owl:ObjectProperty .

# OWL axioms for property: code
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdAccountsCountryResponseData/code>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: currency
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdAccountsCountryResponseData/currency>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: index
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdAccountsCountryResponseData/index>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AdAccountsCountryResponseData/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: conversion metrics ready
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BookClosedResponse/conversionMetricsReady>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: non conversion metrics ready
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.BookClosedResponse/nonConversionMetricsReady>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: items
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.DeliveryMetricsResponse/items>
  a owl:ObjectProperty .

# OWL axioms for property: child interests
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SingleInterestTargetingOptionResponse/childInterests>
  a owl:DatatypeProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SingleInterestTargetingOptionResponse/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: level
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SingleInterestTargetingOptionResponse/level>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SingleInterestTargetingOptionResponse/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: alt text
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SummaryPin/altText>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: description
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SummaryPin/description>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SummaryPin/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: link
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SummaryPin/link>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: media
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SummaryPin/media>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: title
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.SummaryPin/title>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: reach estimate
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateAudienceSizing/reachEstimate>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: match type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateKeyword/matchType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: value
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateKeyword/value>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: auto targeting enabled
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateCreate/autoTargetingEnabled>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: keywords
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateCreate/keywords>
  a owl:ObjectProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateCreate/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: placement group
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateCreate/placementGroup>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: targeting attributes
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateCreate/targetingAttributes>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tracking urls
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateCreate/trackingUrls>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: auto targeting enabled
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateResponseData/autoTargetingEnabled>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: keywords
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateResponseData/keywords>
  a owl:ObjectProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateResponseData/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: placement group
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateResponseData/placementGroup>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: targeting attributes
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateResponseData/targetingAttributes>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tracking urls
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateResponseData/trackingUrls>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

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

# OWL axioms for property: created time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateResponseData/createdTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateResponseData/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: sizing
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateResponseData/sizing>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateResponseData/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateResponseData/updatedTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: auto targeting enabled
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateGetResponseData/autoTargetingEnabled>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: keywords
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateGetResponseData/keywords>
  a owl:ObjectProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateGetResponseData/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: placement group
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateGetResponseData/placementGroup>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: targeting attributes
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateGetResponseData/targetingAttributes>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: tracking urls
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateGetResponseData/trackingUrls>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

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

# OWL axioms for property: created time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateGetResponseData/createdTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateGetResponseData/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: sizing
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateGetResponseData/sizing>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateGetResponseData/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: updated time
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateGetResponseData/updatedTime>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: valid
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateGetResponseData/valid>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateUpdateRequest/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: operation type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateUpdateRequest/operationType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: targeting attributes
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TargetingTemplateUpdateRequest/targetingAttributes>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.RelatedTerms/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: related term count
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.RelatedTerms/relatedTermCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: related terms list
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.RelatedTerms/relatedTermsList>
  a owl:ObjectProperty .

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

# OWL axioms for property: has accepted
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TermsOfService/hasAccepted>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: html
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TermsOfService/html>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TermsOfService/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: daily metrics
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AnalyticsMetricsResponse/dailyMetrics>
  a owl:ObjectProperty .

# OWL axioms for property: summary metrics
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AnalyticsMetricsResponse/summaryMetrics>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: data status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AnalyticsDailyMetrics/dataStatus>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: date
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AnalyticsDailyMetrics/date>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metrics
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.AnalyticsDailyMetrics/metrics>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: about
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Account/about>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: account type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Account/accountType>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: board count
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Account/boardCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: business name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Account/businessName>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: follower count
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Account/followerCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: following count
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Account/followingCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Account/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: monthly views
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Account/monthlyViews>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: pin count
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Account/pinCount>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: profile image
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Account/profileImage>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: username
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Account/username>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: website url
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Account/websiteUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: auto follow
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.FollowUserRequest/autoFollow>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: canonical url
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Interest/canonicalUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: id
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Interest/id>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: key
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Interest/key>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: name
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.Interest/name>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: image large url
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LinkedBusiness/imageLargeUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: image medium url
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LinkedBusiness/imageMediumUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: image small url
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LinkedBusiness/imageSmallUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: image xlarge url
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LinkedBusiness/imageXlargeUrl>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: username
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.LinkedBusiness/username>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: date availability
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TopPinsAnalyticsResponse/dateAvailability>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: pins
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TopPinsAnalyticsResponse/pins>
  a owl:ObjectProperty .

# OWL axioms for property: sort by
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TopPinsAnalyticsResponse/sortBy>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: date availability
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TopVideoPinsAnalyticsResponse/dateAvailability>
  a owl:ObjectProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: pins
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TopVideoPinsAnalyticsResponse/pins>
  a owl:ObjectProperty .

# OWL axioms for property: sort by
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.TopVideoPinsAnalyticsResponse/sortBy>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: type
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UserSummary/type>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: username
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UserSummary/username>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: status
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UserWebsiteSummary/status>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: verified at
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UserWebsiteSummary/verifiedAt>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: website
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UserWebsiteSummary/website>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: dns txt record
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UserWebsiteVerificationCode/dnsTxtRecord>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: file content
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UserWebsiteVerificationCode/fileContent>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: filename
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UserWebsiteVerificationCode/filename>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: metatag
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UserWebsiteVerificationCode/metatag>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: verification code
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UserWebsiteVerificationCode/verificationCode>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: verification method
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UserWebsiteVerifyRequest/verificationMethod>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# OWL axioms for property: website
<https://relay.inferal.com/ontology/pinterest/property/Pinterest.UserWebsiteVerifyRequest/website>
  a owl:DatatypeProperty ;
  a owl:FunctionalProperty .

# Generated Record OWL axioms for Pinterest.AdGroupAudienceSizingRequest.keywords
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.AdGroupAudienceSizingRequest/keywords/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.AdGroupAudienceSizingRequest/keywords/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.AdGroupAudienceSizingRequest/keywords/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.AdGroupAudienceSizingRequest/keywords/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.AdGroupAudienceSizingRequest/keywords/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.AdGroupAudienceSizingRequest/keywords/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.AdGroupAudienceSizingRequest/keywords/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.AdsAnalyticsCreateAsyncRequest.customConversionEventMetrics
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.AdsAnalyticsCreateAsyncRequest/customConversionEventMetrics/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.AdsAnalyticsCreateAsyncRequest/customConversionEventMetrics/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.AdsAnalyticsCreateAsyncRequest/customConversionEventMetrics/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.AdsAnalyticsCreateAsyncRequest/customConversionEventMetrics/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.AdsAnalyticsCreateAsyncRequest/customConversionEventMetrics/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.AdsAnalyticsCreateAsyncRequest/customConversionEventMetrics/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.AdsAnalyticsCreateAsyncRequest/customConversionEventMetrics/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.AnalyticsDailyMetrics.metrics
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.AnalyticsDailyMetrics/metrics/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.AnalyticsDailyMetrics/metrics/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.AnalyticsDailyMetrics/metrics/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.AnalyticsDailyMetrics/metrics/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.AnalyticsDailyMetrics/metrics/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.AnalyticsDailyMetrics/metrics/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.AnalyticsDailyMetrics/metrics/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.AnalyticsMetricsResponse.summaryMetrics
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.AnalyticsMetricsResponse/summaryMetrics/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.AnalyticsMetricsResponse/summaryMetrics/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.AnalyticsMetricsResponse/summaryMetrics/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.AnalyticsMetricsResponse/summaryMetrics/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.AnalyticsMetricsResponse/summaryMetrics/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.AnalyticsMetricsResponse/summaryMetrics/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.AnalyticsMetricsResponse/summaryMetrics/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.AudienceCategory.subcategories
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.AudienceCategory/subcategories/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.AudienceCategory/subcategories/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.AudienceCategory/subcategories/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.AudienceCategory/subcategories/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.AudienceCategory/subcategories/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.AudienceCategory/subcategories/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.AudienceCategory/subcategories/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.AudienceRule.eventSource
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.AudienceRule/eventSource/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.AudienceRule/eventSource/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.AudienceRule/eventSource/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.AudienceRule/eventSource/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.AudienceRule/eventSource/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.AudienceRule/eventSource/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.AudienceRule/eventSource/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.AudienceRule.ingestionSource
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.AudienceRule/ingestionSource/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.AudienceRule/ingestionSource/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.AudienceRule/ingestionSource/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.AudienceRule/ingestionSource/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.AudienceRule/ingestionSource/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.AudienceRule/ingestionSource/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.AudienceRule/ingestionSource/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.AuthRespondInvitesBody.invites
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.AuthRespondInvitesBody/invites/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.AuthRespondInvitesBody/invites/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.AuthRespondInvitesBody/invites/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.AuthRespondInvitesBody/invites/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.AuthRespondInvitesBody/invites/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.AuthRespondInvitesBody/invites/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.AuthRespondInvitesBody/invites/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.BaseInviteDataResponse.inviteData
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.BaseInviteDataResponse/inviteData/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.BaseInviteDataResponse/inviteData/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.BaseInviteDataResponse/inviteData/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.BaseInviteDataResponse/inviteData/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.BaseInviteDataResponse/inviteData/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.BaseInviteDataResponse/inviteData/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.BaseInviteDataResponse/inviteData/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.BidFloorRequest.bidFloorSpecs
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.BidFloorRequest/bidFloorSpecs/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.BidFloorRequest/bidFloorSpecs/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.BidFloorRequest/bidFloorSpecs/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.BidFloorRequest/bidFloorSpecs/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.BidFloorRequest/bidFloorSpecs/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.BidFloorRequest/bidFloorSpecs/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.BidFloorRequest/bidFloorSpecs/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.BulkDownloadRequest.campaignFilter
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.BulkDownloadRequest/campaignFilter/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.BulkDownloadRequest/campaignFilter/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.BulkDownloadRequest/campaignFilter/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.BulkDownloadRequest/campaignFilter/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.BulkDownloadRequest/campaignFilter/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.BulkDownloadRequest/campaignFilter/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.BulkDownloadRequest/campaignFilter/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.BulkUpsertRequestUpdate.labels
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.BulkUpsertRequestUpdate/labels/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.BulkUpsertRequestUpdate/labels/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.BulkUpsertRequestUpdate/labels/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.BulkUpsertRequestUpdate/labels/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.BulkUpsertRequestUpdate/labels/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.BulkUpsertRequestUpdate/labels/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.BulkUpsertRequestUpdate/labels/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.BusinessMemberAssetsSummary.adAccounts
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.BusinessMemberAssetsSummary/adAccounts/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.BusinessMemberAssetsSummary/adAccounts/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.BusinessMemberAssetsSummary/adAccounts/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.BusinessMemberAssetsSummary/adAccounts/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.BusinessMemberAssetsSummary/adAccounts/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.BusinessMemberAssetsSummary/adAccounts/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.BusinessMemberAssetsSummary/adAccounts/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.BusinessMemberAssetsSummary.profiles
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.BusinessMemberAssetsSummary/profiles/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.BusinessMemberAssetsSummary/profiles/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.BusinessMemberAssetsSummary/profiles/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.BusinessMemberAssetsSummary/profiles/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.BusinessMemberAssetsSummary/profiles/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.BusinessMemberAssetsSummary/profiles/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.BusinessMemberAssetsSummary/profiles/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.CatalogsCreativeAssetsAvailableFilterValues.filterValues
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CatalogsCreativeAssetsAvailableFilterValues/filterValues/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CatalogsCreativeAssetsAvailableFilterValues/filterValues/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CatalogsCreativeAssetsAvailableFilterValues/filterValues/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CatalogsCreativeAssetsAvailableFilterValues/filterValues/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.CatalogsCreativeAssetsAvailableFilterValues/filterValues/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CatalogsCreativeAssetsAvailableFilterValues/filterValues/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.CatalogsCreativeAssetsAvailableFilterValues/filterValues/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.CatalogsHotelAvailableFilterValues.filterValues
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CatalogsHotelAvailableFilterValues/filterValues/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CatalogsHotelAvailableFilterValues/filterValues/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CatalogsHotelAvailableFilterValues/filterValues/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CatalogsHotelAvailableFilterValues/filterValues/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.CatalogsHotelAvailableFilterValues/filterValues/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CatalogsHotelAvailableFilterValues/filterValues/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.CatalogsHotelAvailableFilterValues/filterValues/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.CatalogsRetailAvailableFilterValues.filterValues
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CatalogsRetailAvailableFilterValues/filterValues/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CatalogsRetailAvailableFilterValues/filterValues/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CatalogsRetailAvailableFilterValues/filterValues/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CatalogsRetailAvailableFilterValues/filterValues/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.CatalogsRetailAvailableFilterValues/filterValues/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CatalogsRetailAvailableFilterValues/filterValues/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.CatalogsRetailAvailableFilterValues/filterValues/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.ConversionApiResponse.events
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.ConversionApiResponse/events/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.ConversionApiResponse/events/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.ConversionApiResponse/events/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.ConversionApiResponse/events/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.ConversionApiResponse/events/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.ConversionApiResponse/events/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.ConversionApiResponse/events/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.ConversionEvents.data
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.ConversionEvents/data/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.ConversionEvents/data/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.ConversionEvents/data/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.ConversionEvents/data/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.ConversionEvents/data/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.ConversionEvents/data/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.ConversionEvents/data/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.CreateAssetAccessRequestBody.assetRequests
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CreateAssetAccessRequestBody/assetRequests/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CreateAssetAccessRequestBody/assetRequests/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CreateAssetAccessRequestBody/assetRequests/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CreateAssetAccessRequestBody/assetRequests/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.CreateAssetAccessRequestBody/assetRequests/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CreateAssetAccessRequestBody/assetRequests/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.CreateAssetAccessRequestBody/assetRequests/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.CreateAssetAccessRequestResponse.exceptions
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CreateAssetAccessRequestResponse/exceptions/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CreateAssetAccessRequestResponse/exceptions/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CreateAssetAccessRequestResponse/exceptions/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CreateAssetAccessRequestResponse/exceptions/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.CreateAssetAccessRequestResponse/exceptions/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CreateAssetAccessRequestResponse/exceptions/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.CreateAssetAccessRequestResponse/exceptions/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.CreateAssetAccessRequestResponse.invites
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CreateAssetAccessRequestResponse/invites/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CreateAssetAccessRequestResponse/invites/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CreateAssetAccessRequestResponse/invites/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CreateAssetAccessRequestResponse/invites/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.CreateAssetAccessRequestResponse/invites/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CreateAssetAccessRequestResponse/invites/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.CreateAssetAccessRequestResponse/invites/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.CreateAssetInvitesRequestItem.assetIdToPermissions
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CreateAssetInvitesRequestItem/assetIdToPermissions/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CreateAssetInvitesRequestItem/assetIdToPermissions/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CreateAssetInvitesRequestItem/assetIdToPermissions/value> a owl:DatatypeProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CreateAssetInvitesRequestItem/assetIdToPermissions/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.CreateAssetInvitesRequestItem/assetIdToPermissions/key> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.CreateInvitesResultsResponseArray.items
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CreateInvitesResultsResponseArray/items/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CreateInvitesResultsResponseArray/items/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CreateInvitesResultsResponseArray/items/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CreateInvitesResultsResponseArray/items/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.CreateInvitesResultsResponseArray/items/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CreateInvitesResultsResponseArray/items/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.CreateInvitesResultsResponseArray/items/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.CreateMMMReportResponse.data
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CreateMMMReportResponse/data/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CreateMMMReportResponse/data/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CreateMMMReportResponse/data/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CreateMMMReportResponse/data/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.CreateMMMReportResponse/data/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CreateMMMReportResponse/data/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.CreateMMMReportResponse/data/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.CustomerList.exceptions
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CustomerList/exceptions/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CustomerList/exceptions/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CustomerList/exceptions/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CustomerList/exceptions/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.CustomerList/exceptions/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CustomerList/exceptions/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.CustomerList/exceptions/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.CustomerListUpload.errorCounts
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CustomerListUpload/errorCounts/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CustomerListUpload/errorCounts/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CustomerListUpload/errorCounts/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CustomerListUpload/errorCounts/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.CustomerListUpload/errorCounts/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CustomerListUpload/errorCounts/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.CustomerListUpload/errorCounts/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.CustomerListUpload.recordCounts
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CustomerListUpload/recordCounts/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CustomerListUpload/recordCounts/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CustomerListUpload/recordCounts/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CustomerListUpload/recordCounts/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.CustomerListUpload/recordCounts/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CustomerListUpload/recordCounts/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.CustomerListUpload/recordCounts/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.CustomerListUploadResponse.errorCounts
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CustomerListUploadResponse/errorCounts/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CustomerListUploadResponse/errorCounts/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CustomerListUploadResponse/errorCounts/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CustomerListUploadResponse/errorCounts/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.CustomerListUploadResponse/errorCounts/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CustomerListUploadResponse/errorCounts/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.CustomerListUploadResponse/errorCounts/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.CustomerListUploadResponse.recordCounts
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CustomerListUploadResponse/recordCounts/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CustomerListUploadResponse/recordCounts/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CustomerListUploadResponse/recordCounts/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CustomerListUploadResponse/recordCounts/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.CustomerListUploadResponse/recordCounts/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.CustomerListUploadResponse/recordCounts/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.CustomerListUploadResponse/recordCounts/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.DeleteAssetGroupResponse.exceptions
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.DeleteAssetGroupResponse/exceptions/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.DeleteAssetGroupResponse/exceptions/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.DeleteAssetGroupResponse/exceptions/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.DeleteAssetGroupResponse/exceptions/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.DeleteAssetGroupResponse/exceptions/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.DeleteAssetGroupResponse/exceptions/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.DeleteAssetGroupResponse/exceptions/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.DeleteInvitesResultsResponseArray.items
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.DeleteInvitesResultsResponseArray/items/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.DeleteInvitesResultsResponseArray/items/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.DeleteInvitesResultsResponseArray/items/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.DeleteInvitesResultsResponseArray/items/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.DeleteInvitesResultsResponseArray/items/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.DeleteInvitesResultsResponseArray/items/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.DeleteInvitesResultsResponseArray/items/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.DeletePartnerAssetAccessBody.accesses
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.DeletePartnerAssetAccessBody/accesses/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.DeletePartnerAssetAccessBody/accesses/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.DeletePartnerAssetAccessBody/accesses/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.DeletePartnerAssetAccessBody/accesses/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.DeletePartnerAssetAccessBody/accesses/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.DeletePartnerAssetAccessBody/accesses/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.DeletePartnerAssetAccessBody/accesses/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.DeliveryMetricsResponse.items
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.DeliveryMetricsResponse/items/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.DeliveryMetricsResponse/items/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.DeliveryMetricsResponse/items/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.DeliveryMetricsResponse/items/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.DeliveryMetricsResponse/items/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.DeliveryMetricsResponse/items/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.DeliveryMetricsResponse/items/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.GetMMMReportResponse.data
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.GetMMMReportResponse/data/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.GetMMMReportResponse/data/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.GetMMMReportResponse/data/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.GetMMMReportResponse/data/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.GetMMMReportResponse/data/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.GetMMMReportResponse/data/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.GetMMMReportResponse/data/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.IntegrationLogClientRequest.requestHeaders
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.IntegrationLogClientRequest/requestHeaders/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.IntegrationLogClientRequest/requestHeaders/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.IntegrationLogClientRequest/requestHeaders/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.IntegrationLogClientRequest/requestHeaders/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.IntegrationLogClientRequest/requestHeaders/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.IntegrationLogClientRequest/requestHeaders/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.IntegrationLogClientRequest/requestHeaders/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.IntegrationLogClientRequest.responseHeaders
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.IntegrationLogClientRequest/responseHeaders/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.IntegrationLogClientRequest/responseHeaders/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.IntegrationLogClientRequest/responseHeaders/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.IntegrationLogClientRequest/responseHeaders/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.IntegrationLogClientRequest/responseHeaders/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.IntegrationLogClientRequest/responseHeaders/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.IntegrationLogClientRequest/responseHeaders/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.InviteAssetsSummary.adAccounts
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.InviteAssetsSummary/adAccounts/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.InviteAssetsSummary/adAccounts/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.InviteAssetsSummary/adAccounts/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.InviteAssetsSummary/adAccounts/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.InviteAssetsSummary/adAccounts/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.InviteAssetsSummary/adAccounts/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.InviteAssetsSummary/adAccounts/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.InviteAssetsSummary.profiles
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.InviteAssetsSummary/profiles/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.InviteAssetsSummary/profiles/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.InviteAssetsSummary/profiles/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.InviteAssetsSummary/profiles/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.InviteAssetsSummary/profiles/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.InviteAssetsSummary/profiles/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.InviteAssetsSummary/profiles/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.InviteBusinessRoleBinding.inviteData
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.InviteBusinessRoleBinding/inviteData/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.InviteBusinessRoleBinding/inviteData/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.InviteBusinessRoleBinding/inviteData/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.InviteBusinessRoleBinding/inviteData/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.InviteBusinessRoleBinding/inviteData/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.InviteBusinessRoleBinding/inviteData/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.InviteBusinessRoleBinding/inviteData/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.InviteResponse.inviteData
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.InviteResponse/inviteData/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.InviteResponse/inviteData/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.InviteResponse/inviteData/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.InviteResponse/inviteData/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.InviteResponse/inviteData/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.InviteResponse/inviteData/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.InviteResponse/inviteData/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.LabelCreateRequest.labels
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.LabelCreateRequest/labels/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.LabelCreateRequest/labels/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.LabelCreateRequest/labels/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.LabelCreateRequest/labels/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.LabelCreateRequest/labels/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.LabelCreateRequest/labels/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.LabelCreateRequest/labels/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.LabelUpdateRequest.labels
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.LabelUpdateRequest/labels/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.LabelUpdateRequest/labels/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.LabelUpdateRequest/labels/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.LabelUpdateRequest/labels/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.LabelUpdateRequest/labels/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.LabelUpdateRequest/labels/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.LabelUpdateRequest/labels/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.LeadFormArrayResponse.items
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.LeadFormArrayResponse/items/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.LeadFormArrayResponse/items/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.LeadFormArrayResponse/items/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.LeadFormArrayResponse/items/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.LeadFormArrayResponse/items/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.LeadFormArrayResponse/items/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.LeadFormArrayResponse/items/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.LeadFormCommon.policyLinks
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.LeadFormCommon/policyLinks/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.LeadFormCommon/policyLinks/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.LeadFormCommon/policyLinks/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.LeadFormCommon/policyLinks/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.LeadFormCommon/policyLinks/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.LeadFormCommon/policyLinks/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.LeadFormCommon/policyLinks/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.LeadFormResponse.policyLinks
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.LeadFormResponse/policyLinks/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.LeadFormResponse/policyLinks/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.LeadFormResponse/policyLinks/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.LeadFormResponse/policyLinks/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.LeadFormResponse/policyLinks/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.LeadFormResponse/policyLinks/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.LeadFormResponse/policyLinks/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.LeadFormUpdateRequest.policyLinks
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.LeadFormUpdateRequest/policyLinks/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.LeadFormUpdateRequest/policyLinks/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.LeadFormUpdateRequest/policyLinks/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.LeadFormUpdateRequest/policyLinks/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.LeadFormUpdateRequest/policyLinks/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.LeadFormUpdateRequest/policyLinks/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.LeadFormUpdateRequest/policyLinks/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.MembersToDeleteBody.members
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.MembersToDeleteBody/members/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.MembersToDeleteBody/members/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.MembersToDeleteBody/members/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.MembersToDeleteBody/members/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.MembersToDeleteBody/members/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.MembersToDeleteBody/members/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.MembersToDeleteBody/members/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.MetricsResponse.data
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.MetricsResponse/data/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.MetricsResponse/data/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.MetricsResponse/data/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.MetricsResponse/data/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.MetricsResponse/data/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.MetricsResponse/data/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.MetricsResponse/data/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.OptimizationGoalMetadata.conversionTagV3GoalMetadata
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.OptimizationGoalMetadata/conversionTagV3GoalMetadata/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.OptimizationGoalMetadata/conversionTagV3GoalMetadata/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.OptimizationGoalMetadata/conversionTagV3GoalMetadata/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.OptimizationGoalMetadata/conversionTagV3GoalMetadata/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.OptimizationGoalMetadata/conversionTagV3GoalMetadata/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.OptimizationGoalMetadata/conversionTagV3GoalMetadata/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.OptimizationGoalMetadata/conversionTagV3GoalMetadata/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.OptimizationGoalMetadata.frequencyGoalMetadata
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.OptimizationGoalMetadata/frequencyGoalMetadata/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.OptimizationGoalMetadata/frequencyGoalMetadata/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.OptimizationGoalMetadata/frequencyGoalMetadata/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.OptimizationGoalMetadata/frequencyGoalMetadata/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.OptimizationGoalMetadata/frequencyGoalMetadata/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.OptimizationGoalMetadata/frequencyGoalMetadata/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.OptimizationGoalMetadata/frequencyGoalMetadata/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.OptimizationGoalMetadata.scrollupGoalMetadata
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.OptimizationGoalMetadata/scrollupGoalMetadata/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.OptimizationGoalMetadata/scrollupGoalMetadata/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.OptimizationGoalMetadata/scrollupGoalMetadata/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.OptimizationGoalMetadata/scrollupGoalMetadata/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.OptimizationGoalMetadata/scrollupGoalMetadata/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.OptimizationGoalMetadata/scrollupGoalMetadata/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.OptimizationGoalMetadata/scrollupGoalMetadata/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.Paginated.items
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.Paginated/items/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.Paginated/items/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.Paginated/items/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.Paginated/items/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.Paginated/items/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.Paginated/items/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.Paginated/items/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.Pin.pinMetrics
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.Pin/pinMetrics/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.Pin/pinMetrics/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.Pin/pinMetrics/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.Pin/pinMetrics/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.Pin/pinMetrics/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.Pin/pinMetrics/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.Pin/pinMetrics/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.PinAnalyticsMetricsResponse.dailyMetrics
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.PinAnalyticsMetricsResponse/dailyMetrics/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.PinAnalyticsMetricsResponse/dailyMetrics/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.PinAnalyticsMetricsResponse/dailyMetrics/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.PinAnalyticsMetricsResponse/dailyMetrics/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.PinAnalyticsMetricsResponse/dailyMetrics/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.PinAnalyticsMetricsResponse/dailyMetrics/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.PinAnalyticsMetricsResponse/dailyMetrics/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.PinAnalyticsMetricsResponse.lifetimeMetrics
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.PinAnalyticsMetricsResponse/lifetimeMetrics/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.PinAnalyticsMetricsResponse/lifetimeMetrics/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.PinAnalyticsMetricsResponse/lifetimeMetrics/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.PinAnalyticsMetricsResponse/lifetimeMetrics/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.PinAnalyticsMetricsResponse/lifetimeMetrics/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.PinAnalyticsMetricsResponse/lifetimeMetrics/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.PinAnalyticsMetricsResponse/lifetimeMetrics/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.PinAnalyticsMetricsResponse.summaryMetrics
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.PinAnalyticsMetricsResponse/summaryMetrics/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.PinAnalyticsMetricsResponse/summaryMetrics/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.PinAnalyticsMetricsResponse/summaryMetrics/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.PinAnalyticsMetricsResponse/summaryMetrics/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.PinAnalyticsMetricsResponse/summaryMetrics/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.PinAnalyticsMetricsResponse/summaryMetrics/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.PinAnalyticsMetricsResponse/summaryMetrics/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.PriceFilter.PRICE
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.PriceFilter/PRICE/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.PriceFilter/PRICE/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.PriceFilter/PRICE/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.PriceFilter/PRICE/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.PriceFilter/PRICE/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.PriceFilter/PRICE/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.PriceFilter/PRICE/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.ProductCategoriesDemographic.age
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.ProductCategoriesDemographic/age/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.ProductCategoriesDemographic/age/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.ProductCategoriesDemographic/age/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.ProductCategoriesDemographic/age/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.ProductCategoriesDemographic/age/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.ProductCategoriesDemographic/age/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.ProductCategoriesDemographic/age/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.ProductCategoryDetails.predictedTimeSeries
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.ProductCategoryDetails/predictedTimeSeries/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.ProductCategoryDetails/predictedTimeSeries/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.ProductCategoryDetails/predictedTimeSeries/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.ProductCategoryDetails/predictedTimeSeries/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.ProductCategoryDetails/predictedTimeSeries/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.ProductCategoryDetails/predictedTimeSeries/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.ProductCategoryDetails/predictedTimeSeries/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.ProductCategoryDetails.timeSeries
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.ProductCategoryDetails/timeSeries/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.ProductCategoryDetails/timeSeries/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.ProductCategoryDetails/timeSeries/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.ProductCategoryDetails/timeSeries/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.ProductCategoryDetails/timeSeries/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.ProductCategoryDetails/timeSeries/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.ProductCategoryDetails/timeSeries/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.QualityComponents.advertiserExternalId
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/advertiserExternalId/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/advertiserExternalId/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/advertiserExternalId/value> a owl:ObjectProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/advertiserExternalId/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/advertiserExternalId/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/advertiserExternalId/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/advertiserExternalId/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.QualityComponents.clickIdEpik
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/clickIdEpik/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/clickIdEpik/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/clickIdEpik/value> a owl:ObjectProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/clickIdEpik/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/clickIdEpik/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/clickIdEpik/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/clickIdEpik/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.QualityComponents.externalEventId
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/externalEventId/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/externalEventId/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/externalEventId/value> a owl:ObjectProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/externalEventId/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/externalEventId/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/externalEventId/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/externalEventId/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.QualityComponents.hashedEmail
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/hashedEmail/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/hashedEmail/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/hashedEmail/value> a owl:ObjectProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/hashedEmail/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/hashedEmail/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/hashedEmail/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/hashedEmail/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.QualityComponents.hashedMaid
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/hashedMaid/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/hashedMaid/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/hashedMaid/value> a owl:ObjectProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/hashedMaid/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/hashedMaid/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/hashedMaid/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/hashedMaid/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.QualityComponents.ipAddress
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/ipAddress/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/ipAddress/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/ipAddress/value> a owl:ObjectProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/ipAddress/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/ipAddress/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/ipAddress/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/ipAddress/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.QualityComponents.orderId
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/orderId/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/orderId/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/orderId/value> a owl:ObjectProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/orderId/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/orderId/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/orderId/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/orderId/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.QualityComponents.orderValue
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/orderValue/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/orderValue/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/orderValue/value> a owl:ObjectProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/orderValue/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/orderValue/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/orderValue/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/orderValue/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.QualityComponents.productId
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/productId/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/productId/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/productId/value> a owl:ObjectProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/productId/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/productId/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/productId/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/productId/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.QualityComponents.sourceUrl
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/sourceUrl/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/sourceUrl/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/sourceUrl/value> a owl:ObjectProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/sourceUrl/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/sourceUrl/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/sourceUrl/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/sourceUrl/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.QualityComponents.userAgent
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/userAgent/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/userAgent/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/userAgent/value> a owl:ObjectProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/userAgent/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/userAgent/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/userAgent/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.QualityComponents/userAgent/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.RelatedTerms.relatedTermsList
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.RelatedTerms/relatedTermsList/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.RelatedTerms/relatedTermsList/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.RelatedTerms/relatedTermsList/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.RelatedTerms/relatedTermsList/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.RelatedTerms/relatedTermsList/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.RelatedTerms/relatedTermsList/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.RelatedTerms/relatedTermsList/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.RespondToInvitesResponseArray.items
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.RespondToInvitesResponseArray/items/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.RespondToInvitesResponseArray/items/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.RespondToInvitesResponseArray/items/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.RespondToInvitesResponseArray/items/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.RespondToInvitesResponseArray/items/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.RespondToInvitesResponseArray/items/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.RespondToInvitesResponseArray/items/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.TargetingTemplateAudienceSizing.reachEstimate
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.TargetingTemplateAudienceSizing/reachEstimate/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.TargetingTemplateAudienceSizing/reachEstimate/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.TargetingTemplateAudienceSizing/reachEstimate/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.TargetingTemplateAudienceSizing/reachEstimate/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.TargetingTemplateAudienceSizing/reachEstimate/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.TargetingTemplateAudienceSizing/reachEstimate/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.TargetingTemplateAudienceSizing/reachEstimate/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.TopPinsAnalyticsResponse.dateAvailability
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.TopPinsAnalyticsResponse/dateAvailability/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.TopPinsAnalyticsResponse/dateAvailability/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.TopPinsAnalyticsResponse/dateAvailability/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.TopPinsAnalyticsResponse/dateAvailability/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.TopPinsAnalyticsResponse/dateAvailability/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.TopPinsAnalyticsResponse/dateAvailability/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.TopPinsAnalyticsResponse/dateAvailability/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.TopPinsAnalyticsResponse.pins
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.TopPinsAnalyticsResponse/pins/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.TopPinsAnalyticsResponse/pins/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.TopPinsAnalyticsResponse/pins/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.TopPinsAnalyticsResponse/pins/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.TopPinsAnalyticsResponse/pins/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.TopPinsAnalyticsResponse/pins/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.TopPinsAnalyticsResponse/pins/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.TopVideoPinsAnalyticsResponse.dateAvailability
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.TopVideoPinsAnalyticsResponse/dateAvailability/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.TopVideoPinsAnalyticsResponse/dateAvailability/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.TopVideoPinsAnalyticsResponse/dateAvailability/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.TopVideoPinsAnalyticsResponse/dateAvailability/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.TopVideoPinsAnalyticsResponse/dateAvailability/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.TopVideoPinsAnalyticsResponse/dateAvailability/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.TopVideoPinsAnalyticsResponse/dateAvailability/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.TopVideoPinsAnalyticsResponse.pins
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.TopVideoPinsAnalyticsResponse/pins/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.TopVideoPinsAnalyticsResponse/pins/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.TopVideoPinsAnalyticsResponse/pins/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.TopVideoPinsAnalyticsResponse/pins/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.TopVideoPinsAnalyticsResponse/pins/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.TopVideoPinsAnalyticsResponse/pins/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.TopVideoPinsAnalyticsResponse/pins/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.TrendingKeywordsResponse.trends
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.TrendingKeywordsResponse/trends/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.TrendingKeywordsResponse/trends/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.TrendingKeywordsResponse/trends/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.TrendingKeywordsResponse/trends/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.TrendingKeywordsResponse/trends/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.TrendingKeywordsResponse/trends/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.TrendingKeywordsResponse/trends/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.TrendingTopic.timeSeries
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.TrendingTopic/timeSeries/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.TrendingTopic/timeSeries/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.TrendingTopic/timeSeries/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.TrendingTopic/timeSeries/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.TrendingTopic/timeSeries/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.TrendingTopic/timeSeries/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.TrendingTopic/timeSeries/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.UpdateAssetGroupBody.assetGroupsToUpdate
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.UpdateAssetGroupBody/assetGroupsToUpdate/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.UpdateAssetGroupBody/assetGroupsToUpdate/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.UpdateAssetGroupBody/assetGroupsToUpdate/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.UpdateAssetGroupBody/assetGroupsToUpdate/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.UpdateAssetGroupBody/assetGroupsToUpdate/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.UpdateAssetGroupBody/assetGroupsToUpdate/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.UpdateAssetGroupBody/assetGroupsToUpdate/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.UpdateAssetGroupResponse.exceptions
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.UpdateAssetGroupResponse/exceptions/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.UpdateAssetGroupResponse/exceptions/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.UpdateAssetGroupResponse/exceptions/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.UpdateAssetGroupResponse/exceptions/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.UpdateAssetGroupResponse/exceptions/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.UpdateAssetGroupResponse/exceptions/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.UpdateAssetGroupResponse/exceptions/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.UpdateInvitesResultsResponseArray.items
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.UpdateInvitesResultsResponseArray/items/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.UpdateInvitesResultsResponseArray/items/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.UpdateInvitesResultsResponseArray/items/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.UpdateInvitesResultsResponseArray/items/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.UpdateInvitesResultsResponseArray/items/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.UpdateInvitesResultsResponseArray/items/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.UpdateInvitesResultsResponseArray/items/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.UpdateMemberAssetAccessBody.accesses
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.UpdateMemberAssetAccessBody/accesses/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.UpdateMemberAssetAccessBody/accesses/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.UpdateMemberAssetAccessBody/accesses/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.UpdateMemberAssetAccessBody/accesses/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.UpdateMemberAssetAccessBody/accesses/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.UpdateMemberAssetAccessBody/accesses/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.UpdateMemberAssetAccessBody/accesses/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.UpdateMemberAssetsResultsResponseArray.items
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.UpdateMemberAssetsResultsResponseArray/items/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.UpdateMemberAssetsResultsResponseArray/items/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.UpdateMemberAssetsResultsResponseArray/items/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.UpdateMemberAssetsResultsResponseArray/items/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.UpdateMemberAssetsResultsResponseArray/items/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.UpdateMemberAssetsResultsResponseArray/items/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.UpdateMemberAssetsResultsResponseArray/items/value> ;
  owl:cardinality 1
] .

# Generated Record OWL axioms for Pinterest.UpdatePartnerAssetAccessBody.accesses
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.UpdatePartnerAssetAccessBody/accesses/entry> a owl:ObjectProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.UpdatePartnerAssetAccessBody/accesses/key> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.UpdatePartnerAssetAccessBody/accesses/value> a owl:DatatypeProperty, owl:FunctionalProperty .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.UpdatePartnerAssetAccessBody/accesses/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.UpdatePartnerAssetAccessBody/accesses/key> ;
  owl:cardinality 1
] .
<https://relay.inferal.com/ontology/pinterest/record/Pinterest.UpdatePartnerAssetAccessBody/accesses/Entry> rdfs:subClassOf [
  a owl:Restriction ;
  owl:onProperty <https://relay.inferal.com/ontology/pinterest/record/Pinterest.UpdatePartnerAssetAccessBody/accesses/value> ;
  owl:cardinality 1
] .
